2024-05-21T18:10:24.448 INFO:root:teuthology version: 0.0.1.dev287+gb9e3da8 2024-05-21T18:10:24.448 DEBUG:teuthology.run:Teuthology command: teuthology --owner scheduled_yuriw@teuthology --archive /home/teuthworker/archive/yuriw-2024-05-21_01:07:55-rados-wip-yuri7-testing-2024-05-20-1227-distro-default-smithi/7717579 --name yuriw-2024-05-21_01:07:55-rados-wip-yuri7-testing-2024-05-20-1227-distro-default-smithi --verbose --description rados/cephadm/workunits/{0-distro/ubuntu_22.04 agent/off mon_election/classic task/test_host_drain} -- /home/teuthworker/archive/yuriw-2024-05-21_01:07:55-rados-wip-yuri7-testing-2024-05-20-1227-distro-default-smithi/7717579/orig.config.yaml 2024-05-21T18:10:24.509 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-05-21T18:10:24.606 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2024-05-21_01:07:55-rados-wip-yuri7-testing-2024-05-20-1227-distro-default-smithi/7717579 branch: wip-yuri7-testing-2024-05-20-1227 description: rados/cephadm/workunits/{0-distro/ubuntu_22.04 agent/off mon_election/classic task/test_host_drain} email: yweinste@redhat.com first_in_suite: false job_id: '7717579' kernel: kdb: 1 sha1: distro ktype: distro last_in_suite: false machine_type: smithi name: yuriw-2024-05-21_01:07:55-rados-wip-yuri7-testing-2024-05-20-1227-distro-default-smithi no_nested_subset: false os_type: ubuntu os_version: '22.04' overrides: admin_socket: branch: wip-yuri7-testing-2024-05-20-1227 ceph: conf: global: mon election default strategy: 1 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: false mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) - MON_DOWN - mons down - mon down - out of quorum - CEPHADM_STRAY_HOST - CEPHADM_STRAY_DAEMON log-only-match: - CEPHADM_ sha1: 9ef9bcfdb32ec4999d7ca025815290e8395c6ae7 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 9ef9bcfdb32ec4999d7ca025815290e8395c6ae7 workunit: branch: wip-yuri7-testing-2024-05-20-1227 sha1: 9ef9bcfdb32ec4999d7ca025815290e8395c6ae7 owner: scheduled_yuriw@teuthology priority: 99 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - mon.a - mgr.a - osd.0 - osd.1 - - host.b - mon.b - mgr.b - osd.2 - osd.3 - - host.c - mon.c - osd.4 - osd.5 seed: 4736 sha1: 9ef9bcfdb32ec4999d7ca025815290e8395c6ae7 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri7-testing-2024-05-20-1227 suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_9ef9bcfdb32ec4999d7ca025815290e8395c6ae7/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 9ef9bcfdb32ec4999d7ca025815290e8395c6ae7 targets: smithi016.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLAPCmXbWxSf5Nr7H7L0CGqPePBZoH/jFhQuAVzYoU8q4UHdvUZUgn4sOkSyOPVaq3H3fwnfU7+U9gPV+al/bMw= smithi077.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIDqT6kWAjNfjN7YLb423kg0VJRF6TQ/SrEGM8q4hVgeZD9hcwZsugMDxgvDhM4XxsEAJS+rnzbI92OW4k0d1YE= smithi134.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOsxefjc6PjP5D2I9wR7iHiE3uKwsjm7n6DJD8fD2pWBIMUHzDiHrVO7z3nAo4PzhNmnARxoUoAN1W7nOPyGMUQ= 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: b9e3da87b1ec7920937cb4902b7e3fd9eda86b4a timestamp: 2024-05-21_01:07:55 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2698841 2024-05-21T18:10:24.606 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_9ef9bcfdb32ec4999d7ca025815290e8395c6ae7/qa; will attempt to use it 2024-05-21T18:10:24.607 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_9ef9bcfdb32ec4999d7ca025815290e8395c6ae7/qa/tasks 2024-05-21T18:10:24.607 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-05-21T18:10:24.621 INFO:teuthology.task.internal:Checking packages... 2024-05-21T18:10:24.648 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash '9ef9bcfdb32ec4999d7ca025815290e8395c6ae7' 2024-05-21T18:10:24.648 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-05-21T18:10:24.648 INFO:teuthology.packaging:ref: None 2024-05-21T18:10:24.648 INFO:teuthology.packaging:tag: None 2024-05-21T18:10:24.648 INFO:teuthology.packaging:branch: wip-yuri7-testing-2024-05-20-1227 2024-05-21T18:10:24.648 INFO:teuthology.packaging:sha1: 9ef9bcfdb32ec4999d7ca025815290e8395c6ae7 2024-05-21T18:10:24.649 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&ref=wip-yuri7-testing-2024-05-20-1227 2024-05-21T18:10:24.984 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-3870-g9ef9bcfd-1jammy 2024-05-21T18:10:24.985 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-05-21T18:10:24.991 INFO:teuthology.task.internal:no buildpackages task found 2024-05-21T18:10:24.991 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-05-21T18:10:25.041 INFO:teuthology.task.internal:Saving configuration 2024-05-21T18:10:25.054 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-05-21T18:10:25.061 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-05-21T18:10:25.085 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi016.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-05-21_01:07:55-rados-wip-yuri7-testing-2024-05-20-1227-distro-default-smithi/7717579', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-05-21 18:04:49.376292', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBrjInFWZ9ZInUM8zfNM7aNMaA64rXxRKv6TZYkbj/oh'} 2024-05-21T18:10:25.107 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi077.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-05-21_01:07:55-rados-wip-yuri7-testing-2024-05-20-1227-distro-default-smithi/7717579', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-05-21 18:04:49.374641', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINFCiGmCj/TzKeyBNma4oSyQaxwIf/Nb2HFSMzuq9fVs'} 2024-05-21T18:10:25.126 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi134.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-05-21_01:07:55-rados-wip-yuri7-testing-2024-05-20-1227-distro-default-smithi/7717579', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-05-21 18:04:49.372674', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBqn7Ohzmft/azovZasVvKzi4TphKKDkUQUaXlTVtLxf'} 2024-05-21T18:10:25.126 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-05-21T18:10:25.135 INFO:teuthology.task.internal:roles: ubuntu@smithi016.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0', 'osd.1'] 2024-05-21T18:10:25.135 INFO:teuthology.task.internal:roles: ubuntu@smithi077.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.2', 'osd.3'] 2024-05-21T18:10:25.135 INFO:teuthology.task.internal:roles: ubuntu@smithi134.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.4', 'osd.5'] 2024-05-21T18:10:25.135 INFO:teuthology.run_tasks:Running task console_log... 2024-05-21T18:10:25.216 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f69fe053be0>, signals=[15]) 2024-05-21T18:10:25.217 INFO:teuthology.run_tasks:Running task internal.connect... 2024-05-21T18:10:25.224 INFO:teuthology.task.internal:Opening connections... 2024-05-21T18:10:25.224 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi016.front.sepia.ceph.com 2024-05-21T18:10:25.226 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi016.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-21T18:10:25.318 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi077.front.sepia.ceph.com 2024-05-21T18:10:25.318 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi077.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-21T18:10:25.398 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi134.front.sepia.ceph.com 2024-05-21T18:10:25.399 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi134.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-21T18:10:25.479 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-05-21T18:10:25.486 DEBUG:teuthology.orchestra.run.smithi016:> uname -m 2024-05-21T18:10:25.492 INFO:teuthology.orchestra.run.smithi016.stdout:x86_64 2024-05-21T18:10:25.493 DEBUG:teuthology.orchestra.run.smithi016:> cat /etc/os-release 2024-05-21T18:10:25.539 INFO:teuthology.orchestra.run.smithi016.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-05-21T18:10:25.540 INFO:teuthology.orchestra.run.smithi016.stdout:NAME="Ubuntu" 2024-05-21T18:10:25.540 INFO:teuthology.orchestra.run.smithi016.stdout:VERSION_ID="22.04" 2024-05-21T18:10:25.540 INFO:teuthology.orchestra.run.smithi016.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-05-21T18:10:25.540 INFO:teuthology.orchestra.run.smithi016.stdout:VERSION_CODENAME=jammy 2024-05-21T18:10:25.540 INFO:teuthology.orchestra.run.smithi016.stdout:ID=ubuntu 2024-05-21T18:10:25.540 INFO:teuthology.orchestra.run.smithi016.stdout:ID_LIKE=debian 2024-05-21T18:10:25.540 INFO:teuthology.orchestra.run.smithi016.stdout:HOME_URL="https://www.ubuntu.com/" 2024-05-21T18:10:25.540 INFO:teuthology.orchestra.run.smithi016.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-05-21T18:10:25.540 INFO:teuthology.orchestra.run.smithi016.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-05-21T18:10:25.540 INFO:teuthology.orchestra.run.smithi016.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-05-21T18:10:25.540 INFO:teuthology.orchestra.run.smithi016.stdout:UBUNTU_CODENAME=jammy 2024-05-21T18:10:25.541 INFO:teuthology.lock.ops:Updating smithi016.front.sepia.ceph.com on lock server 2024-05-21T18:10:25.563 DEBUG:teuthology.orchestra.run.smithi077:> uname -m 2024-05-21T18:10:25.568 INFO:teuthology.orchestra.run.smithi077.stdout:x86_64 2024-05-21T18:10:25.569 DEBUG:teuthology.orchestra.run.smithi077:> cat /etc/os-release 2024-05-21T18:10:25.616 INFO:teuthology.orchestra.run.smithi077.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-05-21T18:10:25.616 INFO:teuthology.orchestra.run.smithi077.stdout:NAME="Ubuntu" 2024-05-21T18:10:25.616 INFO:teuthology.orchestra.run.smithi077.stdout:VERSION_ID="22.04" 2024-05-21T18:10:25.616 INFO:teuthology.orchestra.run.smithi077.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-05-21T18:10:25.617 INFO:teuthology.orchestra.run.smithi077.stdout:VERSION_CODENAME=jammy 2024-05-21T18:10:25.617 INFO:teuthology.orchestra.run.smithi077.stdout:ID=ubuntu 2024-05-21T18:10:25.617 INFO:teuthology.orchestra.run.smithi077.stdout:ID_LIKE=debian 2024-05-21T18:10:25.617 INFO:teuthology.orchestra.run.smithi077.stdout:HOME_URL="https://www.ubuntu.com/" 2024-05-21T18:10:25.617 INFO:teuthology.orchestra.run.smithi077.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-05-21T18:10:25.617 INFO:teuthology.orchestra.run.smithi077.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-05-21T18:10:25.617 INFO:teuthology.orchestra.run.smithi077.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-05-21T18:10:25.617 INFO:teuthology.orchestra.run.smithi077.stdout:UBUNTU_CODENAME=jammy 2024-05-21T18:10:25.617 INFO:teuthology.lock.ops:Updating smithi077.front.sepia.ceph.com on lock server 2024-05-21T18:10:25.675 DEBUG:teuthology.orchestra.run.smithi134:> uname -m 2024-05-21T18:10:25.680 INFO:teuthology.orchestra.run.smithi134.stdout:x86_64 2024-05-21T18:10:25.681 DEBUG:teuthology.orchestra.run.smithi134:> cat /etc/os-release 2024-05-21T18:10:25.726 INFO:teuthology.orchestra.run.smithi134.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-05-21T18:10:25.726 INFO:teuthology.orchestra.run.smithi134.stdout:NAME="Ubuntu" 2024-05-21T18:10:25.727 INFO:teuthology.orchestra.run.smithi134.stdout:VERSION_ID="22.04" 2024-05-21T18:10:25.727 INFO:teuthology.orchestra.run.smithi134.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-05-21T18:10:25.727 INFO:teuthology.orchestra.run.smithi134.stdout:VERSION_CODENAME=jammy 2024-05-21T18:10:25.727 INFO:teuthology.orchestra.run.smithi134.stdout:ID=ubuntu 2024-05-21T18:10:25.727 INFO:teuthology.orchestra.run.smithi134.stdout:ID_LIKE=debian 2024-05-21T18:10:25.727 INFO:teuthology.orchestra.run.smithi134.stdout:HOME_URL="https://www.ubuntu.com/" 2024-05-21T18:10:25.727 INFO:teuthology.orchestra.run.smithi134.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-05-21T18:10:25.727 INFO:teuthology.orchestra.run.smithi134.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-05-21T18:10:25.727 INFO:teuthology.orchestra.run.smithi134.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-05-21T18:10:25.727 INFO:teuthology.orchestra.run.smithi134.stdout:UBUNTU_CODENAME=jammy 2024-05-21T18:10:25.727 INFO:teuthology.lock.ops:Updating smithi134.front.sepia.ceph.com on lock server 2024-05-21T18:10:25.825 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-05-21T18:10:25.833 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-05-21T18:10:25.968 INFO:teuthology.task.internal:Checking for old test directory... 2024-05-21T18:10:25.968 DEBUG:teuthology.orchestra.run.smithi016:> test '!' -e /home/ubuntu/cephtest 2024-05-21T18:10:25.971 DEBUG:teuthology.orchestra.run.smithi077:> test '!' -e /home/ubuntu/cephtest 2024-05-21T18:10:25.974 DEBUG:teuthology.orchestra.run.smithi134:> test '!' -e /home/ubuntu/cephtest 2024-05-21T18:10:25.979 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-05-21T18:10:26.019 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-05-21T18:10:26.019 DEBUG:teuthology.orchestra.run.smithi016:> test -z $(ls -A /var/lib/ceph) 2024-05-21T18:10:26.022 DEBUG:teuthology.orchestra.run.smithi077:> test -z $(ls -A /var/lib/ceph) 2024-05-21T18:10:26.024 DEBUG:teuthology.orchestra.run.smithi134:> test -z $(ls -A /var/lib/ceph) 2024-05-21T18:10:26.074 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-05-21T18:10:26.147 INFO:teuthology.run_tasks:Running task kernel... 2024-05-21T18:10:26.159 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-05-21T18:10:26.160 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-05-21T18:10:26.160 DEBUG:teuthology.orchestra.run.smithi016:> test -f /run/.containerenv -o -f /.dockerenv 2024-05-21T18:10:26.161 DEBUG:teuthology.orchestra.run.smithi077:> test -f /run/.containerenv -o -f /.dockerenv 2024-05-21T18:10:26.161 DEBUG:teuthology.orchestra.run.smithi134:> test -f /run/.containerenv -o -f /.dockerenv 2024-05-21T18:10:26.166 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-21T18:10:26.166 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-21T18:10:26.166 DEBUG:teuthology.orchestra.run.smithi077:> uname -r 2024-05-21T18:10:26.167 DEBUG:teuthology.orchestra.run.smithi016:> uname -r 2024-05-21T18:10:26.167 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-21T18:10:26.168 DEBUG:teuthology.orchestra.run.smithi134:> uname -r 2024-05-21T18:10:26.212 INFO:teuthology.orchestra.run.smithi077.stdout:5.15.0-56-generic 2024-05-21T18:10:26.212 INFO:teuthology.task.kernel:Running kernel on smithi077: 5.15.0-56-generic 2024-05-21T18:10:26.212 DEBUG:teuthology.orchestra.run.smithi077:> sudo apt-get clean 2024-05-21T18:10:26.214 INFO:teuthology.orchestra.run.smithi134.stdout:5.15.0-56-generic 2024-05-21T18:10:26.214 INFO:teuthology.task.kernel:Running kernel on smithi134: 5.15.0-56-generic 2024-05-21T18:10:26.215 DEBUG:teuthology.orchestra.run.smithi134:> sudo apt-get clean 2024-05-21T18:10:26.216 INFO:teuthology.orchestra.run.smithi016.stdout:5.15.0-56-generic 2024-05-21T18:10:26.216 INFO:teuthology.task.kernel:Running kernel on smithi016: 5.15.0-56-generic 2024-05-21T18:10:26.216 DEBUG:teuthology.orchestra.run.smithi016:> sudo apt-get clean 2024-05-21T18:10:26.342 DEBUG:teuthology.orchestra.run.smithi134:> sudo apt-get update 2024-05-21T18:10:26.346 DEBUG:teuthology.orchestra.run.smithi016:> sudo apt-get update 2024-05-21T18:10:26.350 DEBUG:teuthology.orchestra.run.smithi077:> sudo apt-get update 2024-05-21T18:10:26.543 INFO:teuthology.orchestra.run.smithi016.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-05-21T18:10:26.577 INFO:teuthology.orchestra.run.smithi077.stdout:Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-05-21T18:10:26.584 INFO:teuthology.orchestra.run.smithi134.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-05-21T18:10:26.584 INFO:teuthology.orchestra.run.smithi134.stdout:Get:2 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-05-21T18:10:26.584 INFO:teuthology.orchestra.run.smithi134.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-05-21T18:10:26.595 INFO:teuthology.orchestra.run.smithi016.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-05-21T18:10:26.608 INFO:teuthology.orchestra.run.smithi016.stdout:Get:3 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-05-21T18:10:26.620 INFO:teuthology.orchestra.run.smithi077.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-05-21T18:10:26.681 INFO:teuthology.orchestra.run.smithi077.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-05-21T18:10:26.765 INFO:teuthology.orchestra.run.smithi016.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-05-21T18:10:26.765 INFO:teuthology.orchestra.run.smithi134.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-05-21T18:10:26.830 INFO:teuthology.orchestra.run.smithi134.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [470 kB] 2024-05-21T18:10:26.854 INFO:teuthology.orchestra.run.smithi016.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [632 kB] 2024-05-21T18:10:26.895 INFO:teuthology.orchestra.run.smithi077.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [470 kB] 2024-05-21T18:10:26.916 INFO:teuthology.orchestra.run.smithi134.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [632 kB] 2024-05-21T18:10:27.022 INFO:teuthology.orchestra.run.smithi134.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,470 kB] 2024-05-21T18:10:27.092 INFO:teuthology.orchestra.run.smithi016.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,683 kB] 2024-05-21T18:10:27.098 INFO:teuthology.orchestra.run.smithi077.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,470 kB] 2024-05-21T18:10:27.099 INFO:teuthology.orchestra.run.smithi134.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,683 kB] 2024-05-21T18:10:27.111 INFO:teuthology.orchestra.run.smithi077.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-05-21T18:10:27.160 INFO:teuthology.orchestra.run.smithi016.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [470 kB] 2024-05-21T18:10:27.210 INFO:teuthology.orchestra.run.smithi134.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [253 kB] 2024-05-21T18:10:27.214 INFO:teuthology.orchestra.run.smithi134.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-05-21T18:10:27.215 INFO:teuthology.orchestra.run.smithi134.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [36.5 kB] 2024-05-21T18:10:27.216 INFO:teuthology.orchestra.run.smithi134.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,871 kB] 2024-05-21T18:10:27.247 INFO:teuthology.orchestra.run.smithi134.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [312 kB] 2024-05-21T18:10:27.257 INFO:teuthology.orchestra.run.smithi134.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [317 kB] 2024-05-21T18:10:27.262 INFO:teuthology.orchestra.run.smithi134.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-05-21T18:10:27.263 INFO:teuthology.orchestra.run.smithi134.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [603 kB] 2024-05-21T18:10:27.263 INFO:teuthology.orchestra.run.smithi016.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [312 kB] 2024-05-21T18:10:27.273 INFO:teuthology.orchestra.run.smithi134.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-05-21T18:10:27.274 INFO:teuthology.orchestra.run.smithi134.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [38.1 kB] 2024-05-21T18:10:27.276 INFO:teuthology.orchestra.run.smithi077.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [253 kB] 2024-05-21T18:10:27.277 INFO:teuthology.orchestra.run.smithi077.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,683 kB] 2024-05-21T18:10:27.279 INFO:teuthology.orchestra.run.smithi016.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-05-21T18:10:27.280 INFO:teuthology.orchestra.run.smithi016.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [38.1 kB] 2024-05-21T18:10:27.281 INFO:teuthology.orchestra.run.smithi016.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,933 kB] 2024-05-21T18:10:27.289 INFO:teuthology.orchestra.run.smithi077.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-05-21T18:10:27.289 INFO:teuthology.orchestra.run.smithi077.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,871 kB] 2024-05-21T18:10:27.293 INFO:teuthology.orchestra.run.smithi134.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,933 kB] 2024-05-21T18:10:27.293 INFO:teuthology.orchestra.run.smithi134.stdout:Get:20 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [853 kB] 2024-05-21T18:10:27.306 INFO:teuthology.orchestra.run.smithi134.stdout:Get:21 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [164 kB] 2024-05-21T18:10:27.308 INFO:teuthology.orchestra.run.smithi134.stdout:Get:22 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-05-21T18:10:27.317 INFO:teuthology.orchestra.run.smithi134.stdout:Get:23 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-05-21T18:10:27.318 INFO:teuthology.orchestra.run.smithi134.stdout:Get:24 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-05-21T18:10:27.318 INFO:teuthology.orchestra.run.smithi134.stdout:Get:25 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-05-21T18:10:27.380 INFO:teuthology.orchestra.run.smithi134.stdout:Get:26 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-05-21T18:10:27.420 INFO:teuthology.orchestra.run.smithi134.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [328 kB] 2024-05-21T18:10:27.426 INFO:teuthology.orchestra.run.smithi134.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-05-21T18:10:27.426 INFO:teuthology.orchestra.run.smithi134.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [702 kB] 2024-05-21T18:10:27.442 INFO:teuthology.orchestra.run.smithi134.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,075 kB] 2024-05-21T18:10:27.445 INFO:teuthology.orchestra.run.smithi016.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [328 kB] 2024-05-21T18:10:27.452 INFO:teuthology.orchestra.run.smithi016.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-05-21T18:10:27.452 INFO:teuthology.orchestra.run.smithi016.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [702 kB] 2024-05-21T18:10:27.456 INFO:teuthology.orchestra.run.smithi077.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [36.5 kB] 2024-05-21T18:10:27.457 INFO:teuthology.orchestra.run.smithi077.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [317 kB] 2024-05-21T18:10:27.460 INFO:teuthology.orchestra.run.smithi134.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [246 kB] 2024-05-21T18:10:27.461 INFO:teuthology.orchestra.run.smithi077.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-05-21T18:10:27.461 INFO:teuthology.orchestra.run.smithi077.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [853 kB] 2024-05-21T18:10:27.465 INFO:teuthology.orchestra.run.smithi134.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-05-21T18:10:27.465 INFO:teuthology.orchestra.run.smithi134.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.7 kB] 2024-05-21T18:10:27.466 INFO:teuthology.orchestra.run.smithi016.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,075 kB] 2024-05-21T18:10:27.466 INFO:teuthology.orchestra.run.smithi134.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,472 B] 2024-05-21T18:10:27.467 INFO:teuthology.orchestra.run.smithi134.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.4 kB] 2024-05-21T18:10:27.467 INFO:teuthology.orchestra.run.smithi134.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-05-21T18:10:27.469 INFO:teuthology.orchestra.run.smithi077.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [603 kB] 2024-05-21T18:10:27.476 INFO:teuthology.orchestra.run.smithi077.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [164 kB] 2024-05-21T18:10:27.477 INFO:teuthology.orchestra.run.smithi134.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.3 kB] 2024-05-21T18:10:27.478 INFO:teuthology.orchestra.run.smithi134.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-05-21T18:10:27.479 INFO:teuthology.orchestra.run.smithi134.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-05-21T18:10:27.483 INFO:teuthology.orchestra.run.smithi016.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [246 kB] 2024-05-21T18:10:27.487 INFO:teuthology.orchestra.run.smithi016.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-05-21T18:10:27.488 INFO:teuthology.orchestra.run.smithi016.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.7 kB] 2024-05-21T18:10:27.497 INFO:teuthology.orchestra.run.smithi134.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-05-21T18:10:27.498 INFO:teuthology.orchestra.run.smithi134.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [16.0 kB] 2024-05-21T18:10:27.498 INFO:teuthology.orchestra.run.smithi134.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [27.2 kB] 2024-05-21T18:10:27.499 INFO:teuthology.orchestra.run.smithi134.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-05-21T18:10:27.499 INFO:teuthology.orchestra.run.smithi134.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-05-21T18:10:27.506 INFO:teuthology.orchestra.run.smithi016.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,472 B] 2024-05-21T18:10:27.506 INFO:teuthology.orchestra.run.smithi016.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.4 kB] 2024-05-21T18:10:27.507 INFO:teuthology.orchestra.run.smithi016.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-05-21T18:10:27.507 INFO:teuthology.orchestra.run.smithi016.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-05-21T18:10:27.508 INFO:teuthology.orchestra.run.smithi016.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.3 kB] 2024-05-21T18:10:27.509 INFO:teuthology.orchestra.run.smithi016.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-05-21T18:10:27.514 INFO:teuthology.orchestra.run.smithi016.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-05-21T18:10:27.514 INFO:teuthology.orchestra.run.smithi016.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [16.0 kB] 2024-05-21T18:10:27.516 INFO:teuthology.orchestra.run.smithi077.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-05-21T18:10:27.516 INFO:teuthology.orchestra.run.smithi077.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-05-21T18:10:27.516 INFO:teuthology.orchestra.run.smithi077.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-05-21T18:10:27.534 INFO:teuthology.orchestra.run.smithi016.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [27.2 kB] 2024-05-21T18:10:27.535 INFO:teuthology.orchestra.run.smithi016.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-05-21T18:10:27.536 INFO:teuthology.orchestra.run.smithi016.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-05-21T18:10:27.540 INFO:teuthology.orchestra.run.smithi077.stdout:Get:20 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-05-21T18:10:27.541 INFO:teuthology.orchestra.run.smithi077.stdout:Get:21 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-05-21T18:10:27.703 INFO:teuthology.orchestra.run.smithi077.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [632 kB] 2024-05-21T18:10:27.706 INFO:teuthology.orchestra.run.smithi016.stdout:Get:30 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,470 kB] 2024-05-21T18:10:27.742 INFO:teuthology.orchestra.run.smithi077.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [312 kB] 2024-05-21T18:10:27.759 INFO:teuthology.orchestra.run.smithi077.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-05-21T18:10:27.760 INFO:teuthology.orchestra.run.smithi077.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,933 kB] 2024-05-21T18:10:27.829 INFO:teuthology.orchestra.run.smithi077.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [38.1 kB] 2024-05-21T18:10:27.830 INFO:teuthology.orchestra.run.smithi077.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [328 kB] 2024-05-21T18:10:27.838 INFO:teuthology.orchestra.run.smithi077.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-05-21T18:10:28.019 INFO:teuthology.orchestra.run.smithi077.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [702 kB] 2024-05-21T18:10:28.702 INFO:teuthology.orchestra.run.smithi077.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,075 kB] 2024-05-21T18:10:28.763 INFO:teuthology.orchestra.run.smithi016.stdout:Get:31 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [253 kB] 2024-05-21T18:10:28.852 INFO:teuthology.orchestra.run.smithi016.stdout:Get:32 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-05-21T18:10:28.856 INFO:teuthology.orchestra.run.smithi016.stdout:Get:33 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,871 kB] 2024-05-21T18:10:28.858 INFO:teuthology.orchestra.run.smithi077.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [246 kB] 2024-05-21T18:10:28.876 INFO:teuthology.orchestra.run.smithi077.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-05-21T18:10:28.879 INFO:teuthology.orchestra.run.smithi077.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,472 B] 2024-05-21T18:10:28.880 INFO:teuthology.orchestra.run.smithi077.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.7 kB] 2024-05-21T18:10:28.881 INFO:teuthology.orchestra.run.smithi077.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.4 kB] 2024-05-21T18:10:28.882 INFO:teuthology.orchestra.run.smithi077.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-05-21T18:10:28.882 INFO:teuthology.orchestra.run.smithi077.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-05-21T18:10:28.885 INFO:teuthology.orchestra.run.smithi077.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.3 kB] 2024-05-21T18:10:28.889 INFO:teuthology.orchestra.run.smithi077.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-05-21T18:10:29.053 INFO:teuthology.orchestra.run.smithi077.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-05-21T18:10:29.137 INFO:teuthology.orchestra.run.smithi077.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [16.0 kB] 2024-05-21T18:10:29.241 INFO:teuthology.orchestra.run.smithi077.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [27.2 kB] 2024-05-21T18:10:29.329 INFO:teuthology.orchestra.run.smithi077.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-05-21T18:10:29.366 INFO:teuthology.orchestra.run.smithi077.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-05-21T18:10:29.687 INFO:teuthology.orchestra.run.smithi016.stdout:Get:34 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [36.5 kB] 2024-05-21T18:10:29.702 INFO:teuthology.orchestra.run.smithi016.stdout:Get:35 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [317 kB] 2024-05-21T18:10:29.848 INFO:teuthology.orchestra.run.smithi016.stdout:Get:36 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-05-21T18:10:29.848 INFO:teuthology.orchestra.run.smithi016.stdout:Get:37 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [853 kB] 2024-05-21T18:10:30.214 INFO:teuthology.orchestra.run.smithi016.stdout:Get:38 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [603 kB] 2024-05-21T18:10:30.803 INFO:teuthology.orchestra.run.smithi016.stdout:Get:39 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [164 kB] 2024-05-21T18:10:31.218 INFO:teuthology.orchestra.run.smithi016.stdout:Get:40 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-05-21T18:10:31.228 INFO:teuthology.orchestra.run.smithi016.stdout:Get:41 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-05-21T18:10:31.228 INFO:teuthology.orchestra.run.smithi016.stdout:Get:42 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-05-21T18:10:31.258 INFO:teuthology.orchestra.run.smithi016.stdout:Get:43 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-05-21T18:10:31.263 INFO:teuthology.orchestra.run.smithi016.stdout:Get:44 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-05-21T18:10:32.866 INFO:teuthology.orchestra.run.smithi134.stdout:Fetched 13.7 MB in 2s (6,326 kB/s) 2024-05-21T18:10:33.636 INFO:teuthology.orchestra.run.smithi077.stdout:Fetched 13.7 MB in 3s (4,643 kB/s) 2024-05-21T18:10:34.321 INFO:teuthology.orchestra.run.smithi134.stdout:Reading package lists... 2024-05-21T18:10:34.338 DEBUG:teuthology.orchestra.run.smithi134:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-05-21T18:10:34.391 INFO:teuthology.orchestra.run.smithi134.stdout:Reading package lists... 2024-05-21T18:10:34.569 INFO:teuthology.orchestra.run.smithi134.stdout:Building dependency tree... 2024-05-21T18:10:34.570 INFO:teuthology.orchestra.run.smithi134.stdout:Reading state information... 2024-05-21T18:10:34.729 INFO:teuthology.orchestra.run.smithi134.stdout:The following packages were automatically installed and are no longer required: 2024-05-21T18:10:34.729 INFO:teuthology.orchestra.run.smithi134.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-05-21T18:10:34.729 INFO:teuthology.orchestra.run.smithi134.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-05-21T18:10:34.730 INFO:teuthology.orchestra.run.smithi134.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-05-21T18:10:34.730 INFO:teuthology.orchestra.run.smithi134.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-05-21T18:10:34.730 INFO:teuthology.orchestra.run.smithi134.stdout: python2.7-minimal 2024-05-21T18:10:34.730 INFO:teuthology.orchestra.run.smithi134.stdout:Use 'sudo apt autoremove' to remove them. 2024-05-21T18:10:34.731 INFO:teuthology.orchestra.run.smithi134.stdout:The following additional packages will be installed: 2024-05-21T18:10:34.731 INFO:teuthology.orchestra.run.smithi134.stdout: linux-generic linux-headers-5.15.0-107 linux-headers-5.15.0-107-generic 2024-05-21T18:10:34.731 INFO:teuthology.orchestra.run.smithi134.stdout: linux-headers-generic linux-image-5.15.0-107-generic 2024-05-21T18:10:34.731 INFO:teuthology.orchestra.run.smithi134.stdout: linux-modules-5.15.0-107-generic linux-modules-extra-5.15.0-107-generic 2024-05-21T18:10:34.732 INFO:teuthology.orchestra.run.smithi134.stdout:Suggested packages: 2024-05-21T18:10:34.733 INFO:teuthology.orchestra.run.smithi134.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-05-21T18:10:34.733 INFO:teuthology.orchestra.run.smithi134.stdout:Recommended packages: 2024-05-21T18:10:34.733 INFO:teuthology.orchestra.run.smithi134.stdout: thermald 2024-05-21T18:10:34.788 INFO:teuthology.orchestra.run.smithi134.stdout:The following NEW packages will be installed: 2024-05-21T18:10:34.788 INFO:teuthology.orchestra.run.smithi134.stdout: linux-headers-5.15.0-107 linux-headers-5.15.0-107-generic 2024-05-21T18:10:34.788 INFO:teuthology.orchestra.run.smithi134.stdout: linux-image-5.15.0-107-generic linux-modules-5.15.0-107-generic 2024-05-21T18:10:34.789 INFO:teuthology.orchestra.run.smithi134.stdout: linux-modules-extra-5.15.0-107-generic 2024-05-21T18:10:34.790 INFO:teuthology.orchestra.run.smithi134.stdout:The following packages will be upgraded: 2024-05-21T18:10:34.790 INFO:teuthology.orchestra.run.smithi134.stdout: linux-generic linux-headers-generic linux-image-generic 2024-05-21T18:10:34.976 INFO:teuthology.orchestra.run.smithi134.stdout:3 upgraded, 5 newly installed, 0 to remove and 320 not upgraded. 2024-05-21T18:10:34.976 INFO:teuthology.orchestra.run.smithi134.stdout:Need to get 113 MB of archives. 2024-05-21T18:10:34.976 INFO:teuthology.orchestra.run.smithi134.stdout:After this operation, 583 MB of additional disk space will be used. 2024-05-21T18:10:34.976 INFO:teuthology.orchestra.run.smithi134.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-107-generic amd64 5.15.0-107.117 [22.7 MB] 2024-05-21T18:10:35.110 INFO:teuthology.orchestra.run.smithi077.stdout:Reading package lists... 2024-05-21T18:10:35.127 DEBUG:teuthology.orchestra.run.smithi077:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-05-21T18:10:35.185 INFO:teuthology.orchestra.run.smithi077.stdout:Reading package lists... 2024-05-21T18:10:35.382 INFO:teuthology.orchestra.run.smithi077.stdout:Building dependency tree... 2024-05-21T18:10:35.383 INFO:teuthology.orchestra.run.smithi077.stdout:Reading state information... 2024-05-21T18:10:35.547 INFO:teuthology.orchestra.run.smithi077.stdout:The following packages were automatically installed and are no longer required: 2024-05-21T18:10:35.547 INFO:teuthology.orchestra.run.smithi077.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-05-21T18:10:35.547 INFO:teuthology.orchestra.run.smithi077.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-05-21T18:10:35.547 INFO:teuthology.orchestra.run.smithi077.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-05-21T18:10:35.548 INFO:teuthology.orchestra.run.smithi077.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-05-21T18:10:35.548 INFO:teuthology.orchestra.run.smithi077.stdout: python2.7-minimal 2024-05-21T18:10:35.548 INFO:teuthology.orchestra.run.smithi077.stdout:Use 'sudo apt autoremove' to remove them. 2024-05-21T18:10:35.548 INFO:teuthology.orchestra.run.smithi077.stdout:The following additional packages will be installed: 2024-05-21T18:10:35.548 INFO:teuthology.orchestra.run.smithi077.stdout: linux-generic linux-headers-5.15.0-107 linux-headers-5.15.0-107-generic 2024-05-21T18:10:35.549 INFO:teuthology.orchestra.run.smithi077.stdout: linux-headers-generic linux-image-5.15.0-107-generic 2024-05-21T18:10:35.549 INFO:teuthology.orchestra.run.smithi077.stdout: linux-modules-5.15.0-107-generic linux-modules-extra-5.15.0-107-generic 2024-05-21T18:10:35.550 INFO:teuthology.orchestra.run.smithi077.stdout:Suggested packages: 2024-05-21T18:10:35.550 INFO:teuthology.orchestra.run.smithi077.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-05-21T18:10:35.550 INFO:teuthology.orchestra.run.smithi077.stdout:Recommended packages: 2024-05-21T18:10:35.550 INFO:teuthology.orchestra.run.smithi077.stdout: thermald 2024-05-21T18:10:35.600 INFO:teuthology.orchestra.run.smithi077.stdout:The following NEW packages will be installed: 2024-05-21T18:10:35.600 INFO:teuthology.orchestra.run.smithi077.stdout: linux-headers-5.15.0-107 linux-headers-5.15.0-107-generic 2024-05-21T18:10:35.600 INFO:teuthology.orchestra.run.smithi077.stdout: linux-image-5.15.0-107-generic linux-modules-5.15.0-107-generic 2024-05-21T18:10:35.600 INFO:teuthology.orchestra.run.smithi077.stdout: linux-modules-extra-5.15.0-107-generic 2024-05-21T18:10:35.601 INFO:teuthology.orchestra.run.smithi077.stdout:The following packages will be upgraded: 2024-05-21T18:10:35.601 INFO:teuthology.orchestra.run.smithi077.stdout: linux-generic linux-headers-generic linux-image-generic 2024-05-21T18:10:35.783 INFO:teuthology.orchestra.run.smithi077.stdout:3 upgraded, 5 newly installed, 0 to remove and 320 not upgraded. 2024-05-21T18:10:35.783 INFO:teuthology.orchestra.run.smithi077.stdout:Need to get 113 MB of archives. 2024-05-21T18:10:35.783 INFO:teuthology.orchestra.run.smithi077.stdout:After this operation, 583 MB of additional disk space will be used. 2024-05-21T18:10:35.783 INFO:teuthology.orchestra.run.smithi077.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-107-generic amd64 5.15.0-107.117 [22.7 MB] 2024-05-21T18:10:35.983 INFO:teuthology.orchestra.run.smithi016.stdout:Fetched 13.7 MB in 5s (2,825 kB/s) 2024-05-21T18:10:36.924 INFO:teuthology.orchestra.run.smithi134.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-107-generic amd64 5.15.0-107.117 [11.5 MB] 2024-05-21T18:10:37.313 INFO:teuthology.orchestra.run.smithi134.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-107-generic amd64 5.15.0-107.117 [63.9 MB] 2024-05-21T18:10:37.324 INFO:teuthology.orchestra.run.smithi016.stdout:Reading package lists... 2024-05-21T18:10:37.341 DEBUG:teuthology.orchestra.run.smithi016:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-05-21T18:10:37.381 INFO:teuthology.orchestra.run.smithi077.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-107-generic amd64 5.15.0-107.117 [11.5 MB] 2024-05-21T18:10:37.394 INFO:teuthology.orchestra.run.smithi016.stdout:Reading package lists... 2024-05-21T18:10:37.583 INFO:teuthology.orchestra.run.smithi016.stdout:Building dependency tree... 2024-05-21T18:10:37.583 INFO:teuthology.orchestra.run.smithi016.stdout:Reading state information... 2024-05-21T18:10:37.756 INFO:teuthology.orchestra.run.smithi016.stdout:The following packages were automatically installed and are no longer required: 2024-05-21T18:10:37.756 INFO:teuthology.orchestra.run.smithi016.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-05-21T18:10:37.756 INFO:teuthology.orchestra.run.smithi016.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-05-21T18:10:37.757 INFO:teuthology.orchestra.run.smithi016.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-05-21T18:10:37.757 INFO:teuthology.orchestra.run.smithi016.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-05-21T18:10:37.757 INFO:teuthology.orchestra.run.smithi016.stdout: python2.7-minimal 2024-05-21T18:10:37.757 INFO:teuthology.orchestra.run.smithi016.stdout:Use 'sudo apt autoremove' to remove them. 2024-05-21T18:10:37.758 INFO:teuthology.orchestra.run.smithi016.stdout:The following additional packages will be installed: 2024-05-21T18:10:37.759 INFO:teuthology.orchestra.run.smithi016.stdout: linux-generic linux-headers-5.15.0-107 linux-headers-5.15.0-107-generic 2024-05-21T18:10:37.759 INFO:teuthology.orchestra.run.smithi016.stdout: linux-headers-generic linux-image-5.15.0-107-generic 2024-05-21T18:10:37.759 INFO:teuthology.orchestra.run.smithi016.stdout: linux-modules-5.15.0-107-generic linux-modules-extra-5.15.0-107-generic 2024-05-21T18:10:37.760 INFO:teuthology.orchestra.run.smithi016.stdout:Suggested packages: 2024-05-21T18:10:37.760 INFO:teuthology.orchestra.run.smithi016.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-05-21T18:10:37.760 INFO:teuthology.orchestra.run.smithi016.stdout:Recommended packages: 2024-05-21T18:10:37.760 INFO:teuthology.orchestra.run.smithi016.stdout: thermald 2024-05-21T18:10:37.814 INFO:teuthology.orchestra.run.smithi016.stdout:The following NEW packages will be installed: 2024-05-21T18:10:37.814 INFO:teuthology.orchestra.run.smithi016.stdout: linux-headers-5.15.0-107 linux-headers-5.15.0-107-generic 2024-05-21T18:10:37.814 INFO:teuthology.orchestra.run.smithi016.stdout: linux-image-5.15.0-107-generic linux-modules-5.15.0-107-generic 2024-05-21T18:10:37.814 INFO:teuthology.orchestra.run.smithi016.stdout: linux-modules-extra-5.15.0-107-generic 2024-05-21T18:10:37.815 INFO:teuthology.orchestra.run.smithi016.stdout:The following packages will be upgraded: 2024-05-21T18:10:37.815 INFO:teuthology.orchestra.run.smithi016.stdout: linux-generic linux-headers-generic linux-image-generic 2024-05-21T18:10:37.914 INFO:teuthology.orchestra.run.smithi077.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-107-generic amd64 5.15.0-107.117 [63.9 MB] 2024-05-21T18:10:37.995 INFO:teuthology.orchestra.run.smithi016.stdout:3 upgraded, 5 newly installed, 0 to remove and 320 not upgraded. 2024-05-21T18:10:37.995 INFO:teuthology.orchestra.run.smithi016.stdout:Need to get 113 MB of archives. 2024-05-21T18:10:37.995 INFO:teuthology.orchestra.run.smithi016.stdout:After this operation, 583 MB of additional disk space will be used. 2024-05-21T18:10:37.995 INFO:teuthology.orchestra.run.smithi016.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-107-generic amd64 5.15.0-107.117 [22.7 MB] 2024-05-21T18:10:39.663 INFO:teuthology.orchestra.run.smithi016.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-107-generic amd64 5.15.0-107.117 [11.5 MB] 2024-05-21T18:10:40.060 INFO:teuthology.orchestra.run.smithi016.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-107-generic amd64 5.15.0-107.117 [63.9 MB] 2024-05-21T18:10:40.654 INFO:teuthology.orchestra.run.smithi077.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.107.107 [1,694 B] 2024-05-21T18:10:40.654 INFO:teuthology.orchestra.run.smithi077.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.107.107 [2,496 B] 2024-05-21T18:10:40.654 INFO:teuthology.orchestra.run.smithi077.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-107 all 5.15.0-107.117 [12.3 MB] 2024-05-21T18:10:40.788 INFO:teuthology.orchestra.run.smithi134.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.107.107 [1,694 B] 2024-05-21T18:10:40.788 INFO:teuthology.orchestra.run.smithi134.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.107.107 [2,496 B] 2024-05-21T18:10:40.788 INFO:teuthology.orchestra.run.smithi134.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-107 all 5.15.0-107.117 [12.3 MB] 2024-05-21T18:10:41.073 INFO:teuthology.orchestra.run.smithi077.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-107-generic amd64 5.15.0-107.117 [2,887 kB] 2024-05-21T18:10:41.127 INFO:teuthology.orchestra.run.smithi077.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.107.107 [2,354 B] 2024-05-21T18:10:41.340 INFO:teuthology.orchestra.run.smithi134.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-107-generic amd64 5.15.0-107.117 [2,887 kB] 2024-05-21T18:10:41.515 INFO:teuthology.orchestra.run.smithi077.stdout:Fetched 113 MB in 6s (20.5 MB/s) 2024-05-21T18:10:41.535 INFO:teuthology.orchestra.run.smithi134.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.107.107 [2,354 B] 2024-05-21T18:10:41.692 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package linux-modules-5.15.0-107-generic. 2024-05-21T18:10:41.918 INFO:teuthology.orchestra.run.smithi134.stdout:Fetched 113 MB in 7s (16.8 MB/s) 2024-05-21T18:10:42.098 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package linux-modules-5.15.0-107-generic. 2024-05-21T18:10:42.442 INFO:teuthology.orchestra.run.smithi016.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.107.107 [1,694 B] 2024-05-21T18:10:42.442 INFO:teuthology.orchestra.run.smithi016.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.107.107 [2,496 B] 2024-05-21T18:10:42.443 INFO:teuthology.orchestra.run.smithi016.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-107 all 5.15.0-107.117 [12.3 MB] 2024-05-21T18:10:42.814 INFO:teuthology.orchestra.run.smithi016.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-107-generic amd64 5.15.0-107.117 [2,887 kB] 2024-05-21T18:10:42.902 INFO:teuthology.orchestra.run.smithi016.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.107.107 [2,354 B] 2024-05-21T18:10:43.333 INFO:teuthology.orchestra.run.smithi016.stdout:Fetched 113 MB in 5s (22.3 MB/s) 2024-05-21T18:10:43.529 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package linux-modules-5.15.0-107-generic. 2024-05-21T18:10:43.701 INFO:teuthology.orchestra.run.smithi077.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 129542 files and directories currently installed.) 2024-05-21T18:10:43.705 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../0-linux-modules-5.15.0-107-generic_5.15.0-107.117_amd64.deb ... 2024-05-21T18:10:43.907 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking linux-modules-5.15.0-107-generic (5.15.0-107.117) ... 2024-05-21T18:10:44.156 INFO:teuthology.orchestra.run.smithi134.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 129542 files and directories currently installed.) 2024-05-21T18:10:44.161 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../0-linux-modules-5.15.0-107-generic_5.15.0-107.117_amd64.deb ... 2024-05-21T18:10:44.452 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking linux-modules-5.15.0-107-generic (5.15.0-107.117) ... 2024-05-21T18:10:45.526 INFO:teuthology.orchestra.run.smithi016.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 129542 files and directories currently installed.) 2024-05-21T18:10:45.530 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../0-linux-modules-5.15.0-107-generic_5.15.0-107.117_amd64.deb ... 2024-05-21T18:10:45.592 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking linux-modules-5.15.0-107-generic (5.15.0-107.117) ... 2024-05-21T18:10:46.176 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package linux-image-5.15.0-107-generic. 2024-05-21T18:10:46.197 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../1-linux-image-5.15.0-107-generic_5.15.0-107.117_amd64.deb ... 2024-05-21T18:10:46.283 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking linux-image-5.15.0-107-generic (5.15.0-107.117) ... 2024-05-21T18:10:46.753 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package linux-image-5.15.0-107-generic. 2024-05-21T18:10:46.774 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../1-linux-image-5.15.0-107-generic_5.15.0-107.117_amd64.deb ... 2024-05-21T18:10:46.830 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-107-generic. 2024-05-21T18:10:46.850 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-107-generic_5.15.0-107.117_amd64.deb ... 2024-05-21T18:10:46.863 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking linux-image-5.15.0-107-generic (5.15.0-107.117) ... 2024-05-21T18:10:47.152 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking linux-modules-extra-5.15.0-107-generic (5.15.0-107.117) ... 2024-05-21T18:10:47.379 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-107-generic. 2024-05-21T18:10:47.400 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-107-generic_5.15.0-107.117_amd64.deb ... 2024-05-21T18:10:47.447 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking linux-modules-extra-5.15.0-107-generic (5.15.0-107.117) ... 2024-05-21T18:10:47.725 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package linux-image-5.15.0-107-generic. 2024-05-21T18:10:47.747 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../1-linux-image-5.15.0-107-generic_5.15.0-107.117_amd64.deb ... 2024-05-21T18:10:47.840 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking linux-image-5.15.0-107-generic (5.15.0-107.117) ... 2024-05-21T18:10:48.280 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-107-generic. 2024-05-21T18:10:48.301 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-107-generic_5.15.0-107.117_amd64.deb ... 2024-05-21T18:10:48.330 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking linux-modules-extra-5.15.0-107-generic (5.15.0-107.117) ... 2024-05-21T18:10:53.985 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../3-linux-generic_5.15.0.107.107_amd64.deb ... 2024-05-21T18:10:54.135 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking linux-generic (5.15.0.107.107) over (5.15.0.56.54) ... 2024-05-21T18:10:54.476 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.107.107_amd64.deb ... 2024-05-21T18:10:54.613 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking linux-image-generic (5.15.0.107.107) over (5.15.0.56.54) ... 2024-05-21T18:10:54.891 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package linux-headers-5.15.0-107. 2024-05-21T18:10:54.914 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../5-linux-headers-5.15.0-107_5.15.0-107.117_all.deb ... 2024-05-21T18:10:54.967 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking linux-headers-5.15.0-107 (5.15.0-107.117) ... 2024-05-21T18:10:54.998 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../3-linux-generic_5.15.0.107.107_amd64.deb ... 2024-05-21T18:10:55.064 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../3-linux-generic_5.15.0.107.107_amd64.deb ... 2024-05-21T18:10:55.123 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking linux-generic (5.15.0.107.107) over (5.15.0.56.54) ... 2024-05-21T18:10:55.182 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking linux-generic (5.15.0.107.107) over (5.15.0.56.54) ... 2024-05-21T18:10:55.508 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.107.107_amd64.deb ... 2024-05-21T18:10:55.522 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.107.107_amd64.deb ... 2024-05-21T18:10:55.636 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking linux-image-generic (5.15.0.107.107) over (5.15.0.56.54) ... 2024-05-21T18:10:55.670 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking linux-image-generic (5.15.0.107.107) over (5.15.0.56.54) ... 2024-05-21T18:10:55.947 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package linux-headers-5.15.0-107. 2024-05-21T18:10:55.970 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../5-linux-headers-5.15.0-107_5.15.0-107.117_all.deb ... 2024-05-21T18:10:55.978 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package linux-headers-5.15.0-107. 2024-05-21T18:10:56.001 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../5-linux-headers-5.15.0-107_5.15.0-107.117_all.deb ... 2024-05-21T18:10:56.014 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking linux-headers-5.15.0-107 (5.15.0-107.117) ... 2024-05-21T18:10:56.037 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking linux-headers-5.15.0-107 (5.15.0-107.117) ... 2024-05-21T18:11:00.887 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package linux-headers-5.15.0-107-generic. 2024-05-21T18:11:00.924 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../6-linux-headers-5.15.0-107-generic_5.15.0-107.117_amd64.deb ... 2024-05-21T18:11:00.962 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking linux-headers-5.15.0-107-generic (5.15.0-107.117) ... 2024-05-21T18:11:01.168 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package linux-headers-5.15.0-107-generic. 2024-05-21T18:11:01.205 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../6-linux-headers-5.15.0-107-generic_5.15.0-107.117_amd64.deb ... 2024-05-21T18:11:01.233 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking linux-headers-5.15.0-107-generic (5.15.0-107.117) ... 2024-05-21T18:11:02.895 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package linux-headers-5.15.0-107-generic. 2024-05-21T18:11:02.932 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../6-linux-headers-5.15.0-107-generic_5.15.0-107.117_amd64.deb ... 2024-05-21T18:11:02.970 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking linux-headers-5.15.0-107-generic (5.15.0-107.117) ... 2024-05-21T18:11:05.249 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.107.107_amd64.deb ... 2024-05-21T18:11:05.370 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking linux-headers-generic (5.15.0.107.107) over (5.15.0.56.54) ... 2024-05-21T18:11:05.445 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.107.107_amd64.deb ... 2024-05-21T18:11:05.584 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking linux-headers-generic (5.15.0.107.107) over (5.15.0.56.54) ... 2024-05-21T18:11:05.712 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up linux-headers-5.15.0-107 (5.15.0-107.117) ... 2024-05-21T18:11:05.833 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up linux-headers-5.15.0-107-generic (5.15.0-107.117) ... 2024-05-21T18:11:05.959 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up linux-headers-generic (5.15.0.107.107) ... 2024-05-21T18:11:05.993 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up linux-headers-5.15.0-107 (5.15.0-107.117) ... 2024-05-21T18:11:06.089 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up linux-image-5.15.0-107-generic (5.15.0-107.117) ... 2024-05-21T18:11:06.122 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up linux-headers-5.15.0-107-generic (5.15.0-107.117) ... 2024-05-21T18:11:06.257 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up linux-headers-generic (5.15.0.107.107) ... 2024-05-21T18:11:06.361 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up linux-image-5.15.0-107-generic (5.15.0-107.117) ... 2024-05-21T18:11:06.465 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.107.107_amd64.deb ... 2024-05-21T18:11:06.607 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking linux-headers-generic (5.15.0.107.107) over (5.15.0.56.54) ... 2024-05-21T18:11:06.965 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up linux-headers-5.15.0-107 (5.15.0-107.117) ... 2024-05-21T18:11:07.104 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up linux-headers-5.15.0-107-generic (5.15.0-107.117) ... 2024-05-21T18:11:07.230 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up linux-headers-generic (5.15.0.107.107) ... 2024-05-21T18:11:07.376 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up linux-image-5.15.0-107-generic (5.15.0-107.117) ... 2024-05-21T18:11:07.700 INFO:teuthology.orchestra.run.smithi077.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-05-21T18:11:07.700 INFO:teuthology.orchestra.run.smithi077.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-05-21T18:11:07.700 INFO:teuthology.orchestra.run.smithi077.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-107-generic 2024-05-21T18:11:07.700 INFO:teuthology.orchestra.run.smithi077.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-107-generic 2024-05-21T18:11:07.845 INFO:teuthology.orchestra.run.smithi016.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-05-21T18:11:07.845 INFO:teuthology.orchestra.run.smithi016.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-05-21T18:11:07.845 INFO:teuthology.orchestra.run.smithi016.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-107-generic 2024-05-21T18:11:07.845 INFO:teuthology.orchestra.run.smithi016.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-107-generic 2024-05-21T18:11:07.889 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up linux-modules-extra-5.15.0-107-generic (5.15.0-107.117) ... 2024-05-21T18:11:08.349 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up linux-modules-extra-5.15.0-107-generic (5.15.0-107.117) ... 2024-05-21T18:11:08.708 INFO:teuthology.orchestra.run.smithi134.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-05-21T18:11:08.708 INFO:teuthology.orchestra.run.smithi134.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-05-21T18:11:08.708 INFO:teuthology.orchestra.run.smithi134.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-107-generic 2024-05-21T18:11:08.708 INFO:teuthology.orchestra.run.smithi134.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-107-generic 2024-05-21T18:11:08.895 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up linux-modules-extra-5.15.0-107-generic (5.15.0-107.117) ... 2024-05-21T18:11:09.623 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up linux-modules-5.15.0-107-generic (5.15.0-107.117) ... 2024-05-21T18:11:09.783 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up linux-modules-5.15.0-107-generic (5.15.0-107.117) ... 2024-05-21T18:11:10.312 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up linux-modules-5.15.0-107-generic (5.15.0-107.117) ... 2024-05-21T18:11:11.029 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up linux-image-generic (5.15.0.107.107) ... 2024-05-21T18:11:11.159 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up linux-generic (5.15.0.107.107) ... 2024-05-21T18:11:11.201 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up linux-image-generic (5.15.0.107.107) ... 2024-05-21T18:11:11.302 INFO:teuthology.orchestra.run.smithi077.stdout:Processing triggers for linux-image-5.15.0-107-generic (5.15.0-107.117) ... 2024-05-21T18:11:11.335 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up linux-generic (5.15.0.107.107) ... 2024-05-21T18:11:11.375 INFO:teuthology.orchestra.run.smithi077.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-05-21T18:11:11.375 INFO:teuthology.orchestra.run.smithi077.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-107-generic 2024-05-21T18:11:11.445 INFO:teuthology.orchestra.run.smithi016.stdout:Processing triggers for linux-image-5.15.0-107-generic (5.15.0-107.117) ... 2024-05-21T18:11:11.503 INFO:teuthology.orchestra.run.smithi016.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-05-21T18:11:11.503 INFO:teuthology.orchestra.run.smithi016.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-107-generic 2024-05-21T18:11:11.730 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up linux-image-generic (5.15.0.107.107) ... 2024-05-21T18:11:11.840 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up linux-generic (5.15.0.107.107) ... 2024-05-21T18:11:11.966 INFO:teuthology.orchestra.run.smithi134.stdout:Processing triggers for linux-image-5.15.0-107-generic (5.15.0-107.117) ... 2024-05-21T18:11:12.022 INFO:teuthology.orchestra.run.smithi134.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-05-21T18:11:12.022 INFO:teuthology.orchestra.run.smithi134.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-107-generic 2024-05-21T18:11:25.772 INFO:teuthology.orchestra.run.smithi077.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-05-21T18:11:25.772 INFO:teuthology.orchestra.run.smithi077.stdout:Sourcing file `/etc/default/grub' 2024-05-21T18:11:25.792 INFO:teuthology.orchestra.run.smithi077.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-05-21T18:11:25.818 INFO:teuthology.orchestra.run.smithi077.stdout:Generating grub configuration file ... 2024-05-21T18:11:26.177 INFO:teuthology.orchestra.run.smithi077.stdout:Found linux image: /boot/vmlinuz-5.15.0-107-generic 2024-05-21T18:11:26.210 INFO:teuthology.orchestra.run.smithi016.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-05-21T18:11:26.210 INFO:teuthology.orchestra.run.smithi016.stdout:Sourcing file `/etc/default/grub' 2024-05-21T18:11:26.210 INFO:teuthology.orchestra.run.smithi077.stdout:Found initrd image: /boot/initrd.img-5.15.0-107-generic 2024-05-21T18:11:26.212 INFO:teuthology.orchestra.run.smithi016.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-05-21T18:11:26.235 INFO:teuthology.orchestra.run.smithi016.stdout:Generating grub configuration file ... 2024-05-21T18:11:26.424 INFO:teuthology.orchestra.run.smithi134.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-05-21T18:11:26.424 INFO:teuthology.orchestra.run.smithi134.stdout:Sourcing file `/etc/default/grub' 2024-05-21T18:11:26.449 INFO:teuthology.orchestra.run.smithi134.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-05-21T18:11:26.480 INFO:teuthology.orchestra.run.smithi134.stdout:Generating grub configuration file ... 2024-05-21T18:11:26.502 INFO:teuthology.orchestra.run.smithi077.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-05-21T18:11:26.508 INFO:teuthology.orchestra.run.smithi077.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-05-21T18:11:26.571 INFO:teuthology.orchestra.run.smithi077.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-05-21T18:11:26.574 INFO:teuthology.orchestra.run.smithi016.stdout:Found linux image: /boot/vmlinuz-5.15.0-107-generic 2024-05-21T18:11:26.575 INFO:teuthology.orchestra.run.smithi077.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-05-21T18:11:26.601 INFO:teuthology.orchestra.run.smithi016.stdout:Found initrd image: /boot/initrd.img-5.15.0-107-generic 2024-05-21T18:11:26.746 INFO:teuthology.orchestra.run.smithi077.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-05-21T18:11:26.747 INFO:teuthology.orchestra.run.smithi077.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-05-21T18:11:26.747 INFO:teuthology.orchestra.run.smithi077.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-05-21T18:11:26.786 INFO:teuthology.orchestra.run.smithi077.stdout:done 2024-05-21T18:11:26.917 INFO:teuthology.orchestra.run.smithi016.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-05-21T18:11:26.918 INFO:teuthology.orchestra.run.smithi134.stdout:Found linux image: /boot/vmlinuz-5.15.0-107-generic 2024-05-21T18:11:26.923 INFO:teuthology.orchestra.run.smithi016.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-05-21T18:11:26.940 INFO:teuthology.orchestra.run.smithi134.stdout:Found initrd image: /boot/initrd.img-5.15.0-107-generic 2024-05-21T18:11:26.998 INFO:teuthology.orchestra.run.smithi016.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-05-21T18:11:27.004 INFO:teuthology.orchestra.run.smithi016.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-05-21T18:11:27.175 INFO:teuthology.orchestra.run.smithi016.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-05-21T18:11:27.175 INFO:teuthology.orchestra.run.smithi016.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-05-21T18:11:27.175 INFO:teuthology.orchestra.run.smithi016.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-05-21T18:11:27.207 INFO:teuthology.orchestra.run.smithi016.stdout:done 2024-05-21T18:11:27.270 DEBUG:teuthology.orchestra.run.smithi077:> dpkg -s linux-image-generic 2024-05-21T18:11:27.309 INFO:teuthology.orchestra.run.smithi077.stdout:Package: linux-image-generic 2024-05-21T18:11:27.309 INFO:teuthology.orchestra.run.smithi077.stdout:Status: install ok installed 2024-05-21T18:11:27.310 INFO:teuthology.orchestra.run.smithi077.stdout:Priority: optional 2024-05-21T18:11:27.310 INFO:teuthology.orchestra.run.smithi077.stdout:Section: kernel 2024-05-21T18:11:27.310 INFO:teuthology.orchestra.run.smithi077.stdout:Installed-Size: 21 2024-05-21T18:11:27.310 INFO:teuthology.orchestra.run.smithi077.stdout:Maintainer: Ubuntu Kernel Team 2024-05-21T18:11:27.310 INFO:teuthology.orchestra.run.smithi077.stdout:Architecture: amd64 2024-05-21T18:11:27.310 INFO:teuthology.orchestra.run.smithi077.stdout:Source: linux-meta 2024-05-21T18:11:27.310 INFO:teuthology.orchestra.run.smithi077.stdout:Version: 5.15.0.107.107 2024-05-21T18:11:27.310 INFO:teuthology.orchestra.run.smithi077.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-107), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-05-21T18:11:27.310 INFO:teuthology.orchestra.run.smithi077.stdout:Depends: linux-image-5.15.0-107-generic, linux-modules-extra-5.15.0-107-generic, linux-firmware, intel-microcode, amd64-microcode 2024-05-21T18:11:27.310 INFO:teuthology.orchestra.run.smithi077.stdout:Recommends: thermald 2024-05-21T18:11:27.310 INFO:teuthology.orchestra.run.smithi077.stdout:Description: Generic Linux kernel image 2024-05-21T18:11:27.310 INFO:teuthology.orchestra.run.smithi077.stdout: This package will always depend on the latest generic kernel image 2024-05-21T18:11:27.311 INFO:teuthology.orchestra.run.smithi077.stdout: available. 2024-05-21T18:11:27.311 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-107-generic 2024-05-21T18:11:27.311 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-05-21T18:11:27.311 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-05-21T18:11:27.311 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-05-21T18:11:27.311 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi077.front.sepia.ceph.com, path=None, version=distro) 2024-05-21T18:11:27.311 DEBUG:teuthology.orchestra.run.smithi077:> sudo apt-get clean 2024-05-21T18:11:27.350 INFO:teuthology.orchestra.run.smithi134.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-05-21T18:11:27.355 INFO:teuthology.orchestra.run.smithi134.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-05-21T18:11:27.425 INFO:teuthology.orchestra.run.smithi134.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-05-21T18:11:27.430 INFO:teuthology.orchestra.run.smithi134.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-05-21T18:11:27.510 DEBUG:teuthology.orchestra.run.smithi077:> sudo apt-get update 2024-05-21T18:11:27.612 INFO:teuthology.orchestra.run.smithi134.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-05-21T18:11:27.612 INFO:teuthology.orchestra.run.smithi134.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-05-21T18:11:27.612 INFO:teuthology.orchestra.run.smithi134.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-05-21T18:11:27.658 INFO:teuthology.orchestra.run.smithi077.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-05-21T18:11:27.664 INFO:teuthology.orchestra.run.smithi134.stdout:done 2024-05-21T18:11:27.707 DEBUG:teuthology.orchestra.run.smithi016:> dpkg -s linux-image-generic 2024-05-21T18:11:27.729 INFO:teuthology.orchestra.run.smithi016.stdout:Package: linux-image-generic 2024-05-21T18:11:27.729 INFO:teuthology.orchestra.run.smithi016.stdout:Status: install ok installed 2024-05-21T18:11:27.729 INFO:teuthology.orchestra.run.smithi016.stdout:Priority: optional 2024-05-21T18:11:27.729 INFO:teuthology.orchestra.run.smithi016.stdout:Section: kernel 2024-05-21T18:11:27.729 INFO:teuthology.orchestra.run.smithi016.stdout:Installed-Size: 21 2024-05-21T18:11:27.729 INFO:teuthology.orchestra.run.smithi016.stdout:Maintainer: Ubuntu Kernel Team 2024-05-21T18:11:27.730 INFO:teuthology.orchestra.run.smithi016.stdout:Architecture: amd64 2024-05-21T18:11:27.730 INFO:teuthology.orchestra.run.smithi016.stdout:Source: linux-meta 2024-05-21T18:11:27.730 INFO:teuthology.orchestra.run.smithi016.stdout:Version: 5.15.0.107.107 2024-05-21T18:11:27.730 INFO:teuthology.orchestra.run.smithi016.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-107), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-05-21T18:11:27.730 INFO:teuthology.orchestra.run.smithi016.stdout:Depends: linux-image-5.15.0-107-generic, linux-modules-extra-5.15.0-107-generic, linux-firmware, intel-microcode, amd64-microcode 2024-05-21T18:11:27.730 INFO:teuthology.orchestra.run.smithi016.stdout:Recommends: thermald 2024-05-21T18:11:27.730 INFO:teuthology.orchestra.run.smithi016.stdout:Description: Generic Linux kernel image 2024-05-21T18:11:27.730 INFO:teuthology.orchestra.run.smithi016.stdout: This package will always depend on the latest generic kernel image 2024-05-21T18:11:27.730 INFO:teuthology.orchestra.run.smithi016.stdout: available. 2024-05-21T18:11:27.730 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-107-generic 2024-05-21T18:11:27.730 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-05-21T18:11:27.731 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-05-21T18:11:27.731 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-05-21T18:11:27.731 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi016.front.sepia.ceph.com, path=None, version=distro) 2024-05-21T18:11:27.731 DEBUG:teuthology.orchestra.run.smithi016:> sudo apt-get clean 2024-05-21T18:11:27.749 INFO:teuthology.orchestra.run.smithi077.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-05-21T18:11:27.831 INFO:teuthology.orchestra.run.smithi077.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-05-21T18:11:27.894 DEBUG:teuthology.orchestra.run.smithi016:> sudo apt-get update 2024-05-21T18:11:27.913 INFO:teuthology.orchestra.run.smithi077.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-05-21T18:11:28.028 INFO:teuthology.orchestra.run.smithi016.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-05-21T18:11:28.144 INFO:teuthology.orchestra.run.smithi016.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-05-21T18:11:28.174 DEBUG:teuthology.orchestra.run.smithi134:> dpkg -s linux-image-generic 2024-05-21T18:11:28.191 INFO:teuthology.orchestra.run.smithi134.stdout:Package: linux-image-generic 2024-05-21T18:11:28.191 INFO:teuthology.orchestra.run.smithi134.stdout:Status: install ok installed 2024-05-21T18:11:28.191 INFO:teuthology.orchestra.run.smithi134.stdout:Priority: optional 2024-05-21T18:11:28.191 INFO:teuthology.orchestra.run.smithi134.stdout:Section: kernel 2024-05-21T18:11:28.191 INFO:teuthology.orchestra.run.smithi134.stdout:Installed-Size: 21 2024-05-21T18:11:28.191 INFO:teuthology.orchestra.run.smithi134.stdout:Maintainer: Ubuntu Kernel Team 2024-05-21T18:11:28.191 INFO:teuthology.orchestra.run.smithi134.stdout:Architecture: amd64 2024-05-21T18:11:28.191 INFO:teuthology.orchestra.run.smithi134.stdout:Source: linux-meta 2024-05-21T18:11:28.192 INFO:teuthology.orchestra.run.smithi134.stdout:Version: 5.15.0.107.107 2024-05-21T18:11:28.192 INFO:teuthology.orchestra.run.smithi134.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-107), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-05-21T18:11:28.192 INFO:teuthology.orchestra.run.smithi134.stdout:Depends: linux-image-5.15.0-107-generic, linux-modules-extra-5.15.0-107-generic, linux-firmware, intel-microcode, amd64-microcode 2024-05-21T18:11:28.192 INFO:teuthology.orchestra.run.smithi134.stdout:Recommends: thermald 2024-05-21T18:11:28.192 INFO:teuthology.orchestra.run.smithi134.stdout:Description: Generic Linux kernel image 2024-05-21T18:11:28.192 INFO:teuthology.orchestra.run.smithi134.stdout: This package will always depend on the latest generic kernel image 2024-05-21T18:11:28.192 INFO:teuthology.orchestra.run.smithi134.stdout: available. 2024-05-21T18:11:28.193 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-107-generic 2024-05-21T18:11:28.193 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-05-21T18:11:28.193 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-05-21T18:11:28.193 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-05-21T18:11:28.193 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi134.front.sepia.ceph.com, path=None, version=distro) 2024-05-21T18:11:28.193 DEBUG:teuthology.orchestra.run.smithi134:> sudo apt-get clean 2024-05-21T18:11:28.235 INFO:teuthology.orchestra.run.smithi016.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-05-21T18:11:28.310 INFO:teuthology.orchestra.run.smithi016.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-05-21T18:11:28.341 DEBUG:teuthology.orchestra.run.smithi134:> sudo apt-get update 2024-05-21T18:11:28.456 INFO:teuthology.orchestra.run.smithi134.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-05-21T18:11:28.456 INFO:teuthology.orchestra.run.smithi134.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-05-21T18:11:28.469 INFO:teuthology.orchestra.run.smithi134.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-05-21T18:11:28.490 INFO:teuthology.orchestra.run.smithi134.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-05-21T18:11:29.065 INFO:teuthology.orchestra.run.smithi077.stdout:Reading package lists... 2024-05-21T18:11:29.082 DEBUG:teuthology.orchestra.run.smithi077:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-05-21T18:11:29.140 INFO:teuthology.orchestra.run.smithi077.stdout:Reading package lists... 2024-05-21T18:11:29.344 INFO:teuthology.orchestra.run.smithi077.stdout:Building dependency tree... 2024-05-21T18:11:29.345 INFO:teuthology.orchestra.run.smithi077.stdout:Reading state information... 2024-05-21T18:11:29.445 INFO:teuthology.orchestra.run.smithi016.stdout:Reading package lists... 2024-05-21T18:11:29.463 DEBUG:teuthology.orchestra.run.smithi016:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-05-21T18:11:29.510 INFO:teuthology.orchestra.run.smithi077.stdout:linux-image-generic is already the newest version (5.15.0.107.107). 2024-05-21T18:11:29.510 INFO:teuthology.orchestra.run.smithi077.stdout:The following packages were automatically installed and are no longer required: 2024-05-21T18:11:29.510 INFO:teuthology.orchestra.run.smithi077.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-05-21T18:11:29.510 INFO:teuthology.orchestra.run.smithi077.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-05-21T18:11:29.510 INFO:teuthology.orchestra.run.smithi077.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-05-21T18:11:29.511 INFO:teuthology.orchestra.run.smithi077.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-05-21T18:11:29.511 INFO:teuthology.orchestra.run.smithi077.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-05-21T18:11:29.511 INFO:teuthology.orchestra.run.smithi077.stdout:Use 'sudo apt autoremove' to remove them. 2024-05-21T18:11:29.515 INFO:teuthology.orchestra.run.smithi016.stdout:Reading package lists... 2024-05-21T18:11:29.549 INFO:teuthology.orchestra.run.smithi077.stdout:0 upgraded, 0 newly installed, 0 to remove and 320 not upgraded. 2024-05-21T18:11:29.551 DEBUG:teuthology.orchestra.run.smithi077:> dpkg -s linux-image-generic 2024-05-21T18:11:29.563 INFO:teuthology.orchestra.run.smithi077.stdout:Package: linux-image-generic 2024-05-21T18:11:29.563 INFO:teuthology.orchestra.run.smithi077.stdout:Status: install ok installed 2024-05-21T18:11:29.563 INFO:teuthology.orchestra.run.smithi077.stdout:Priority: optional 2024-05-21T18:11:29.563 INFO:teuthology.orchestra.run.smithi077.stdout:Section: kernel 2024-05-21T18:11:29.563 INFO:teuthology.orchestra.run.smithi077.stdout:Installed-Size: 21 2024-05-21T18:11:29.563 INFO:teuthology.orchestra.run.smithi077.stdout:Maintainer: Ubuntu Kernel Team 2024-05-21T18:11:29.563 INFO:teuthology.orchestra.run.smithi077.stdout:Architecture: amd64 2024-05-21T18:11:29.563 INFO:teuthology.orchestra.run.smithi077.stdout:Source: linux-meta 2024-05-21T18:11:29.563 INFO:teuthology.orchestra.run.smithi077.stdout:Version: 5.15.0.107.107 2024-05-21T18:11:29.564 INFO:teuthology.orchestra.run.smithi077.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-107), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-05-21T18:11:29.564 INFO:teuthology.orchestra.run.smithi077.stdout:Depends: linux-image-5.15.0-107-generic, linux-modules-extra-5.15.0-107-generic, linux-firmware, intel-microcode, amd64-microcode 2024-05-21T18:11:29.564 INFO:teuthology.orchestra.run.smithi077.stdout:Recommends: thermald 2024-05-21T18:11:29.564 INFO:teuthology.orchestra.run.smithi077.stdout:Description: Generic Linux kernel image 2024-05-21T18:11:29.564 INFO:teuthology.orchestra.run.smithi077.stdout: This package will always depend on the latest generic kernel image 2024-05-21T18:11:29.564 INFO:teuthology.orchestra.run.smithi077.stdout: available. 2024-05-21T18:11:29.564 DEBUG:teuthology.orchestra.run.smithi077:> mktemp 2024-05-21T18:11:29.610 INFO:teuthology.orchestra.run.smithi077.stdout:/tmp/tmp.vJ6BzJNoSY 2024-05-21T18:11:29.610 DEBUG:teuthology.orchestra.run.smithi077:> sudo cp /boot/grub/grub.cfg /tmp/tmp.vJ6BzJNoSY 2024-05-21T18:11:29.666 DEBUG:teuthology.orchestra.run.smithi077:> sudo chmod 0666 /tmp/tmp.vJ6BzJNoSY 2024-05-21T18:11:29.699 INFO:teuthology.orchestra.run.smithi016.stdout:Building dependency tree... 2024-05-21T18:11:29.701 INFO:teuthology.orchestra.run.smithi016.stdout:Reading state information... 2024-05-21T18:11:29.779 DEBUG:teuthology.orchestra.remote:smithi077:/tmp/tmp.vJ6BzJNoSY is 10KB 2024-05-21T18:11:29.791 DEBUG:teuthology.orchestra.run.smithi077:> rm -fr /tmp/tmp.vJ6BzJNoSY 2024-05-21T18:11:29.797 DEBUG:teuthology.orchestra.run.smithi077:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-05-21T18:11:29.850 DEBUG:teuthology.orchestra.run.smithi077:> set -ex 2024-05-21T18:11:29.850 DEBUG:teuthology.orchestra.run.smithi077:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-05-21T18:11:29.851 DEBUG:teuthology.orchestra.run.smithi077:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-05-21T18:11:29.857 INFO:teuthology.orchestra.run.smithi134.stdout:Reading package lists... 2024-05-21T18:11:29.870 INFO:teuthology.orchestra.run.smithi016.stdout:linux-image-generic is already the newest version (5.15.0.107.107). 2024-05-21T18:11:29.870 INFO:teuthology.orchestra.run.smithi016.stdout:The following packages were automatically installed and are no longer required: 2024-05-21T18:11:29.870 INFO:teuthology.orchestra.run.smithi016.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-05-21T18:11:29.870 INFO:teuthology.orchestra.run.smithi016.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-05-21T18:11:29.871 INFO:teuthology.orchestra.run.smithi016.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-05-21T18:11:29.871 INFO:teuthology.orchestra.run.smithi016.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-05-21T18:11:29.871 INFO:teuthology.orchestra.run.smithi016.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-05-21T18:11:29.871 INFO:teuthology.orchestra.run.smithi016.stdout:Use 'sudo apt autoremove' to remove them. 2024-05-21T18:11:29.876 DEBUG:teuthology.orchestra.run.smithi134:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-05-21T18:11:29.912 INFO:teuthology.orchestra.run.smithi016.stdout:0 upgraded, 0 newly installed, 0 to remove and 320 not upgraded. 2024-05-21T18:11:29.914 DEBUG:teuthology.orchestra.run.smithi016:> dpkg -s linux-image-generic 2024-05-21T18:11:29.935 INFO:teuthology.orchestra.run.smithi134.stdout:Reading package lists... 2024-05-21T18:11:29.939 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-107-generic 2024-05-21T18:11:29.939 DEBUG:teuthology.orchestra.run.smithi077:> sudo update-grub 2024-05-21T18:11:29.978 INFO:teuthology.orchestra.run.smithi016.stdout:Package: linux-image-generic 2024-05-21T18:11:29.978 INFO:teuthology.orchestra.run.smithi016.stdout:Status: install ok installed 2024-05-21T18:11:29.978 INFO:teuthology.orchestra.run.smithi016.stdout:Priority: optional 2024-05-21T18:11:29.978 INFO:teuthology.orchestra.run.smithi016.stdout:Section: kernel 2024-05-21T18:11:29.979 INFO:teuthology.orchestra.run.smithi016.stdout:Installed-Size: 21 2024-05-21T18:11:29.979 INFO:teuthology.orchestra.run.smithi016.stdout:Maintainer: Ubuntu Kernel Team 2024-05-21T18:11:29.979 INFO:teuthology.orchestra.run.smithi016.stdout:Architecture: amd64 2024-05-21T18:11:29.979 INFO:teuthology.orchestra.run.smithi016.stdout:Source: linux-meta 2024-05-21T18:11:29.979 INFO:teuthology.orchestra.run.smithi016.stdout:Version: 5.15.0.107.107 2024-05-21T18:11:29.979 INFO:teuthology.orchestra.run.smithi016.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-107), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-05-21T18:11:29.979 INFO:teuthology.orchestra.run.smithi016.stdout:Depends: linux-image-5.15.0-107-generic, linux-modules-extra-5.15.0-107-generic, linux-firmware, intel-microcode, amd64-microcode 2024-05-21T18:11:29.979 INFO:teuthology.orchestra.run.smithi016.stdout:Recommends: thermald 2024-05-21T18:11:29.979 INFO:teuthology.orchestra.run.smithi016.stdout:Description: Generic Linux kernel image 2024-05-21T18:11:29.979 INFO:teuthology.orchestra.run.smithi016.stdout: This package will always depend on the latest generic kernel image 2024-05-21T18:11:29.979 INFO:teuthology.orchestra.run.smithi016.stdout: available. 2024-05-21T18:11:29.979 DEBUG:teuthology.orchestra.run.smithi016:> mktemp 2024-05-21T18:11:30.028 INFO:teuthology.orchestra.run.smithi016.stdout:/tmp/tmp.nqh3eONKbI 2024-05-21T18:11:30.028 DEBUG:teuthology.orchestra.run.smithi016:> sudo cp /boot/grub/grub.cfg /tmp/tmp.nqh3eONKbI 2024-05-21T18:11:30.084 DEBUG:teuthology.orchestra.run.smithi016:> sudo chmod 0666 /tmp/tmp.nqh3eONKbI 2024-05-21T18:11:30.139 INFO:teuthology.orchestra.run.smithi134.stdout:Building dependency tree... 2024-05-21T18:11:30.139 INFO:teuthology.orchestra.run.smithi134.stdout:Reading state information... 2024-05-21T18:11:30.198 DEBUG:teuthology.orchestra.remote:smithi016:/tmp/tmp.nqh3eONKbI is 10KB 2024-05-21T18:11:30.211 DEBUG:teuthology.orchestra.run.smithi016:> rm -fr /tmp/tmp.nqh3eONKbI 2024-05-21T18:11:30.216 DEBUG:teuthology.orchestra.run.smithi016:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-05-21T18:11:30.271 DEBUG:teuthology.orchestra.run.smithi016:> set -ex 2024-05-21T18:11:30.271 DEBUG:teuthology.orchestra.run.smithi016:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-05-21T18:11:30.271 DEBUG:teuthology.orchestra.run.smithi016:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-05-21T18:11:30.318 INFO:teuthology.orchestra.run.smithi134.stdout:linux-image-generic is already the newest version (5.15.0.107.107). 2024-05-21T18:11:30.318 INFO:teuthology.orchestra.run.smithi134.stdout:The following packages were automatically installed and are no longer required: 2024-05-21T18:11:30.318 INFO:teuthology.orchestra.run.smithi134.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-05-21T18:11:30.319 INFO:teuthology.orchestra.run.smithi134.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-05-21T18:11:30.319 INFO:teuthology.orchestra.run.smithi134.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-05-21T18:11:30.319 INFO:teuthology.orchestra.run.smithi134.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-05-21T18:11:30.319 INFO:teuthology.orchestra.run.smithi134.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-05-21T18:11:30.319 INFO:teuthology.orchestra.run.smithi134.stdout:Use 'sudo apt autoremove' to remove them. 2024-05-21T18:11:30.338 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-107-generic 2024-05-21T18:11:30.338 DEBUG:teuthology.orchestra.run.smithi016:> sudo update-grub 2024-05-21T18:11:30.359 INFO:teuthology.orchestra.run.smithi134.stdout:0 upgraded, 0 newly installed, 0 to remove and 320 not upgraded. 2024-05-21T18:11:30.360 DEBUG:teuthology.orchestra.run.smithi134:> dpkg -s linux-image-generic 2024-05-21T18:11:30.416 INFO:teuthology.orchestra.run.smithi134.stdout:Package: linux-image-generic 2024-05-21T18:11:30.417 INFO:teuthology.orchestra.run.smithi134.stdout:Status: install ok installed 2024-05-21T18:11:30.417 INFO:teuthology.orchestra.run.smithi134.stdout:Priority: optional 2024-05-21T18:11:30.417 INFO:teuthology.orchestra.run.smithi134.stdout:Section: kernel 2024-05-21T18:11:30.417 INFO:teuthology.orchestra.run.smithi134.stdout:Installed-Size: 21 2024-05-21T18:11:30.417 INFO:teuthology.orchestra.run.smithi134.stdout:Maintainer: Ubuntu Kernel Team 2024-05-21T18:11:30.417 INFO:teuthology.orchestra.run.smithi134.stdout:Architecture: amd64 2024-05-21T18:11:30.417 INFO:teuthology.orchestra.run.smithi134.stdout:Source: linux-meta 2024-05-21T18:11:30.417 INFO:teuthology.orchestra.run.smithi134.stdout:Version: 5.15.0.107.107 2024-05-21T18:11:30.417 INFO:teuthology.orchestra.run.smithi134.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-107), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-05-21T18:11:30.417 INFO:teuthology.orchestra.run.smithi134.stdout:Depends: linux-image-5.15.0-107-generic, linux-modules-extra-5.15.0-107-generic, linux-firmware, intel-microcode, amd64-microcode 2024-05-21T18:11:30.417 INFO:teuthology.orchestra.run.smithi134.stdout:Recommends: thermald 2024-05-21T18:11:30.417 INFO:teuthology.orchestra.run.smithi134.stdout:Description: Generic Linux kernel image 2024-05-21T18:11:30.418 INFO:teuthology.orchestra.run.smithi134.stdout: This package will always depend on the latest generic kernel image 2024-05-21T18:11:30.418 INFO:teuthology.orchestra.run.smithi134.stdout: available. 2024-05-21T18:11:30.418 DEBUG:teuthology.orchestra.run.smithi134:> mktemp 2024-05-21T18:11:30.465 INFO:teuthology.orchestra.run.smithi134.stdout:/tmp/tmp.TX1twX7w3Z 2024-05-21T18:11:30.465 DEBUG:teuthology.orchestra.run.smithi134:> sudo cp /boot/grub/grub.cfg /tmp/tmp.TX1twX7w3Z 2024-05-21T18:11:30.530 DEBUG:teuthology.orchestra.run.smithi134:> sudo chmod 0666 /tmp/tmp.TX1twX7w3Z 2024-05-21T18:11:30.660 DEBUG:teuthology.orchestra.remote:smithi134:/tmp/tmp.TX1twX7w3Z is 10KB 2024-05-21T18:11:30.673 DEBUG:teuthology.orchestra.run.smithi134:> rm -fr /tmp/tmp.TX1twX7w3Z 2024-05-21T18:11:30.678 DEBUG:teuthology.orchestra.run.smithi134:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-05-21T18:11:30.733 DEBUG:teuthology.orchestra.run.smithi134:> set -ex 2024-05-21T18:11:30.733 DEBUG:teuthology.orchestra.run.smithi134:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-05-21T18:11:30.733 DEBUG:teuthology.orchestra.run.smithi134:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-05-21T18:11:30.816 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-107-generic 2024-05-21T18:11:30.816 DEBUG:teuthology.orchestra.run.smithi134:> sudo update-grub 2024-05-21T18:11:31.449 INFO:teuthology.orchestra.run.smithi077.stderr:Sourcing file `/etc/default/grub' 2024-05-21T18:11:31.450 INFO:teuthology.orchestra.run.smithi077.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-05-21T18:11:31.454 INFO:teuthology.orchestra.run.smithi077.stderr:Generating grub configuration file ... 2024-05-21T18:11:31.556 INFO:teuthology.orchestra.run.smithi016.stderr:Sourcing file `/etc/default/grub' 2024-05-21T18:11:31.558 INFO:teuthology.orchestra.run.smithi016.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-05-21T18:11:31.560 INFO:teuthology.orchestra.run.smithi016.stderr:Generating grub configuration file ... 2024-05-21T18:11:31.686 INFO:teuthology.orchestra.run.smithi077.stderr:Found linux image: /boot/vmlinuz-5.15.0-107-generic 2024-05-21T18:11:31.695 INFO:teuthology.orchestra.run.smithi077.stderr:Found initrd image: /boot/initrd.img-5.15.0-107-generic 2024-05-21T18:11:31.748 INFO:teuthology.orchestra.run.smithi016.stderr:Found linux image: /boot/vmlinuz-5.15.0-107-generic 2024-05-21T18:11:31.754 INFO:teuthology.orchestra.run.smithi016.stderr:Found initrd image: /boot/initrd.img-5.15.0-107-generic 2024-05-21T18:11:31.984 INFO:teuthology.orchestra.run.smithi016.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-05-21T18:11:31.990 INFO:teuthology.orchestra.run.smithi016.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-05-21T18:11:31.997 INFO:teuthology.orchestra.run.smithi077.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-05-21T18:11:32.002 INFO:teuthology.orchestra.run.smithi077.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-05-21T18:11:32.029 INFO:teuthology.orchestra.run.smithi016.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-05-21T18:11:32.033 INFO:teuthology.orchestra.run.smithi016.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-05-21T18:11:32.043 INFO:teuthology.orchestra.run.smithi077.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-05-21T18:11:32.049 INFO:teuthology.orchestra.run.smithi077.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-05-21T18:11:32.156 INFO:teuthology.orchestra.run.smithi016.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-05-21T18:11:32.156 INFO:teuthology.orchestra.run.smithi016.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-05-21T18:11:32.156 INFO:teuthology.orchestra.run.smithi016.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-05-21T18:11:32.185 INFO:teuthology.orchestra.run.smithi016.stderr:done 2024-05-21T18:11:32.187 DEBUG:teuthology.orchestra.run.smithi016:> sudo shutdown -r now 2024-05-21T18:11:32.188 INFO:teuthology.orchestra.run.smithi077.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-05-21T18:11:32.188 INFO:teuthology.orchestra.run.smithi077.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-05-21T18:11:32.188 INFO:teuthology.orchestra.run.smithi077.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-05-21T18:11:32.199 INFO:teuthology.orchestra.run.smithi077.stderr:done 2024-05-21T18:11:32.205 DEBUG:teuthology.orchestra.run.smithi077:> sudo shutdown -r now 2024-05-21T18:11:32.278 INFO:teuthology.orchestra.run.smithi134.stderr:Sourcing file `/etc/default/grub' 2024-05-21T18:11:32.280 INFO:teuthology.orchestra.run.smithi134.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-05-21T18:11:32.283 INFO:teuthology.orchestra.run.smithi134.stderr:Generating grub configuration file ... 2024-05-21T18:11:32.614 INFO:teuthology.orchestra.run.smithi134.stderr:Found linux image: /boot/vmlinuz-5.15.0-107-generic 2024-05-21T18:11:32.620 INFO:teuthology.orchestra.run.smithi134.stderr:Found initrd image: /boot/initrd.img-5.15.0-107-generic 2024-05-21T18:11:33.002 INFO:teuthology.orchestra.run.smithi134.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-05-21T18:11:33.008 INFO:teuthology.orchestra.run.smithi134.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-05-21T18:11:33.052 INFO:teuthology.orchestra.run.smithi134.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-05-21T18:11:33.057 INFO:teuthology.orchestra.run.smithi134.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-05-21T18:11:33.171 INFO:teuthology.orchestra.run.smithi134.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-05-21T18:11:33.171 INFO:teuthology.orchestra.run.smithi134.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-05-21T18:11:33.171 INFO:teuthology.orchestra.run.smithi134.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-05-21T18:11:33.182 INFO:teuthology.orchestra.run.smithi134.stderr:done 2024-05-21T18:11:33.184 DEBUG:teuthology.orchestra.run.smithi134:> sudo shutdown -r now 2024-05-21T18:12:02.206 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-05-21T18:12:02.208 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi016.front.sepia.ceph.com' 2024-05-21T18:12:02.209 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi016.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-21T18:12:02.249 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-05-21T18:12:02.249 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi077.front.sepia.ceph.com' 2024-05-21T18:12:02.249 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi077.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-21T18:12:03.187 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-05-21T18:12:03.187 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi134.front.sepia.ceph.com' 2024-05-21T18:12:03.188 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi134.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-21T18:12:20.638 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.16 2024-05-21T18:12:20.639 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.77 2024-05-21T18:12:21.662 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.134 2024-05-21T18:12:29.646 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi016.front.sepia.ceph.com' 2024-05-21T18:12:29.647 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi016.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-21T18:12:29.648 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi077.front.sepia.ceph.com' 2024-05-21T18:12:29.649 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi077.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-21T18:12:30.664 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi134.front.sepia.ceph.com' 2024-05-21T18:12:30.665 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi134.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-21T18:12:32.702 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.77 2024-05-21T18:12:33.726 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.134 2024-05-21T18:12:44.710 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi077.front.sepia.ceph.com' 2024-05-21T18:12:44.711 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi077.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-21T18:12:45.728 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi134.front.sepia.ceph.com' 2024-05-21T18:12:45.728 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi134.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-21T18:13:03.135 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.77 2024-05-21T18:13:04.158 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.134 2024-05-21T18:13:18.150 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi077.front.sepia.ceph.com' 2024-05-21T18:13:18.151 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi077.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-21T18:13:18.749 DEBUG:teuthology.orchestra.run.smithi077:> true 2024-05-21T18:13:19.159 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi134.front.sepia.ceph.com' 2024-05-21T18:13:19.160 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi134.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-21T18:13:19.550 DEBUG:teuthology.orchestra.run.smithi134:> true 2024-05-21T18:13:19.585 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi077.front.sepia.ceph.com' 2024-05-21T18:13:19.585 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-107-generic"... 2024-05-21T18:13:19.585 DEBUG:teuthology.orchestra.run.smithi077:> uname -r 2024-05-21T18:13:19.634 INFO:teuthology.orchestra.run.smithi077.stdout:5.15.0-107-generic 2024-05-21T18:13:19.635 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-107-generic vs 5.15.0-107-generic 2024-05-21T18:13:19.635 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-05-21T18:13:19.635 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-05-21T18:13:20.539 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi134.front.sepia.ceph.com' 2024-05-21T18:13:20.539 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.15.0-107-generic"... 2024-05-21T18:13:20.539 DEBUG:teuthology.orchestra.run.smithi134:> uname -r 2024-05-21T18:13:20.588 INFO:teuthology.orchestra.run.smithi134.stdout:5.15.0-107-generic 2024-05-21T18:13:20.589 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-107-generic vs 5.15.0-107-generic 2024-05-21T18:13:20.589 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-05-21T18:13:20.589 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-05-21T18:13:20.636 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-05-21T18:13:20.637 DEBUG:teuthology.orchestra.run.smithi077:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-05-21T18:13:20.944 INFO:teuthology.orchestra.run.smithi077.stdout:ttyS1 2024-05-21T18:13:20.968 DEBUG:teuthology.parallel:result is None 2024-05-21T18:13:21.590 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-05-21T18:13:21.590 DEBUG:teuthology.orchestra.run.smithi134:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-05-21T18:13:21.660 INFO:teuthology.orchestra.run.smithi134.stdout:ttyS1 2024-05-21T18:13:21.682 DEBUG:teuthology.parallel:result is None 2024-05-21T18:13:29.649 DEBUG:teuthology.orchestra.remote:timed out 2024-05-21T18:13:41.651 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi016.front.sepia.ceph.com' 2024-05-21T18:13:41.652 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi016.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-21T18:13:41.903 DEBUG:teuthology.orchestra.run.smithi016:> true 2024-05-21T18:13:42.578 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi016.front.sepia.ceph.com' 2024-05-21T18:13:42.578 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-107-generic"... 2024-05-21T18:13:42.578 DEBUG:teuthology.orchestra.run.smithi016:> uname -r 2024-05-21T18:13:42.623 INFO:teuthology.orchestra.run.smithi016.stdout:5.15.0-107-generic 2024-05-21T18:13:42.623 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-107-generic vs 5.15.0-107-generic 2024-05-21T18:13:42.623 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-05-21T18:13:42.623 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-05-21T18:13:43.624 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-05-21T18:13:43.624 DEBUG:teuthology.orchestra.run.smithi016:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-05-21T18:13:43.679 INFO:teuthology.orchestra.run.smithi016.stdout:ttyS1 2024-05-21T18:13:43.717 DEBUG:teuthology.parallel:result is None 2024-05-21T18:13:43.717 INFO:teuthology.run_tasks:Running task internal.base... 2024-05-21T18:13:43.734 INFO:teuthology.task.internal:Creating test directory... 2024-05-21T18:13:43.734 DEBUG:teuthology.orchestra.run.smithi016:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-05-21T18:13:43.736 DEBUG:teuthology.orchestra.run.smithi077:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-05-21T18:13:43.739 DEBUG:teuthology.orchestra.run.smithi134:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-05-21T18:13:43.745 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-05-21T18:13:43.752 INFO:teuthology.run_tasks:Running task internal.archive... 2024-05-21T18:13:43.761 INFO:teuthology.task.internal:Creating archive directory... 2024-05-21T18:13:43.761 DEBUG:teuthology.orchestra.run.smithi016:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-05-21T18:13:43.784 DEBUG:teuthology.orchestra.run.smithi077:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-05-21T18:13:43.787 DEBUG:teuthology.orchestra.run.smithi134:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-05-21T18:13:44.035 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-05-21T18:13:44.041 INFO:teuthology.task.internal:Enabling coredump saving... 2024-05-21T18:13:44.041 DEBUG:teuthology.orchestra.run.smithi016:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-05-21T18:13:44.044 DEBUG:teuthology.orchestra.run.smithi077:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-05-21T18:13:44.046 DEBUG:teuthology.orchestra.run.smithi134:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-05-21T18:13:44.058 INFO:teuthology.orchestra.run.smithi016.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-21T18:13:44.067 INFO:teuthology.orchestra.run.smithi016.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-21T18:13:44.070 INFO:teuthology.orchestra.run.smithi134.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-21T18:13:44.079 INFO:teuthology.orchestra.run.smithi134.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-21T18:13:44.082 INFO:teuthology.orchestra.run.smithi077.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-21T18:13:44.089 INFO:teuthology.orchestra.run.smithi077.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-21T18:13:44.091 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-05-21T18:13:44.098 INFO:teuthology.task.internal:Configuring sudo... 2024-05-21T18:13:44.098 DEBUG:teuthology.orchestra.run.smithi016:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-05-21T18:13:44.116 DEBUG:teuthology.orchestra.run.smithi077:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-05-21T18:13:44.135 DEBUG:teuthology.orchestra.run.smithi134:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-05-21T18:13:44.148 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-05-21T18:13:44.157 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-05-21T18:13:44.157 DEBUG:teuthology.orchestra.run.smithi016:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-05-21T18:13:44.180 DEBUG:teuthology.orchestra.run.smithi077:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-05-21T18:13:44.191 DEBUG:teuthology.orchestra.run.smithi134:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-05-21T18:13:44.196 DEBUG:teuthology.orchestra.run.smithi016:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-21T18:13:44.231 DEBUG:teuthology.orchestra.run.smithi016:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-21T18:13:44.279 DEBUG:teuthology.orchestra.run.smithi016:> set -ex 2024-05-21T18:13:44.279 DEBUG:teuthology.orchestra.run.smithi016:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-05-21T18:13:44.339 DEBUG:teuthology.orchestra.run.smithi077:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-21T18:13:44.345 DEBUG:teuthology.orchestra.run.smithi077:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-21T18:13:44.390 DEBUG:teuthology.orchestra.run.smithi077:> set -ex 2024-05-21T18:13:44.391 DEBUG:teuthology.orchestra.run.smithi077:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-05-21T18:13:44.466 DEBUG:teuthology.orchestra.run.smithi134:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-21T18:13:44.471 DEBUG:teuthology.orchestra.run.smithi134:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-21T18:13:44.520 DEBUG:teuthology.orchestra.run.smithi134:> set -ex 2024-05-21T18:13:44.520 DEBUG:teuthology.orchestra.run.smithi134:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-05-21T18:13:44.575 DEBUG:teuthology.orchestra.run.smithi016:> sudo service rsyslog restart 2024-05-21T18:13:44.578 DEBUG:teuthology.orchestra.run.smithi077:> sudo service rsyslog restart 2024-05-21T18:13:44.580 DEBUG:teuthology.orchestra.run.smithi134:> sudo service rsyslog restart 2024-05-21T18:13:44.661 INFO:teuthology.run_tasks:Running task internal.timer... 2024-05-21T18:13:44.669 INFO:teuthology.task.internal:Starting timer... 2024-05-21T18:13:44.669 INFO:teuthology.run_tasks:Running task pcp... 2024-05-21T18:13:44.719 INFO:teuthology.run_tasks:Running task selinux... 2024-05-21T18:13:44.727 DEBUG:teuthology.task.selinux:Excluding smithi016: OS 'ubuntu' does not support SELinux 2024-05-21T18:13:44.727 DEBUG:teuthology.task.selinux:Excluding smithi077: OS 'ubuntu' does not support SELinux 2024-05-21T18:13:44.727 DEBUG:teuthology.task.selinux:Excluding smithi134: OS 'ubuntu' does not support SELinux 2024-05-21T18:13:44.728 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-05-21T18:13:44.728 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-05-21T18:13:44.728 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-05-21T18:13:44.728 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-05-21T18:13:44.735 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-05-21T18:13:44.739 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-05-21T18:13:44.866 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-05-21T18:13:44.879 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-05-21T18:13:44.880 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi016.front.sepia.ceph.com,smithi077.front.sepia.ceph.com,smithi134.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-05-21T18:20:53.434 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi016.front.sepia.ceph.com'), Remote(name='ubuntu@smithi077.front.sepia.ceph.com'), Remote(name='ubuntu@smithi134.front.sepia.ceph.com')] 2024-05-21T18:20:53.436 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi016.front.sepia.ceph.com' 2024-05-21T18:20:53.437 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi016.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-21T18:20:53.523 DEBUG:teuthology.orchestra.run.smithi016:> true 2024-05-21T18:20:53.606 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi016.front.sepia.ceph.com' 2024-05-21T18:20:53.607 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi077.front.sepia.ceph.com' 2024-05-21T18:20:53.607 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi077.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-21T18:20:53.687 DEBUG:teuthology.orchestra.run.smithi077:> true 2024-05-21T18:20:53.766 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi077.front.sepia.ceph.com' 2024-05-21T18:20:53.767 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi134.front.sepia.ceph.com' 2024-05-21T18:20:53.767 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi134.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-21T18:20:53.848 DEBUG:teuthology.orchestra.run.smithi134:> true 2024-05-21T18:20:53.930 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi134.front.sepia.ceph.com' 2024-05-21T18:20:53.931 INFO:teuthology.run_tasks:Running task clock... 2024-05-21T18:20:53.941 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-05-21T18:20:53.942 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-05-21T18:20:53.942 DEBUG:teuthology.orchestra.run.smithi016:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-21T18:20:53.945 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-05-21T18:20:53.945 DEBUG:teuthology.orchestra.run.smithi077:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-21T18:20:53.947 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-05-21T18:20:53.947 DEBUG:teuthology.orchestra.run.smithi134:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-21T18:20:53.972 INFO:teuthology.orchestra.run.smithi016.stdout:21 May 18:20:53 ntpd[17478]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-05-21T18:20:53.972 INFO:teuthology.orchestra.run.smithi016.stdout:21 May 18:20:53 ntpd[17478]: Command line: ntpd -gq 2024-05-21T18:20:53.972 INFO:teuthology.orchestra.run.smithi016.stdout:21 May 18:20:53 ntpd[17478]: ---------------------------------------------------- 2024-05-21T18:20:53.973 INFO:teuthology.orchestra.run.smithi016.stdout:21 May 18:20:53 ntpd[17478]: ntp-4 is maintained by Network Time Foundation, 2024-05-21T18:20:53.973 INFO:teuthology.orchestra.run.smithi016.stdout:21 May 18:20:53 ntpd[17478]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-05-21T18:20:53.973 INFO:teuthology.orchestra.run.smithi016.stdout:21 May 18:20:53 ntpd[17478]: corporation. Support and training for ntp-4 are 2024-05-21T18:20:53.973 INFO:teuthology.orchestra.run.smithi016.stdout:21 May 18:20:53 ntpd[17478]: available at https://www.nwtime.org/support 2024-05-21T18:20:53.973 INFO:teuthology.orchestra.run.smithi016.stdout:21 May 18:20:53 ntpd[17478]: ---------------------------------------------------- 2024-05-21T18:20:53.975 INFO:teuthology.orchestra.run.smithi016.stdout:21 May 18:20:53 ntpd[17478]: proto: precision = 0.069 usec (-24) 2024-05-21T18:20:53.975 INFO:teuthology.orchestra.run.smithi016.stdout:21 May 18:20:53 ntpd[17478]: basedate set to 2022-02-04 2024-05-21T18:20:53.975 INFO:teuthology.orchestra.run.smithi016.stdout:21 May 18:20:53 ntpd[17478]: gps base set to 2022-02-06 (week 2196) 2024-05-21T18:20:53.975 INFO:teuthology.orchestra.run.smithi016.stdout:21 May 18:20:53 ntpd[17478]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-05-21T18:20:53.975 INFO:teuthology.orchestra.run.smithi016.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-05-21T18:20:53.976 INFO:teuthology.orchestra.run.smithi016.stderr:restrict ::: KOD does nothing without LIMITED. 2024-05-21T18:20:53.977 INFO:teuthology.orchestra.run.smithi016.stdout:21 May 18:20:53 ntpd[17478]: restrict ::: KOD does nothing without LIMITED. 2024-05-21T18:20:53.977 INFO:teuthology.orchestra.run.smithi016.stdout:21 May 18:20:53 ntpd[17478]: Listen and drop on 0 v6wildcard [::]:123 2024-05-21T18:20:53.977 INFO:teuthology.orchestra.run.smithi016.stdout:21 May 18:20:53 ntpd[17478]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-05-21T18:20:53.977 INFO:teuthology.orchestra.run.smithi016.stdout:21 May 18:20:53 ntpd[17478]: Listen normally on 2 lo 127.0.0.1:123 2024-05-21T18:20:53.977 INFO:teuthology.orchestra.run.smithi016.stdout:21 May 18:20:53 ntpd[17478]: Listen normally on 3 ens1f0 172.21.15.16:123 2024-05-21T18:20:53.977 INFO:teuthology.orchestra.run.smithi016.stdout:21 May 18:20:53 ntpd[17478]: Listen normally on 4 lo [::1]:123 2024-05-21T18:20:53.977 INFO:teuthology.orchestra.run.smithi016.stdout:21 May 18:20:53 ntpd[17478]: Listen normally on 5 ens1f0 [fe80::ec4:7aff:febd:1564%4]:123 2024-05-21T18:20:53.977 INFO:teuthology.orchestra.run.smithi016.stdout:21 May 18:20:53 ntpd[17478]: Listening on routing socket on fd #22 for interface updates 2024-05-21T18:20:53.979 INFO:teuthology.orchestra.run.smithi077.stdout:21 May 18:20:53 ntpd[17578]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-05-21T18:20:53.979 INFO:teuthology.orchestra.run.smithi077.stdout:21 May 18:20:53 ntpd[17578]: Command line: ntpd -gq 2024-05-21T18:20:53.979 INFO:teuthology.orchestra.run.smithi077.stdout:21 May 18:20:53 ntpd[17578]: ---------------------------------------------------- 2024-05-21T18:20:53.979 INFO:teuthology.orchestra.run.smithi077.stdout:21 May 18:20:53 ntpd[17578]: ntp-4 is maintained by Network Time Foundation, 2024-05-21T18:20:53.979 INFO:teuthology.orchestra.run.smithi077.stdout:21 May 18:20:53 ntpd[17578]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-05-21T18:20:53.979 INFO:teuthology.orchestra.run.smithi077.stdout:21 May 18:20:53 ntpd[17578]: corporation. Support and training for ntp-4 are 2024-05-21T18:20:53.979 INFO:teuthology.orchestra.run.smithi077.stdout:21 May 18:20:53 ntpd[17578]: available at https://www.nwtime.org/support 2024-05-21T18:20:53.979 INFO:teuthology.orchestra.run.smithi077.stdout:21 May 18:20:53 ntpd[17578]: ---------------------------------------------------- 2024-05-21T18:20:53.979 INFO:teuthology.orchestra.run.smithi077.stdout:21 May 18:20:53 ntpd[17578]: proto: precision = 0.047 usec (-24) 2024-05-21T18:20:53.979 INFO:teuthology.orchestra.run.smithi077.stdout:21 May 18:20:53 ntpd[17578]: basedate set to 2022-02-04 2024-05-21T18:20:53.980 INFO:teuthology.orchestra.run.smithi077.stdout:21 May 18:20:53 ntpd[17578]: gps base set to 2022-02-06 (week 2196) 2024-05-21T18:20:53.980 INFO:teuthology.orchestra.run.smithi077.stdout:21 May 18:20:53 ntpd[17578]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-05-21T18:20:53.980 INFO:teuthology.orchestra.run.smithi077.stdout:21 May 18:20:53 ntpd[17578]: restrict ::: KOD does nothing without LIMITED. 2024-05-21T18:20:53.980 INFO:teuthology.orchestra.run.smithi077.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-05-21T18:20:53.980 INFO:teuthology.orchestra.run.smithi077.stderr:restrict ::: KOD does nothing without LIMITED. 2024-05-21T18:20:53.981 INFO:teuthology.orchestra.run.smithi077.stdout:21 May 18:20:53 ntpd[17578]: Listen and drop on 0 v6wildcard [::]:123 2024-05-21T18:20:53.981 INFO:teuthology.orchestra.run.smithi077.stdout:21 May 18:20:53 ntpd[17578]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-05-21T18:20:53.981 INFO:teuthology.orchestra.run.smithi077.stdout:21 May 18:20:53 ntpd[17578]: Listen normally on 2 lo 127.0.0.1:123 2024-05-21T18:20:53.981 INFO:teuthology.orchestra.run.smithi077.stdout:21 May 18:20:53 ntpd[17578]: Listen normally on 3 enp3s0f1 172.21.15.77:123 2024-05-21T18:20:53.981 INFO:teuthology.orchestra.run.smithi077.stdout:21 May 18:20:53 ntpd[17578]: Listen normally on 4 lo [::1]:123 2024-05-21T18:20:53.981 INFO:teuthology.orchestra.run.smithi077.stdout:21 May 18:20:53 ntpd[17578]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe8f:d3d3%5]:123 2024-05-21T18:20:53.981 INFO:teuthology.orchestra.run.smithi077.stdout:21 May 18:20:53 ntpd[17578]: Listening on routing socket on fd #22 for interface updates 2024-05-21T18:20:53.998 INFO:teuthology.orchestra.run.smithi134.stdout:21 May 18:20:53 ntpd[17566]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-05-21T18:20:53.998 INFO:teuthology.orchestra.run.smithi134.stdout:21 May 18:20:53 ntpd[17566]: Command line: ntpd -gq 2024-05-21T18:20:53.998 INFO:teuthology.orchestra.run.smithi134.stdout:21 May 18:20:53 ntpd[17566]: ---------------------------------------------------- 2024-05-21T18:20:53.998 INFO:teuthology.orchestra.run.smithi134.stdout:21 May 18:20:53 ntpd[17566]: ntp-4 is maintained by Network Time Foundation, 2024-05-21T18:20:53.998 INFO:teuthology.orchestra.run.smithi134.stdout:21 May 18:20:53 ntpd[17566]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-05-21T18:20:53.998 INFO:teuthology.orchestra.run.smithi134.stdout:21 May 18:20:53 ntpd[17566]: corporation. Support and training for ntp-4 are 2024-05-21T18:20:53.998 INFO:teuthology.orchestra.run.smithi134.stdout:21 May 18:20:53 ntpd[17566]: available at https://www.nwtime.org/support 2024-05-21T18:20:53.998 INFO:teuthology.orchestra.run.smithi134.stdout:21 May 18:20:53 ntpd[17566]: ---------------------------------------------------- 2024-05-21T18:20:53.999 INFO:teuthology.orchestra.run.smithi134.stdout:21 May 18:20:53 ntpd[17566]: proto: precision = 0.045 usec (-24) 2024-05-21T18:20:53.999 INFO:teuthology.orchestra.run.smithi134.stdout:21 May 18:20:53 ntpd[17566]: basedate set to 2022-02-04 2024-05-21T18:20:53.999 INFO:teuthology.orchestra.run.smithi134.stdout:21 May 18:20:53 ntpd[17566]: gps base set to 2022-02-06 (week 2196) 2024-05-21T18:20:53.999 INFO:teuthology.orchestra.run.smithi134.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-05-21T18:20:54.000 INFO:teuthology.orchestra.run.smithi134.stdout:21 May 18:20:53 ntpd[17566]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-05-21T18:20:54.000 INFO:teuthology.orchestra.run.smithi134.stdout:21 May 18:20:53 ntpd[17566]: restrict ::: KOD does nothing without LIMITED. 2024-05-21T18:20:54.000 INFO:teuthology.orchestra.run.smithi134.stderr:restrict ::: KOD does nothing without LIMITED. 2024-05-21T18:20:54.001 INFO:teuthology.orchestra.run.smithi134.stdout:21 May 18:20:53 ntpd[17566]: Listen and drop on 0 v6wildcard [::]:123 2024-05-21T18:20:54.001 INFO:teuthology.orchestra.run.smithi134.stdout:21 May 18:20:53 ntpd[17566]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-05-21T18:20:54.001 INFO:teuthology.orchestra.run.smithi134.stdout:21 May 18:20:53 ntpd[17566]: Listen normally on 2 lo 127.0.0.1:123 2024-05-21T18:20:54.001 INFO:teuthology.orchestra.run.smithi134.stdout:21 May 18:20:53 ntpd[17566]: Listen normally on 3 enp3s0f1 172.21.15.134:123 2024-05-21T18:20:54.001 INFO:teuthology.orchestra.run.smithi134.stdout:21 May 18:20:53 ntpd[17566]: Listen normally on 4 lo [::1]:123 2024-05-21T18:20:54.001 INFO:teuthology.orchestra.run.smithi134.stdout:21 May 18:20:53 ntpd[17566]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:6de9%5]:123 2024-05-21T18:20:54.001 INFO:teuthology.orchestra.run.smithi134.stdout:21 May 18:20:53 ntpd[17566]: Listening on routing socket on fd #22 for interface updates 2024-05-21T18:20:54.975 INFO:teuthology.orchestra.run.smithi077.stderr:21 May 18:20:54 ntpd[17578]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-21T18:20:54.975 INFO:teuthology.orchestra.run.smithi077.stderr:21 May 18:20:54 ntpd[17578]: can't open /var/log/ntpstats/rawstats.20240521: Permission denied 2024-05-21T18:20:54.975 INFO:teuthology.orchestra.run.smithi077.stderr:21 May 18:20:54 ntpd[17578]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-21T18:20:54.975 INFO:teuthology.orchestra.run.smithi077.stderr:21 May 18:20:54 ntpd[17578]: can't open /var/log/ntpstats/rawstats.20240521: Permission denied 2024-05-21T18:20:54.975 INFO:teuthology.orchestra.run.smithi077.stderr:21 May 18:20:54 ntpd[17578]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-21T18:20:54.975 INFO:teuthology.orchestra.run.smithi077.stderr:21 May 18:20:54 ntpd[17578]: can't open /var/log/ntpstats/peerstats.20240521: Permission denied 2024-05-21T18:20:54.998 INFO:teuthology.orchestra.run.smithi134.stderr:21 May 18:20:54 ntpd[17566]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-21T18:20:54.999 INFO:teuthology.orchestra.run.smithi134.stderr:21 May 18:20:54 ntpd[17566]: can't open /var/log/ntpstats/rawstats.20240521: Permission denied 2024-05-21T18:20:54.999 INFO:teuthology.orchestra.run.smithi134.stderr:21 May 18:20:54 ntpd[17566]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-21T18:20:54.999 INFO:teuthology.orchestra.run.smithi134.stderr:21 May 18:20:54 ntpd[17566]: can't open /var/log/ntpstats/rawstats.20240521: Permission denied 2024-05-21T18:20:54.999 INFO:teuthology.orchestra.run.smithi134.stderr:21 May 18:20:54 ntpd[17566]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-21T18:20:54.999 INFO:teuthology.orchestra.run.smithi134.stderr:21 May 18:20:54 ntpd[17566]: can't open /var/log/ntpstats/peerstats.20240521: Permission denied 2024-05-21T18:20:55.973 INFO:teuthology.orchestra.run.smithi016.stderr:21 May 18:20:55 ntpd[17478]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-21T18:20:55.973 INFO:teuthology.orchestra.run.smithi016.stderr:21 May 18:20:55 ntpd[17478]: can't open /var/log/ntpstats/rawstats.20240521: Permission denied 2024-05-21T18:20:55.973 INFO:teuthology.orchestra.run.smithi016.stderr:21 May 18:20:55 ntpd[17478]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-21T18:20:55.973 INFO:teuthology.orchestra.run.smithi016.stderr:21 May 18:20:55 ntpd[17478]: can't open /var/log/ntpstats/rawstats.20240521: Permission denied 2024-05-21T18:20:55.974 INFO:teuthology.orchestra.run.smithi016.stderr:21 May 18:20:55 ntpd[17478]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-21T18:20:55.974 INFO:teuthology.orchestra.run.smithi016.stderr:21 May 18:20:55 ntpd[17478]: can't open /var/log/ntpstats/peerstats.20240521: Permission denied 2024-05-21T18:20:56.972 INFO:teuthology.orchestra.run.smithi016.stderr:21 May 18:20:56 ntpd[17478]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-21T18:20:56.973 INFO:teuthology.orchestra.run.smithi016.stderr:21 May 18:20:56 ntpd[17478]: can't open /var/log/ntpstats/rawstats.20240521: Permission denied 2024-05-21T18:20:56.975 INFO:teuthology.orchestra.run.smithi077.stderr:21 May 18:20:56 ntpd[17578]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-21T18:20:56.975 INFO:teuthology.orchestra.run.smithi077.stderr:21 May 18:20:56 ntpd[17578]: can't open /var/log/ntpstats/rawstats.20240521: Permission denied 2024-05-21T18:20:56.975 INFO:teuthology.orchestra.run.smithi077.stderr:21 May 18:20:56 ntpd[17578]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-21T18:20:56.975 INFO:teuthology.orchestra.run.smithi077.stderr:21 May 18:20:56 ntpd[17578]: can't open /var/log/ntpstats/rawstats.20240521: Permission denied 2024-05-21T18:20:56.975 INFO:teuthology.orchestra.run.smithi077.stderr:21 May 18:20:56 ntpd[17578]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-21T18:20:56.975 INFO:teuthology.orchestra.run.smithi077.stderr:21 May 18:20:56 ntpd[17578]: can't open /var/log/ntpstats/peerstats.20240521: Permission denied 2024-05-21T18:20:56.998 INFO:teuthology.orchestra.run.smithi134.stderr:21 May 18:20:56 ntpd[17566]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-21T18:20:56.999 INFO:teuthology.orchestra.run.smithi134.stderr:21 May 18:20:56 ntpd[17566]: can't open /var/log/ntpstats/rawstats.20240521: Permission denied 2024-05-21T18:20:56.999 INFO:teuthology.orchestra.run.smithi134.stderr:21 May 18:20:56 ntpd[17566]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-21T18:20:56.999 INFO:teuthology.orchestra.run.smithi134.stderr:21 May 18:20:56 ntpd[17566]: can't open /var/log/ntpstats/rawstats.20240521: Permission denied 2024-05-21T18:20:56.999 INFO:teuthology.orchestra.run.smithi134.stderr:21 May 18:20:56 ntpd[17566]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-21T18:20:56.999 INFO:teuthology.orchestra.run.smithi134.stderr:21 May 18:20:56 ntpd[17566]: can't open /var/log/ntpstats/peerstats.20240521: Permission denied 2024-05-21T18:20:57.973 INFO:teuthology.orchestra.run.smithi016.stderr:21 May 18:20:57 ntpd[17478]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-21T18:20:57.973 INFO:teuthology.orchestra.run.smithi016.stderr:21 May 18:20:57 ntpd[17478]: can't open /var/log/ntpstats/rawstats.20240521: Permission denied 2024-05-21T18:20:57.973 INFO:teuthology.orchestra.run.smithi016.stderr:21 May 18:20:57 ntpd[17478]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-21T18:20:57.973 INFO:teuthology.orchestra.run.smithi016.stderr:21 May 18:20:57 ntpd[17478]: can't open /var/log/ntpstats/rawstats.20240521: Permission denied 2024-05-21T18:20:57.973 INFO:teuthology.orchestra.run.smithi016.stderr:21 May 18:20:57 ntpd[17478]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-21T18:20:57.973 INFO:teuthology.orchestra.run.smithi016.stderr:21 May 18:20:57 ntpd[17478]: can't open /var/log/ntpstats/peerstats.20240521: Permission denied 2024-05-21T18:20:57.999 INFO:teuthology.orchestra.run.smithi134.stderr:21 May 18:20:57 ntpd[17566]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-21T18:20:57.999 INFO:teuthology.orchestra.run.smithi134.stderr:21 May 18:20:57 ntpd[17566]: can't open /var/log/ntpstats/rawstats.20240521: Permission denied 2024-05-21T18:20:57.999 INFO:teuthology.orchestra.run.smithi134.stderr:21 May 18:20:57 ntpd[17566]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-21T18:20:57.999 INFO:teuthology.orchestra.run.smithi134.stderr:21 May 18:20:57 ntpd[17566]: can't open /var/log/ntpstats/rawstats.20240521: Permission denied 2024-05-21T18:20:57.999 INFO:teuthology.orchestra.run.smithi134.stderr:21 May 18:20:57 ntpd[17566]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-21T18:20:57.999 INFO:teuthology.orchestra.run.smithi134.stderr:21 May 18:20:57 ntpd[17566]: can't open /var/log/ntpstats/rawstats.20240521: Permission denied 2024-05-21T18:20:57.999 INFO:teuthology.orchestra.run.smithi134.stderr:21 May 18:20:57 ntpd[17566]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-21T18:20:57.999 INFO:teuthology.orchestra.run.smithi134.stderr:21 May 18:20:57 ntpd[17566]: can't open /var/log/ntpstats/peerstats.20240521: Permission denied 2024-05-21T18:20:58.974 INFO:teuthology.orchestra.run.smithi016.stderr:21 May 18:20:58 ntpd[17478]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-21T18:20:58.975 INFO:teuthology.orchestra.run.smithi016.stderr:21 May 18:20:58 ntpd[17478]: can't open /var/log/ntpstats/rawstats.20240521: Permission denied 2024-05-21T18:20:58.975 INFO:teuthology.orchestra.run.smithi016.stderr:21 May 18:20:58 ntpd[17478]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-21T18:20:58.975 INFO:teuthology.orchestra.run.smithi016.stderr:21 May 18:20:58 ntpd[17478]: can't open /var/log/ntpstats/rawstats.20240521: Permission denied 2024-05-21T18:20:58.975 INFO:teuthology.orchestra.run.smithi016.stderr:21 May 18:20:58 ntpd[17478]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-21T18:20:58.975 INFO:teuthology.orchestra.run.smithi016.stderr:21 May 18:20:58 ntpd[17478]: can't open /var/log/ntpstats/rawstats.20240521: Permission denied 2024-05-21T18:20:58.975 INFO:teuthology.orchestra.run.smithi016.stderr:21 May 18:20:58 ntpd[17478]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-21T18:20:58.975 INFO:teuthology.orchestra.run.smithi016.stderr:21 May 18:20:58 ntpd[17478]: can't open /var/log/ntpstats/peerstats.20240521: Permission denied 2024-05-21T18:20:58.975 INFO:teuthology.orchestra.run.smithi016.stderr:21 May 18:20:58 ntpd[17478]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-21T18:20:58.975 INFO:teuthology.orchestra.run.smithi016.stderr:21 May 18:20:58 ntpd[17478]: can't open /var/log/ntpstats/rawstats.20240521: Permission denied 2024-05-21T18:20:58.975 INFO:teuthology.orchestra.run.smithi016.stderr:21 May 18:20:58 ntpd[17478]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-21T18:20:58.975 INFO:teuthology.orchestra.run.smithi016.stderr:21 May 18:20:58 ntpd[17478]: can't open /var/log/ntpstats/peerstats.20240521: Permission denied 2024-05-21T18:20:58.977 INFO:teuthology.orchestra.run.smithi077.stderr:21 May 18:20:58 ntpd[17578]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-21T18:20:58.977 INFO:teuthology.orchestra.run.smithi077.stderr:21 May 18:20:58 ntpd[17578]: can't open /var/log/ntpstats/rawstats.20240521: Permission denied 2024-05-21T18:20:58.977 INFO:teuthology.orchestra.run.smithi077.stderr:21 May 18:20:58 ntpd[17578]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-21T18:20:58.977 INFO:teuthology.orchestra.run.smithi077.stderr:21 May 18:20:58 ntpd[17578]: can't open /var/log/ntpstats/rawstats.20240521: Permission denied 2024-05-21T18:20:58.978 INFO:teuthology.orchestra.run.smithi077.stderr:21 May 18:20:58 ntpd[17578]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-21T18:20:58.978 INFO:teuthology.orchestra.run.smithi077.stderr:21 May 18:20:58 ntpd[17578]: can't open /var/log/ntpstats/rawstats.20240521: Permission denied 2024-05-21T18:20:58.978 INFO:teuthology.orchestra.run.smithi077.stderr:21 May 18:20:58 ntpd[17578]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-21T18:20:58.978 INFO:teuthology.orchestra.run.smithi077.stderr:21 May 18:20:58 ntpd[17578]: can't open /var/log/ntpstats/rawstats.20240521: Permission denied 2024-05-21T18:20:58.978 INFO:teuthology.orchestra.run.smithi077.stderr:21 May 18:20:58 ntpd[17578]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-21T18:20:58.978 INFO:teuthology.orchestra.run.smithi077.stderr:21 May 18:20:58 ntpd[17578]: can't open /var/log/ntpstats/rawstats.20240521: Permission denied 2024-05-21T18:20:58.979 INFO:teuthology.orchestra.run.smithi077.stderr:21 May 18:20:58 ntpd[17578]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-21T18:20:58.979 INFO:teuthology.orchestra.run.smithi077.stderr:21 May 18:20:58 ntpd[17578]: can't open /var/log/ntpstats/peerstats.20240521: Permission denied 2024-05-21T18:20:58.979 INFO:teuthology.orchestra.run.smithi077.stderr:21 May 18:20:58 ntpd[17578]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-21T18:20:58.979 INFO:teuthology.orchestra.run.smithi077.stderr:21 May 18:20:58 ntpd[17578]: can't open /var/log/ntpstats/rawstats.20240521: Permission denied 2024-05-21T18:20:58.979 INFO:teuthology.orchestra.run.smithi077.stderr:21 May 18:20:58 ntpd[17578]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-21T18:20:58.979 INFO:teuthology.orchestra.run.smithi077.stderr:21 May 18:20:58 ntpd[17578]: can't open /var/log/ntpstats/peerstats.20240521: Permission denied 2024-05-21T18:20:58.979 INFO:teuthology.orchestra.run.smithi077.stderr:21 May 18:20:58 ntpd[17578]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-21T18:20:58.979 INFO:teuthology.orchestra.run.smithi077.stderr:21 May 18:20:58 ntpd[17578]: can't open /var/log/ntpstats/rawstats.20240521: Permission denied 2024-05-21T18:20:58.979 INFO:teuthology.orchestra.run.smithi077.stderr:21 May 18:20:58 ntpd[17578]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-21T18:20:58.979 INFO:teuthology.orchestra.run.smithi077.stderr:21 May 18:20:58 ntpd[17578]: can't open /var/log/ntpstats/peerstats.20240521: Permission denied 2024-05-21T18:20:58.999 INFO:teuthology.orchestra.run.smithi134.stderr:21 May 18:20:58 ntpd[17566]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-21T18:20:58.999 INFO:teuthology.orchestra.run.smithi134.stderr:21 May 18:20:58 ntpd[17566]: can't open /var/log/ntpstats/rawstats.20240521: Permission denied 2024-05-21T18:20:58.999 INFO:teuthology.orchestra.run.smithi134.stderr:21 May 18:20:58 ntpd[17566]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-21T18:20:58.999 INFO:teuthology.orchestra.run.smithi134.stderr:21 May 18:20:58 ntpd[17566]: can't open /var/log/ntpstats/rawstats.20240521: Permission denied 2024-05-21T18:20:59.000 INFO:teuthology.orchestra.run.smithi134.stderr:21 May 18:20:58 ntpd[17566]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-21T18:20:59.000 INFO:teuthology.orchestra.run.smithi134.stderr:21 May 18:20:58 ntpd[17566]: can't open /var/log/ntpstats/rawstats.20240521: Permission denied 2024-05-21T18:20:59.000 INFO:teuthology.orchestra.run.smithi134.stderr:21 May 18:20:58 ntpd[17566]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-21T18:20:59.000 INFO:teuthology.orchestra.run.smithi134.stderr:21 May 18:20:58 ntpd[17566]: can't open /var/log/ntpstats/peerstats.20240521: Permission denied 2024-05-21T18:20:59.000 INFO:teuthology.orchestra.run.smithi134.stderr:21 May 18:20:58 ntpd[17566]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-21T18:20:59.000 INFO:teuthology.orchestra.run.smithi134.stderr:21 May 18:20:58 ntpd[17566]: can't open /var/log/ntpstats/rawstats.20240521: Permission denied 2024-05-21T18:20:59.000 INFO:teuthology.orchestra.run.smithi134.stderr:21 May 18:20:58 ntpd[17566]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-21T18:20:59.000 INFO:teuthology.orchestra.run.smithi134.stderr:21 May 18:20:58 ntpd[17566]: can't open /var/log/ntpstats/peerstats.20240521: Permission denied 2024-05-21T18:20:59.973 INFO:teuthology.orchestra.run.smithi016.stderr:21 May 18:20:59 ntpd[17478]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-21T18:20:59.973 INFO:teuthology.orchestra.run.smithi016.stderr:21 May 18:20:59 ntpd[17478]: can't open /var/log/ntpstats/rawstats.20240521: Permission denied 2024-05-21T18:20:59.973 INFO:teuthology.orchestra.run.smithi016.stderr:21 May 18:20:59 ntpd[17478]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-21T18:20:59.973 INFO:teuthology.orchestra.run.smithi016.stderr:21 May 18:20:59 ntpd[17478]: can't open /var/log/ntpstats/rawstats.20240521: Permission denied 2024-05-21T18:20:59.973 INFO:teuthology.orchestra.run.smithi016.stderr:21 May 18:20:59 ntpd[17478]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-21T18:20:59.973 INFO:teuthology.orchestra.run.smithi016.stderr:21 May 18:20:59 ntpd[17478]: can't open /var/log/ntpstats/peerstats.20240521: Permission denied 2024-05-21T18:20:59.998 INFO:teuthology.orchestra.run.smithi134.stderr:21 May 18:20:59 ntpd[17566]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-21T18:20:59.999 INFO:teuthology.orchestra.run.smithi134.stderr:21 May 18:20:59 ntpd[17566]: can't open /var/log/ntpstats/rawstats.20240521: Permission denied 2024-05-21T18:20:59.999 INFO:teuthology.orchestra.run.smithi134.stderr:21 May 18:20:59 ntpd[17566]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-21T18:20:59.999 INFO:teuthology.orchestra.run.smithi134.stderr:21 May 18:20:59 ntpd[17566]: can't open /var/log/ntpstats/rawstats.20240521: Permission denied 2024-05-21T18:20:59.999 INFO:teuthology.orchestra.run.smithi134.stderr:21 May 18:20:59 ntpd[17566]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-21T18:20:59.999 INFO:teuthology.orchestra.run.smithi134.stderr:21 May 18:20:59 ntpd[17566]: can't open /var/log/ntpstats/peerstats.20240521: Permission denied 2024-05-21T18:21:00.973 INFO:teuthology.orchestra.run.smithi016.stderr:21 May 18:21:00 ntpd[17478]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-21T18:21:00.974 INFO:teuthology.orchestra.run.smithi016.stderr:21 May 18:21:00 ntpd[17478]: can't open /var/log/ntpstats/rawstats.20240521: Permission denied 2024-05-21T18:21:00.974 INFO:teuthology.orchestra.run.smithi016.stderr:21 May 18:21:00 ntpd[17478]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-21T18:21:00.974 INFO:teuthology.orchestra.run.smithi016.stderr:21 May 18:21:00 ntpd[17478]: can't open /var/log/ntpstats/rawstats.20240521: Permission denied 2024-05-21T18:21:00.974 INFO:teuthology.orchestra.run.smithi016.stderr:21 May 18:21:00 ntpd[17478]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-21T18:21:00.974 INFO:teuthology.orchestra.run.smithi016.stderr:21 May 18:21:00 ntpd[17478]: can't open /var/log/ntpstats/rawstats.20240521: Permission denied 2024-05-21T18:21:00.974 INFO:teuthology.orchestra.run.smithi016.stderr:21 May 18:21:00 ntpd[17478]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-21T18:21:00.974 INFO:teuthology.orchestra.run.smithi016.stderr:21 May 18:21:00 ntpd[17478]: can't open /var/log/ntpstats/peerstats.20240521: Permission denied 2024-05-21T18:21:00.974 INFO:teuthology.orchestra.run.smithi016.stderr:21 May 18:21:00 ntpd[17478]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-21T18:21:00.974 INFO:teuthology.orchestra.run.smithi016.stderr:21 May 18:21:00 ntpd[17478]: can't open /var/log/ntpstats/rawstats.20240521: Permission denied 2024-05-21T18:21:00.974 INFO:teuthology.orchestra.run.smithi016.stderr:21 May 18:21:00 ntpd[17478]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-21T18:21:00.974 INFO:teuthology.orchestra.run.smithi016.stderr:21 May 18:21:00 ntpd[17478]: can't open /var/log/ntpstats/peerstats.20240521: Permission denied 2024-05-21T18:21:00.975 INFO:teuthology.orchestra.run.smithi077.stderr:21 May 18:21:00 ntpd[17578]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-21T18:21:00.976 INFO:teuthology.orchestra.run.smithi077.stderr:21 May 18:21:00 ntpd[17578]: can't open /var/log/ntpstats/rawstats.20240521: Permission denied 2024-05-21T18:21:00.976 INFO:teuthology.orchestra.run.smithi077.stderr:21 May 18:21:00 ntpd[17578]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-21T18:21:00.976 INFO:teuthology.orchestra.run.smithi077.stderr:21 May 18:21:00 ntpd[17578]: can't open /var/log/ntpstats/rawstats.20240521: Permission denied 2024-05-21T18:21:00.976 INFO:teuthology.orchestra.run.smithi077.stderr:21 May 18:21:00 ntpd[17578]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-21T18:21:00.976 INFO:teuthology.orchestra.run.smithi077.stderr:21 May 18:21:00 ntpd[17578]: can't open /var/log/ntpstats/rawstats.20240521: Permission denied 2024-05-21T18:21:00.976 INFO:teuthology.orchestra.run.smithi077.stderr:21 May 18:21:00 ntpd[17578]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-21T18:21:00.976 INFO:teuthology.orchestra.run.smithi077.stderr:21 May 18:21:00 ntpd[17578]: can't open /var/log/ntpstats/rawstats.20240521: Permission denied 2024-05-21T18:21:00.976 INFO:teuthology.orchestra.run.smithi077.stderr:21 May 18:21:00 ntpd[17578]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-21T18:21:00.976 INFO:teuthology.orchestra.run.smithi077.stderr:21 May 18:21:00 ntpd[17578]: can't open /var/log/ntpstats/peerstats.20240521: Permission denied 2024-05-21T18:21:00.976 INFO:teuthology.orchestra.run.smithi077.stdout:21 May 18:21:00 ntpd[17578]: ntpd: time slew -0.001864 s 2024-05-21T18:21:00.976 INFO:teuthology.orchestra.run.smithi077.stdout:ntpd: time slew -0.001864s 2024-05-21T18:21:00.977 INFO:teuthology.orchestra.run.smithi077.stderr:21 May 18:21:00 ntpd[17578]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-05-21T18:21:00.977 INFO:teuthology.orchestra.run.smithi077.stderr:21 May 18:21:00 ntpd[17578]: can't open /var/log/ntpstats/loopstats.20240521: Permission denied 2024-05-21T18:21:00.999 INFO:teuthology.orchestra.run.smithi134.stderr:21 May 18:21:00 ntpd[17566]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-21T18:21:00.999 INFO:teuthology.orchestra.run.smithi134.stderr:21 May 18:21:00 ntpd[17566]: can't open /var/log/ntpstats/rawstats.20240521: Permission denied 2024-05-21T18:21:01.000 INFO:teuthology.orchestra.run.smithi134.stderr:21 May 18:21:00 ntpd[17566]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-21T18:21:01.000 INFO:teuthology.orchestra.run.smithi134.stderr:21 May 18:21:00 ntpd[17566]: can't open /var/log/ntpstats/rawstats.20240521: Permission denied 2024-05-21T18:21:01.000 INFO:teuthology.orchestra.run.smithi134.stderr:21 May 18:21:00 ntpd[17566]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-21T18:21:01.000 INFO:teuthology.orchestra.run.smithi134.stderr:21 May 18:21:00 ntpd[17566]: can't open /var/log/ntpstats/rawstats.20240521: Permission denied 2024-05-21T18:21:01.000 INFO:teuthology.orchestra.run.smithi134.stderr:21 May 18:21:00 ntpd[17566]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-21T18:21:01.000 INFO:teuthology.orchestra.run.smithi134.stderr:21 May 18:21:00 ntpd[17566]: can't open /var/log/ntpstats/peerstats.20240521: Permission denied 2024-05-21T18:21:01.000 INFO:teuthology.orchestra.run.smithi134.stderr:21 May 18:21:00 ntpd[17566]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-21T18:21:01.000 INFO:teuthology.orchestra.run.smithi134.stderr:21 May 18:21:00 ntpd[17566]: can't open /var/log/ntpstats/rawstats.20240521: Permission denied 2024-05-21T18:21:01.000 INFO:teuthology.orchestra.run.smithi134.stderr:21 May 18:21:00 ntpd[17566]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-21T18:21:01.000 INFO:teuthology.orchestra.run.smithi134.stderr:21 May 18:21:00 ntpd[17566]: can't open /var/log/ntpstats/peerstats.20240521: Permission denied 2024-05-21T18:21:01.000 INFO:teuthology.orchestra.run.smithi134.stdout:21 May 18:21:00 ntpd[17566]: ntpd: time slew -0.001555 s 2024-05-21T18:21:01.000 INFO:teuthology.orchestra.run.smithi134.stdout:ntpd: time slew -0.001555s 2024-05-21T18:21:01.001 INFO:teuthology.orchestra.run.smithi134.stderr:21 May 18:21:00 ntpd[17566]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-05-21T18:21:01.001 INFO:teuthology.orchestra.run.smithi134.stderr:21 May 18:21:00 ntpd[17566]: can't open /var/log/ntpstats/loopstats.20240521: Permission denied 2024-05-21T18:21:01.033 INFO:teuthology.orchestra.run.smithi077.stdout: remote refid st t when poll reach delay offset jitter 2024-05-21T18:21:01.033 INFO:teuthology.orchestra.run.smithi077.stdout:============================================================================== 2024-05-21T18:21:01.033 INFO:teuthology.orchestra.run.smithi077.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-21T18:21:01.033 INFO:teuthology.orchestra.run.smithi077.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-21T18:21:01.033 INFO:teuthology.orchestra.run.smithi077.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-21T18:21:01.034 INFO:teuthology.orchestra.run.smithi077.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-21T18:21:01.056 INFO:teuthology.orchestra.run.smithi134.stdout: remote refid st t when poll reach delay offset jitter 2024-05-21T18:21:01.056 INFO:teuthology.orchestra.run.smithi134.stdout:============================================================================== 2024-05-21T18:21:01.056 INFO:teuthology.orchestra.run.smithi134.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-21T18:21:01.057 INFO:teuthology.orchestra.run.smithi134.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-21T18:21:01.057 INFO:teuthology.orchestra.run.smithi134.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-21T18:21:01.057 INFO:teuthology.orchestra.run.smithi134.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-21T18:21:01.973 INFO:teuthology.orchestra.run.smithi016.stderr:21 May 18:21:01 ntpd[17478]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-21T18:21:01.973 INFO:teuthology.orchestra.run.smithi016.stderr:21 May 18:21:01 ntpd[17478]: can't open /var/log/ntpstats/rawstats.20240521: Permission denied 2024-05-21T18:21:01.973 INFO:teuthology.orchestra.run.smithi016.stderr:21 May 18:21:01 ntpd[17478]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-21T18:21:01.973 INFO:teuthology.orchestra.run.smithi016.stderr:21 May 18:21:01 ntpd[17478]: can't open /var/log/ntpstats/rawstats.20240521: Permission denied 2024-05-21T18:21:01.973 INFO:teuthology.orchestra.run.smithi016.stderr:21 May 18:21:01 ntpd[17478]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-21T18:21:01.973 INFO:teuthology.orchestra.run.smithi016.stderr:21 May 18:21:01 ntpd[17478]: can't open /var/log/ntpstats/peerstats.20240521: Permission denied 2024-05-21T18:21:01.974 INFO:teuthology.orchestra.run.smithi016.stdout:21 May 18:21:01 ntpd[17478]: ntpd: time slew -0.000160 s 2024-05-21T18:21:01.974 INFO:teuthology.orchestra.run.smithi016.stdout:ntpd: time slew -0.000160s 2024-05-21T18:21:01.974 INFO:teuthology.orchestra.run.smithi016.stderr:21 May 18:21:01 ntpd[17478]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-05-21T18:21:01.974 INFO:teuthology.orchestra.run.smithi016.stderr:21 May 18:21:01 ntpd[17478]: can't open /var/log/ntpstats/loopstats.20240521: Permission denied 2024-05-21T18:21:02.021 INFO:teuthology.orchestra.run.smithi016.stdout: remote refid st t when poll reach delay offset jitter 2024-05-21T18:21:02.021 INFO:teuthology.orchestra.run.smithi016.stdout:============================================================================== 2024-05-21T18:21:02.021 INFO:teuthology.orchestra.run.smithi016.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-21T18:21:02.021 INFO:teuthology.orchestra.run.smithi016.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-21T18:21:02.021 INFO:teuthology.orchestra.run.smithi016.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-21T18:21:02.021 INFO:teuthology.orchestra.run.smithi016.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-21T18:21:02.022 INFO:teuthology.run_tasks:Running task install... 2024-05-21T18:21:02.043 DEBUG:teuthology.task.install:project ceph 2024-05-21T18:21:02.043 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '9ef9bcfdb32ec4999d7ca025815290e8395c6ae7'}} 2024-05-21T18:21:02.044 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '9ef9bcfdb32ec4999d7ca025815290e8395c6ae7'} 2024-05-21T18:21:02.044 INFO:teuthology.task.install:Using flavor: default 2024-05-21T18:21:02.050 DEBUG:teuthology.task.install:Package list is: {'deb': ['ceph', 'cephadm', 'ceph-mds', 'ceph-mgr', 'ceph-common', 'ceph-fuse', 'ceph-test', 'ceph-volume', 'radosgw', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'libcephfs2', 'libcephfs-dev', 'librados2', 'librbd1', 'rbd-fuse'], 'rpm': ['ceph-radosgw', 'ceph-test', 'ceph', 'ceph-base', 'cephadm', 'ceph-immutable-object-cache', 'ceph-mgr', 'ceph-mgr-dashboard', 'ceph-mgr-diskprediction-local', 'ceph-mgr-rook', 'ceph-mgr-cephadm', 'ceph-fuse', 'ceph-volume', 'librados-devel', 'libcephfs2', 'libcephfs-devel', 'librados2', 'librbd1', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'rbd-fuse', 'rbd-mirror', 'rbd-nbd']} 2024-05-21T18:21:02.050 INFO:teuthology.task.install:extra packages: [] 2024-05-21T18:21:02.050 DEBUG:teuthology.orchestra.run.smithi016:> sudo apt-key list | grep Ceph 2024-05-21T18:21:02.051 DEBUG:teuthology.orchestra.run.smithi077:> sudo apt-key list | grep Ceph 2024-05-21T18:21:02.051 DEBUG:teuthology.orchestra.run.smithi134:> sudo apt-key list | grep Ceph 2024-05-21T18:21:02.110 INFO:teuthology.orchestra.run.smithi134.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-05-21T18:21:02.113 INFO:teuthology.orchestra.run.smithi077.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-05-21T18:21:02.125 INFO:teuthology.orchestra.run.smithi016.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-05-21T18:21:02.141 INFO:teuthology.orchestra.run.smithi134.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-05-21T18:21:02.141 INFO:teuthology.orchestra.run.smithi134.stdout:uid [ unknown] Ceph.com (release key) 2024-05-21T18:21:02.141 INFO:teuthology.task.install.deb:Installing packages: ceph, cephadm, ceph-mds, ceph-mgr, ceph-common, ceph-fuse, ceph-test, ceph-volume, radosgw, python3-rados, python3-rgw, python3-cephfs, python3-rbd, libcephfs2, libcephfs-dev, librados2, librbd1, rbd-fuse on remote deb x86_64 2024-05-21T18:21:02.142 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=9ef9bcfdb32ec4999d7ca025815290e8395c6ae7 2024-05-21T18:21:02.147 INFO:teuthology.orchestra.run.smithi077.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-05-21T18:21:02.147 INFO:teuthology.orchestra.run.smithi077.stdout:uid [ unknown] Ceph.com (release key) 2024-05-21T18:21:02.147 INFO:teuthology.task.install.deb:Installing packages: ceph, cephadm, ceph-mds, ceph-mgr, ceph-common, ceph-fuse, ceph-test, ceph-volume, radosgw, python3-rados, python3-rgw, python3-cephfs, python3-rbd, libcephfs2, libcephfs-dev, librados2, librbd1, rbd-fuse on remote deb x86_64 2024-05-21T18:21:02.147 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=9ef9bcfdb32ec4999d7ca025815290e8395c6ae7 2024-05-21T18:21:02.154 INFO:teuthology.orchestra.run.smithi016.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-05-21T18:21:02.154 INFO:teuthology.orchestra.run.smithi016.stdout:uid [ unknown] Ceph.com (release key) 2024-05-21T18:21:02.154 INFO:teuthology.task.install.deb:Installing packages: ceph, cephadm, ceph-mds, ceph-mgr, ceph-common, ceph-fuse, ceph-test, ceph-volume, radosgw, python3-rados, python3-rgw, python3-cephfs, python3-rbd, libcephfs2, libcephfs-dev, librados2, librbd1, rbd-fuse on remote deb x86_64 2024-05-21T18:21:02.155 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=9ef9bcfdb32ec4999d7ca025815290e8395c6ae7 2024-05-21T18:21:02.357 INFO:teuthology.task.install.deb:Pulling from https://2.chacra.ceph.com/r/ceph/wip-yuri7-testing-2024-05-20-1227/9ef9bcfdb32ec4999d7ca025815290e8395c6ae7/ubuntu/jammy/flavors/default/ 2024-05-21T18:21:02.357 INFO:teuthology.task.install.deb:Package version is 19.0.0-3870-g9ef9bcfd-1jammy 2024-05-21T18:21:02.361 INFO:teuthology.task.install.deb:Pulling from https://2.chacra.ceph.com/r/ceph/wip-yuri7-testing-2024-05-20-1227/9ef9bcfdb32ec4999d7ca025815290e8395c6ae7/ubuntu/jammy/flavors/default/ 2024-05-21T18:21:02.361 INFO:teuthology.task.install.deb:Package version is 19.0.0-3870-g9ef9bcfd-1jammy 2024-05-21T18:21:02.373 INFO:teuthology.task.install.deb:Pulling from https://2.chacra.ceph.com/r/ceph/wip-yuri7-testing-2024-05-20-1227/9ef9bcfdb32ec4999d7ca025815290e8395c6ae7/ubuntu/jammy/flavors/default/ 2024-05-21T18:21:02.373 INFO:teuthology.task.install.deb:Package version is 19.0.0-3870-g9ef9bcfd-1jammy 2024-05-21T18:21:02.496 DEBUG:teuthology.orchestra.run.smithi016:> set -ex 2024-05-21T18:21:02.496 DEBUG:teuthology.orchestra.run.smithi016:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-05-21T18:21:02.510 DEBUG:teuthology.orchestra.run.smithi016:> sudo apt-get update 2024-05-21T18:21:02.526 DEBUG:teuthology.orchestra.run.smithi134:> set -ex 2024-05-21T18:21:02.527 DEBUG:teuthology.orchestra.run.smithi134:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-05-21T18:21:02.531 DEBUG:teuthology.orchestra.run.smithi077:> set -ex 2024-05-21T18:21:02.531 DEBUG:teuthology.orchestra.run.smithi077:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-05-21T18:21:02.541 DEBUG:teuthology.orchestra.run.smithi134:> sudo apt-get update 2024-05-21T18:21:02.544 DEBUG:teuthology.orchestra.run.smithi077:> sudo apt-get update 2024-05-21T18:21:02.682 INFO:teuthology.orchestra.run.smithi016.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-05-21T18:21:02.697 INFO:teuthology.orchestra.run.smithi016.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-05-21T18:21:02.714 INFO:teuthology.orchestra.run.smithi134.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-05-21T18:21:02.716 INFO:teuthology.orchestra.run.smithi077.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-05-21T18:21:02.718 INFO:teuthology.orchestra.run.smithi016.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-05-21T18:21:02.727 INFO:teuthology.orchestra.run.smithi134.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-05-21T18:21:02.729 INFO:teuthology.orchestra.run.smithi077.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-05-21T18:21:02.747 INFO:teuthology.orchestra.run.smithi134.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-05-21T18:21:02.749 INFO:teuthology.orchestra.run.smithi077.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-05-21T18:21:02.764 INFO:teuthology.orchestra.run.smithi134.stdout:Ign:4 https://2.chacra.ceph.com/r/ceph/wip-yuri7-testing-2024-05-20-1227/9ef9bcfdb32ec4999d7ca025815290e8395c6ae7/ubuntu/jammy/flavors/default jammy InRelease 2024-05-21T18:21:02.785 INFO:teuthology.orchestra.run.smithi134.stdout:Get:5 https://2.chacra.ceph.com/r/ceph/wip-yuri7-testing-2024-05-20-1227/9ef9bcfdb32ec4999d7ca025815290e8395c6ae7/ubuntu/jammy/flavors/default jammy Release [7,662 B] 2024-05-21T18:21:02.795 INFO:teuthology.orchestra.run.smithi016.stdout:Ign:4 https://2.chacra.ceph.com/r/ceph/wip-yuri7-testing-2024-05-20-1227/9ef9bcfdb32ec4999d7ca025815290e8395c6ae7/ubuntu/jammy/flavors/default jammy InRelease 2024-05-21T18:21:02.807 INFO:teuthology.orchestra.run.smithi134.stdout:Ign:6 https://2.chacra.ceph.com/r/ceph/wip-yuri7-testing-2024-05-20-1227/9ef9bcfdb32ec4999d7ca025815290e8395c6ae7/ubuntu/jammy/flavors/default jammy Release.gpg 2024-05-21T18:21:02.822 INFO:teuthology.orchestra.run.smithi016.stdout:Hit:5 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-05-21T18:21:02.827 INFO:teuthology.orchestra.run.smithi077.stdout:Ign:4 https://2.chacra.ceph.com/r/ceph/wip-yuri7-testing-2024-05-20-1227/9ef9bcfdb32ec4999d7ca025815290e8395c6ae7/ubuntu/jammy/flavors/default jammy InRelease 2024-05-21T18:21:02.828 INFO:teuthology.orchestra.run.smithi134.stdout:Get:7 https://2.chacra.ceph.com/r/ceph/wip-yuri7-testing-2024-05-20-1227/9ef9bcfdb32ec4999d7ca025815290e8395c6ae7/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,411 B] 2024-05-21T18:21:02.832 INFO:teuthology.orchestra.run.smithi077.stdout:Hit:5 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-05-21T18:21:02.834 INFO:teuthology.orchestra.run.smithi134.stdout:Hit:8 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-05-21T18:21:02.834 INFO:teuthology.orchestra.run.smithi016.stdout:Get:6 https://2.chacra.ceph.com/r/ceph/wip-yuri7-testing-2024-05-20-1227/9ef9bcfdb32ec4999d7ca025815290e8395c6ae7/ubuntu/jammy/flavors/default jammy Release [7,662 B] 2024-05-21T18:21:02.855 INFO:teuthology.orchestra.run.smithi134.stdout:Get:9 https://2.chacra.ceph.com/r/ceph/wip-yuri7-testing-2024-05-20-1227/9ef9bcfdb32ec4999d7ca025815290e8395c6ae7/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.1 kB] 2024-05-21T18:21:02.863 INFO:teuthology.orchestra.run.smithi077.stdout:Get:6 https://2.chacra.ceph.com/r/ceph/wip-yuri7-testing-2024-05-20-1227/9ef9bcfdb32ec4999d7ca025815290e8395c6ae7/ubuntu/jammy/flavors/default jammy Release [7,662 B] 2024-05-21T18:21:02.871 INFO:teuthology.orchestra.run.smithi016.stdout:Ign:7 https://2.chacra.ceph.com/r/ceph/wip-yuri7-testing-2024-05-20-1227/9ef9bcfdb32ec4999d7ca025815290e8395c6ae7/ubuntu/jammy/flavors/default jammy Release.gpg 2024-05-21T18:21:02.900 INFO:teuthology.orchestra.run.smithi077.stdout:Ign:7 https://2.chacra.ceph.com/r/ceph/wip-yuri7-testing-2024-05-20-1227/9ef9bcfdb32ec4999d7ca025815290e8395c6ae7/ubuntu/jammy/flavors/default jammy Release.gpg 2024-05-21T18:21:02.907 INFO:teuthology.orchestra.run.smithi016.stdout:Get:8 https://2.chacra.ceph.com/r/ceph/wip-yuri7-testing-2024-05-20-1227/9ef9bcfdb32ec4999d7ca025815290e8395c6ae7/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,411 B] 2024-05-21T18:21:02.937 INFO:teuthology.orchestra.run.smithi077.stdout:Get:8 https://2.chacra.ceph.com/r/ceph/wip-yuri7-testing-2024-05-20-1227/9ef9bcfdb32ec4999d7ca025815290e8395c6ae7/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.1 kB] 2024-05-21T18:21:02.962 INFO:teuthology.orchestra.run.smithi016.stdout:Get:9 https://2.chacra.ceph.com/r/ceph/wip-yuri7-testing-2024-05-20-1227/9ef9bcfdb32ec4999d7ca025815290e8395c6ae7/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.1 kB] 2024-05-21T18:21:02.981 INFO:teuthology.orchestra.run.smithi077.stdout:Get:9 https://2.chacra.ceph.com/r/ceph/wip-yuri7-testing-2024-05-20-1227/9ef9bcfdb32ec4999d7ca025815290e8395c6ae7/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,411 B] 2024-05-21T18:21:03.059 INFO:teuthology.orchestra.run.smithi134.stdout:Fetched 29.2 kB in 0s (85.7 kB/s) 2024-05-21T18:21:03.060 INFO:teuthology.orchestra.run.smithi016.stdout:Fetched 29.2 kB in 0s (80.8 kB/s) 2024-05-21T18:21:03.067 INFO:teuthology.orchestra.run.smithi077.stdout:Fetched 29.2 kB in 0s (84.5 kB/s) 2024-05-21T18:21:04.027 INFO:teuthology.orchestra.run.smithi134.stdout:Reading package lists... 2024-05-21T18:21:04.040 INFO:teuthology.orchestra.run.smithi077.stdout:Reading package lists... 2024-05-21T18:21:04.043 DEBUG:teuthology.orchestra.run.smithi134:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-3870-g9ef9bcfd-1jammy cephadm=19.0.0-3870-g9ef9bcfd-1jammy ceph-mds=19.0.0-3870-g9ef9bcfd-1jammy ceph-mgr=19.0.0-3870-g9ef9bcfd-1jammy ceph-common=19.0.0-3870-g9ef9bcfd-1jammy ceph-fuse=19.0.0-3870-g9ef9bcfd-1jammy ceph-test=19.0.0-3870-g9ef9bcfd-1jammy ceph-volume=19.0.0-3870-g9ef9bcfd-1jammy radosgw=19.0.0-3870-g9ef9bcfd-1jammy python3-rados=19.0.0-3870-g9ef9bcfd-1jammy python3-rgw=19.0.0-3870-g9ef9bcfd-1jammy python3-cephfs=19.0.0-3870-g9ef9bcfd-1jammy python3-rbd=19.0.0-3870-g9ef9bcfd-1jammy libcephfs2=19.0.0-3870-g9ef9bcfd-1jammy libcephfs-dev=19.0.0-3870-g9ef9bcfd-1jammy librados2=19.0.0-3870-g9ef9bcfd-1jammy librbd1=19.0.0-3870-g9ef9bcfd-1jammy rbd-fuse=19.0.0-3870-g9ef9bcfd-1jammy 2024-05-21T18:21:04.056 DEBUG:teuthology.orchestra.run.smithi077:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-3870-g9ef9bcfd-1jammy cephadm=19.0.0-3870-g9ef9bcfd-1jammy ceph-mds=19.0.0-3870-g9ef9bcfd-1jammy ceph-mgr=19.0.0-3870-g9ef9bcfd-1jammy ceph-common=19.0.0-3870-g9ef9bcfd-1jammy ceph-fuse=19.0.0-3870-g9ef9bcfd-1jammy ceph-test=19.0.0-3870-g9ef9bcfd-1jammy ceph-volume=19.0.0-3870-g9ef9bcfd-1jammy radosgw=19.0.0-3870-g9ef9bcfd-1jammy python3-rados=19.0.0-3870-g9ef9bcfd-1jammy python3-rgw=19.0.0-3870-g9ef9bcfd-1jammy python3-cephfs=19.0.0-3870-g9ef9bcfd-1jammy python3-rbd=19.0.0-3870-g9ef9bcfd-1jammy libcephfs2=19.0.0-3870-g9ef9bcfd-1jammy libcephfs-dev=19.0.0-3870-g9ef9bcfd-1jammy librados2=19.0.0-3870-g9ef9bcfd-1jammy librbd1=19.0.0-3870-g9ef9bcfd-1jammy rbd-fuse=19.0.0-3870-g9ef9bcfd-1jammy 2024-05-21T18:21:04.068 INFO:teuthology.orchestra.run.smithi016.stdout:Reading package lists... 2024-05-21T18:21:04.084 DEBUG:teuthology.orchestra.run.smithi016:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-3870-g9ef9bcfd-1jammy cephadm=19.0.0-3870-g9ef9bcfd-1jammy ceph-mds=19.0.0-3870-g9ef9bcfd-1jammy ceph-mgr=19.0.0-3870-g9ef9bcfd-1jammy ceph-common=19.0.0-3870-g9ef9bcfd-1jammy ceph-fuse=19.0.0-3870-g9ef9bcfd-1jammy ceph-test=19.0.0-3870-g9ef9bcfd-1jammy ceph-volume=19.0.0-3870-g9ef9bcfd-1jammy radosgw=19.0.0-3870-g9ef9bcfd-1jammy python3-rados=19.0.0-3870-g9ef9bcfd-1jammy python3-rgw=19.0.0-3870-g9ef9bcfd-1jammy python3-cephfs=19.0.0-3870-g9ef9bcfd-1jammy python3-rbd=19.0.0-3870-g9ef9bcfd-1jammy libcephfs2=19.0.0-3870-g9ef9bcfd-1jammy libcephfs-dev=19.0.0-3870-g9ef9bcfd-1jammy librados2=19.0.0-3870-g9ef9bcfd-1jammy librbd1=19.0.0-3870-g9ef9bcfd-1jammy rbd-fuse=19.0.0-3870-g9ef9bcfd-1jammy 2024-05-21T18:21:04.095 INFO:teuthology.orchestra.run.smithi134.stdout:Reading package lists... 2024-05-21T18:21:04.114 INFO:teuthology.orchestra.run.smithi077.stdout:Reading package lists... 2024-05-21T18:21:04.137 INFO:teuthology.orchestra.run.smithi016.stdout:Reading package lists... 2024-05-21T18:21:04.272 INFO:teuthology.orchestra.run.smithi134.stdout:Building dependency tree... 2024-05-21T18:21:04.272 INFO:teuthology.orchestra.run.smithi134.stdout:Reading state information... 2024-05-21T18:21:04.314 INFO:teuthology.orchestra.run.smithi077.stdout:Building dependency tree... 2024-05-21T18:21:04.315 INFO:teuthology.orchestra.run.smithi077.stdout:Reading state information... 2024-05-21T18:21:04.319 INFO:teuthology.orchestra.run.smithi016.stdout:Building dependency tree... 2024-05-21T18:21:04.319 INFO:teuthology.orchestra.run.smithi016.stdout:Reading state information... 2024-05-21T18:21:04.445 INFO:teuthology.orchestra.run.smithi134.stdout:The following packages were automatically installed and are no longer required: 2024-05-21T18:21:04.445 INFO:teuthology.orchestra.run.smithi134.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-05-21T18:21:04.445 INFO:teuthology.orchestra.run.smithi134.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-05-21T18:21:04.445 INFO:teuthology.orchestra.run.smithi134.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-05-21T18:21:04.445 INFO:teuthology.orchestra.run.smithi134.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-05-21T18:21:04.446 INFO:teuthology.orchestra.run.smithi134.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-05-21T18:21:04.446 INFO:teuthology.orchestra.run.smithi134.stdout:Use 'sudo apt autoremove' to remove them. 2024-05-21T18:21:04.446 INFO:teuthology.orchestra.run.smithi134.stdout:The following additional packages will be installed: 2024-05-21T18:21:04.446 INFO:teuthology.orchestra.run.smithi134.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-05-21T18:21:04.446 INFO:teuthology.orchestra.run.smithi134.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-05-21T18:21:04.448 INFO:teuthology.orchestra.run.smithi134.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-05-21T18:21:04.448 INFO:teuthology.orchestra.run.smithi134.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-05-21T18:21:04.448 INFO:teuthology.orchestra.run.smithi134.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-05-21T18:21:04.448 INFO:teuthology.orchestra.run.smithi134.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-05-21T18:21:04.448 INFO:teuthology.orchestra.run.smithi134.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-05-21T18:21:04.448 INFO:teuthology.orchestra.run.smithi134.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-05-21T18:21:04.448 INFO:teuthology.orchestra.run.smithi134.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-05-21T18:21:04.448 INFO:teuthology.orchestra.run.smithi134.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-05-21T18:21:04.448 INFO:teuthology.orchestra.run.smithi134.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-05-21T18:21:04.448 INFO:teuthology.orchestra.run.smithi134.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-05-21T18:21:04.448 INFO:teuthology.orchestra.run.smithi134.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-05-21T18:21:04.448 INFO:teuthology.orchestra.run.smithi134.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-05-21T18:21:04.449 INFO:teuthology.orchestra.run.smithi134.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-05-21T18:21:04.449 INFO:teuthology.orchestra.run.smithi134.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-05-21T18:21:04.449 INFO:teuthology.orchestra.run.smithi134.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-05-21T18:21:04.449 INFO:teuthology.orchestra.run.smithi134.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-05-21T18:21:04.449 INFO:teuthology.orchestra.run.smithi134.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-05-21T18:21:04.449 INFO:teuthology.orchestra.run.smithi134.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-05-21T18:21:04.449 INFO:teuthology.orchestra.run.smithi134.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-05-21T18:21:04.449 INFO:teuthology.orchestra.run.smithi134.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-05-21T18:21:04.449 INFO:teuthology.orchestra.run.smithi134.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-05-21T18:21:04.449 INFO:teuthology.orchestra.run.smithi134.stdout: xmlstarlet zip 2024-05-21T18:21:04.450 INFO:teuthology.orchestra.run.smithi134.stdout:Suggested packages: 2024-05-21T18:21:04.450 INFO:teuthology.orchestra.run.smithi134.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-05-21T18:21:04.450 INFO:teuthology.orchestra.run.smithi134.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-05-21T18:21:04.450 INFO:teuthology.orchestra.run.smithi134.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-05-21T18:21:04.450 INFO:teuthology.orchestra.run.smithi134.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-05-21T18:21:04.450 INFO:teuthology.orchestra.run.smithi134.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-05-21T18:21:04.450 INFO:teuthology.orchestra.run.smithi134.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-05-21T18:21:04.450 INFO:teuthology.orchestra.run.smithi134.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-05-21T18:21:04.450 INFO:teuthology.orchestra.run.smithi134.stdout:Recommended packages: 2024-05-21T18:21:04.450 INFO:teuthology.orchestra.run.smithi134.stdout: btrfs-tools 2024-05-21T18:21:04.487 INFO:teuthology.orchestra.run.smithi077.stdout:The following packages were automatically installed and are no longer required: 2024-05-21T18:21:04.487 INFO:teuthology.orchestra.run.smithi077.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-05-21T18:21:04.487 INFO:teuthology.orchestra.run.smithi077.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-05-21T18:21:04.487 INFO:teuthology.orchestra.run.smithi077.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-05-21T18:21:04.488 INFO:teuthology.orchestra.run.smithi077.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-05-21T18:21:04.488 INFO:teuthology.orchestra.run.smithi077.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-05-21T18:21:04.488 INFO:teuthology.orchestra.run.smithi077.stdout:Use 'sudo apt autoremove' to remove them. 2024-05-21T18:21:04.489 INFO:teuthology.orchestra.run.smithi077.stdout:The following additional packages will be installed: 2024-05-21T18:21:04.489 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-05-21T18:21:04.489 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-05-21T18:21:04.490 INFO:teuthology.orchestra.run.smithi077.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-05-21T18:21:04.490 INFO:teuthology.orchestra.run.smithi077.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-05-21T18:21:04.490 INFO:teuthology.orchestra.run.smithi077.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-05-21T18:21:04.490 INFO:teuthology.orchestra.run.smithi077.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-05-21T18:21:04.490 INFO:teuthology.orchestra.run.smithi077.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-05-21T18:21:04.490 INFO:teuthology.orchestra.run.smithi077.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-05-21T18:21:04.491 INFO:teuthology.orchestra.run.smithi077.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-05-21T18:21:04.491 INFO:teuthology.orchestra.run.smithi077.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-05-21T18:21:04.491 INFO:teuthology.orchestra.run.smithi077.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-05-21T18:21:04.491 INFO:teuthology.orchestra.run.smithi077.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-05-21T18:21:04.491 INFO:teuthology.orchestra.run.smithi077.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-05-21T18:21:04.491 INFO:teuthology.orchestra.run.smithi077.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-05-21T18:21:04.491 INFO:teuthology.orchestra.run.smithi077.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-05-21T18:21:04.491 INFO:teuthology.orchestra.run.smithi077.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-05-21T18:21:04.491 INFO:teuthology.orchestra.run.smithi077.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-05-21T18:21:04.491 INFO:teuthology.orchestra.run.smithi077.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-05-21T18:21:04.491 INFO:teuthology.orchestra.run.smithi077.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-05-21T18:21:04.491 INFO:teuthology.orchestra.run.smithi077.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-05-21T18:21:04.491 INFO:teuthology.orchestra.run.smithi077.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-05-21T18:21:04.491 INFO:teuthology.orchestra.run.smithi077.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-05-21T18:21:04.491 INFO:teuthology.orchestra.run.smithi077.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-05-21T18:21:04.491 INFO:teuthology.orchestra.run.smithi077.stdout: xmlstarlet zip 2024-05-21T18:21:04.492 INFO:teuthology.orchestra.run.smithi077.stdout:Suggested packages: 2024-05-21T18:21:04.492 INFO:teuthology.orchestra.run.smithi077.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-05-21T18:21:04.492 INFO:teuthology.orchestra.run.smithi077.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-05-21T18:21:04.492 INFO:teuthology.orchestra.run.smithi077.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-05-21T18:21:04.492 INFO:teuthology.orchestra.run.smithi077.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-05-21T18:21:04.492 INFO:teuthology.orchestra.run.smithi077.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-05-21T18:21:04.492 INFO:teuthology.orchestra.run.smithi077.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-05-21T18:21:04.492 INFO:teuthology.orchestra.run.smithi077.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-05-21T18:21:04.492 INFO:teuthology.orchestra.run.smithi077.stdout:Recommended packages: 2024-05-21T18:21:04.492 INFO:teuthology.orchestra.run.smithi077.stdout: btrfs-tools 2024-05-21T18:21:04.502 INFO:teuthology.orchestra.run.smithi016.stdout:The following packages were automatically installed and are no longer required: 2024-05-21T18:21:04.502 INFO:teuthology.orchestra.run.smithi016.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-05-21T18:21:04.502 INFO:teuthology.orchestra.run.smithi016.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-05-21T18:21:04.502 INFO:teuthology.orchestra.run.smithi016.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-05-21T18:21:04.503 INFO:teuthology.orchestra.run.smithi016.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-05-21T18:21:04.503 INFO:teuthology.orchestra.run.smithi016.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-05-21T18:21:04.503 INFO:teuthology.orchestra.run.smithi016.stdout:Use 'sudo apt autoremove' to remove them. 2024-05-21T18:21:04.504 INFO:teuthology.orchestra.run.smithi016.stdout:The following additional packages will be installed: 2024-05-21T18:21:04.504 INFO:teuthology.orchestra.run.smithi016.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-05-21T18:21:04.504 INFO:teuthology.orchestra.run.smithi016.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-05-21T18:21:04.504 INFO:teuthology.orchestra.run.smithi016.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-05-21T18:21:04.504 INFO:teuthology.orchestra.run.smithi016.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-05-21T18:21:04.505 INFO:teuthology.orchestra.run.smithi016.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-05-21T18:21:04.505 INFO:teuthology.orchestra.run.smithi016.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-05-21T18:21:04.505 INFO:teuthology.orchestra.run.smithi016.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-05-21T18:21:04.505 INFO:teuthology.orchestra.run.smithi016.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-05-21T18:21:04.505 INFO:teuthology.orchestra.run.smithi016.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-05-21T18:21:04.505 INFO:teuthology.orchestra.run.smithi016.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-05-21T18:21:04.505 INFO:teuthology.orchestra.run.smithi016.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-05-21T18:21:04.506 INFO:teuthology.orchestra.run.smithi016.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-05-21T18:21:04.506 INFO:teuthology.orchestra.run.smithi016.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-05-21T18:21:04.506 INFO:teuthology.orchestra.run.smithi016.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-05-21T18:21:04.506 INFO:teuthology.orchestra.run.smithi016.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-05-21T18:21:04.506 INFO:teuthology.orchestra.run.smithi016.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-05-21T18:21:04.506 INFO:teuthology.orchestra.run.smithi016.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-05-21T18:21:04.506 INFO:teuthology.orchestra.run.smithi016.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-05-21T18:21:04.506 INFO:teuthology.orchestra.run.smithi016.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-05-21T18:21:04.506 INFO:teuthology.orchestra.run.smithi016.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-05-21T18:21:04.506 INFO:teuthology.orchestra.run.smithi016.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-05-21T18:21:04.506 INFO:teuthology.orchestra.run.smithi016.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-05-21T18:21:04.506 INFO:teuthology.orchestra.run.smithi016.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-05-21T18:21:04.506 INFO:teuthology.orchestra.run.smithi016.stdout: xmlstarlet zip 2024-05-21T18:21:04.507 INFO:teuthology.orchestra.run.smithi016.stdout:Suggested packages: 2024-05-21T18:21:04.507 INFO:teuthology.orchestra.run.smithi016.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-05-21T18:21:04.507 INFO:teuthology.orchestra.run.smithi016.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-05-21T18:21:04.507 INFO:teuthology.orchestra.run.smithi016.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-05-21T18:21:04.507 INFO:teuthology.orchestra.run.smithi016.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-05-21T18:21:04.507 INFO:teuthology.orchestra.run.smithi016.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-05-21T18:21:04.507 INFO:teuthology.orchestra.run.smithi016.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-05-21T18:21:04.507 INFO:teuthology.orchestra.run.smithi016.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-05-21T18:21:04.507 INFO:teuthology.orchestra.run.smithi016.stdout:Recommended packages: 2024-05-21T18:21:04.508 INFO:teuthology.orchestra.run.smithi016.stdout: btrfs-tools 2024-05-21T18:21:04.550 INFO:teuthology.orchestra.run.smithi134.stdout:The following NEW packages will be installed: 2024-05-21T18:21:04.550 INFO:teuthology.orchestra.run.smithi134.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-05-21T18:21:04.550 INFO:teuthology.orchestra.run.smithi134.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-05-21T18:21:04.551 INFO:teuthology.orchestra.run.smithi134.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-05-21T18:21:04.552 INFO:teuthology.orchestra.run.smithi134.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-05-21T18:21:04.552 INFO:teuthology.orchestra.run.smithi134.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-05-21T18:21:04.552 INFO:teuthology.orchestra.run.smithi134.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-05-21T18:21:04.552 INFO:teuthology.orchestra.run.smithi134.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-05-21T18:21:04.552 INFO:teuthology.orchestra.run.smithi134.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-05-21T18:21:04.552 INFO:teuthology.orchestra.run.smithi134.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-05-21T18:21:04.552 INFO:teuthology.orchestra.run.smithi134.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-05-21T18:21:04.552 INFO:teuthology.orchestra.run.smithi134.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-05-21T18:21:04.552 INFO:teuthology.orchestra.run.smithi134.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-05-21T18:21:04.552 INFO:teuthology.orchestra.run.smithi134.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-05-21T18:21:04.553 INFO:teuthology.orchestra.run.smithi134.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-05-21T18:21:04.553 INFO:teuthology.orchestra.run.smithi134.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-05-21T18:21:04.553 INFO:teuthology.orchestra.run.smithi134.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-05-21T18:21:04.553 INFO:teuthology.orchestra.run.smithi134.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-05-21T18:21:04.553 INFO:teuthology.orchestra.run.smithi134.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-05-21T18:21:04.553 INFO:teuthology.orchestra.run.smithi134.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-05-21T18:21:04.553 INFO:teuthology.orchestra.run.smithi134.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-05-21T18:21:04.553 INFO:teuthology.orchestra.run.smithi134.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-05-21T18:21:04.553 INFO:teuthology.orchestra.run.smithi134.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-05-21T18:21:04.553 INFO:teuthology.orchestra.run.smithi134.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-05-21T18:21:04.553 INFO:teuthology.orchestra.run.smithi134.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-05-21T18:21:04.553 INFO:teuthology.orchestra.run.smithi134.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-05-21T18:21:04.553 INFO:teuthology.orchestra.run.smithi134.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-05-21T18:21:04.592 INFO:teuthology.orchestra.run.smithi077.stdout:The following NEW packages will be installed: 2024-05-21T18:21:04.592 INFO:teuthology.orchestra.run.smithi077.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-05-21T18:21:04.592 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-05-21T18:21:04.592 INFO:teuthology.orchestra.run.smithi077.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-05-21T18:21:04.592 INFO:teuthology.orchestra.run.smithi077.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-05-21T18:21:04.592 INFO:teuthology.orchestra.run.smithi077.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-05-21T18:21:04.592 INFO:teuthology.orchestra.run.smithi077.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-05-21T18:21:04.593 INFO:teuthology.orchestra.run.smithi077.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-05-21T18:21:04.593 INFO:teuthology.orchestra.run.smithi077.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-05-21T18:21:04.594 INFO:teuthology.orchestra.run.smithi077.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-05-21T18:21:04.594 INFO:teuthology.orchestra.run.smithi077.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-05-21T18:21:04.594 INFO:teuthology.orchestra.run.smithi077.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-05-21T18:21:04.594 INFO:teuthology.orchestra.run.smithi077.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-05-21T18:21:04.594 INFO:teuthology.orchestra.run.smithi077.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-05-21T18:21:04.594 INFO:teuthology.orchestra.run.smithi077.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-05-21T18:21:04.594 INFO:teuthology.orchestra.run.smithi077.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-05-21T18:21:04.594 INFO:teuthology.orchestra.run.smithi077.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-05-21T18:21:04.594 INFO:teuthology.orchestra.run.smithi077.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-05-21T18:21:04.594 INFO:teuthology.orchestra.run.smithi077.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-05-21T18:21:04.594 INFO:teuthology.orchestra.run.smithi077.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-05-21T18:21:04.594 INFO:teuthology.orchestra.run.smithi077.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-05-21T18:21:04.594 INFO:teuthology.orchestra.run.smithi077.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-05-21T18:21:04.594 INFO:teuthology.orchestra.run.smithi077.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-05-21T18:21:04.595 INFO:teuthology.orchestra.run.smithi077.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-05-21T18:21:04.595 INFO:teuthology.orchestra.run.smithi077.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-05-21T18:21:04.595 INFO:teuthology.orchestra.run.smithi077.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-05-21T18:21:04.595 INFO:teuthology.orchestra.run.smithi077.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-05-21T18:21:04.609 INFO:teuthology.orchestra.run.smithi016.stdout:The following NEW packages will be installed: 2024-05-21T18:21:04.609 INFO:teuthology.orchestra.run.smithi016.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-05-21T18:21:04.609 INFO:teuthology.orchestra.run.smithi016.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-05-21T18:21:04.609 INFO:teuthology.orchestra.run.smithi016.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-05-21T18:21:04.609 INFO:teuthology.orchestra.run.smithi016.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-05-21T18:21:04.609 INFO:teuthology.orchestra.run.smithi016.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-05-21T18:21:04.609 INFO:teuthology.orchestra.run.smithi016.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-05-21T18:21:04.610 INFO:teuthology.orchestra.run.smithi016.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-05-21T18:21:04.611 INFO:teuthology.orchestra.run.smithi016.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-05-21T18:21:04.611 INFO:teuthology.orchestra.run.smithi016.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-05-21T18:21:04.611 INFO:teuthology.orchestra.run.smithi016.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-05-21T18:21:04.611 INFO:teuthology.orchestra.run.smithi016.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-05-21T18:21:04.611 INFO:teuthology.orchestra.run.smithi016.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-05-21T18:21:04.611 INFO:teuthology.orchestra.run.smithi016.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-05-21T18:21:04.611 INFO:teuthology.orchestra.run.smithi016.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-05-21T18:21:04.611 INFO:teuthology.orchestra.run.smithi016.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-05-21T18:21:04.611 INFO:teuthology.orchestra.run.smithi016.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-05-21T18:21:04.611 INFO:teuthology.orchestra.run.smithi016.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-05-21T18:21:04.611 INFO:teuthology.orchestra.run.smithi016.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-05-21T18:21:04.611 INFO:teuthology.orchestra.run.smithi016.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-05-21T18:21:04.611 INFO:teuthology.orchestra.run.smithi016.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-05-21T18:21:04.611 INFO:teuthology.orchestra.run.smithi016.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-05-21T18:21:04.612 INFO:teuthology.orchestra.run.smithi016.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-05-21T18:21:04.612 INFO:teuthology.orchestra.run.smithi016.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-05-21T18:21:04.612 INFO:teuthology.orchestra.run.smithi016.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-05-21T18:21:04.612 INFO:teuthology.orchestra.run.smithi016.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-05-21T18:21:04.612 INFO:teuthology.orchestra.run.smithi016.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-05-21T18:21:04.660 INFO:teuthology.orchestra.run.smithi077.stdout:0 upgraded, 118 newly installed, 0 to remove and 307 not upgraded. 2024-05-21T18:21:04.660 INFO:teuthology.orchestra.run.smithi077.stdout:Need to get 189 MB of archives. 2024-05-21T18:21:04.660 INFO:teuthology.orchestra.run.smithi077.stdout:After this operation, 862 MB of additional disk space will be used. 2024-05-21T18:21:04.660 INFO:teuthology.orchestra.run.smithi077.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-05-21T18:21:04.678 INFO:teuthology.orchestra.run.smithi016.stdout:0 upgraded, 118 newly installed, 0 to remove and 307 not upgraded. 2024-05-21T18:21:04.678 INFO:teuthology.orchestra.run.smithi016.stdout:Need to get 189 MB of archives. 2024-05-21T18:21:04.679 INFO:teuthology.orchestra.run.smithi016.stdout:After this operation, 862 MB of additional disk space will be used. 2024-05-21T18:21:04.679 INFO:teuthology.orchestra.run.smithi016.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-05-21T18:21:04.739 INFO:teuthology.orchestra.run.smithi134.stdout:0 upgraded, 118 newly installed, 0 to remove and 307 not upgraded. 2024-05-21T18:21:04.739 INFO:teuthology.orchestra.run.smithi134.stdout:Need to get 189 MB of archives. 2024-05-21T18:21:04.739 INFO:teuthology.orchestra.run.smithi134.stdout:After this operation, 862 MB of additional disk space will be used. 2024-05-21T18:21:04.739 INFO:teuthology.orchestra.run.smithi134.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-05-21T18:21:04.770 INFO:teuthology.orchestra.run.smithi077.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-05-21T18:21:04.773 INFO:teuthology.orchestra.run.smithi077.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-05-21T18:21:04.785 INFO:teuthology.orchestra.run.smithi016.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-05-21T18:21:04.788 INFO:teuthology.orchestra.run.smithi016.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-05-21T18:21:04.793 INFO:teuthology.orchestra.run.smithi077.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-05-21T18:21:04.809 INFO:teuthology.orchestra.run.smithi016.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-05-21T18:21:04.863 INFO:teuthology.orchestra.run.smithi077.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-05-21T18:21:04.868 INFO:teuthology.orchestra.run.smithi077.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-05-21T18:21:04.881 INFO:teuthology.orchestra.run.smithi077.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-05-21T18:21:04.886 INFO:teuthology.orchestra.run.smithi077.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-05-21T18:21:04.886 INFO:teuthology.orchestra.run.smithi077.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-05-21T18:21:04.887 INFO:teuthology.orchestra.run.smithi077.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-05-21T18:21:04.888 INFO:teuthology.orchestra.run.smithi016.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-05-21T18:21:04.895 INFO:teuthology.orchestra.run.smithi016.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-05-21T18:21:04.898 INFO:teuthology.orchestra.run.smithi077.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-05-21T18:21:04.901 INFO:teuthology.orchestra.run.smithi077.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-05-21T18:21:04.903 INFO:teuthology.orchestra.run.smithi077.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-05-21T18:21:04.914 INFO:teuthology.orchestra.run.smithi077.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-05-21T18:21:04.918 INFO:teuthology.orchestra.run.smithi016.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-05-21T18:21:04.924 INFO:teuthology.orchestra.run.smithi016.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-05-21T18:21:04.925 INFO:teuthology.orchestra.run.smithi016.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-05-21T18:21:04.926 INFO:teuthology.orchestra.run.smithi016.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-05-21T18:21:04.938 INFO:teuthology.orchestra.run.smithi016.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-05-21T18:21:04.941 INFO:teuthology.orchestra.run.smithi016.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-05-21T18:21:04.943 INFO:teuthology.orchestra.run.smithi077.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-05-21T18:21:04.944 INFO:teuthology.orchestra.run.smithi016.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-05-21T18:21:04.946 INFO:teuthology.orchestra.run.smithi016.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-05-21T18:21:04.947 INFO:teuthology.orchestra.run.smithi077.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-05-21T18:21:04.949 INFO:teuthology.orchestra.run.smithi077.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-05-21T18:21:04.951 INFO:teuthology.orchestra.run.smithi077.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-05-21T18:21:04.952 INFO:teuthology.orchestra.run.smithi077.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-05-21T18:21:04.953 INFO:teuthology.orchestra.run.smithi077.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2024-05-21T18:21:04.954 INFO:teuthology.orchestra.run.smithi077.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-05-21T18:21:04.954 INFO:teuthology.orchestra.run.smithi077.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-05-21T18:21:04.955 INFO:teuthology.orchestra.run.smithi077.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-05-21T18:21:04.958 INFO:teuthology.orchestra.run.smithi134.stdout:Get:2 https://2.chacra.ceph.com/r/ceph/wip-yuri7-testing-2024-05-20-1227/9ef9bcfdb32ec4999d7ca025815290e8395c6ae7/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-3870-g9ef9bcfd-1jammy [3,557 kB] 2024-05-21T18:21:04.962 INFO:teuthology.orchestra.run.smithi016.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-05-21T18:21:04.965 INFO:teuthology.orchestra.run.smithi016.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-05-21T18:21:04.968 INFO:teuthology.orchestra.run.smithi016.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-05-21T18:21:04.970 INFO:teuthology.orchestra.run.smithi016.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-05-21T18:21:04.971 INFO:teuthology.orchestra.run.smithi016.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-05-21T18:21:04.980 INFO:teuthology.orchestra.run.smithi077.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-05-21T18:21:04.980 INFO:teuthology.orchestra.run.smithi077.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-05-21T18:21:04.981 INFO:teuthology.orchestra.run.smithi077.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-05-21T18:21:04.982 INFO:teuthology.orchestra.run.smithi077.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-05-21T18:21:04.987 INFO:teuthology.orchestra.run.smithi016.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2024-05-21T18:21:04.988 INFO:teuthology.orchestra.run.smithi016.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-05-21T18:21:04.989 INFO:teuthology.orchestra.run.smithi016.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-05-21T18:21:04.989 INFO:teuthology.orchestra.run.smithi016.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-05-21T18:21:04.990 INFO:teuthology.orchestra.run.smithi016.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-05-21T18:21:04.991 INFO:teuthology.orchestra.run.smithi077.stdout:Get:28 https://2.chacra.ceph.com/r/ceph/wip-yuri7-testing-2024-05-20-1227/9ef9bcfdb32ec4999d7ca025815290e8395c6ae7/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-3870-g9ef9bcfd-1jammy [3,557 kB] 2024-05-21T18:21:05.001 INFO:teuthology.orchestra.run.smithi077.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-05-21T18:21:05.002 INFO:teuthology.orchestra.run.smithi077.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-05-21T18:21:05.003 INFO:teuthology.orchestra.run.smithi077.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-05-21T18:21:05.004 INFO:teuthology.orchestra.run.smithi077.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-mako all 1.1.3+ds1-2ubuntu0.1 [60.5 kB] 2024-05-21T18:21:05.006 INFO:teuthology.orchestra.run.smithi077.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-05-21T18:21:05.007 INFO:teuthology.orchestra.run.smithi077.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-05-21T18:21:05.008 INFO:teuthology.orchestra.run.smithi016.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-05-21T18:21:05.008 INFO:teuthology.orchestra.run.smithi016.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-05-21T18:21:05.009 INFO:teuthology.orchestra.run.smithi016.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-05-21T18:21:05.010 INFO:teuthology.orchestra.run.smithi016.stdout:Get:28 https://2.chacra.ceph.com/r/ceph/wip-yuri7-testing-2024-05-20-1227/9ef9bcfdb32ec4999d7ca025815290e8395c6ae7/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-3870-g9ef9bcfd-1jammy [3,557 kB] 2024-05-21T18:21:05.013 INFO:teuthology.orchestra.run.smithi016.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-05-21T18:21:05.014 INFO:teuthology.orchestra.run.smithi016.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-05-21T18:21:05.021 INFO:teuthology.orchestra.run.smithi077.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webob all 1:1.8.6-1.1 [85.2 kB] 2024-05-21T18:21:05.024 INFO:teuthology.orchestra.run.smithi077.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-05-21T18:21:05.025 INFO:teuthology.orchestra.run.smithi077.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-05-21T18:21:05.026 INFO:teuthology.orchestra.run.smithi077.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-05-21T18:21:05.033 INFO:teuthology.orchestra.run.smithi016.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-05-21T18:21:05.033 INFO:teuthology.orchestra.run.smithi016.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-mako all 1.1.3+ds1-2ubuntu0.1 [60.5 kB] 2024-05-21T18:21:05.035 INFO:teuthology.orchestra.run.smithi016.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-05-21T18:21:05.035 INFO:teuthology.orchestra.run.smithi016.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-05-21T18:21:05.036 INFO:teuthology.orchestra.run.smithi016.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webob all 1:1.8.6-1.1 [85.2 kB] 2024-05-21T18:21:05.043 INFO:teuthology.orchestra.run.smithi077.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-05-21T18:21:05.044 INFO:teuthology.orchestra.run.smithi077.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-05-21T18:21:05.045 INFO:teuthology.orchestra.run.smithi077.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-05-21T18:21:05.046 INFO:teuthology.orchestra.run.smithi077.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-05-21T18:21:05.049 INFO:teuthology.orchestra.run.smithi077.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-05-21T18:21:05.053 INFO:teuthology.orchestra.run.smithi077.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-idna all 3.3-1ubuntu0.1 [52.1 kB] 2024-05-21T18:21:05.054 INFO:teuthology.orchestra.run.smithi016.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-05-21T18:21:05.056 INFO:teuthology.orchestra.run.smithi016.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-05-21T18:21:05.056 INFO:teuthology.orchestra.run.smithi016.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-05-21T18:21:05.063 INFO:teuthology.orchestra.run.smithi016.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-05-21T18:21:05.063 INFO:teuthology.orchestra.run.smithi016.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-05-21T18:21:05.064 INFO:teuthology.orchestra.run.smithi077.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-urllib3 all 1.26.5-1~exp1ubuntu0.1 [98.2 kB] 2024-05-21T18:21:05.067 INFO:teuthology.orchestra.run.smithi077.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-requests all 2.25.1+dfsg-2ubuntu0.1 [48.8 kB] 2024-05-21T18:21:05.069 INFO:teuthology.orchestra.run.smithi077.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.1 [181 kB] 2024-05-21T18:21:05.074 INFO:teuthology.orchestra.run.smithi077.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-05-21T18:21:05.077 INFO:teuthology.orchestra.run.smithi016.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-05-21T18:21:05.078 INFO:teuthology.orchestra.run.smithi016.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-05-21T18:21:05.080 INFO:teuthology.orchestra.run.smithi016.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-05-21T18:21:05.082 INFO:teuthology.orchestra.run.smithi016.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-idna all 3.3-1ubuntu0.1 [52.1 kB] 2024-05-21T18:21:05.084 INFO:teuthology.orchestra.run.smithi016.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-urllib3 all 1.26.5-1~exp1ubuntu0.1 [98.2 kB] 2024-05-21T18:21:05.094 INFO:teuthology.orchestra.run.smithi077.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-05-21T18:21:05.098 INFO:teuthology.orchestra.run.smithi016.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-requests all 2.25.1+dfsg-2ubuntu0.1 [48.8 kB] 2024-05-21T18:21:05.099 INFO:teuthology.orchestra.run.smithi077.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-05-21T18:21:05.099 INFO:teuthology.orchestra.run.smithi016.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.1 [181 kB] 2024-05-21T18:21:05.103 INFO:teuthology.orchestra.run.smithi016.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-05-21T18:21:05.104 INFO:teuthology.orchestra.run.smithi077.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-babel-localedata all 2.8.0+dfsg.1-7 [4,982 kB] 2024-05-21T18:21:05.104 INFO:teuthology.orchestra.run.smithi016.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-05-21T18:21:05.105 INFO:teuthology.orchestra.run.smithi016.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-05-21T18:21:05.138 INFO:teuthology.orchestra.run.smithi016.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-babel-localedata all 2.8.0+dfsg.1-7 [4,982 kB] 2024-05-21T18:21:05.167 INFO:teuthology.orchestra.run.smithi134.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-05-21T18:21:05.179 INFO:teuthology.orchestra.run.smithi134.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-05-21T18:21:05.261 INFO:teuthology.orchestra.run.smithi134.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-05-21T18:21:05.269 INFO:teuthology.orchestra.run.smithi077.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-05-21T18:21:05.271 INFO:teuthology.orchestra.run.smithi077.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-05-21T18:21:05.274 INFO:teuthology.orchestra.run.smithi077.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-05-21T18:21:05.275 INFO:teuthology.orchestra.run.smithi077.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-05-21T18:21:05.278 INFO:teuthology.orchestra.run.smithi077.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-05-21T18:21:05.294 INFO:teuthology.orchestra.run.smithi016.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-05-21T18:21:05.296 INFO:teuthology.orchestra.run.smithi016.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-05-21T18:21:05.299 INFO:teuthology.orchestra.run.smithi016.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-05-21T18:21:05.300 INFO:teuthology.orchestra.run.smithi016.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-05-21T18:21:05.302 INFO:teuthology.orchestra.run.smithi016.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-05-21T18:21:05.311 INFO:teuthology.orchestra.run.smithi077.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-05-21T18:21:05.314 INFO:teuthology.orchestra.run.smithi077.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-05-21T18:21:05.314 INFO:teuthology.orchestra.run.smithi077.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-05-21T18:21:05.334 INFO:teuthology.orchestra.run.smithi016.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-05-21T18:21:05.338 INFO:teuthology.orchestra.run.smithi016.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-05-21T18:21:05.339 INFO:teuthology.orchestra.run.smithi077.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-05-21T18:21:05.339 INFO:teuthology.orchestra.run.smithi077.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-05-21T18:21:05.340 INFO:teuthology.orchestra.run.smithi016.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-05-21T18:21:05.356 INFO:teuthology.orchestra.run.smithi077.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-05-21T18:21:05.356 INFO:teuthology.orchestra.run.smithi077.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-05-21T18:21:05.357 INFO:teuthology.orchestra.run.smithi077.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-05-21T18:21:05.359 INFO:teuthology.orchestra.run.smithi077.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-05-21T18:21:05.373 INFO:teuthology.orchestra.run.smithi016.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-05-21T18:21:05.373 INFO:teuthology.orchestra.run.smithi016.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-05-21T18:21:05.388 INFO:teuthology.orchestra.run.smithi016.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-05-21T18:21:05.389 INFO:teuthology.orchestra.run.smithi016.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-05-21T18:21:05.390 INFO:teuthology.orchestra.run.smithi016.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-05-21T18:21:05.391 INFO:teuthology.orchestra.run.smithi016.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-05-21T18:21:05.392 INFO:teuthology.orchestra.run.smithi016.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-05-21T18:21:05.393 INFO:teuthology.orchestra.run.smithi016.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-05-21T18:21:05.396 INFO:teuthology.orchestra.run.smithi077.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-05-21T18:21:05.397 INFO:teuthology.orchestra.run.smithi077.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-05-21T18:21:05.399 INFO:teuthology.orchestra.run.smithi016.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-05-21T18:21:05.401 INFO:teuthology.orchestra.run.smithi077.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-05-21T18:21:05.403 INFO:teuthology.orchestra.run.smithi077.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-05-21T18:21:05.405 INFO:teuthology.orchestra.run.smithi077.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-05-21T18:21:05.405 INFO:teuthology.orchestra.run.smithi077.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-05-21T18:21:05.424 INFO:teuthology.orchestra.run.smithi016.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-05-21T18:21:05.426 INFO:teuthology.orchestra.run.smithi016.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-05-21T18:21:05.427 INFO:teuthology.orchestra.run.smithi016.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-05-21T18:21:05.433 INFO:teuthology.orchestra.run.smithi077.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-05-21T18:21:05.438 INFO:teuthology.orchestra.run.smithi077.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-05-21T18:21:05.441 INFO:teuthology.orchestra.run.smithi077.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-05-21T18:21:05.442 INFO:teuthology.orchestra.run.smithi077.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-05-21T18:21:05.455 INFO:teuthology.orchestra.run.smithi016.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-05-21T18:21:05.460 INFO:teuthology.orchestra.run.smithi016.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-05-21T18:21:05.462 INFO:teuthology.orchestra.run.smithi016.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-05-21T18:21:05.463 INFO:teuthology.orchestra.run.smithi016.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-05-21T18:21:05.470 INFO:teuthology.orchestra.run.smithi016.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-05-21T18:21:05.471 INFO:teuthology.orchestra.run.smithi077.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-05-21T18:21:05.471 INFO:teuthology.orchestra.run.smithi016.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-05-21T18:21:05.472 INFO:teuthology.orchestra.run.smithi077.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-05-21T18:21:05.477 INFO:teuthology.orchestra.run.smithi016.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-05-21T18:21:05.479 INFO:teuthology.orchestra.run.smithi077.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-05-21T18:21:05.480 INFO:teuthology.orchestra.run.smithi077.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-05-21T18:21:05.481 INFO:teuthology.orchestra.run.smithi077.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-05-21T18:21:05.482 INFO:teuthology.orchestra.run.smithi077.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-05-21T18:21:05.490 INFO:teuthology.orchestra.run.smithi134.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-05-21T18:21:05.491 INFO:teuthology.orchestra.run.smithi016.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-05-21T18:21:05.492 INFO:teuthology.orchestra.run.smithi016.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-05-21T18:21:05.493 INFO:teuthology.orchestra.run.smithi016.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-05-21T18:21:05.502 INFO:teuthology.orchestra.run.smithi077.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-05-21T18:21:05.502 INFO:teuthology.orchestra.run.smithi134.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-05-21T18:21:05.504 INFO:teuthology.orchestra.run.smithi077.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-05-21T18:21:05.520 INFO:teuthology.orchestra.run.smithi077.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-05-21T18:21:05.520 INFO:teuthology.orchestra.run.smithi077.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-05-21T18:21:05.522 INFO:teuthology.orchestra.run.smithi016.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-05-21T18:21:05.524 INFO:teuthology.orchestra.run.smithi016.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-05-21T18:21:05.531 INFO:teuthology.orchestra.run.smithi134.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-05-21T18:21:05.536 INFO:teuthology.orchestra.run.smithi016.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-05-21T18:21:05.536 INFO:teuthology.orchestra.run.smithi016.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-05-21T18:21:05.537 INFO:teuthology.orchestra.run.smithi016.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-05-21T18:21:05.540 INFO:teuthology.orchestra.run.smithi016.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-05-21T18:21:05.541 INFO:teuthology.orchestra.run.smithi134.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-05-21T18:21:05.541 INFO:teuthology.orchestra.run.smithi016.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-05-21T18:21:05.542 INFO:teuthology.orchestra.run.smithi134.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-05-21T18:21:05.543 INFO:teuthology.orchestra.run.smithi134.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-05-21T18:21:05.546 INFO:teuthology.orchestra.run.smithi077.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-05-21T18:21:05.551 INFO:teuthology.orchestra.run.smithi077.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-05-21T18:21:05.553 INFO:teuthology.orchestra.run.smithi077.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-05-21T18:21:05.562 INFO:teuthology.orchestra.run.smithi134.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-05-21T18:21:05.730 INFO:teuthology.orchestra.run.smithi134.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-05-21T18:21:06.138 INFO:teuthology.orchestra.run.smithi134.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-05-21T18:21:06.170 INFO:teuthology.orchestra.run.smithi134.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-05-21T18:21:06.173 INFO:teuthology.orchestra.run.smithi134.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-05-21T18:21:06.190 INFO:teuthology.orchestra.run.smithi077.stdout:Get:89 https://2.chacra.ceph.com/r/ceph/wip-yuri7-testing-2024-05-20-1227/9ef9bcfdb32ec4999d7ca025815290e8395c6ae7/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-3870-g9ef9bcfd-1jammy [3,225 kB] 2024-05-21T18:21:06.256 INFO:teuthology.orchestra.run.smithi134.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-05-21T18:21:06.303 INFO:teuthology.orchestra.run.smithi134.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-05-21T18:21:06.325 INFO:teuthology.orchestra.run.smithi134.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-05-21T18:21:06.332 INFO:teuthology.orchestra.run.smithi134.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-05-21T18:21:06.333 INFO:teuthology.orchestra.run.smithi134.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2024-05-21T18:21:06.346 INFO:teuthology.orchestra.run.smithi134.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-05-21T18:21:06.346 INFO:teuthology.orchestra.run.smithi134.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-05-21T18:21:06.512 INFO:teuthology.orchestra.run.smithi134.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-05-21T18:21:06.594 INFO:teuthology.orchestra.run.smithi134.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-05-21T18:21:06.623 INFO:teuthology.orchestra.run.smithi134.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-05-21T18:21:06.640 INFO:teuthology.orchestra.run.smithi134.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-05-21T18:21:06.665 INFO:teuthology.orchestra.run.smithi077.stdout:Get:90 https://2.chacra.ceph.com/r/ceph/wip-yuri7-testing-2024-05-20-1227/9ef9bcfdb32ec4999d7ca025815290e8395c6ae7/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-3870-g9ef9bcfd-1jammy [713 kB] 2024-05-21T18:21:06.684 INFO:teuthology.orchestra.run.smithi134.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-05-21T18:21:06.780 INFO:teuthology.orchestra.run.smithi077.stdout:Get:91 https://2.chacra.ceph.com/r/ceph/wip-yuri7-testing-2024-05-20-1227/9ef9bcfdb32ec4999d7ca025815290e8395c6ae7/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-3870-g9ef9bcfd-1jammy [356 kB] 2024-05-21T18:21:06.839 INFO:teuthology.orchestra.run.smithi077.stdout:Get:92 https://2.chacra.ceph.com/r/ceph/wip-yuri7-testing-2024-05-20-1227/9ef9bcfdb32ec4999d7ca025815290e8395c6ae7/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-3870-g9ef9bcfd-1jammy [32.8 kB] 2024-05-21T18:21:06.840 INFO:teuthology.orchestra.run.smithi077.stdout:Get:93 https://2.chacra.ceph.com/r/ceph/wip-yuri7-testing-2024-05-20-1227/9ef9bcfdb32ec4999d7ca025815290e8395c6ae7/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-3870-g9ef9bcfd-1jammy [180 kB] 2024-05-21T18:21:06.846 INFO:teuthology.orchestra.run.smithi077.stdout:Get:94 https://2.chacra.ceph.com/r/ceph/wip-yuri7-testing-2024-05-20-1227/9ef9bcfdb32ec4999d7ca025815290e8395c6ae7/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-3870-g9ef9bcfd-1jammy [67.4 kB] 2024-05-21T18:21:06.849 INFO:teuthology.orchestra.run.smithi077.stdout:Get:95 https://2.chacra.ceph.com/r/ceph/wip-yuri7-testing-2024-05-20-1227/9ef9bcfdb32ec4999d7ca025815290e8395c6ae7/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-3870-g9ef9bcfd-1jammy [333 kB] 2024-05-21T18:21:06.894 INFO:teuthology.orchestra.run.smithi134.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-05-21T18:21:06.907 INFO:teuthology.orchestra.run.smithi077.stdout:Get:96 https://2.chacra.ceph.com/r/ceph/wip-yuri7-testing-2024-05-20-1227/9ef9bcfdb32ec4999d7ca025815290e8395c6ae7/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-3870-g9ef9bcfd-1jammy [7,881 kB] 2024-05-21T18:21:06.909 INFO:teuthology.orchestra.run.smithi134.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-05-21T18:21:06.917 INFO:teuthology.orchestra.run.smithi134.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-05-21T18:21:06.922 INFO:teuthology.orchestra.run.smithi134.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-mako all 1.1.3+ds1-2ubuntu0.1 [60.5 kB] 2024-05-21T18:21:06.922 INFO:teuthology.orchestra.run.smithi134.stdout:Get:33 https://2.chacra.ceph.com/r/ceph/wip-yuri7-testing-2024-05-20-1227/9ef9bcfdb32ec4999d7ca025815290e8395c6ae7/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-3870-g9ef9bcfd-1jammy [3,225 kB] 2024-05-21T18:21:06.943 INFO:teuthology.orchestra.run.smithi134.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-05-21T18:21:06.946 INFO:teuthology.orchestra.run.smithi134.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-05-21T18:21:07.113 INFO:teuthology.orchestra.run.smithi134.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webob all 1:1.8.6-1.1 [85.2 kB] 2024-05-21T18:21:07.165 INFO:teuthology.orchestra.run.smithi016.stdout:Get:89 https://2.chacra.ceph.com/r/ceph/wip-yuri7-testing-2024-05-20-1227/9ef9bcfdb32ec4999d7ca025815290e8395c6ae7/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-3870-g9ef9bcfd-1jammy [3,225 kB] 2024-05-21T18:21:07.429 INFO:teuthology.orchestra.run.smithi134.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-05-21T18:21:07.468 INFO:teuthology.orchestra.run.smithi134.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-05-21T18:21:07.481 INFO:teuthology.orchestra.run.smithi134.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-05-21T18:21:07.684 INFO:teuthology.orchestra.run.smithi134.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-05-21T18:21:07.685 INFO:teuthology.orchestra.run.smithi134.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-05-21T18:21:07.691 INFO:teuthology.orchestra.run.smithi134.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-05-21T18:21:07.696 INFO:teuthology.orchestra.run.smithi134.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-05-21T18:21:07.697 INFO:teuthology.orchestra.run.smithi077.stdout:Get:97 https://2.chacra.ceph.com/r/ceph/wip-yuri7-testing-2024-05-20-1227/9ef9bcfdb32ec4999d7ca025815290e8395c6ae7/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-3870-g9ef9bcfd-1jammy [112 kB] 2024-05-21T18:21:07.699 INFO:teuthology.orchestra.run.smithi077.stdout:Get:98 https://2.chacra.ceph.com/r/ceph/wip-yuri7-testing-2024-05-20-1227/9ef9bcfdb32ec4999d7ca025815290e8395c6ae7/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-3870-g9ef9bcfd-1jammy [467 kB] 2024-05-21T18:21:07.712 INFO:teuthology.orchestra.run.smithi134.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-05-21T18:21:07.733 INFO:teuthology.orchestra.run.smithi134.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-idna all 3.3-1ubuntu0.1 [52.1 kB] 2024-05-21T18:21:07.738 INFO:teuthology.orchestra.run.smithi134.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-urllib3 all 1.26.5-1~exp1ubuntu0.1 [98.2 kB] 2024-05-21T18:21:07.760 INFO:teuthology.orchestra.run.smithi077.stdout:Get:99 https://2.chacra.ceph.com/r/ceph/wip-yuri7-testing-2024-05-20-1227/9ef9bcfdb32ec4999d7ca025815290e8395c6ae7/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-3870-g9ef9bcfd-1jammy [27.8 MB] 2024-05-21T18:21:07.914 INFO:teuthology.orchestra.run.smithi134.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-requests all 2.25.1+dfsg-2ubuntu0.1 [48.8 kB] 2024-05-21T18:21:08.168 INFO:teuthology.orchestra.run.smithi134.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.1 [181 kB] 2024-05-21T18:21:08.345 INFO:teuthology.orchestra.run.smithi134.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-05-21T18:21:08.359 INFO:teuthology.orchestra.run.smithi134.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-05-21T18:21:08.380 INFO:teuthology.orchestra.run.smithi134.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-05-21T18:21:08.444 INFO:teuthology.orchestra.run.smithi134.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-babel-localedata all 2.8.0+dfsg.1-7 [4,982 kB] 2024-05-21T18:21:08.687 INFO:teuthology.orchestra.run.smithi134.stdout:Get:53 https://2.chacra.ceph.com/r/ceph/wip-yuri7-testing-2024-05-20-1227/9ef9bcfdb32ec4999d7ca025815290e8395c6ae7/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-3870-g9ef9bcfd-1jammy [713 kB] 2024-05-21T18:21:08.731 INFO:teuthology.orchestra.run.smithi134.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-05-21T18:21:08.733 INFO:teuthology.orchestra.run.smithi134.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-05-21T18:21:08.736 INFO:teuthology.orchestra.run.smithi134.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-05-21T18:21:08.736 INFO:teuthology.orchestra.run.smithi134.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-05-21T18:21:08.738 INFO:teuthology.orchestra.run.smithi134.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-05-21T18:21:08.967 INFO:teuthology.orchestra.run.smithi134.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-05-21T18:21:09.397 INFO:teuthology.orchestra.run.smithi134.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-05-21T18:21:09.397 INFO:teuthology.orchestra.run.smithi134.stdout:Get:61 https://2.chacra.ceph.com/r/ceph/wip-yuri7-testing-2024-05-20-1227/9ef9bcfdb32ec4999d7ca025815290e8395c6ae7/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-3870-g9ef9bcfd-1jammy [356 kB] 2024-05-21T18:21:09.402 INFO:teuthology.orchestra.run.smithi134.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-05-21T18:21:09.501 INFO:teuthology.orchestra.run.smithi016.stdout:Get:90 https://2.chacra.ceph.com/r/ceph/wip-yuri7-testing-2024-05-20-1227/9ef9bcfdb32ec4999d7ca025815290e8395c6ae7/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-3870-g9ef9bcfd-1jammy [713 kB] 2024-05-21T18:21:09.615 INFO:teuthology.orchestra.run.smithi134.stdout:Get:63 https://2.chacra.ceph.com/r/ceph/wip-yuri7-testing-2024-05-20-1227/9ef9bcfdb32ec4999d7ca025815290e8395c6ae7/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-3870-g9ef9bcfd-1jammy [32.8 kB] 2024-05-21T18:21:09.617 INFO:teuthology.orchestra.run.smithi134.stdout:Get:64 https://2.chacra.ceph.com/r/ceph/wip-yuri7-testing-2024-05-20-1227/9ef9bcfdb32ec4999d7ca025815290e8395c6ae7/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-3870-g9ef9bcfd-1jammy [180 kB] 2024-05-21T18:21:09.692 INFO:teuthology.orchestra.run.smithi134.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-05-21T18:21:09.693 INFO:teuthology.orchestra.run.smithi134.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-05-21T18:21:09.695 INFO:teuthology.orchestra.run.smithi134.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-05-21T18:21:09.696 INFO:teuthology.orchestra.run.smithi134.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-05-21T18:21:09.699 INFO:teuthology.orchestra.run.smithi134.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-05-21T18:21:09.700 INFO:teuthology.orchestra.run.smithi134.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-05-21T18:21:09.701 INFO:teuthology.orchestra.run.smithi134.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-05-21T18:21:09.703 INFO:teuthology.orchestra.run.smithi134.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-05-21T18:21:09.723 INFO:teuthology.orchestra.run.smithi134.stdout:Get:73 https://2.chacra.ceph.com/r/ceph/wip-yuri7-testing-2024-05-20-1227/9ef9bcfdb32ec4999d7ca025815290e8395c6ae7/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-3870-g9ef9bcfd-1jammy [67.4 kB] 2024-05-21T18:21:09.726 INFO:teuthology.orchestra.run.smithi134.stdout:Get:74 https://2.chacra.ceph.com/r/ceph/wip-yuri7-testing-2024-05-20-1227/9ef9bcfdb32ec4999d7ca025815290e8395c6ae7/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-3870-g9ef9bcfd-1jammy [333 kB] 2024-05-21T18:21:09.827 INFO:teuthology.orchestra.run.smithi077.stdout:Get:100 https://2.chacra.ceph.com/r/ceph/wip-yuri7-testing-2024-05-20-1227/9ef9bcfdb32ec4999d7ca025815290e8395c6ae7/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-3870-g9ef9bcfd-1jammy [5,092 kB] 2024-05-21T18:21:09.878 INFO:teuthology.orchestra.run.smithi134.stdout:Get:75 https://2.chacra.ceph.com/r/ceph/wip-yuri7-testing-2024-05-20-1227/9ef9bcfdb32ec4999d7ca025815290e8395c6ae7/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-3870-g9ef9bcfd-1jammy [7,881 kB] 2024-05-21T18:21:09.885 INFO:teuthology.orchestra.run.smithi134.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-05-21T18:21:10.038 INFO:teuthology.orchestra.run.smithi077.stdout:Get:101 https://2.chacra.ceph.com/r/ceph/wip-yuri7-testing-2024-05-20-1227/9ef9bcfdb32ec4999d7ca025815290e8395c6ae7/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-3870-g9ef9bcfd-1jammy [245 kB] 2024-05-21T18:21:10.043 INFO:teuthology.orchestra.run.smithi077.stdout:Get:102 https://2.chacra.ceph.com/r/ceph/wip-yuri7-testing-2024-05-20-1227/9ef9bcfdb32ec4999d7ca025815290e8395c6ae7/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-3870-g9ef9bcfd-1jammy [124 kB] 2024-05-21T18:21:10.049 INFO:teuthology.orchestra.run.smithi077.stdout:Get:103 https://2.chacra.ceph.com/r/ceph/wip-yuri7-testing-2024-05-20-1227/9ef9bcfdb32ec4999d7ca025815290e8395c6ae7/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-3870-g9ef9bcfd-1jammy [1,545 kB] 2024-05-21T18:21:10.071 INFO:teuthology.orchestra.run.smithi016.stdout:Get:91 https://2.chacra.ceph.com/r/ceph/wip-yuri7-testing-2024-05-20-1227/9ef9bcfdb32ec4999d7ca025815290e8395c6ae7/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-3870-g9ef9bcfd-1jammy [356 kB] 2024-05-21T18:21:10.154 INFO:teuthology.orchestra.run.smithi077.stdout:Get:104 https://2.chacra.ceph.com/r/ceph/wip-yuri7-testing-2024-05-20-1227/9ef9bcfdb32ec4999d7ca025815290e8395c6ae7/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-3870-g9ef9bcfd-1jammy [6,260 kB] 2024-05-21T18:21:10.298 INFO:teuthology.orchestra.run.smithi134.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-05-21T18:21:10.344 INFO:teuthology.orchestra.run.smithi134.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-05-21T18:21:10.380 INFO:teuthology.orchestra.run.smithi134.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-05-21T18:21:10.475 INFO:teuthology.orchestra.run.smithi134.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-05-21T18:21:10.516 INFO:teuthology.orchestra.run.smithi134.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-05-21T18:21:10.527 INFO:teuthology.orchestra.run.smithi134.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-05-21T18:21:10.533 INFO:teuthology.orchestra.run.smithi134.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-05-21T18:21:10.537 INFO:teuthology.orchestra.run.smithi016.stdout:Get:92 https://2.chacra.ceph.com/r/ceph/wip-yuri7-testing-2024-05-20-1227/9ef9bcfdb32ec4999d7ca025815290e8395c6ae7/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-3870-g9ef9bcfd-1jammy [32.8 kB] 2024-05-21T18:21:10.538 INFO:teuthology.orchestra.run.smithi016.stdout:Get:93 https://2.chacra.ceph.com/r/ceph/wip-yuri7-testing-2024-05-20-1227/9ef9bcfdb32ec4999d7ca025815290e8395c6ae7/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-3870-g9ef9bcfd-1jammy [180 kB] 2024-05-21T18:21:10.580 INFO:teuthology.orchestra.run.smithi134.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-05-21T18:21:10.583 INFO:teuthology.orchestra.run.smithi134.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-05-21T18:21:10.590 INFO:teuthology.orchestra.run.smithi077.stdout:Get:105 https://2.chacra.ceph.com/r/ceph/wip-yuri7-testing-2024-05-20-1227/9ef9bcfdb32ec4999d7ca025815290e8395c6ae7/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-3870-g9ef9bcfd-1jammy [22.8 MB] 2024-05-21T18:21:10.604 INFO:teuthology.orchestra.run.smithi134.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-05-21T18:21:10.606 INFO:teuthology.orchestra.run.smithi016.stdout:Get:94 https://2.chacra.ceph.com/r/ceph/wip-yuri7-testing-2024-05-20-1227/9ef9bcfdb32ec4999d7ca025815290e8395c6ae7/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-3870-g9ef9bcfd-1jammy [67.4 kB] 2024-05-21T18:21:10.643 INFO:teuthology.orchestra.run.smithi016.stdout:Get:95 https://2.chacra.ceph.com/r/ceph/wip-yuri7-testing-2024-05-20-1227/9ef9bcfdb32ec4999d7ca025815290e8395c6ae7/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-3870-g9ef9bcfd-1jammy [333 kB] 2024-05-21T18:21:10.768 INFO:teuthology.orchestra.run.smithi134.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-05-21T18:21:10.976 INFO:teuthology.orchestra.run.smithi016.stdout:Get:96 https://2.chacra.ceph.com/r/ceph/wip-yuri7-testing-2024-05-20-1227/9ef9bcfdb32ec4999d7ca025815290e8395c6ae7/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-3870-g9ef9bcfd-1jammy [7,881 kB] 2024-05-21T18:21:11.042 INFO:teuthology.orchestra.run.smithi134.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-05-21T18:21:11.060 INFO:teuthology.orchestra.run.smithi134.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-05-21T18:21:11.214 INFO:teuthology.orchestra.run.smithi134.stdout:Get:90 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-05-21T18:21:11.243 INFO:teuthology.orchestra.run.smithi134.stdout:Get:91 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-05-21T18:21:11.401 INFO:teuthology.orchestra.run.smithi134.stdout:Get:92 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-05-21T18:21:11.404 INFO:teuthology.orchestra.run.smithi134.stdout:Get:93 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-05-21T18:21:11.406 INFO:teuthology.orchestra.run.smithi134.stdout:Get:94 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-05-21T18:21:11.428 INFO:teuthology.orchestra.run.smithi134.stdout:Get:95 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-05-21T18:21:11.433 INFO:teuthology.orchestra.run.smithi134.stdout:Get:96 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-05-21T18:21:12.475 INFO:teuthology.orchestra.run.smithi077.stdout:Get:106 https://2.chacra.ceph.com/r/ceph/wip-yuri7-testing-2024-05-20-1227/9ef9bcfdb32ec4999d7ca025815290e8395c6ae7/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-3870-g9ef9bcfd-1jammy [14.0 kB] 2024-05-21T18:21:12.476 INFO:teuthology.orchestra.run.smithi077.stdout:Get:107 https://2.chacra.ceph.com/r/ceph/wip-yuri7-testing-2024-05-20-1227/9ef9bcfdb32ec4999d7ca025815290e8395c6ae7/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-3870-g9ef9bcfd-1jammy [870 kB] 2024-05-21T18:21:12.493 INFO:teuthology.orchestra.run.smithi077.stdout:Get:108 https://2.chacra.ceph.com/r/ceph/wip-yuri7-testing-2024-05-20-1227/9ef9bcfdb32ec4999d7ca025815290e8395c6ae7/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-3870-g9ef9bcfd-1jammy [2,440 kB] 2024-05-21T18:21:12.678 INFO:teuthology.orchestra.run.smithi077.stdout:Get:109 https://2.chacra.ceph.com/r/ceph/wip-yuri7-testing-2024-05-20-1227/9ef9bcfdb32ec4999d7ca025815290e8395c6ae7/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-3870-g9ef9bcfd-1jammy [793 kB] 2024-05-21T18:21:12.730 INFO:teuthology.orchestra.run.smithi077.stdout:Get:110 https://2.chacra.ceph.com/r/ceph/wip-yuri7-testing-2024-05-20-1227/9ef9bcfdb32ec4999d7ca025815290e8395c6ae7/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-3870-g9ef9bcfd-1jammy [149 kB] 2024-05-21T18:21:12.749 INFO:teuthology.orchestra.run.smithi077.stdout:Get:111 https://2.chacra.ceph.com/r/ceph/wip-yuri7-testing-2024-05-20-1227/9ef9bcfdb32ec4999d7ca025815290e8395c6ae7/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-3870-g9ef9bcfd-1jammy [2,226 kB] 2024-05-21T18:21:12.882 INFO:teuthology.orchestra.run.smithi134.stdout:Get:97 https://2.chacra.ceph.com/r/ceph/wip-yuri7-testing-2024-05-20-1227/9ef9bcfdb32ec4999d7ca025815290e8395c6ae7/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-3870-g9ef9bcfd-1jammy [112 kB] 2024-05-21T18:21:12.909 INFO:teuthology.orchestra.run.smithi077.stdout:Get:112 https://2.chacra.ceph.com/r/ceph/wip-yuri7-testing-2024-05-20-1227/9ef9bcfdb32ec4999d7ca025815290e8395c6ae7/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-3870-g9ef9bcfd-1jammy [8,625 kB] 2024-05-21T18:21:12.922 INFO:teuthology.orchestra.run.smithi134.stdout:Get:98 https://2.chacra.ceph.com/r/ceph/wip-yuri7-testing-2024-05-20-1227/9ef9bcfdb32ec4999d7ca025815290e8395c6ae7/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-3870-g9ef9bcfd-1jammy [467 kB] 2024-05-21T18:21:13.059 INFO:teuthology.orchestra.run.smithi134.stdout:Get:99 https://2.chacra.ceph.com/r/ceph/wip-yuri7-testing-2024-05-20-1227/9ef9bcfdb32ec4999d7ca025815290e8395c6ae7/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-3870-g9ef9bcfd-1jammy [27.8 MB] 2024-05-21T18:21:13.603 INFO:teuthology.orchestra.run.smithi077.stdout:Get:113 https://2.chacra.ceph.com/r/ceph/wip-yuri7-testing-2024-05-20-1227/9ef9bcfdb32ec4999d7ca025815290e8395c6ae7/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-3870-g9ef9bcfd-1jammy [14.2 kB] 2024-05-21T18:21:13.604 INFO:teuthology.orchestra.run.smithi077.stdout:Get:114 https://2.chacra.ceph.com/r/ceph/wip-yuri7-testing-2024-05-20-1227/9ef9bcfdb32ec4999d7ca025815290e8395c6ae7/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-3870-g9ef9bcfd-1jammy [54.7 MB] 2024-05-21T18:21:15.264 INFO:teuthology.orchestra.run.smithi016.stdout:Get:97 https://2.chacra.ceph.com/r/ceph/wip-yuri7-testing-2024-05-20-1227/9ef9bcfdb32ec4999d7ca025815290e8395c6ae7/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-3870-g9ef9bcfd-1jammy [112 kB] 2024-05-21T18:21:15.313 INFO:teuthology.orchestra.run.smithi016.stdout:Get:98 https://2.chacra.ceph.com/r/ceph/wip-yuri7-testing-2024-05-20-1227/9ef9bcfdb32ec4999d7ca025815290e8395c6ae7/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-3870-g9ef9bcfd-1jammy [467 kB] 2024-05-21T18:21:15.511 INFO:teuthology.orchestra.run.smithi016.stdout:Get:99 https://2.chacra.ceph.com/r/ceph/wip-yuri7-testing-2024-05-20-1227/9ef9bcfdb32ec4999d7ca025815290e8395c6ae7/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-3870-g9ef9bcfd-1jammy [27.8 MB] 2024-05-21T18:21:18.614 INFO:teuthology.orchestra.run.smithi077.stdout:Get:115 https://2.chacra.ceph.com/r/ceph/wip-yuri7-testing-2024-05-20-1227/9ef9bcfdb32ec4999d7ca025815290e8395c6ae7/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-3870-g9ef9bcfd-1jammy [124 kB] 2024-05-21T18:21:18.617 INFO:teuthology.orchestra.run.smithi077.stdout:Get:116 https://2.chacra.ceph.com/r/ceph/wip-yuri7-testing-2024-05-20-1227/9ef9bcfdb32ec4999d7ca025815290e8395c6ae7/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-3870-g9ef9bcfd-1jammy [38.9 kB] 2024-05-21T18:21:18.618 INFO:teuthology.orchestra.run.smithi077.stdout:Get:117 https://2.chacra.ceph.com/r/ceph/wip-yuri7-testing-2024-05-20-1227/9ef9bcfdb32ec4999d7ca025815290e8395c6ae7/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-3870-g9ef9bcfd-1jammy [15.7 MB] 2024-05-21T18:21:20.042 INFO:teuthology.orchestra.run.smithi077.stdout:Get:118 https://2.chacra.ceph.com/r/ceph/wip-yuri7-testing-2024-05-20-1227/9ef9bcfdb32ec4999d7ca025815290e8395c6ae7/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-3870-g9ef9bcfd-1jammy [91.4 kB] 2024-05-21T18:21:20.607 INFO:teuthology.orchestra.run.smithi077.stdout:Fetched 189 MB in 15s (12.2 MB/s) 2024-05-21T18:21:20.761 INFO:teuthology.orchestra.run.smithi134.stdout:Get:100 https://2.chacra.ceph.com/r/ceph/wip-yuri7-testing-2024-05-20-1227/9ef9bcfdb32ec4999d7ca025815290e8395c6ae7/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-3870-g9ef9bcfd-1jammy [5,092 kB] 2024-05-21T18:21:20.767 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-05-21T18:21:20.847 INFO:teuthology.orchestra.run.smithi077.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 165990 files and directories currently installed.) 2024-05-21T18:21:20.852 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-05-21T18:21:20.932 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-05-21T18:21:21.269 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-05-21T18:21:21.295 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-05-21T18:21:21.335 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-05-21T18:21:21.592 INFO:teuthology.orchestra.run.smithi134.stdout:Get:101 https://2.chacra.ceph.com/r/ceph/wip-yuri7-testing-2024-05-20-1227/9ef9bcfdb32ec4999d7ca025815290e8395c6ae7/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-3870-g9ef9bcfd-1jammy [245 kB] 2024-05-21T18:21:21.642 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-05-21T18:21:21.643 INFO:teuthology.orchestra.run.smithi134.stdout:Get:102 https://2.chacra.ceph.com/r/ceph/wip-yuri7-testing-2024-05-20-1227/9ef9bcfdb32ec4999d7ca025815290e8395c6ae7/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-3870-g9ef9bcfd-1jammy [124 kB] 2024-05-21T18:21:21.651 INFO:teuthology.orchestra.run.smithi134.stdout:Get:103 https://2.chacra.ceph.com/r/ceph/wip-yuri7-testing-2024-05-20-1227/9ef9bcfdb32ec4999d7ca025815290e8395c6ae7/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-3870-g9ef9bcfd-1jammy [1,545 kB] 2024-05-21T18:21:21.669 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-05-21T18:21:21.704 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-05-21T18:21:21.965 INFO:teuthology.orchestra.run.smithi134.stdout:Get:104 https://2.chacra.ceph.com/r/ceph/wip-yuri7-testing-2024-05-20-1227/9ef9bcfdb32ec4999d7ca025815290e8395c6ae7/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-3870-g9ef9bcfd-1jammy [6,260 kB] 2024-05-21T18:21:22.309 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-05-21T18:21:22.336 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-05-21T18:21:22.392 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-21T18:21:22.754 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-05-21T18:21:22.768 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-05-21T18:21:22.803 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-21T18:21:23.057 INFO:teuthology.orchestra.run.smithi016.stdout:Get:100 https://2.chacra.ceph.com/r/ceph/wip-yuri7-testing-2024-05-20-1227/9ef9bcfdb32ec4999d7ca025815290e8395c6ae7/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-3870-g9ef9bcfd-1jammy [5,092 kB] 2024-05-21T18:21:23.139 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-05-21T18:21:23.165 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-05-21T18:21:23.205 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-21T18:21:23.280 INFO:teuthology.orchestra.run.smithi134.stdout:Get:105 https://2.chacra.ceph.com/r/ceph/wip-yuri7-testing-2024-05-20-1227/9ef9bcfdb32ec4999d7ca025815290e8395c6ae7/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-3870-g9ef9bcfd-1jammy [22.8 MB] 2024-05-21T18:21:23.559 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-05-21T18:21:23.585 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-05-21T18:21:23.625 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-05-21T18:21:23.945 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package librados2. 2024-05-21T18:21:23.971 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../007-librados2_19.0.0-3870-g9ef9bcfd-1jammy_amd64.deb ... 2024-05-21T18:21:24.008 INFO:teuthology.orchestra.run.smithi016.stdout:Get:101 https://2.chacra.ceph.com/r/ceph/wip-yuri7-testing-2024-05-20-1227/9ef9bcfdb32ec4999d7ca025815290e8395c6ae7/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-3870-g9ef9bcfd-1jammy [245 kB] 2024-05-21T18:21:24.011 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking librados2 (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:21:24.047 INFO:teuthology.orchestra.run.smithi016.stdout:Get:102 https://2.chacra.ceph.com/r/ceph/wip-yuri7-testing-2024-05-20-1227/9ef9bcfdb32ec4999d7ca025815290e8395c6ae7/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-3870-g9ef9bcfd-1jammy [124 kB] 2024-05-21T18:21:24.075 INFO:teuthology.orchestra.run.smithi016.stdout:Get:103 https://2.chacra.ceph.com/r/ceph/wip-yuri7-testing-2024-05-20-1227/9ef9bcfdb32ec4999d7ca025815290e8395c6ae7/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-3870-g9ef9bcfd-1jammy [1,545 kB] 2024-05-21T18:21:24.394 INFO:teuthology.orchestra.run.smithi016.stdout:Get:104 https://2.chacra.ceph.com/r/ceph/wip-yuri7-testing-2024-05-20-1227/9ef9bcfdb32ec4999d7ca025815290e8395c6ae7/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-3870-g9ef9bcfd-1jammy [6,260 kB] 2024-05-21T18:21:24.464 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package librbd1. 2024-05-21T18:21:24.490 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../008-librbd1_19.0.0-3870-g9ef9bcfd-1jammy_amd64.deb ... 2024-05-21T18:21:24.530 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking librbd1 (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:21:24.942 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package libcephfs2. 2024-05-21T18:21:24.968 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-3870-g9ef9bcfd-1jammy_amd64.deb ... 2024-05-21T18:21:25.000 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking libcephfs2 (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:21:25.277 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package python3-rados. 2024-05-21T18:21:25.304 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../010-python3-rados_19.0.0-3870-g9ef9bcfd-1jammy_amd64.deb ... 2024-05-21T18:21:25.344 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking python3-rados (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:21:25.663 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-05-21T18:21:25.689 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-3870-g9ef9bcfd-1jammy_all.deb ... 2024-05-21T18:21:25.730 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking python3-ceph-argparse (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:21:25.885 INFO:teuthology.orchestra.run.smithi016.stdout:Get:105 https://2.chacra.ceph.com/r/ceph/wip-yuri7-testing-2024-05-20-1227/9ef9bcfdb32ec4999d7ca025815290e8395c6ae7/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-3870-g9ef9bcfd-1jammy [22.8 MB] 2024-05-21T18:21:25.983 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package python3-cephfs. 2024-05-21T18:21:26.008 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-3870-g9ef9bcfd-1jammy_amd64.deb ... 2024-05-21T18:21:26.049 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking python3-cephfs (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:21:26.338 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package python3-ceph-common. 2024-05-21T18:21:26.362 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-3870-g9ef9bcfd-1jammy_all.deb ... 2024-05-21T18:21:26.401 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking python3-ceph-common (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:21:26.687 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package python3-wcwidth. 2024-05-21T18:21:26.703 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-05-21T18:21:26.737 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-05-21T18:21:27.057 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package python3-prettytable. 2024-05-21T18:21:27.083 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-05-21T18:21:27.124 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-05-21T18:21:27.368 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package python3-rbd. 2024-05-21T18:21:27.383 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-3870-g9ef9bcfd-1jammy_amd64.deb ... 2024-05-21T18:21:27.426 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking python3-rbd (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:21:27.771 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-05-21T18:21:27.797 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-05-21T18:21:27.837 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-05-21T18:21:28.098 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-05-21T18:21:28.124 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-05-21T18:21:28.165 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-05-21T18:21:28.459 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-05-21T18:21:28.474 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-05-21T18:21:28.517 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-05-21T18:21:28.854 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package lua5.1. 2024-05-21T18:21:28.880 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-05-21T18:21:28.920 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-05-21T18:21:29.265 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package lua-any. 2024-05-21T18:21:29.291 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-05-21T18:21:29.331 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking lua-any (27ubuntu1) ... 2024-05-21T18:21:29.518 INFO:teuthology.orchestra.run.smithi134.stdout:Get:106 https://2.chacra.ceph.com/r/ceph/wip-yuri7-testing-2024-05-20-1227/9ef9bcfdb32ec4999d7ca025815290e8395c6ae7/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-3870-g9ef9bcfd-1jammy [14.0 kB] 2024-05-21T18:21:29.583 INFO:teuthology.orchestra.run.smithi134.stdout:Get:107 https://2.chacra.ceph.com/r/ceph/wip-yuri7-testing-2024-05-20-1227/9ef9bcfdb32ec4999d7ca025815290e8395c6ae7/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-3870-g9ef9bcfd-1jammy [870 kB] 2024-05-21T18:21:29.583 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package zip. 2024-05-21T18:21:29.583 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-05-21T18:21:29.600 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking zip (3.0-12build2) ... 2024-05-21T18:21:29.609 INFO:teuthology.orchestra.run.smithi134.stdout:Get:108 https://2.chacra.ceph.com/r/ceph/wip-yuri7-testing-2024-05-20-1227/9ef9bcfdb32ec4999d7ca025815290e8395c6ae7/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-3870-g9ef9bcfd-1jammy [2,440 kB] 2024-05-21T18:21:29.904 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package unzip. 2024-05-21T18:21:29.930 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-05-21T18:21:29.970 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-05-21T18:21:30.349 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package luarocks. 2024-05-21T18:21:30.363 INFO:teuthology.orchestra.run.smithi134.stdout:Get:109 https://2.chacra.ceph.com/r/ceph/wip-yuri7-testing-2024-05-20-1227/9ef9bcfdb32ec4999d7ca025815290e8395c6ae7/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-3870-g9ef9bcfd-1jammy [793 kB] 2024-05-21T18:21:30.375 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-05-21T18:21:30.416 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-05-21T18:21:30.586 INFO:teuthology.orchestra.run.smithi134.stdout:Get:110 https://2.chacra.ceph.com/r/ceph/wip-yuri7-testing-2024-05-20-1227/9ef9bcfdb32ec4999d7ca025815290e8395c6ae7/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-3870-g9ef9bcfd-1jammy [149 kB] 2024-05-21T18:21:30.655 INFO:teuthology.orchestra.run.smithi134.stdout:Get:111 https://2.chacra.ceph.com/r/ceph/wip-yuri7-testing-2024-05-20-1227/9ef9bcfdb32ec4999d7ca025815290e8395c6ae7/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-3870-g9ef9bcfd-1jammy [2,226 kB] 2024-05-21T18:21:30.789 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package librgw2. 2024-05-21T18:21:30.816 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../025-librgw2_19.0.0-3870-g9ef9bcfd-1jammy_amd64.deb ... 2024-05-21T18:21:30.856 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking librgw2 (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:21:31.274 INFO:teuthology.orchestra.run.smithi134.stdout:Get:112 https://2.chacra.ceph.com/r/ceph/wip-yuri7-testing-2024-05-20-1227/9ef9bcfdb32ec4999d7ca025815290e8395c6ae7/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-3870-g9ef9bcfd-1jammy [8,625 kB] 2024-05-21T18:21:31.459 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package python3-rgw. 2024-05-21T18:21:31.474 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-3870-g9ef9bcfd-1jammy_amd64.deb ... 2024-05-21T18:21:31.517 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking python3-rgw (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:21:31.811 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package liboath0:amd64. 2024-05-21T18:21:31.838 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-05-21T18:21:31.869 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-05-21T18:21:32.156 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package libradosstriper1. 2024-05-21T18:21:32.182 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-3870-g9ef9bcfd-1jammy_amd64.deb ... 2024-05-21T18:21:32.222 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking libradosstriper1 (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:21:32.809 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package ceph-common. 2024-05-21T18:21:32.838 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../029-ceph-common_19.0.0-3870-g9ef9bcfd-1jammy_amd64.deb ... 2024-05-21T18:21:32.875 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking ceph-common (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:21:32.887 INFO:teuthology.orchestra.run.smithi016.stdout:Get:106 https://2.chacra.ceph.com/r/ceph/wip-yuri7-testing-2024-05-20-1227/9ef9bcfdb32ec4999d7ca025815290e8395c6ae7/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-3870-g9ef9bcfd-1jammy [14.0 kB] 2024-05-21T18:21:32.888 INFO:teuthology.orchestra.run.smithi016.stdout:Get:107 https://2.chacra.ceph.com/r/ceph/wip-yuri7-testing-2024-05-20-1227/9ef9bcfdb32ec4999d7ca025815290e8395c6ae7/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-3870-g9ef9bcfd-1jammy [870 kB] 2024-05-21T18:21:33.157 INFO:teuthology.orchestra.run.smithi016.stdout:Get:108 https://2.chacra.ceph.com/r/ceph/wip-yuri7-testing-2024-05-20-1227/9ef9bcfdb32ec4999d7ca025815290e8395c6ae7/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-3870-g9ef9bcfd-1jammy [2,440 kB] 2024-05-21T18:21:33.711 INFO:teuthology.orchestra.run.smithi134.stdout:Get:113 https://2.chacra.ceph.com/r/ceph/wip-yuri7-testing-2024-05-20-1227/9ef9bcfdb32ec4999d7ca025815290e8395c6ae7/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-3870-g9ef9bcfd-1jammy [14.2 kB] 2024-05-21T18:21:33.712 INFO:teuthology.orchestra.run.smithi134.stdout:Get:114 https://2.chacra.ceph.com/r/ceph/wip-yuri7-testing-2024-05-20-1227/9ef9bcfdb32ec4999d7ca025815290e8395c6ae7/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-3870-g9ef9bcfd-1jammy [54.7 MB] 2024-05-21T18:21:33.894 INFO:teuthology.orchestra.run.smithi016.stdout:Get:109 https://2.chacra.ceph.com/r/ceph/wip-yuri7-testing-2024-05-20-1227/9ef9bcfdb32ec4999d7ca025815290e8395c6ae7/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-3870-g9ef9bcfd-1jammy [793 kB] 2024-05-21T18:21:34.149 INFO:teuthology.orchestra.run.smithi016.stdout:Get:110 https://2.chacra.ceph.com/r/ceph/wip-yuri7-testing-2024-05-20-1227/9ef9bcfdb32ec4999d7ca025815290e8395c6ae7/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-3870-g9ef9bcfd-1jammy [149 kB] 2024-05-21T18:21:34.225 INFO:teuthology.orchestra.run.smithi016.stdout:Get:111 https://2.chacra.ceph.com/r/ceph/wip-yuri7-testing-2024-05-20-1227/9ef9bcfdb32ec4999d7ca025815290e8395c6ae7/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-3870-g9ef9bcfd-1jammy [2,226 kB] 2024-05-21T18:21:34.422 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package ceph-base. 2024-05-21T18:21:34.449 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../030-ceph-base_19.0.0-3870-g9ef9bcfd-1jammy_amd64.deb ... 2024-05-21T18:21:34.498 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking ceph-base (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:21:34.923 INFO:teuthology.orchestra.run.smithi016.stdout:Get:112 https://2.chacra.ceph.com/r/ceph/wip-yuri7-testing-2024-05-20-1227/9ef9bcfdb32ec4999d7ca025815290e8395c6ae7/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-3870-g9ef9bcfd-1jammy [8,625 kB] 2024-05-21T18:21:35.085 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-05-21T18:21:35.111 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-05-21T18:21:35.151 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-05-21T18:21:35.454 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package python3-cheroot. 2024-05-21T18:21:35.480 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-05-21T18:21:35.520 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-05-21T18:21:35.840 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-05-21T18:21:35.866 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-05-21T18:21:35.898 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-05-21T18:21:36.193 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package python3-jaraco.text. 2024-05-21T18:21:36.219 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-05-21T18:21:36.259 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-05-21T18:21:36.562 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-05-21T18:21:36.589 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-05-21T18:21:36.629 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-05-21T18:21:36.940 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package python3-tempora. 2024-05-21T18:21:36.966 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-05-21T18:21:37.257 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-05-21T18:21:38.043 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package python3-portend. 2024-05-21T18:21:38.069 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-05-21T18:21:38.109 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-05-21T18:21:38.184 INFO:teuthology.orchestra.run.smithi016.stdout:Get:113 https://2.chacra.ceph.com/r/ceph/wip-yuri7-testing-2024-05-20-1227/9ef9bcfdb32ec4999d7ca025815290e8395c6ae7/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-3870-g9ef9bcfd-1jammy [14.2 kB] 2024-05-21T18:21:38.185 INFO:teuthology.orchestra.run.smithi016.stdout:Get:114 https://2.chacra.ceph.com/r/ceph/wip-yuri7-testing-2024-05-20-1227/9ef9bcfdb32ec4999d7ca025815290e8395c6ae7/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-3870-g9ef9bcfd-1jammy [54.7 MB] 2024-05-21T18:21:38.395 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-05-21T18:21:38.422 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-05-21T18:21:38.462 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-05-21T18:21:38.706 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package python3-cherrypy3. 2024-05-21T18:21:38.733 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-05-21T18:21:38.764 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-05-21T18:21:39.135 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package python3-natsort. 2024-05-21T18:21:39.161 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-05-21T18:21:39.201 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-05-21T18:21:39.496 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package python3-logutils. 2024-05-21T18:21:39.522 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-05-21T18:21:39.562 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-05-21T18:21:39.832 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package python3-markupsafe. 2024-05-21T18:21:39.858 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-05-21T18:21:39.898 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-05-21T18:21:40.201 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package python3-mako. 2024-05-21T18:21:40.228 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-05-21T18:21:40.268 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-05-21T18:21:40.613 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package python3-simplegeneric. 2024-05-21T18:21:40.639 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-05-21T18:21:40.679 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-05-21T18:21:40.982 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package python3-singledispatch. 2024-05-21T18:21:41.008 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-05-21T18:21:41.048 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-05-21T18:21:41.303 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package python3-webob. 2024-05-21T18:21:41.329 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-05-21T18:21:41.369 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-05-21T18:21:41.697 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package python3-waitress. 2024-05-21T18:21:41.724 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-05-21T18:21:41.767 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-05-21T18:21:42.075 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package python3-tempita. 2024-05-21T18:21:42.102 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-05-21T18:21:42.141 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-05-21T18:21:42.444 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package python3-paste. 2024-05-21T18:21:42.471 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-05-21T18:21:42.511 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-05-21T18:21:42.822 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-05-21T18:21:42.838 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-05-21T18:21:43.023 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-05-21T18:21:43.417 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package python3-pastedeploy. 2024-05-21T18:21:43.443 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-05-21T18:21:43.483 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-05-21T18:21:43.770 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package python3-webtest. 2024-05-21T18:21:43.796 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-05-21T18:21:43.836 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-05-21T18:21:44.114 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package python3-pecan. 2024-05-21T18:21:44.129 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-05-21T18:21:44.163 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-05-21T18:21:44.510 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package python3-certifi. 2024-05-21T18:21:44.537 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-05-21T18:21:44.568 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-05-21T18:21:44.871 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package python3-idna. 2024-05-21T18:21:44.886 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../055-python3-idna_3.3-1ubuntu0.1_all.deb ... 2024-05-21T18:21:44.929 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking python3-idna (3.3-1ubuntu0.1) ... 2024-05-21T18:21:45.240 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package python3-urllib3. 2024-05-21T18:21:45.267 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-05-21T18:21:45.307 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-05-21T18:21:45.635 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package python3-requests. 2024-05-21T18:21:45.662 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-05-21T18:21:45.702 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-05-21T18:21:46.013 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package python3-werkzeug. 2024-05-21T18:21:46.039 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-05-21T18:21:46.079 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-05-21T18:21:46.366 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-05-21T18:21:46.392 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-3870-g9ef9bcfd-1jammy_all.deb ... 2024-05-21T18:21:46.432 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking ceph-mgr-modules-core (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:21:46.804 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-05-21T18:21:46.830 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-3870-g9ef9bcfd-1jammy_amd64.deb ... 2024-05-21T18:21:46.862 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:21:47.148 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package python3-bcrypt. 2024-05-21T18:21:47.174 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-05-21T18:21:47.214 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-05-21T18:21:47.517 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package python3-openssl. 2024-05-21T18:21:47.543 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-05-21T18:21:47.583 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-05-21T18:21:47.928 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package ceph-mgr. 2024-05-21T18:21:47.955 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-3870-g9ef9bcfd-1jammy_amd64.deb ... 2024-05-21T18:21:47.995 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking ceph-mgr (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:21:48.498 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package ceph-mon. 2024-05-21T18:21:48.525 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-3870-g9ef9bcfd-1jammy_amd64.deb ... 2024-05-21T18:21:48.556 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking ceph-mon (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:21:49.151 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package ceph-osd. 2024-05-21T18:21:49.178 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-3870-g9ef9bcfd-1jammy_amd64.deb ... 2024-05-21T18:21:49.217 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking ceph-osd (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:21:50.306 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package ceph. 2024-05-21T18:21:50.327 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../066-ceph_19.0.0-3870-g9ef9bcfd-1jammy_amd64.deb ... 2024-05-21T18:21:50.370 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking ceph (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:21:50.665 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package ceph-fuse. 2024-05-21T18:21:50.692 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-3870-g9ef9bcfd-1jammy_amd64.deb ... 2024-05-21T18:21:50.723 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking ceph-fuse (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:21:51.043 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package ceph-mds. 2024-05-21T18:21:51.058 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-3870-g9ef9bcfd-1jammy_amd64.deb ... 2024-05-21T18:21:51.092 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking ceph-mds (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:21:51.471 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package cephadm. 2024-05-21T18:21:51.497 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../069-cephadm_19.0.0-3870-g9ef9bcfd-1jammy_amd64.deb ... 2024-05-21T18:21:51.537 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking cephadm (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:21:51.848 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package python3-asyncssh. 2024-05-21T18:21:51.875 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-05-21T18:21:51.914 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-05-21T18:21:52.225 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package python-babel-localedata. 2024-05-21T18:21:52.253 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-05-21T18:21:52.292 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-05-21T18:21:53.281 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package python3-babel. 2024-05-21T18:21:53.308 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-05-21T18:21:53.347 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-05-21T18:21:53.666 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package python3-jinja2. 2024-05-21T18:21:53.693 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-05-21T18:21:53.733 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-05-21T18:21:54.053 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-05-21T18:21:54.080 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-3870-g9ef9bcfd-1jammy_all.deb ... 2024-05-21T18:21:54.119 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking ceph-mgr-cephadm (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:21:54.439 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package python3-repoze.lru. 2024-05-21T18:21:54.466 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-05-21T18:21:54.505 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-05-21T18:21:54.791 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package python3-routes. 2024-05-21T18:21:54.818 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-05-21T18:21:54.858 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-05-21T18:21:55.195 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-05-21T18:21:55.222 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-3870-g9ef9bcfd-1jammy_all.deb ... 2024-05-21T18:21:55.261 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking ceph-mgr-dashboard (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:21:56.045 INFO:teuthology.orchestra.run.smithi134.stdout:Get:115 https://2.chacra.ceph.com/r/ceph/wip-yuri7-testing-2024-05-20-1227/9ef9bcfdb32ec4999d7ca025815290e8395c6ae7/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-3870-g9ef9bcfd-1jammy [124 kB] 2024-05-21T18:21:56.048 INFO:teuthology.orchestra.run.smithi134.stdout:Get:116 https://2.chacra.ceph.com/r/ceph/wip-yuri7-testing-2024-05-20-1227/9ef9bcfdb32ec4999d7ca025815290e8395c6ae7/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-3870-g9ef9bcfd-1jammy [38.9 kB] 2024-05-21T18:21:56.049 INFO:teuthology.orchestra.run.smithi134.stdout:Get:117 https://2.chacra.ceph.com/r/ceph/wip-yuri7-testing-2024-05-20-1227/9ef9bcfdb32ec4999d7ca025815290e8395c6ae7/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-3870-g9ef9bcfd-1jammy [15.7 MB] 2024-05-21T18:21:56.541 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-05-21T18:21:56.556 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-05-21T18:21:56.599 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-05-21T18:21:57.061 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package python3-joblib. 2024-05-21T18:21:57.088 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-05-21T18:21:57.127 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-05-21T18:21:57.497 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-05-21T18:21:57.524 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-05-21T18:21:57.563 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-05-21T18:21:57.866 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package python3-sklearn. 2024-05-21T18:21:57.893 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-05-21T18:21:57.933 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-05-21T18:21:58.913 INFO:teuthology.orchestra.run.smithi016.stdout:Get:115 https://2.chacra.ceph.com/r/ceph/wip-yuri7-testing-2024-05-20-1227/9ef9bcfdb32ec4999d7ca025815290e8395c6ae7/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-3870-g9ef9bcfd-1jammy [124 kB] 2024-05-21T18:21:58.915 INFO:teuthology.orchestra.run.smithi016.stdout:Get:116 https://2.chacra.ceph.com/r/ceph/wip-yuri7-testing-2024-05-20-1227/9ef9bcfdb32ec4999d7ca025815290e8395c6ae7/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-3870-g9ef9bcfd-1jammy [38.9 kB] 2024-05-21T18:21:58.916 INFO:teuthology.orchestra.run.smithi016.stdout:Get:117 https://2.chacra.ceph.com/r/ceph/wip-yuri7-testing-2024-05-20-1227/9ef9bcfdb32ec4999d7ca025815290e8395c6ae7/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-3870-g9ef9bcfd-1jammy [15.7 MB] 2024-05-21T18:21:58.966 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-05-21T18:21:58.994 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-3870-g9ef9bcfd-1jammy_all.deb ... 2024-05-21T18:21:59.109 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:21:59.944 INFO:teuthology.orchestra.run.smithi134.stdout:Get:118 https://2.chacra.ceph.com/r/ceph/wip-yuri7-testing-2024-05-20-1227/9ef9bcfdb32ec4999d7ca025815290e8395c6ae7/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-3870-g9ef9bcfd-1jammy [91.4 kB] 2024-05-21T18:22:00.055 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package python3-cachetools. 2024-05-21T18:22:00.082 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-05-21T18:22:00.121 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-05-21T18:22:00.408 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package python3-pyasn1. 2024-05-21T18:22:00.435 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-05-21T18:22:00.474 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-05-21T18:22:00.503 INFO:teuthology.orchestra.run.smithi134.stdout:Fetched 189 MB in 55s (3,415 kB/s) 2024-05-21T18:22:00.644 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-05-21T18:22:00.743 INFO:teuthology.orchestra.run.smithi134.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 165990 files and directories currently installed.) 2024-05-21T18:22:00.749 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-05-21T18:22:00.794 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-05-21T18:22:00.821 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-05-21T18:22:00.833 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-05-21T18:22:00.860 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-05-21T18:22:01.172 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package python3-rsa. 2024-05-21T18:22:01.179 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-05-21T18:22:01.199 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-05-21T18:22:01.205 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-05-21T18:22:01.238 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking python3-rsa (4.8-1) ... 2024-05-21T18:22:01.245 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-05-21T18:22:01.515 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-05-21T18:22:01.541 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-05-21T18:22:01.550 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package python3-google-auth. 2024-05-21T18:22:01.577 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-05-21T18:22:01.582 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-05-21T18:22:01.616 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-05-21T18:22:01.735 INFO:teuthology.orchestra.run.smithi016.stdout:Get:118 https://2.chacra.ceph.com/r/ceph/wip-yuri7-testing-2024-05-20-1227/9ef9bcfdb32ec4999d7ca025815290e8395c6ae7/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-3870-g9ef9bcfd-1jammy [91.4 kB] 2024-05-21T18:22:01.937 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-05-21T18:22:01.964 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-05-21T18:22:02.003 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-05-21T18:22:02.085 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-05-21T18:22:02.111 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-05-21T18:22:02.160 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-21T18:22:02.297 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package python3-websocket. 2024-05-21T18:22:02.309 INFO:teuthology.orchestra.run.smithi016.stdout:Fetched 189 MB in 57s (3,311 kB/s) 2024-05-21T18:22:02.324 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-05-21T18:22:02.364 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-05-21T18:22:02.496 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-05-21T18:22:02.555 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-05-21T18:22:02.581 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-05-21T18:22:02.588 INFO:teuthology.orchestra.run.smithi016.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 165990 files and directories currently installed.) 2024-05-21T18:22:02.594 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-05-21T18:22:02.621 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-21T18:22:02.659 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package python3-kubernetes. 2024-05-21T18:22:02.678 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-05-21T18:22:02.686 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-05-21T18:22:02.725 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-05-21T18:22:03.108 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-05-21T18:22:03.131 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-05-21T18:22:03.134 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-05-21T18:22:03.159 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-05-21T18:22:03.174 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-21T18:22:03.198 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-05-21T18:22:03.314 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-05-21T18:22:03.330 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-3870-g9ef9bcfd-1jammy_all.deb ... 2024-05-21T18:22:03.364 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:22:03.493 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-05-21T18:22:03.520 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-05-21T18:22:03.527 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-05-21T18:22:03.553 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-05-21T18:22:03.559 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-05-21T18:22:03.594 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-05-21T18:22:03.683 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package libonig5:amd64. 2024-05-21T18:22:03.711 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-05-21T18:22:03.750 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-05-21T18:22:03.930 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package librados2. 2024-05-21T18:22:03.957 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../007-librados2_19.0.0-3870-g9ef9bcfd-1jammy_amd64.deb ... 2024-05-21T18:22:04.005 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking librados2 (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:22:04.005 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-05-21T18:22:04.032 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-05-21T18:22:04.080 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-21T18:22:04.094 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package libjq1:amd64. 2024-05-21T18:22:04.122 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-05-21T18:22:04.169 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-05-21T18:22:04.422 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package jq. 2024-05-21T18:22:04.438 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-05-21T18:22:04.441 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package librbd1. 2024-05-21T18:22:04.468 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../008-librbd1_19.0.0-3870-g9ef9bcfd-1jammy_amd64.deb ... 2024-05-21T18:22:04.471 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-05-21T18:22:04.475 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-05-21T18:22:04.502 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-05-21T18:22:04.507 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking librbd1 (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:22:04.541 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-21T18:22:04.691 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package socat. 2024-05-21T18:22:04.707 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-05-21T18:22:04.741 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-05-21T18:22:04.903 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-05-21T18:22:04.930 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-05-21T18:22:04.960 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package libcephfs2. 2024-05-21T18:22:04.969 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-21T18:22:04.987 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-3870-g9ef9bcfd-1jammy_amd64.deb ... 2024-05-21T18:22:05.027 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking libcephfs2 (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:22:05.035 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package xmlstarlet. 2024-05-21T18:22:05.054 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-05-21T18:22:05.093 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-05-21T18:22:05.313 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-rados. 2024-05-21T18:22:05.328 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../010-python3-rados_19.0.0-3870-g9ef9bcfd-1jammy_amd64.deb ... 2024-05-21T18:22:05.339 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-05-21T18:22:05.367 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-05-21T18:22:05.371 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-rados (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:22:05.406 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-05-21T18:22:05.456 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package ceph-test. 2024-05-21T18:22:05.484 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../097-ceph-test_19.0.0-3870-g9ef9bcfd-1jammy_amd64.deb ... 2024-05-21T18:22:05.522 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking ceph-test (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:22:05.641 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-05-21T18:22:05.667 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-3870-g9ef9bcfd-1jammy_all.deb ... 2024-05-21T18:22:05.699 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-ceph-argparse (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:22:05.700 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package librados2. 2024-05-21T18:22:05.716 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../007-librados2_19.0.0-3870-g9ef9bcfd-1jammy_amd64.deb ... 2024-05-21T18:22:05.759 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking librados2 (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:22:05.934 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-cephfs. 2024-05-21T18:22:05.958 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-3870-g9ef9bcfd-1jammy_amd64.deb ... 2024-05-21T18:22:06.001 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-cephfs (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:22:06.220 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package librbd1. 2024-05-21T18:22:06.247 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../008-librbd1_19.0.0-3870-g9ef9bcfd-1jammy_amd64.deb ... 2024-05-21T18:22:06.287 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking librbd1 (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:22:06.320 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-ceph-common. 2024-05-21T18:22:06.347 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-3870-g9ef9bcfd-1jammy_all.deb ... 2024-05-21T18:22:06.387 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-ceph-common (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:22:06.667 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-wcwidth. 2024-05-21T18:22:06.693 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-05-21T18:22:06.733 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-05-21T18:22:06.753 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package libcephfs2. 2024-05-21T18:22:06.780 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-3870-g9ef9bcfd-1jammy_amd64.deb ... 2024-05-21T18:22:06.823 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking libcephfs2 (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:22:07.011 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-prettytable. 2024-05-21T18:22:07.037 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-05-21T18:22:07.078 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-05-21T18:22:07.084 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-rados. 2024-05-21T18:22:07.100 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../010-python3-rados_19.0.0-3870-g9ef9bcfd-1jammy_amd64.deb ... 2024-05-21T18:22:07.134 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-rados (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:22:07.347 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-rbd. 2024-05-21T18:22:07.362 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-3870-g9ef9bcfd-1jammy_amd64.deb ... 2024-05-21T18:22:07.405 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-rbd (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:22:07.620 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-05-21T18:22:07.647 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-3870-g9ef9bcfd-1jammy_all.deb ... 2024-05-21T18:22:07.686 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-ceph-argparse (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:22:07.786 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-05-21T18:22:07.812 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-05-21T18:22:07.858 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-05-21T18:22:07.868 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package ceph-volume. 2024-05-21T18:22:07.896 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-3870-g9ef9bcfd-1jammy_all.deb ... 2024-05-21T18:22:07.935 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking ceph-volume (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:22:07.940 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-cephfs. 2024-05-21T18:22:07.961 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-3870-g9ef9bcfd-1jammy_amd64.deb ... 2024-05-21T18:22:07.998 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-cephfs (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:22:08.136 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-05-21T18:22:08.151 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-05-21T18:22:08.186 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-05-21T18:22:08.214 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package libcephfs-dev. 2024-05-21T18:22:08.242 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-3870-g9ef9bcfd-1jammy_amd64.deb ... 2024-05-21T18:22:08.267 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-ceph-common. 2024-05-21T18:22:08.280 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking libcephfs-dev (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:22:08.295 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-3870-g9ef9bcfd-1jammy_all.deb ... 2024-05-21T18:22:08.326 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-ceph-common (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:22:08.455 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-05-21T18:22:08.471 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-05-21T18:22:08.513 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-05-21T18:22:08.591 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package lua-socket:amd64. 2024-05-21T18:22:08.612 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-wcwidth. 2024-05-21T18:22:08.619 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-05-21T18:22:08.640 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-05-21T18:22:08.658 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-05-21T18:22:08.670 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-05-21T18:22:08.875 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package lua5.1. 2024-05-21T18:22:08.902 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-05-21T18:22:08.942 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-05-21T18:22:08.965 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-prettytable. 2024-05-21T18:22:08.993 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-05-21T18:22:08.996 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package lua-sec:amd64. 2024-05-21T18:22:09.023 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-05-21T18:22:09.032 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-05-21T18:22:09.062 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-05-21T18:22:09.253 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package lua-any. 2024-05-21T18:22:09.279 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-05-21T18:22:09.293 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-rbd. 2024-05-21T18:22:09.320 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking lua-any (27ubuntu1) ... 2024-05-21T18:22:09.320 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-3870-g9ef9bcfd-1jammy_amd64.deb ... 2024-05-21T18:22:09.358 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package nvme-cli. 2024-05-21T18:22:09.359 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-rbd (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:22:09.385 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-05-21T18:22:09.415 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-05-21T18:22:09.514 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package zip. 2024-05-21T18:22:09.529 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-05-21T18:22:09.572 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking zip (3.0-12build2) ... 2024-05-21T18:22:09.704 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-05-21T18:22:09.731 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-05-21T18:22:09.770 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-05-21T18:22:09.854 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package pkg-config. 2024-05-21T18:22:09.882 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-05-21T18:22:09.909 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package unzip. 2024-05-21T18:22:09.920 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-05-21T18:22:09.935 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-05-21T18:22:09.976 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-05-21T18:22:10.015 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-05-21T18:22:10.031 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-05-21T18:22:10.073 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-05-21T18:22:10.165 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-05-21T18:22:10.181 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-05-21T18:22:10.215 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-05-21T18:22:10.376 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-05-21T18:22:10.379 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package luarocks. 2024-05-21T18:22:10.403 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-05-21T18:22:10.405 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-05-21T18:22:10.443 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-05-21T18:22:10.445 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-05-21T18:22:10.635 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package python3-iniconfig. 2024-05-21T18:22:10.650 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-05-21T18:22:10.692 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-05-21T18:22:10.790 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package lua5.1. 2024-05-21T18:22:10.815 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-05-21T18:22:10.863 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-05-21T18:22:10.912 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package librgw2. 2024-05-21T18:22:10.938 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../025-librgw2_19.0.0-3870-g9ef9bcfd-1jammy_amd64.deb ... 2024-05-21T18:22:10.946 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package python3-pastescript. 2024-05-21T18:22:10.973 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-05-21T18:22:10.986 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking librgw2 (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:22:11.012 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-05-21T18:22:11.166 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package lua-any. 2024-05-21T18:22:11.194 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-05-21T18:22:11.225 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking lua-any (27ubuntu1) ... 2024-05-21T18:22:11.365 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package python3-pluggy. 2024-05-21T18:22:11.393 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-05-21T18:22:11.432 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-05-21T18:22:11.502 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package zip. 2024-05-21T18:22:11.518 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-05-21T18:22:11.560 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking zip (3.0-12build2) ... 2024-05-21T18:22:11.589 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-rgw. 2024-05-21T18:22:11.616 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-3870-g9ef9bcfd-1jammy_amd64.deb ... 2024-05-21T18:22:11.655 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-rgw (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:22:11.743 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package python3-psutil. 2024-05-21T18:22:11.770 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-05-21T18:22:11.809 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-05-21T18:22:11.881 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package unzip. 2024-05-21T18:22:11.908 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-05-21T18:22:11.947 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-05-21T18:22:11.992 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package liboath0:amd64. 2024-05-21T18:22:12.019 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-05-21T18:22:12.066 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-05-21T18:22:12.138 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package python3-py. 2024-05-21T18:22:12.165 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-05-21T18:22:12.203 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking python3-py (1.10.0-1) ... 2024-05-21T18:22:12.301 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package luarocks. 2024-05-21T18:22:12.319 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-05-21T18:22:12.351 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-05-21T18:22:12.436 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package libradosstriper1. 2024-05-21T18:22:12.463 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-3870-g9ef9bcfd-1jammy_amd64.deb ... 2024-05-21T18:22:12.511 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking libradosstriper1 (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:22:12.524 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package python3-pygments. 2024-05-21T18:22:12.551 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-05-21T18:22:12.590 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-05-21T18:22:12.701 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package librgw2. 2024-05-21T18:22:12.729 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../025-librgw2_19.0.0-3870-g9ef9bcfd-1jammy_amd64.deb ... 2024-05-21T18:22:12.767 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking librgw2 (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:22:13.022 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package ceph-common. 2024-05-21T18:22:13.036 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package python3-pyinotify. 2024-05-21T18:22:13.049 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../029-ceph-common_19.0.0-3870-g9ef9bcfd-1jammy_amd64.deb ... 2024-05-21T18:22:13.052 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-05-21T18:22:13.094 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-05-21T18:22:13.097 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking ceph-common (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:22:13.389 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package python3-toml. 2024-05-21T18:22:13.395 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-rgw. 2024-05-21T18:22:13.412 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-3870-g9ef9bcfd-1jammy_amd64.deb ... 2024-05-21T18:22:13.416 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-05-21T18:22:13.453 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-rgw (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:22:13.455 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-05-21T18:22:13.774 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package python3-pytest. 2024-05-21T18:22:13.802 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-05-21T18:22:13.806 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package liboath0:amd64. 2024-05-21T18:22:13.834 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-05-21T18:22:13.841 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-05-21T18:22:13.873 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-05-21T18:22:14.134 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package libradosstriper1. 2024-05-21T18:22:14.135 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package python3-simplejson. 2024-05-21T18:22:14.152 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-05-21T18:22:14.162 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-3870-g9ef9bcfd-1jammy_amd64.deb ... 2024-05-21T18:22:14.185 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-05-21T18:22:14.192 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking libradosstriper1 (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:22:14.621 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package ceph-common. 2024-05-21T18:22:14.636 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package ceph-base. 2024-05-21T18:22:14.648 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../029-ceph-common_19.0.0-3870-g9ef9bcfd-1jammy_amd64.deb ... 2024-05-21T18:22:14.662 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../030-ceph-base_19.0.0-3870-g9ef9bcfd-1jammy_amd64.deb ... 2024-05-21T18:22:14.687 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking ceph-common (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:22:14.705 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-05-21T18:22:14.711 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking ceph-base (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:22:14.732 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-05-21T18:22:14.771 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-05-21T18:22:15.299 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-05-21T18:22:15.325 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-05-21T18:22:15.365 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-05-21T18:22:15.517 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package radosgw. 2024-05-21T18:22:15.545 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../116-radosgw_19.0.0-3870-g9ef9bcfd-1jammy_amd64.deb ... 2024-05-21T18:22:15.583 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking radosgw (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:22:15.651 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-cheroot. 2024-05-21T18:22:15.677 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-05-21T18:22:15.726 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-05-21T18:22:16.112 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-05-21T18:22:16.139 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-05-21T18:22:16.187 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-05-21T18:22:16.343 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package ceph-base. 2024-05-21T18:22:16.370 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../030-ceph-base_19.0.0-3870-g9ef9bcfd-1jammy_amd64.deb ... 2024-05-21T18:22:16.419 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking ceph-base (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:22:16.436 INFO:teuthology.orchestra.run.smithi077.stdout:Selecting previously unselected package rbd-fuse. 2024-05-21T18:22:16.452 INFO:teuthology.orchestra.run.smithi077.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-3870-g9ef9bcfd-1jammy_amd64.deb ... 2024-05-21T18:22:16.486 INFO:teuthology.orchestra.run.smithi077.stdout:Unpacking rbd-fuse (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:22:16.556 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-jaraco.text. 2024-05-21T18:22:16.583 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-05-21T18:22:16.631 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-05-21T18:22:16.729 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-05-21T18:22:16.934 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-05-21T18:22:16.961 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-05-21T18:22:16.973 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-05-21T18:22:16.982 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-05-21T18:22:17.000 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-05-21T18:22:17.026 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-05-21T18:22:17.031 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-05-21T18:22:17.100 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-05-21T18:22:17.317 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-cheroot. 2024-05-21T18:22:17.345 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-05-21T18:22:17.359 INFO:teuthology.orchestra.run.smithi077.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-05-21T18:22:17.379 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-tempora. 2024-05-21T18:22:17.384 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-05-21T18:22:17.405 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-05-21T18:22:17.454 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-05-21T18:22:17.685 INFO:teuthology.orchestra.run.smithi077.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-05-21T18:22:17.712 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-05-21T18:22:17.739 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-05-21T18:22:17.778 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-05-21T18:22:17.823 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-portend. 2024-05-21T18:22:17.850 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-05-21T18:22:17.898 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-05-21T18:22:18.090 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-jaraco.text. 2024-05-21T18:22:18.117 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-05-21T18:22:18.137 INFO:teuthology.orchestra.run.smithi077.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-05-21T18:22:18.156 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-05-21T18:22:18.210 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up cephadm (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:22:18.226 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-05-21T18:22:18.252 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-05-21T18:22:18.292 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-05-21T18:22:18.459 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-05-21T18:22:18.487 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-05-21T18:22:18.526 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-05-21T18:22:18.604 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-cherrypy3. 2024-05-21T18:22:18.630 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-05-21T18:22:18.678 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-05-21T18:22:18.693 INFO:teuthology.orchestra.run.smithi077.stdout:Adding system user cephadm....done 2024-05-21T18:22:18.816 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-05-21T18:22:18.829 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-tempora. 2024-05-21T18:22:18.857 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-05-21T18:22:18.895 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-05-21T18:22:19.024 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-natsort. 2024-05-21T18:22:19.040 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-05-21T18:22:19.074 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-05-21T18:22:19.109 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-05-21T18:22:19.201 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-portend. 2024-05-21T18:22:19.228 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-05-21T18:22:19.267 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-05-21T18:22:19.352 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-logutils. 2024-05-21T18:22:19.360 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-05-21T18:22:19.378 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-05-21T18:22:19.435 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-05-21T18:22:19.486 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-05-21T18:22:19.570 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-05-21T18:22:19.598 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-05-21T18:22:19.636 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-05-21T18:22:19.704 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-markupsafe. 2024-05-21T18:22:19.720 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-05-21T18:22:19.763 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-05-21T18:22:19.952 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-05-21T18:22:19.964 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-cherrypy3. 2024-05-21T18:22:19.992 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-05-21T18:22:20.031 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-05-21T18:22:20.099 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-mako. 2024-05-21T18:22:20.126 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-05-21T18:22:20.165 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-05-21T18:22:20.247 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-05-21T18:22:20.348 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up python3-py (1.10.0-1) ... 2024-05-21T18:22:20.385 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-natsort. 2024-05-21T18:22:20.414 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-05-21T18:22:20.451 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-05-21T18:22:20.452 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-simplegeneric. 2024-05-21T18:22:20.467 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-05-21T18:22:20.502 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-05-21T18:22:20.633 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-05-21T18:22:20.763 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-logutils. 2024-05-21T18:22:20.771 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-singledispatch. 2024-05-21T18:22:20.790 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-05-21T18:22:20.798 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-05-21T18:22:20.829 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-05-21T18:22:20.838 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-05-21T18:22:20.993 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-05-21T18:22:21.090 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-webob. 2024-05-21T18:22:21.106 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-05-21T18:22:21.132 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-markupsafe. 2024-05-21T18:22:21.140 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-05-21T18:22:21.160 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-05-21T18:22:21.198 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-05-21T18:22:21.252 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-05-21T18:22:21.452 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-waitress. 2024-05-21T18:22:21.477 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-mako. 2024-05-21T18:22:21.479 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-05-21T18:22:21.504 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-05-21T18:22:21.521 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-05-21T18:22:21.528 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-05-21T18:22:21.534 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-05-21T18:22:21.780 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-05-21T18:22:21.830 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-simplegeneric. 2024-05-21T18:22:21.830 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-tempita. 2024-05-21T18:22:21.857 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-05-21T18:22:21.857 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-05-21T18:22:21.896 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-05-21T18:22:21.896 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-05-21T18:22:22.014 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-05-21T18:22:22.199 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-paste. 2024-05-21T18:22:22.199 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-singledispatch. 2024-05-21T18:22:22.226 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-05-21T18:22:22.226 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-05-21T18:22:22.249 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-05-21T18:22:22.265 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-05-21T18:22:22.266 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-05-21T18:22:22.491 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up python3-ceph-argparse (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:22:22.560 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-webob. 2024-05-21T18:22:22.577 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-05-21T18:22:22.588 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-05-21T18:22:22.593 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-05-21T18:22:22.626 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-05-21T18:22:22.627 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-05-21T18:22:22.834 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-05-21T18:22:22.921 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-pastedeploy. 2024-05-21T18:22:22.948 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-05-21T18:22:22.960 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-05-21T18:22:22.963 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-waitress. 2024-05-21T18:22:22.988 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-05-21T18:22:22.990 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-05-21T18:22:23.032 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-05-21T18:22:23.086 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-05-21T18:22:23.206 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-05-21T18:22:23.307 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-tempita. 2024-05-21T18:22:23.308 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-webtest. 2024-05-21T18:22:23.324 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-05-21T18:22:23.334 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-05-21T18:22:23.366 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-05-21T18:22:23.374 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-05-21T18:22:23.440 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-05-21T18:22:23.677 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-paste. 2024-05-21T18:22:23.685 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-pecan. 2024-05-21T18:22:23.705 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-05-21T18:22:23.712 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-05-21T18:22:23.743 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-05-21T18:22:23.752 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-05-21T18:22:23.837 INFO:teuthology.orchestra.run.smithi077.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-05-21T18:22:23.880 INFO:teuthology.orchestra.run.smithi077.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-05-21T18:22:23.943 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-05-21T18:22:24.055 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-05-21T18:22:24.069 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-05-21T18:22:24.072 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-05-21T18:22:24.105 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-05-21T18:22:24.115 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-certifi. 2024-05-21T18:22:24.142 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-05-21T18:22:24.181 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-05-21T18:22:24.416 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-pastedeploy. 2024-05-21T18:22:24.444 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-05-21T18:22:24.445 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-05-21T18:22:24.484 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-idna. 2024-05-21T18:22:24.491 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-05-21T18:22:24.512 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../055-python3-idna_3.3-1ubuntu0.1_all.deb ... 2024-05-21T18:22:24.542 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-idna (3.3-1ubuntu0.1) ... 2024-05-21T18:22:24.571 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-05-21T18:22:24.794 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-webtest. 2024-05-21T18:22:24.823 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-05-21T18:22:24.830 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-05-21T18:22:24.854 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-urllib3. 2024-05-21T18:22:24.861 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-05-21T18:22:24.881 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-05-21T18:22:24.920 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-05-21T18:22:25.073 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-05-21T18:22:25.172 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-pecan. 2024-05-21T18:22:25.200 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-05-21T18:22:25.238 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-05-21T18:22:25.274 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-requests. 2024-05-21T18:22:25.300 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-05-21T18:22:25.340 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-05-21T18:22:25.374 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up zip (3.0-12build2) ... 2024-05-21T18:22:25.500 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-05-21T18:22:25.602 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-certifi. 2024-05-21T18:22:25.630 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-05-21T18:22:25.635 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-werkzeug. 2024-05-21T18:22:25.662 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-05-21T18:22:25.668 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-05-21T18:22:25.701 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-05-21T18:22:25.971 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-idna. 2024-05-21T18:22:25.996 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-05-21T18:22:25.999 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../055-python3-idna_3.3-1ubuntu0.1_all.deb ... 2024-05-21T18:22:26.012 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-3870-g9ef9bcfd-1jammy_all.deb ... 2024-05-21T18:22:26.029 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-idna (3.3-1ubuntu0.1) ... 2024-05-21T18:22:26.054 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking ceph-mgr-modules-core (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:22:26.185 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-05-21T18:22:26.341 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-urllib3. 2024-05-21T18:22:26.369 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-05-21T18:22:26.407 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-05-21T18:22:26.434 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-05-21T18:22:26.445 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-05-21T18:22:26.461 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-3870-g9ef9bcfd-1jammy_amd64.deb ... 2024-05-21T18:22:26.492 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:22:26.571 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-05-21T18:22:26.727 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-requests. 2024-05-21T18:22:26.738 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-05-21T18:22:26.755 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-05-21T18:22:26.794 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-05-21T18:22:26.795 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-bcrypt. 2024-05-21T18:22:26.822 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-05-21T18:22:26.861 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-05-21T18:22:27.023 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-05-21T18:22:27.105 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-werkzeug. 2024-05-21T18:22:27.133 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-05-21T18:22:27.171 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-05-21T18:22:27.181 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-openssl. 2024-05-21T18:22:27.208 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-05-21T18:22:27.247 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-05-21T18:22:27.382 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-05-21T18:22:27.458 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-05-21T18:22:27.474 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-3870-g9ef9bcfd-1jammy_all.deb ... 2024-05-21T18:22:27.516 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking ceph-mgr-modules-core (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:22:27.592 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package ceph-mgr. 2024-05-21T18:22:27.619 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-3870-g9ef9bcfd-1jammy_amd64.deb ... 2024-05-21T18:22:27.625 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-05-21T18:22:27.658 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking ceph-mgr (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:22:27.896 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-05-21T18:22:27.924 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-3870-g9ef9bcfd-1jammy_amd64.deb ... 2024-05-21T18:22:27.962 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:22:28.001 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-05-21T18:22:28.003 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package ceph-mon. 2024-05-21T18:22:28.030 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-3870-g9ef9bcfd-1jammy_amd64.deb ... 2024-05-21T18:22:28.070 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking ceph-mon (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:22:28.215 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-bcrypt. 2024-05-21T18:22:28.232 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-05-21T18:22:28.273 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-05-21T18:22:28.294 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-05-21T18:22:28.618 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-openssl. 2024-05-21T18:22:28.637 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-05-21T18:22:28.646 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-05-21T18:22:28.681 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package ceph-osd. 2024-05-21T18:22:28.684 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-05-21T18:22:28.709 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-3870-g9ef9bcfd-1jammy_amd64.deb ... 2024-05-21T18:22:28.748 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking ceph-osd (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:22:28.897 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-05-21T18:22:28.998 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up python3-ceph-common (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:22:29.029 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package ceph-mgr. 2024-05-21T18:22:29.057 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-3870-g9ef9bcfd-1jammy_amd64.deb ... 2024-05-21T18:22:29.096 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking ceph-mgr (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:22:29.266 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up python3-idna (3.3-1ubuntu0.1) ... 2024-05-21T18:22:29.450 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package ceph-mon. 2024-05-21T18:22:29.477 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-3870-g9ef9bcfd-1jammy_amd64.deb ... 2024-05-21T18:22:29.515 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking ceph-mon (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:22:29.558 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-05-21T18:22:29.876 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package ceph. 2024-05-21T18:22:29.892 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../066-ceph_19.0.0-3870-g9ef9bcfd-1jammy_amd64.deb ... 2024-05-21T18:22:29.934 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking ceph (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:22:30.111 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package ceph-osd. 2024-05-21T18:22:30.139 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-3870-g9ef9bcfd-1jammy_amd64.deb ... 2024-05-21T18:22:30.177 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking ceph-osd (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:22:30.195 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package ceph-fuse. 2024-05-21T18:22:30.223 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-3870-g9ef9bcfd-1jammy_amd64.deb ... 2024-05-21T18:22:30.253 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking ceph-fuse (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:22:30.623 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package ceph-mds. 2024-05-21T18:22:30.651 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-3870-g9ef9bcfd-1jammy_amd64.deb ... 2024-05-21T18:22:30.690 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking ceph-mds (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:22:30.730 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-05-21T18:22:30.949 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-21T18:22:31.066 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up python3-toml (0.10.2-1) ... 2024-05-21T18:22:31.101 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package cephadm. 2024-05-21T18:22:31.128 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../069-cephadm_19.0.0-3870-g9ef9bcfd-1jammy_amd64.deb ... 2024-05-21T18:22:31.167 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking cephadm (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:22:31.326 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-05-21T18:22:31.347 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package ceph. 2024-05-21T18:22:31.364 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../066-ceph_19.0.0-3870-g9ef9bcfd-1jammy_amd64.deb ... 2024-05-21T18:22:31.405 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking ceph (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:22:31.452 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-05-21T18:22:31.462 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-asyncssh. 2024-05-21T18:22:31.489 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-05-21T18:22:31.528 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-05-21T18:22:31.578 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-05-21T18:22:31.675 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package ceph-fuse. 2024-05-21T18:22:31.703 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-3870-g9ef9bcfd-1jammy_amd64.deb ... 2024-05-21T18:22:31.733 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking ceph-fuse (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:22:31.856 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python-babel-localedata. 2024-05-21T18:22:31.870 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-05-21T18:22:31.884 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-05-21T18:22:31.923 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-05-21T18:22:32.086 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package ceph-mds. 2024-05-21T18:22:32.114 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-05-21T18:22:32.114 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-3870-g9ef9bcfd-1jammy_amd64.deb ... 2024-05-21T18:22:32.153 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking ceph-mds (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:22:32.339 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-21T18:22:32.440 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-05-21T18:22:32.581 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package cephadm. 2024-05-21T18:22:32.609 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../069-cephadm_19.0.0-3870-g9ef9bcfd-1jammy_amd64.deb ... 2024-05-21T18:22:32.647 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking cephadm (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:22:32.708 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-05-21T18:22:32.959 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-05-21T18:22:32.975 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-asyncssh. 2024-05-21T18:22:32.978 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-babel. 2024-05-21T18:22:33.003 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-05-21T18:22:33.005 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-05-21T18:22:33.041 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-05-21T18:22:33.044 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-05-21T18:22:33.219 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-05-21T18:22:33.347 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-jinja2. 2024-05-21T18:22:33.374 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-05-21T18:22:33.377 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python-babel-localedata. 2024-05-21T18:22:33.394 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-05-21T18:22:33.414 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-05-21T18:22:33.436 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-05-21T18:22:33.470 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-05-21T18:22:33.721 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-05-21T18:22:33.742 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-05-21T18:22:33.769 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-3870-g9ef9bcfd-1jammy_all.deb ... 2024-05-21T18:22:33.808 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking ceph-mgr-cephadm (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:22:33.997 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-05-21T18:22:34.098 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-05-21T18:22:34.162 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-repoze.lru. 2024-05-21T18:22:34.189 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-05-21T18:22:34.228 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-05-21T18:22:34.382 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-05-21T18:22:34.474 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-babel. 2024-05-21T18:22:34.492 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-05-21T18:22:34.503 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-05-21T18:22:34.531 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-routes. 2024-05-21T18:22:34.532 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-05-21T18:22:34.562 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-05-21T18:22:34.597 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-05-21T18:22:34.776 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-05-21T18:22:34.819 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-jinja2. 2024-05-21T18:22:34.835 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-05-21T18:22:34.869 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-05-21T18:22:34.942 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-05-21T18:22:34.970 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-3870-g9ef9bcfd-1jammy_all.deb ... 2024-05-21T18:22:35.009 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking ceph-mgr-dashboard (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:22:35.086 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-05-21T18:22:35.197 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-05-21T18:22:35.225 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-3870-g9ef9bcfd-1jammy_all.deb ... 2024-05-21T18:22:35.255 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking ceph-mgr-cephadm (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:22:35.345 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-05-21T18:22:35.471 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-05-21T18:22:35.566 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-repoze.lru. 2024-05-21T18:22:35.583 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-05-21T18:22:35.597 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-05-21T18:22:35.616 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-05-21T18:22:35.685 INFO:teuthology.orchestra.run.smithi077.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-05-21T18:22:35.907 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-05-21T18:22:35.911 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-routes. 2024-05-21T18:22:35.939 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-05-21T18:22:35.977 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-05-21T18:22:36.033 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-05-21T18:22:36.273 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-05-21T18:22:36.301 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-3870-g9ef9bcfd-1jammy_all.deb ... 2024-05-21T18:22:36.339 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking ceph-mgr-dashboard (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:22:36.339 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-05-21T18:22:36.355 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-05-21T18:22:36.397 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-05-21T18:22:36.426 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-05-21T18:22:36.685 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up lua-any (27ubuntu1) ... 2024-05-21T18:22:36.811 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up python3-portend (3.0.0-1) ... 2024-05-21T18:22:36.934 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-joblib. 2024-05-21T18:22:36.962 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-05-21T18:22:37.000 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-05-21T18:22:37.070 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-21T18:22:37.197 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-05-21T18:22:37.379 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-05-21T18:22:37.406 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-05-21T18:22:37.445 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-05-21T18:22:37.523 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-05-21T18:22:37.594 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-05-21T18:22:37.611 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-05-21T18:22:37.652 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-05-21T18:22:37.756 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-sklearn. 2024-05-21T18:22:37.784 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-05-21T18:22:37.799 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-05-21T18:22:37.822 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-05-21T18:22:38.050 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-05-21T18:22:38.189 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-joblib. 2024-05-21T18:22:38.201 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up python3-rsa (4.8-1) ... 2024-05-21T18:22:38.217 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-05-21T18:22:38.477 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-05-21T18:22:38.530 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-05-21T18:22:38.531 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-05-21T18:22:38.559 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-3870-g9ef9bcfd-1jammy_all.deb ... 2024-05-21T18:22:38.691 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:22:38.744 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-05-21T18:22:38.893 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-05-21T18:22:38.921 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-05-21T18:22:38.967 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-05-21T18:22:39.081 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-05-21T18:22:39.254 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-sklearn. 2024-05-21T18:22:39.282 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-05-21T18:22:39.320 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-05-21T18:22:39.433 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-05-21T18:22:39.653 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-cachetools. 2024-05-21T18:22:39.681 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-05-21T18:22:39.709 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-05-21T18:22:39.719 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-05-21T18:22:40.004 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-05-21T18:22:40.032 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-3870-g9ef9bcfd-1jammy_all.deb ... 2024-05-21T18:22:40.053 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-05-21T18:22:40.155 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:22:40.179 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up librados2 (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:22:40.280 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-pyasn1. 2024-05-21T18:22:40.296 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-05-21T18:22:40.305 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up libsqlite3-mod-ceph (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:22:40.330 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-05-21T18:22:40.423 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-05-21T18:22:40.659 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-05-21T18:22:40.687 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-05-21T18:22:40.725 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-05-21T18:22:40.742 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up libcephfs2 (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:22:40.868 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up libradosstriper1 (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:22:40.995 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-05-21T18:22:41.028 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-rsa. 2024-05-21T18:22:41.056 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-05-21T18:22:41.095 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-rsa (4.8-1) ... 2024-05-21T18:22:41.117 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-cachetools. 2024-05-21T18:22:41.145 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-05-21T18:22:41.193 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-05-21T18:22:41.271 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up librbd1 (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:22:41.389 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up ceph-mgr-modules-core (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:22:41.415 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-google-auth. 2024-05-21T18:22:41.443 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-05-21T18:22:41.462 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-pyasn1. 2024-05-21T18:22:41.478 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-05-21T18:22:41.481 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-05-21T18:22:41.498 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up ceph-fuse (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:22:41.512 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-05-21T18:22:41.696 INFO:teuthology.orchestra.run.smithi077.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-05-21T18:22:41.696 INFO:teuthology.orchestra.run.smithi077.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-05-21T18:22:41.807 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-05-21T18:22:41.826 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-05-21T18:22:41.835 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-05-21T18:22:41.854 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-05-21T18:22:41.873 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-05-21T18:22:41.893 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-05-21T18:22:42.163 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-websocket. 2024-05-21T18:22:42.185 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-rsa. 2024-05-21T18:22:42.190 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-05-21T18:22:42.208 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up libcephfs-dev (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:22:42.213 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-05-21T18:22:42.220 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-05-21T18:22:42.251 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-rsa (4.8-1) ... 2024-05-21T18:22:42.334 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up python3-rados (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:22:42.459 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up librgw2 (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:22:42.516 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-kubernetes. 2024-05-21T18:22:42.543 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-05-21T18:22:42.572 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-google-auth. 2024-05-21T18:22:42.582 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-05-21T18:22:42.585 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-05-21T18:22:42.600 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-05-21T18:22:42.638 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-05-21T18:22:42.941 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-05-21T18:22:42.969 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-05-21T18:22:43.007 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-05-21T18:22:43.254 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-05-21T18:22:43.282 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-3870-g9ef9bcfd-1jammy_all.deb ... 2024-05-21T18:22:43.327 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-websocket. 2024-05-21T18:22:43.329 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:22:43.356 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-05-21T18:22:43.394 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-05-21T18:22:43.640 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package libonig5:amd64. 2024-05-21T18:22:43.667 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-05-21T18:22:43.680 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-kubernetes. 2024-05-21T18:22:43.706 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-05-21T18:22:43.709 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-05-21T18:22:43.738 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-05-21T18:22:43.814 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up python3-rbd (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:22:43.923 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up rbd-fuse (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:22:44.041 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up python3-rgw (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:22:44.103 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package libjq1:amd64. 2024-05-21T18:22:44.131 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-05-21T18:22:44.167 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up python3-cephfs (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:22:44.178 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-05-21T18:22:44.293 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up ceph-common (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:22:44.394 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-05-21T18:22:44.423 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-3870-g9ef9bcfd-1jammy_all.deb ... 2024-05-21T18:22:44.461 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:22:44.464 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package jq. 2024-05-21T18:22:44.492 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-05-21T18:22:44.531 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-05-21T18:22:44.788 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package libonig5:amd64. 2024-05-21T18:22:44.800 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package socat. 2024-05-21T18:22:44.816 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-05-21T18:22:44.817 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-05-21T18:22:44.827 INFO:teuthology.orchestra.run.smithi077.stdout:Adding group ceph....done 2024-05-21T18:22:44.855 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-05-21T18:22:44.858 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-05-21T18:22:45.133 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package libjq1:amd64. 2024-05-21T18:22:45.162 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-05-21T18:22:45.196 INFO:teuthology.orchestra.run.smithi077.stdout:Adding system user ceph....done 2024-05-21T18:22:45.199 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-05-21T18:22:45.329 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package xmlstarlet. 2024-05-21T18:22:45.356 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-05-21T18:22:45.381 INFO:teuthology.orchestra.run.smithi077.stdout:Setting system user ceph properties....done 2024-05-21T18:22:45.393 INFO:teuthology.orchestra.run.smithi077.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-05-21T18:22:45.403 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-05-21T18:22:45.477 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package jq. 2024-05-21T18:22:45.494 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-05-21T18:22:45.533 INFO:teuthology.orchestra.run.smithi077.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-05-21T18:22:45.535 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-05-21T18:22:45.766 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package ceph-test. 2024-05-21T18:22:45.771 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package socat. 2024-05-21T18:22:45.794 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../097-ceph-test_19.0.0-3870-g9ef9bcfd-1jammy_amd64.deb ... 2024-05-21T18:22:45.800 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-05-21T18:22:45.833 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking ceph-test (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:22:45.833 INFO:teuthology.orchestra.run.smithi077.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-05-21T18:22:45.838 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-05-21T18:22:46.158 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package xmlstarlet. 2024-05-21T18:22:46.171 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-05-21T18:22:46.207 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-05-21T18:22:46.529 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package ceph-test. 2024-05-21T18:22:46.546 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../097-ceph-test_19.0.0-3870-g9ef9bcfd-1jammy_amd64.deb ... 2024-05-21T18:22:46.561 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up ceph-test (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:22:46.587 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking ceph-test (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:22:46.687 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up radosgw (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:22:47.145 INFO:teuthology.orchestra.run.smithi077.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-05-21T18:22:47.146 INFO:teuthology.orchestra.run.smithi077.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-05-21T18:22:47.623 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up ceph-base (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:22:47.929 INFO:teuthology.orchestra.run.smithi077.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-05-21T18:22:48.254 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package ceph-volume. 2024-05-21T18:22:48.281 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-3870-g9ef9bcfd-1jammy_all.deb ... 2024-05-21T18:22:48.320 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking ceph-volume (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:22:48.433 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up ceph-mds (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:22:48.632 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package libcephfs-dev. 2024-05-21T18:22:48.648 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-3870-g9ef9bcfd-1jammy_amd64.deb ... 2024-05-21T18:22:48.672 INFO:teuthology.orchestra.run.smithi077.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-05-21T18:22:48.672 INFO:teuthology.orchestra.run.smithi077.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-05-21T18:22:48.690 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking libcephfs-dev (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:22:48.999 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package ceph-volume. 2024-05-21T18:22:49.010 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package lua-socket:amd64. 2024-05-21T18:22:49.016 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-3870-g9ef9bcfd-1jammy_all.deb ... 2024-05-21T18:22:49.038 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-05-21T18:22:49.049 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking ceph-volume (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:22:49.076 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-05-21T18:22:49.176 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up ceph-mgr (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:22:49.312 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package libcephfs-dev. 2024-05-21T18:22:49.340 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-3870-g9ef9bcfd-1jammy_amd64.deb ... 2024-05-21T18:22:49.381 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package lua-sec:amd64. 2024-05-21T18:22:49.393 INFO:teuthology.orchestra.run.smithi077.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-05-21T18:22:49.393 INFO:teuthology.orchestra.run.smithi077.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-05-21T18:22:49.409 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-05-21T18:22:49.411 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking libcephfs-dev (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:22:49.439 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-05-21T18:22:49.698 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package lua-socket:amd64. 2024-05-21T18:22:49.726 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-05-21T18:22:49.764 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-05-21T18:22:49.818 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package nvme-cli. 2024-05-21T18:22:49.846 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-05-21T18:22:49.884 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-05-21T18:22:49.910 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up ceph-osd (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:22:50.085 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package lua-sec:amd64. 2024-05-21T18:22:50.114 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-05-21T18:22:50.151 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-05-21T18:22:50.185 INFO:teuthology.orchestra.run.smithi077.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-05-21T18:22:50.185 INFO:teuthology.orchestra.run.smithi077.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-05-21T18:22:50.307 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package pkg-config. 2024-05-21T18:22:50.335 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-05-21T18:22:50.373 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-05-21T18:22:50.506 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package nvme-cli. 2024-05-21T18:22:50.534 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-05-21T18:22:50.564 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-05-21T18:22:50.634 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-05-21T18:22:50.645 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up ceph-mgr-k8sevents (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:22:50.651 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-05-21T18:22:50.693 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-05-21T18:22:50.953 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package pkg-config. 2024-05-21T18:22:50.981 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-05-21T18:22:51.010 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-05-21T18:22:51.085 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:22:51.146 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-iniconfig. 2024-05-21T18:22:51.174 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-05-21T18:22:51.212 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-05-21T18:22:51.247 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-05-21T18:22:51.264 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-05-21T18:22:51.305 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-05-21T18:22:51.306 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up ceph-mon (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:22:51.474 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-pastescript. 2024-05-21T18:22:51.491 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-05-21T18:22:51.499 INFO:teuthology.orchestra.run.smithi077.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-05-21T18:22:51.499 INFO:teuthology.orchestra.run.smithi077.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-05-21T18:22:51.523 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-05-21T18:22:51.666 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-iniconfig. 2024-05-21T18:22:51.695 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-05-21T18:22:51.733 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-05-21T18:22:51.810 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-pluggy. 2024-05-21T18:22:51.838 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-05-21T18:22:51.877 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-05-21T18:22:51.991 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up ceph-mgr-cephadm (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:22:52.044 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-pastescript. 2024-05-21T18:22:52.073 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-05-21T18:22:52.110 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-05-21T18:22:52.134 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up ceph (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:22:52.205 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-psutil. 2024-05-21T18:22:52.233 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-05-21T18:22:52.259 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up ceph-mgr-dashboard (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:22:52.271 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-05-21T18:22:52.411 INFO:teuthology.orchestra.run.smithi077.stdout:Setting up ceph-volume (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:22:52.447 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-pluggy. 2024-05-21T18:22:52.476 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-05-21T18:22:52.514 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-05-21T18:22:52.583 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-py. 2024-05-21T18:22:52.611 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-05-21T18:22:52.649 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-py (1.10.0-1) ... 2024-05-21T18:22:52.763 INFO:teuthology.orchestra.run.smithi077.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-05-21T18:22:52.825 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-psutil. 2024-05-21T18:22:52.853 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-05-21T18:22:52.872 INFO:teuthology.orchestra.run.smithi077.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-05-21T18:22:52.892 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-05-21T18:22:52.969 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-pygments. 2024-05-21T18:22:52.997 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-05-21T18:22:53.016 INFO:teuthology.orchestra.run.smithi077.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-05-21T18:22:53.035 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-05-21T18:22:53.245 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-py. 2024-05-21T18:22:53.273 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-05-21T18:22:53.311 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-py (1.10.0-1) ... 2024-05-21T18:22:53.499 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-pyinotify. 2024-05-21T18:22:53.526 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-05-21T18:22:53.565 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-05-21T18:22:53.640 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-pygments. 2024-05-21T18:22:53.668 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-05-21T18:22:53.706 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-05-21T18:22:53.862 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-toml. 2024-05-21T18:22:53.890 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-05-21T18:22:53.925 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-05-21T18:22:54.067 INFO:teuthology.orchestra.run.smithi077.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-05-21T18:22:54.143 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-pyinotify. 2024-05-21T18:22:54.172 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-05-21T18:22:54.209 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-05-21T18:22:54.220 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-pytest. 2024-05-21T18:22:54.248 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-05-21T18:22:54.286 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-05-21T18:22:54.488 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-toml. 2024-05-21T18:22:54.517 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-05-21T18:22:54.554 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-05-21T18:22:54.607 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-simplejson. 2024-05-21T18:22:54.635 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-05-21T18:22:54.665 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-05-21T18:22:54.724 INFO:teuthology.orchestra.run.smithi077.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-05-21T18:22:54.730 DEBUG:teuthology.parallel:result is None 2024-05-21T18:22:54.882 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-pytest. 2024-05-21T18:22:54.911 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-05-21T18:22:54.917 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-05-21T18:22:54.934 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-05-21T18:22:54.948 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-05-21T18:22:54.967 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-05-21T18:22:55.252 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-simplejson. 2024-05-21T18:22:55.269 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-05-21T18:22:55.301 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-05-21T18:22:55.538 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-05-21T18:22:55.555 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-05-21T18:22:55.596 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-05-21T18:22:55.947 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package radosgw. 2024-05-21T18:22:55.975 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../116-radosgw_19.0.0-3870-g9ef9bcfd-1jammy_amd64.deb ... 2024-05-21T18:22:56.013 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking radosgw (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:22:56.258 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package radosgw. 2024-05-21T18:22:56.287 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../116-radosgw_19.0.0-3870-g9ef9bcfd-1jammy_amd64.deb ... 2024-05-21T18:22:56.325 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking radosgw (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:22:56.958 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package rbd-fuse. 2024-05-21T18:22:56.974 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-3870-g9ef9bcfd-1jammy_amd64.deb ... 2024-05-21T18:22:57.008 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking rbd-fuse (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:22:57.271 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-05-21T18:22:57.295 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package rbd-fuse. 2024-05-21T18:22:57.324 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-3870-g9ef9bcfd-1jammy_amd64.deb ... 2024-05-21T18:22:57.361 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking rbd-fuse (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:22:57.513 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-05-21T18:22:57.639 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-05-21T18:22:57.666 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-05-21T18:22:57.898 INFO:teuthology.orchestra.run.smithi134.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-05-21T18:22:57.924 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-05-21T18:22:58.050 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-05-21T18:22:58.218 INFO:teuthology.orchestra.run.smithi134.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-05-21T18:22:58.325 INFO:teuthology.orchestra.run.smithi016.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-05-21T18:22:58.647 INFO:teuthology.orchestra.run.smithi134.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-05-21T18:22:58.655 INFO:teuthology.orchestra.run.smithi016.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-05-21T18:22:58.741 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up cephadm (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:22:59.080 INFO:teuthology.orchestra.run.smithi016.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-05-21T18:22:59.250 INFO:teuthology.orchestra.run.smithi134.stdout:Adding system user cephadm....done 2024-05-21T18:22:59.287 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up cephadm (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:22:59.456 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-05-21T18:22:59.829 INFO:teuthology.orchestra.run.smithi016.stdout:Adding system user cephadm....done 2024-05-21T18:22:59.925 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-05-21T18:22:59.960 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-05-21T18:23:00.226 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-05-21T18:23:00.253 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-05-21T18:23:00.352 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-05-21T18:23:00.603 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-05-21T18:23:00.604 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-05-21T18:23:00.705 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-05-21T18:23:00.872 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-05-21T18:23:00.966 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-05-21T18:23:00.998 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-py (1.10.0-1) ... 2024-05-21T18:23:01.224 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-05-21T18:23:01.324 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-05-21T18:23:01.350 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-py (1.10.0-1) ... 2024-05-21T18:23:01.652 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-05-21T18:23:01.668 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-05-21T18:23:01.919 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-05-21T18:23:01.996 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-05-21T18:23:02.196 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-05-21T18:23:02.256 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-05-21T18:23:02.431 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-05-21T18:23:02.531 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-05-21T18:23:02.690 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-05-21T18:23:02.766 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-05-21T18:23:02.941 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-05-21T18:23:03.026 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-05-21T18:23:03.192 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-ceph-argparse (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:23:03.285 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-05-21T18:23:03.435 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-05-21T18:23:03.561 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-05-21T18:23:03.589 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-ceph-argparse (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:23:03.687 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-05-21T18:23:03.813 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-05-21T18:23:03.929 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-05-21T18:23:04.055 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-05-21T18:23:04.064 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-05-21T18:23:04.181 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-05-21T18:23:04.307 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-05-21T18:23:04.442 INFO:teuthology.orchestra.run.smithi134.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-05-21T18:23:04.478 INFO:teuthology.orchestra.run.smithi134.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-05-21T18:23:04.534 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-05-21T18:23:04.575 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-05-21T18:23:04.637 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-05-21T18:23:04.944 INFO:teuthology.orchestra.run.smithi016.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-05-21T18:23:04.981 INFO:teuthology.orchestra.run.smithi016.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-05-21T18:23:04.986 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-05-21T18:23:05.044 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-05-21T18:23:05.112 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-05-21T18:23:05.154 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-05-21T18:23:05.380 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-05-21T18:23:05.530 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-05-21T18:23:05.632 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-05-21T18:23:05.656 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-05-21T18:23:05.924 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up zip (3.0-12build2) ... 2024-05-21T18:23:05.932 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-05-21T18:23:06.025 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-05-21T18:23:06.200 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-05-21T18:23:06.510 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up zip (3.0-12build2) ... 2024-05-21T18:23:06.635 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-05-21T18:23:06.686 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-05-21T18:23:06.954 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-05-21T18:23:07.080 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-05-21T18:23:07.206 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-05-21T18:23:07.321 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-05-21T18:23:07.490 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-05-21T18:23:07.580 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-05-21T18:23:07.731 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-05-21T18:23:07.857 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-05-21T18:23:07.875 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-05-21T18:23:08.109 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-05-21T18:23:08.158 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-05-21T18:23:08.478 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-05-21T18:23:08.559 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-05-21T18:23:08.779 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-05-21T18:23:08.794 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-05-21T18:23:09.122 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-05-21T18:23:09.196 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-05-21T18:23:09.365 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-05-21T18:23:09.466 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-ceph-common (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:23:09.480 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-05-21T18:23:09.742 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-idna (3.3-1ubuntu0.1) ... 2024-05-21T18:23:09.832 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-05-21T18:23:10.043 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-05-21T18:23:10.091 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-05-21T18:23:10.217 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-ceph-common (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:23:10.518 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-idna (3.3-1ubuntu0.1) ... 2024-05-21T18:23:10.844 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-05-21T18:23:11.159 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-05-21T18:23:11.619 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-21T18:23:11.753 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-toml (0.10.2-1) ... 2024-05-21T18:23:12.013 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-05-21T18:23:12.058 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-05-21T18:23:12.139 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-05-21T18:23:12.248 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-05-21T18:23:12.326 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-21T18:23:12.461 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-toml (0.10.2-1) ... 2024-05-21T18:23:12.541 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-05-21T18:23:12.720 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-05-21T18:23:12.776 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-05-21T18:23:12.847 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-05-21T18:23:12.972 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-05-21T18:23:13.018 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-21T18:23:13.145 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-05-21T18:23:13.274 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-05-21T18:23:13.446 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-05-21T18:23:13.542 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-05-21T18:23:13.697 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-05-21T18:23:13.834 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-21T18:23:13.931 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-05-21T18:23:13.960 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-05-21T18:23:14.175 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-05-21T18:23:14.270 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-05-21T18:23:14.426 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-05-21T18:23:14.538 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-05-21T18:23:14.668 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-05-21T18:23:14.797 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-05-21T18:23:14.803 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-05-21T18:23:15.057 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-05-21T18:23:15.079 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-05-21T18:23:15.205 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-05-21T18:23:15.316 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-05-21T18:23:15.515 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-05-21T18:23:15.592 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-05-21T18:23:15.702 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-05-21T18:23:15.799 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-05-21T18:23:15.970 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-05-21T18:23:16.034 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-05-21T18:23:16.070 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-05-21T18:23:16.135 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-05-21T18:23:16.244 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-05-21T18:23:16.343 INFO:teuthology.orchestra.run.smithi134.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-05-21T18:23:16.355 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-05-21T18:23:16.588 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-05-21T18:23:16.690 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-05-21T18:23:16.839 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-05-21T18:23:16.949 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-05-21T18:23:17.075 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-05-21T18:23:17.201 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-05-21T18:23:17.224 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-05-21T18:23:17.273 INFO:teuthology.orchestra.run.smithi016.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-05-21T18:23:17.458 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up lua-any (27ubuntu1) ... 2024-05-21T18:23:17.527 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-05-21T18:23:17.559 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-portend (3.0.0-1) ... 2024-05-21T18:23:17.637 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-05-21T18:23:17.810 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-21T18:23:17.936 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-05-21T18:23:18.047 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-05-21T18:23:18.254 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-05-21T18:23:18.323 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up lua-any (27ubuntu1) ... 2024-05-21T18:23:18.449 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-portend (3.0.0-1) ... 2024-05-21T18:23:18.564 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-05-21T18:23:18.708 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-21T18:23:18.823 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-05-21T18:23:18.834 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-05-21T18:23:18.941 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-rsa (4.8-1) ... 2024-05-21T18:23:19.152 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-05-21T18:23:19.200 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-05-21T18:23:19.445 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-05-21T18:23:19.451 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-05-21T18:23:19.799 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-05-21T18:23:20.005 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-05-21T18:23:20.139 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-rsa (4.8-1) ... 2024-05-21T18:23:20.165 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-05-21T18:23:20.418 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-05-21T18:23:20.433 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-05-21T18:23:20.691 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-05-21T18:23:20.753 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-05-21T18:23:20.879 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up librados2 (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:23:21.005 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up libsqlite3-mod-ceph (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:23:21.078 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-05-21T18:23:21.114 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-05-21T18:23:21.417 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up libcephfs2 (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:23:21.446 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-05-21T18:23:21.585 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up libradosstriper1 (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:23:21.719 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-05-21T18:23:21.723 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-05-21T18:23:21.996 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up librbd1 (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:23:22.067 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-05-21T18:23:22.122 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up ceph-mgr-modules-core (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:23:22.218 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up librados2 (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:23:22.248 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up ceph-fuse (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:23:22.344 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up libsqlite3-mod-ceph (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:23:22.453 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-05-21T18:23:22.462 INFO:teuthology.orchestra.run.smithi134.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-05-21T18:23:22.463 INFO:teuthology.orchestra.run.smithi134.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-05-21T18:23:22.756 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up libcephfs2 (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:23:22.883 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up libradosstriper1 (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:23:22.999 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up libcephfs-dev (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:23:23.008 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-05-21T18:23:23.101 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-rados (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:23:23.202 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up librgw2 (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:23:23.294 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up librbd1 (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:23:23.320 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-05-21T18:23:23.394 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up ceph-mgr-modules-core (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:23:23.512 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up ceph-fuse (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:23:23.739 INFO:teuthology.orchestra.run.smithi016.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-05-21T18:23:23.740 INFO:teuthology.orchestra.run.smithi016.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-05-21T18:23:24.230 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up libcephfs-dev (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:23:24.398 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-rados (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:23:24.524 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up librgw2 (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:23:24.532 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-rbd (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:23:24.650 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-05-21T18:23:24.658 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up rbd-fuse (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:23:24.784 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-rgw (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:23:24.910 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-cephfs (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:23:25.036 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up ceph-common (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:23:25.621 INFO:teuthology.orchestra.run.smithi134.stdout:Adding group ceph....done 2024-05-21T18:23:25.887 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-rbd (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:23:26.013 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up rbd-fuse (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:23:26.014 INFO:teuthology.orchestra.run.smithi134.stdout:Adding system user ceph....done 2024-05-21T18:23:26.139 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-rgw (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:23:26.225 INFO:teuthology.orchestra.run.smithi134.stdout:Setting system user ceph properties....done 2024-05-21T18:23:26.237 INFO:teuthology.orchestra.run.smithi134.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-05-21T18:23:26.265 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-cephfs (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:23:26.370 INFO:teuthology.orchestra.run.smithi134.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-05-21T18:23:26.391 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up ceph-common (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:23:26.698 INFO:teuthology.orchestra.run.smithi134.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-05-21T18:23:26.892 INFO:teuthology.orchestra.run.smithi016.stdout:Adding group ceph....done 2024-05-21T18:23:27.171 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up ceph-test (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:23:27.277 INFO:teuthology.orchestra.run.smithi016.stdout:Adding system user ceph....done 2024-05-21T18:23:27.289 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up radosgw (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:23:27.445 INFO:teuthology.orchestra.run.smithi016.stdout:Setting system user ceph properties....done 2024-05-21T18:23:27.458 INFO:teuthology.orchestra.run.smithi016.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-05-21T18:23:27.601 INFO:teuthology.orchestra.run.smithi016.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-05-21T18:23:27.734 INFO:teuthology.orchestra.run.smithi134.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-05-21T18:23:27.734 INFO:teuthology.orchestra.run.smithi134.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-05-21T18:23:27.916 INFO:teuthology.orchestra.run.smithi016.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-05-21T18:23:28.216 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up ceph-base (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:23:28.402 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up ceph-test (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:23:28.526 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up radosgw (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:23:28.566 INFO:teuthology.orchestra.run.smithi134.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-05-21T18:23:29.018 INFO:teuthology.orchestra.run.smithi016.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-05-21T18:23:29.019 INFO:teuthology.orchestra.run.smithi016.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-05-21T18:23:29.084 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up ceph-mds (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:23:29.326 INFO:teuthology.orchestra.run.smithi134.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-05-21T18:23:29.327 INFO:teuthology.orchestra.run.smithi134.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-05-21T18:23:29.487 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up ceph-base (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:23:29.817 INFO:teuthology.orchestra.run.smithi016.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-05-21T18:23:29.836 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up ceph-mgr (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:23:30.055 INFO:teuthology.orchestra.run.smithi134.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-05-21T18:23:30.055 INFO:teuthology.orchestra.run.smithi134.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-05-21T18:23:30.306 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up ceph-mds (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:23:30.530 INFO:teuthology.orchestra.run.smithi016.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-05-21T18:23:30.530 INFO:teuthology.orchestra.run.smithi016.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-05-21T18:23:30.571 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up ceph-osd (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:23:30.846 INFO:teuthology.orchestra.run.smithi134.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-05-21T18:23:30.846 INFO:teuthology.orchestra.run.smithi134.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-05-21T18:23:31.032 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up ceph-mgr (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:23:31.258 INFO:teuthology.orchestra.run.smithi016.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-05-21T18:23:31.259 INFO:teuthology.orchestra.run.smithi016.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-05-21T18:23:31.340 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up ceph-mgr-k8sevents (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:23:31.457 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:23:31.725 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up ceph-osd (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:23:31.733 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up ceph-mon (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:23:31.945 INFO:teuthology.orchestra.run.smithi134.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-05-21T18:23:31.945 INFO:teuthology.orchestra.run.smithi134.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-05-21T18:23:31.992 INFO:teuthology.orchestra.run.smithi016.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-05-21T18:23:31.992 INFO:teuthology.orchestra.run.smithi016.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-05-21T18:23:32.485 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up ceph-mgr-cephadm (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:23:32.510 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up ceph-mgr-k8sevents (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:23:32.611 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:23:32.627 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up ceph (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:23:32.754 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up ceph-mgr-dashboard (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:23:32.779 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up ceph-mon (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:23:32.905 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up ceph-volume (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:23:33.000 INFO:teuthology.orchestra.run.smithi016.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-05-21T18:23:33.000 INFO:teuthology.orchestra.run.smithi016.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-05-21T18:23:33.241 INFO:teuthology.orchestra.run.smithi134.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-05-21T18:23:33.333 INFO:teuthology.orchestra.run.smithi134.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-05-21T18:23:33.480 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up ceph-mgr-cephadm (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:23:33.494 INFO:teuthology.orchestra.run.smithi134.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-05-21T18:23:33.632 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up ceph (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:23:33.757 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up ceph-mgr-dashboard (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:23:33.933 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up ceph-volume (19.0.0-3870-g9ef9bcfd-1jammy) ... 2024-05-21T18:23:34.319 INFO:teuthology.orchestra.run.smithi016.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-05-21T18:23:34.412 INFO:teuthology.orchestra.run.smithi016.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-05-21T18:23:34.512 INFO:teuthology.orchestra.run.smithi134.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-05-21T18:23:34.565 INFO:teuthology.orchestra.run.smithi016.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-05-21T18:23:35.179 INFO:teuthology.orchestra.run.smithi134.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-05-21T18:23:35.185 DEBUG:teuthology.parallel:result is None 2024-05-21T18:23:35.707 INFO:teuthology.orchestra.run.smithi016.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-05-21T18:23:36.388 INFO:teuthology.orchestra.run.smithi016.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-05-21T18:23:36.395 DEBUG:teuthology.parallel:result is None 2024-05-21T18:23:36.396 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=9ef9bcfdb32ec4999d7ca025815290e8395c6ae7 2024-05-21T18:23:36.535 DEBUG:teuthology.orchestra.run.smithi016:> dpkg-query -W -f '${Version}' ceph 2024-05-21T18:23:36.555 INFO:teuthology.orchestra.run.smithi016.stdout:19.0.0-3870-g9ef9bcfd-1jammy 2024-05-21T18:23:36.555 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-3870-g9ef9bcfd-1jammy 2024-05-21T18:23:36.555 INFO:teuthology.task.install:The correct ceph version 19.0.0-3870-g9ef9bcfd-1jammy is installed. 2024-05-21T18:23:36.557 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=9ef9bcfdb32ec4999d7ca025815290e8395c6ae7 2024-05-21T18:23:36.690 DEBUG:teuthology.orchestra.run.smithi077:> dpkg-query -W -f '${Version}' ceph 2024-05-21T18:23:36.709 INFO:teuthology.orchestra.run.smithi077.stdout:19.0.0-3870-g9ef9bcfd-1jammy 2024-05-21T18:23:36.710 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-3870-g9ef9bcfd-1jammy 2024-05-21T18:23:36.710 INFO:teuthology.task.install:The correct ceph version 19.0.0-3870-g9ef9bcfd-1jammy is installed. 2024-05-21T18:23:36.712 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=9ef9bcfdb32ec4999d7ca025815290e8395c6ae7 2024-05-21T18:23:36.935 DEBUG:teuthology.orchestra.run.smithi134:> dpkg-query -W -f '${Version}' ceph 2024-05-21T18:23:36.954 INFO:teuthology.orchestra.run.smithi134.stdout:19.0.0-3870-g9ef9bcfd-1jammy 2024-05-21T18:23:36.954 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-3870-g9ef9bcfd-1jammy 2024-05-21T18:23:36.954 INFO:teuthology.task.install:The correct ceph version 19.0.0-3870-g9ef9bcfd-1jammy is installed. 2024-05-21T18:23:36.956 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-05-21T18:23:36.956 DEBUG:teuthology.orchestra.run.smithi016:> set -ex 2024-05-21T18:23:36.956 DEBUG:teuthology.orchestra.run.smithi016:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-05-21T18:23:36.972 DEBUG:teuthology.orchestra.run.smithi077:> set -ex 2024-05-21T18:23:36.972 DEBUG:teuthology.orchestra.run.smithi077:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-05-21T18:23:36.987 DEBUG:teuthology.orchestra.run.smithi134:> set -ex 2024-05-21T18:23:36.987 DEBUG:teuthology.orchestra.run.smithi134:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-05-21T18:23:37.007 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-05-21T18:23:37.008 DEBUG:teuthology.orchestra.run.smithi016:> set -ex 2024-05-21T18:23:37.008 DEBUG:teuthology.orchestra.run.smithi016:> sudo dd of=/usr/bin/daemon-helper 2024-05-21T18:23:37.028 DEBUG:teuthology.orchestra.run.smithi016:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-05-21T18:23:37.087 DEBUG:teuthology.orchestra.run.smithi077:> set -ex 2024-05-21T18:23:37.087 DEBUG:teuthology.orchestra.run.smithi077:> sudo dd of=/usr/bin/daemon-helper 2024-05-21T18:23:37.101 DEBUG:teuthology.orchestra.run.smithi077:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-05-21T18:23:37.157 DEBUG:teuthology.orchestra.run.smithi134:> set -ex 2024-05-21T18:23:37.157 DEBUG:teuthology.orchestra.run.smithi134:> sudo dd of=/usr/bin/daemon-helper 2024-05-21T18:23:37.171 DEBUG:teuthology.orchestra.run.smithi134:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-05-21T18:23:37.223 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-05-21T18:23:37.223 DEBUG:teuthology.orchestra.run.smithi016:> set -ex 2024-05-21T18:23:37.223 DEBUG:teuthology.orchestra.run.smithi016:> sudo dd of=/usr/bin/adjust-ulimits 2024-05-21T18:23:37.238 DEBUG:teuthology.orchestra.run.smithi016:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-05-21T18:23:37.291 DEBUG:teuthology.orchestra.run.smithi077:> set -ex 2024-05-21T18:23:37.291 DEBUG:teuthology.orchestra.run.smithi077:> sudo dd of=/usr/bin/adjust-ulimits 2024-05-21T18:23:37.305 DEBUG:teuthology.orchestra.run.smithi077:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-05-21T18:23:37.357 DEBUG:teuthology.orchestra.run.smithi134:> set -ex 2024-05-21T18:23:37.357 DEBUG:teuthology.orchestra.run.smithi134:> sudo dd of=/usr/bin/adjust-ulimits 2024-05-21T18:23:37.371 DEBUG:teuthology.orchestra.run.smithi134:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-05-21T18:23:37.428 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-05-21T18:23:37.428 DEBUG:teuthology.orchestra.run.smithi016:> set -ex 2024-05-21T18:23:37.428 DEBUG:teuthology.orchestra.run.smithi016:> sudo dd of=/usr/bin/stdin-killer 2024-05-21T18:23:37.442 DEBUG:teuthology.orchestra.run.smithi016:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-05-21T18:23:37.499 DEBUG:teuthology.orchestra.run.smithi077:> set -ex 2024-05-21T18:23:37.500 DEBUG:teuthology.orchestra.run.smithi077:> sudo dd of=/usr/bin/stdin-killer 2024-05-21T18:23:37.514 DEBUG:teuthology.orchestra.run.smithi077:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-05-21T18:23:37.570 DEBUG:teuthology.orchestra.run.smithi134:> set -ex 2024-05-21T18:23:37.570 DEBUG:teuthology.orchestra.run.smithi134:> sudo dd of=/usr/bin/stdin-killer 2024-05-21T18:23:37.583 DEBUG:teuthology.orchestra.run.smithi134:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-05-21T18:23:37.639 INFO:teuthology.run_tasks:Running task cephadm... 2024-05-21T18:23:37.731 INFO:tasks.cephadm:Config: {'conf': {'global': {'mon election default strategy': 1}, 'mgr': {'debug mgr': 20, 'debug ms': 1, 'mgr/cephadm/use_agent': False}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)', 'MON_DOWN', 'mons down', 'mon down', 'out of quorum', 'CEPHADM_STRAY_HOST', 'CEPHADM_STRAY_DAEMON'], 'log-only-match': ['CEPHADM_'], 'sha1': '9ef9bcfdb32ec4999d7ca025815290e8395c6ae7'} 2024-05-21T18:23:37.732 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9ef9bcfdb32ec4999d7ca025815290e8395c6ae7 2024-05-21T18:23:37.732 INFO:tasks.cephadm:Cluster fsid is 3de35fc8-179f-11ef-bc9a-c7b262605968 2024-05-21T18:23:37.732 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-05-21T18:23:37.732 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.16', 'mon.b': '172.21.15.77', 'mon.c': '172.21.15.134'} 2024-05-21T18:23:37.732 INFO:tasks.cephadm:First mon is mon.a on smithi016 2024-05-21T18:23:37.733 INFO:tasks.cephadm:First mgr is a 2024-05-21T18:23:37.733 INFO:tasks.cephadm:Normalizing hostnames... 2024-05-21T18:23:37.733 DEBUG:teuthology.orchestra.run.smithi016:> sudo hostname $(hostname -s) 2024-05-21T18:23:37.748 DEBUG:teuthology.orchestra.run.smithi077:> sudo hostname $(hostname -s) 2024-05-21T18:23:37.762 DEBUG:teuthology.orchestra.run.smithi134:> sudo hostname $(hostname -s) 2024-05-21T18:23:37.777 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-05-21T18:23:37.777 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=9ef9bcfdb32ec4999d7ca025815290e8395c6ae7 2024-05-21T18:23:37.998 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '9ef9bcfdb32ec4999d7ca025815290e8395c6ae7', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=jammy,DIST=jammy,MACHINE_SIZE=gigantic/79568/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-3870-g9ef9bcfd', 'node_name': '172.21.15.15+smithi015', 'job_name': 'ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=jammy,DIST=jammy,MACHINE_SIZE=gigantic', 'package_manager_version': '19.0.0-3870-g9ef9bcfd-1jammy'}, 'url': 'https://2.chacra.ceph.com/r/ceph/wip-yuri7-testing-2024-05-20-1227/9ef9bcfdb32ec4999d7ca025815290e8395c6ae7/ubuntu/jammy/flavors/default/', 'distro_codename': 'jammy', 'modified': '2024-05-21 00:09:50.905469', 'distro_version': '22.04', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-yuri7-testing-2024-05-20-1227', 'chacra_url': 'https://2.chacra.ceph.com/repos/ceph/wip-yuri7-testing-2024-05-20-1227/9ef9bcfdb32ec4999d7ca025815290e8395c6ae7/ubuntu/jammy/flavors/default/', 'archs': ['x86_64'], 'distro': 'ubuntu'}] 2024-05-21T18:23:38.139 INFO:tasks.util.chacra:got chacra host 2.chacra.ceph.com, ref wip-yuri7-testing-2024-05-20-1227, sha1 9ef9bcfdb32ec4999d7ca025815290e8395c6ae7 from https://shaman.ceph.com/api/search/?project=ceph&distros=ubuntu%2F22.04%2Fx86_64&flavor=default&sha1=9ef9bcfdb32ec4999d7ca025815290e8395c6ae7 2024-05-21T18:23:38.141 INFO:tasks.cephadm:Discovered cachra url: https://2.chacra.ceph.com/binaries/ceph/wip-yuri7-testing-2024-05-20-1227/9ef9bcfdb32ec4999d7ca025815290e8395c6ae7/ubuntu/jammy/x86_64/flavors/default/cephadm 2024-05-21T18:23:38.141 INFO:tasks.cephadm:Downloading cephadm from url: https://2.chacra.ceph.com/binaries/ceph/wip-yuri7-testing-2024-05-20-1227/9ef9bcfdb32ec4999d7ca025815290e8395c6ae7/ubuntu/jammy/x86_64/flavors/default/cephadm 2024-05-21T18:23:38.141 DEBUG:teuthology.orchestra.run.smithi016:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-yuri7-testing-2024-05-20-1227/9ef9bcfdb32ec4999d7ca025815290e8395c6ae7/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-05-21T18:23:38.689 INFO:teuthology.orchestra.run.smithi016.stdout:-rw-rw-r-- 1 ubuntu ubuntu 790366 May 21 18:23 /home/ubuntu/cephtest/cephadm 2024-05-21T18:23:38.689 DEBUG:teuthology.orchestra.run.smithi077:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-yuri7-testing-2024-05-20-1227/9ef9bcfdb32ec4999d7ca025815290e8395c6ae7/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-05-21T18:23:39.212 INFO:teuthology.orchestra.run.smithi077.stdout:-rw-rw-r-- 1 ubuntu ubuntu 790366 May 21 18:23 /home/ubuntu/cephtest/cephadm 2024-05-21T18:23:39.212 DEBUG:teuthology.orchestra.run.smithi134:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-yuri7-testing-2024-05-20-1227/9ef9bcfdb32ec4999d7ca025815290e8395c6ae7/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-05-21T18:23:39.728 INFO:teuthology.orchestra.run.smithi134.stdout:-rw-rw-r-- 1 ubuntu ubuntu 790366 May 21 18:23 /home/ubuntu/cephtest/cephadm 2024-05-21T18:23:39.729 DEBUG:teuthology.orchestra.run.smithi016:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-05-21T18:23:39.737 DEBUG:teuthology.orchestra.run.smithi077:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-05-21T18:23:39.744 DEBUG:teuthology.orchestra.run.smithi134:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-05-21T18:23:39.762 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9ef9bcfdb32ec4999d7ca025815290e8395c6ae7 on all hosts... 2024-05-21T18:23:39.762 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9ef9bcfdb32ec4999d7ca025815290e8395c6ae7 pull 2024-05-21T18:23:39.780 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9ef9bcfdb32ec4999d7ca025815290e8395c6ae7 pull 2024-05-21T18:23:39.791 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9ef9bcfdb32ec4999d7ca025815290e8395c6ae7 pull 2024-05-21T18:23:39.950 INFO:teuthology.orchestra.run.smithi016.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9ef9bcfdb32ec4999d7ca025815290e8395c6ae7... 2024-05-21T18:23:39.958 INFO:teuthology.orchestra.run.smithi077.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9ef9bcfdb32ec4999d7ca025815290e8395c6ae7... 2024-05-21T18:23:39.965 INFO:teuthology.orchestra.run.smithi134.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9ef9bcfdb32ec4999d7ca025815290e8395c6ae7... 2024-05-21T18:24:36.210 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-05-21T18:24:36.211 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph_version": "ceph version 19.0.0-3870-g9ef9bcfd (9ef9bcfdb32ec4999d7ca025815290e8395c6ae7) squid (dev)", 2024-05-21T18:24:36.211 INFO:teuthology.orchestra.run.smithi134.stdout: "image_id": "59e189dc67b1ad39675c23fe789757aaddb66cdd86efa86fcb3969fdec68f34e", 2024-05-21T18:24:36.211 INFO:teuthology.orchestra.run.smithi134.stdout: "repo_digests": [ 2024-05-21T18:24:36.211 INFO:teuthology.orchestra.run.smithi134.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:9d8a7d407e9c70065f046412e81a6ad86c5ccfb42f12eaa12575ce1434eedf6a" 2024-05-21T18:24:36.211 INFO:teuthology.orchestra.run.smithi134.stdout: ] 2024-05-21T18:24:36.211 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-05-21T18:24:55.403 INFO:teuthology.orchestra.run.smithi077.stdout:{ 2024-05-21T18:24:55.403 INFO:teuthology.orchestra.run.smithi077.stdout: "ceph_version": "ceph version 19.0.0-3870-g9ef9bcfd (9ef9bcfdb32ec4999d7ca025815290e8395c6ae7) squid (dev)", 2024-05-21T18:24:55.403 INFO:teuthology.orchestra.run.smithi077.stdout: "image_id": "59e189dc67b1ad39675c23fe789757aaddb66cdd86efa86fcb3969fdec68f34e", 2024-05-21T18:24:55.403 INFO:teuthology.orchestra.run.smithi077.stdout: "repo_digests": [ 2024-05-21T18:24:55.403 INFO:teuthology.orchestra.run.smithi077.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:9d8a7d407e9c70065f046412e81a6ad86c5ccfb42f12eaa12575ce1434eedf6a" 2024-05-21T18:24:55.403 INFO:teuthology.orchestra.run.smithi077.stdout: ] 2024-05-21T18:24:55.404 INFO:teuthology.orchestra.run.smithi077.stdout:} 2024-05-21T18:24:56.278 INFO:teuthology.orchestra.run.smithi016.stdout:{ 2024-05-21T18:24:56.278 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph_version": "ceph version 19.0.0-3870-g9ef9bcfd (9ef9bcfdb32ec4999d7ca025815290e8395c6ae7) squid (dev)", 2024-05-21T18:24:56.278 INFO:teuthology.orchestra.run.smithi016.stdout: "image_id": "59e189dc67b1ad39675c23fe789757aaddb66cdd86efa86fcb3969fdec68f34e", 2024-05-21T18:24:56.278 INFO:teuthology.orchestra.run.smithi016.stdout: "repo_digests": [ 2024-05-21T18:24:56.278 INFO:teuthology.orchestra.run.smithi016.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:9d8a7d407e9c70065f046412e81a6ad86c5ccfb42f12eaa12575ce1434eedf6a" 2024-05-21T18:24:56.279 INFO:teuthology.orchestra.run.smithi016.stdout: ] 2024-05-21T18:24:56.279 INFO:teuthology.orchestra.run.smithi016.stdout:} 2024-05-21T18:24:56.324 DEBUG:teuthology.orchestra.run.smithi016:> sudo mkdir -p /etc/ceph 2024-05-21T18:24:56.338 DEBUG:teuthology.orchestra.run.smithi077:> sudo mkdir -p /etc/ceph 2024-05-21T18:24:56.353 DEBUG:teuthology.orchestra.run.smithi134:> sudo mkdir -p /etc/ceph 2024-05-21T18:24:56.368 DEBUG:teuthology.orchestra.run.smithi016:> sudo chmod 777 /etc/ceph 2024-05-21T18:24:56.392 DEBUG:teuthology.orchestra.run.smithi077:> sudo chmod 777 /etc/ceph 2024-05-21T18:24:56.408 DEBUG:teuthology.orchestra.run.smithi134:> sudo chmod 777 /etc/ceph 2024-05-21T18:24:56.424 INFO:tasks.cephadm:Writing seed config... 2024-05-21T18:24:56.425 INFO:tasks.cephadm: override: [global] mon election default strategy = 1 2024-05-21T18:24:56.425 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-05-21T18:24:56.425 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-05-21T18:24:56.426 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = False 2024-05-21T18:24:56.426 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-05-21T18:24:56.426 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-05-21T18:24:56.426 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-05-21T18:24:56.426 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-05-21T18:24:56.426 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-05-21T18:24:56.427 DEBUG:teuthology.orchestra.run.smithi016:> set -ex 2024-05-21T18:24:56.427 DEBUG:teuthology.orchestra.run.smithi016:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-05-21T18:24:56.441 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 = 3de35fc8-179f-11ef-bc9a-c7b262605968 mon election default strategy = 1 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = true bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 mgr/cephadm/use_agent = False [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-05-21T18:24:56.442 DEBUG:teuthology.orchestra.run.smithi016:mon.a> sudo journalctl -f -n 0 -u ceph-3de35fc8-179f-11ef-bc9a-c7b262605968@mon.a.service 2024-05-21T18:24:56.485 DEBUG:teuthology.orchestra.run.smithi016:mgr.a> sudo journalctl -f -n 0 -u ceph-3de35fc8-179f-11ef-bc9a-c7b262605968@mgr.a.service 2024-05-21T18:24:56.528 INFO:tasks.cephadm:Bootstrapping... 2024-05-21T18:24:56.529 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9ef9bcfdb32ec4999d7ca025815290e8395c6ae7 -v bootstrap --fsid 3de35fc8-179f-11ef-bc9a-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.16 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-05-21T18:24:56.745 INFO:teuthology.orchestra.run.smithi016.stdout:-------------------------------------------------------------------------------- 2024-05-21T18:24:56.746 INFO:teuthology.orchestra.run.smithi016.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9ef9bcfdb32ec4999d7ca025815290e8395c6ae7', '-v', 'bootstrap', '--fsid', '3de35fc8-179f-11ef-bc9a-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.16', '--skip-admin-label'] 2024-05-21T18:24:56.746 INFO:teuthology.orchestra.run.smithi016.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-05-21T18:24:56.746 INFO:teuthology.orchestra.run.smithi016.stdout:Verifying podman|docker is present... 2024-05-21T18:24:56.747 INFO:teuthology.orchestra.run.smithi016.stdout:Verifying lvm2 is present... 2024-05-21T18:24:56.747 INFO:teuthology.orchestra.run.smithi016.stdout:Verifying time synchronization is in place... 2024-05-21T18:24:56.753 INFO:teuthology.orchestra.run.smithi016.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-05-21T18:24:56.753 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-05-21T18:24:56.757 INFO:teuthology.orchestra.run.smithi016.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-05-21T18:24:56.757 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stdout inactive 2024-05-21T18:24:56.761 INFO:teuthology.orchestra.run.smithi016.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-05-21T18:24:56.761 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-05-21T18:24:56.765 INFO:teuthology.orchestra.run.smithi016.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-05-21T18:24:56.765 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stdout inactive 2024-05-21T18:24:56.768 INFO:teuthology.orchestra.run.smithi016.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-05-21T18:24:56.769 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stdout masked 2024-05-21T18:24:56.772 INFO:teuthology.orchestra.run.smithi016.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-05-21T18:24:56.772 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stdout inactive 2024-05-21T18:24:56.776 INFO:teuthology.orchestra.run.smithi016.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-05-21T18:24:56.776 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-05-21T18:24:56.780 INFO:teuthology.orchestra.run.smithi016.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-05-21T18:24:56.780 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stdout inactive 2024-05-21T18:24:56.784 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stdout enabled 2024-05-21T18:24:56.787 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stdout active 2024-05-21T18:24:56.787 INFO:teuthology.orchestra.run.smithi016.stdout:Unit ntp.service is enabled and running 2024-05-21T18:24:56.787 INFO:teuthology.orchestra.run.smithi016.stdout:Repeating the final host check... 2024-05-21T18:24:56.787 INFO:teuthology.orchestra.run.smithi016.stdout:docker (/usr/bin/docker) is present 2024-05-21T18:24:56.787 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl is present 2024-05-21T18:24:56.787 INFO:teuthology.orchestra.run.smithi016.stdout:lvcreate is present 2024-05-21T18:24:56.791 INFO:teuthology.orchestra.run.smithi016.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-05-21T18:24:56.791 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-05-21T18:24:56.794 INFO:teuthology.orchestra.run.smithi016.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-05-21T18:24:56.794 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stdout inactive 2024-05-21T18:24:56.797 INFO:teuthology.orchestra.run.smithi016.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-05-21T18:24:56.797 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-05-21T18:24:56.801 INFO:teuthology.orchestra.run.smithi016.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-05-21T18:24:56.801 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stdout inactive 2024-05-21T18:24:56.804 INFO:teuthology.orchestra.run.smithi016.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-05-21T18:24:56.804 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stdout masked 2024-05-21T18:24:56.807 INFO:teuthology.orchestra.run.smithi016.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-05-21T18:24:56.807 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stdout inactive 2024-05-21T18:24:56.811 INFO:teuthology.orchestra.run.smithi016.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-05-21T18:24:56.811 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-05-21T18:24:56.815 INFO:teuthology.orchestra.run.smithi016.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-05-21T18:24:56.815 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stdout inactive 2024-05-21T18:24:56.818 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stdout enabled 2024-05-21T18:24:56.821 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stdout active 2024-05-21T18:24:56.822 INFO:teuthology.orchestra.run.smithi016.stdout:Unit ntp.service is enabled and running 2024-05-21T18:24:56.822 INFO:teuthology.orchestra.run.smithi016.stdout:Host looks OK 2024-05-21T18:24:56.822 INFO:teuthology.orchestra.run.smithi016.stdout:Cluster fsid: 3de35fc8-179f-11ef-bc9a-c7b262605968 2024-05-21T18:24:56.822 INFO:teuthology.orchestra.run.smithi016.stdout:Acquiring lock 139988012659664 on /run/cephadm/3de35fc8-179f-11ef-bc9a-c7b262605968.lock 2024-05-21T18:24:56.822 INFO:teuthology.orchestra.run.smithi016.stdout:Lock 139988012659664 acquired on /run/cephadm/3de35fc8-179f-11ef-bc9a-c7b262605968.lock 2024-05-21T18:24:56.822 INFO:teuthology.orchestra.run.smithi016.stdout:Verifying IP 172.21.15.16 port 3300 ... 2024-05-21T18:24:56.822 INFO:teuthology.orchestra.run.smithi016.stdout:Verifying IP 172.21.15.16 port 6789 ... 2024-05-21T18:24:56.822 INFO:teuthology.orchestra.run.smithi016.stdout:Base mon IP(s) is [172.21.15.16:3300, 172.21.15.16:6789], mon addrv is [v2:172.21.15.16:3300,v1:172.21.15.16:6789] 2024-05-21T18:24:56.824 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev ens1f0 2024-05-21T18:24:56.824 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/sbin/ip: stdout 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-05-21T18:24:56.824 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/sbin/ip: stdout 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.16 2024-05-21T18:24:56.826 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-05-21T18:24:56.826 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/sbin/ip: stdout fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2024-05-21T18:24:56.827 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1794sec hoplimit 64 pref medium 2024-05-21T18:24:56.829 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-05-21T18:24:56.829 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/sbin/ip: stdout inet6 ::1/128 scope host 2024-05-21T18:24:56.829 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-05-21T18:24:56.829 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/sbin/ip: stdout 4: ens1f0: mtu 1500 state UP qlen 1000 2024-05-21T18:24:56.829 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/sbin/ip: stdout inet6 fe80::ec4:7aff:febd:1564/64 scope link 2024-05-21T18:24:56.829 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-05-21T18:24:56.830 INFO:teuthology.orchestra.run.smithi016.stdout:Mon IP `172.21.15.16` is in CIDR network `172.21.0.0/20` 2024-05-21T18:24:56.830 INFO:teuthology.orchestra.run.smithi016.stdout:Mon IP `172.21.15.16` is in CIDR network `172.21.0.0/20` 2024-05-21T18:24:56.830 INFO:teuthology.orchestra.run.smithi016.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-05-21T18:24:56.830 INFO:teuthology.orchestra.run.smithi016.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-05-21T18:24:56.830 INFO:teuthology.orchestra.run.smithi016.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9ef9bcfdb32ec4999d7ca025815290e8395c6ae7... 2024-05-21T18:24:57.132 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/docker: stdout 9ef9bcfdb32ec4999d7ca025815290e8395c6ae7: Pulling from ceph-ci/ceph 2024-05-21T18:24:57.132 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/docker: stdout Digest: sha256:9d8a7d407e9c70065f046412e81a6ad86c5ccfb42f12eaa12575ce1434eedf6a 2024-05-21T18:24:57.132 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/docker: stdout Status: Image is up to date for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9ef9bcfdb32ec4999d7ca025815290e8395c6ae7 2024-05-21T18:24:57.132 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/docker: stdout quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9ef9bcfdb32ec4999d7ca025815290e8395c6ae7 2024-05-21T18:24:58.461 INFO:teuthology.orchestra.run.smithi016.stdout:ceph: stdout ceph version 19.0.0-3870-g9ef9bcfd (9ef9bcfdb32ec4999d7ca025815290e8395c6ae7) squid (dev) 2024-05-21T18:24:58.462 INFO:teuthology.orchestra.run.smithi016.stdout:Ceph version: ceph version 19.0.0-3870-g9ef9bcfd (9ef9bcfdb32ec4999d7ca025815290e8395c6ae7) squid (dev) 2024-05-21T18:24:58.462 INFO:teuthology.orchestra.run.smithi016.stdout:Extracting ceph user uid/gid from container image... 2024-05-21T18:24:59.665 INFO:teuthology.orchestra.run.smithi016.stdout:stat: stdout 167 167 2024-05-21T18:24:59.666 INFO:teuthology.orchestra.run.smithi016.stdout:Creating initial keys... 2024-05-21T18:25:00.937 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-authtool: stdout AQD85kxmM+NZFhAAGh+9osy7FnnDP8mE2sJixw== 2024-05-21T18:25:02.091 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-authtool: stdout AQD95kxm9v2tIxAA5fKBJKHaz9ekLb8fdE2/PQ== 2024-05-21T18:25:03.305 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-authtool: stdout AQD+5kxmOmWaLxAAlLvFv28mgh4i2+6yzeS4HA== 2024-05-21T18:25:03.306 INFO:teuthology.orchestra.run.smithi016.stdout:Creating initial monmap... 2024-05-21T18:25:04.502 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-05-21T18:25:04.502 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-05-21T18:25:04.502 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 3de35fc8-179f-11ef-bc9a-c7b262605968 2024-05-21T18:25:04.502 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-05-21T18:25:04.502 INFO:teuthology.orchestra.run.smithi016.stdout:monmaptool for a [v2:172.21.15.16:3300,v1:172.21.15.16:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-05-21T18:25:04.502 INFO:teuthology.orchestra.run.smithi016.stdout:setting min_mon_release = quincy 2024-05-21T18:25:04.502 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/monmaptool: set fsid to 3de35fc8-179f-11ef-bc9a-c7b262605968 2024-05-21T18:25:04.502 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-05-21T18:25:04.502 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-05-21T18:25:04.503 INFO:teuthology.orchestra.run.smithi016.stdout:Creating mon... 2024-05-21T18:25:05.732 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.196+0000 7f47ba2b3c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-05-21T18:25:05.732 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.196+0000 7f47ba2b3c80 1 imported monmap: 2024-05-21T18:25:05.732 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr epoch 0 2024-05-21T18:25:05.732 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr fsid 3de35fc8-179f-11ef-bc9a-c7b262605968 2024-05-21T18:25:05.732 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr last_changed 2024-05-21T18:25:04.037585+0000 2024-05-21T18:25:05.732 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr created 2024-05-21T18:25:04.037585+0000 2024-05-21T18:25:05.732 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr min_mon_release 17 (quincy) 2024-05-21T18:25:05.732 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr election_strategy: 1 2024-05-21T18:25:05.732 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr 0: [v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0] mon.a 2024-05-21T18:25:05.732 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr 2024-05-21T18:25:05.737 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.196+0000 7f47ba2b3c80 0 /usr/bin/ceph-mon: set fsid to 3de35fc8-179f-11ef-bc9a-c7b262605968 2024-05-21T18:25:05.737 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: RocksDB version: 7.9.2 2024-05-21T18:25:05.737 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr 2024-05-21T18:25:05.737 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Git sha 0 2024-05-21T18:25:05.737 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Compile date 2024-05-20 20:21:42 2024-05-21T18:25:05.737 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: DB SUMMARY 2024-05-21T18:25:05.737 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr 2024-05-21T18:25:05.737 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: DB Session ID: RJNN5F2S44UUQ7ZDGE6E 2024-05-21T18:25:05.737 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr 2024-05-21T18:25:05.738 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 0, files: 2024-05-21T18:25:05.738 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr 2024-05-21T18:25:05.738 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 2024-05-21T18:25:05.738 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr 2024-05-21T18:25:05.738 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.error_if_exists: 0 2024-05-21T18:25:05.738 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.create_if_missing: 1 2024-05-21T18:25:05.738 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.paranoid_checks: 1 2024-05-21T18:25:05.738 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-05-21T18:25:05.738 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-05-21T18:25:05.738 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-05-21T18:25:05.738 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.env: 0x561a78067cc0 2024-05-21T18:25:05.738 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.fs: PosixFileSystem 2024-05-21T18:25:05.738 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.info_log: 0x561a78c8f040 2024-05-21T18:25:05.739 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-05-21T18:25:05.739 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.statistics: (nil) 2024-05-21T18:25:05.739 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.use_fsync: 0 2024-05-21T18:25:05.739 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.max_log_file_size: 0 2024-05-21T18:25:05.739 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-05-21T18:25:05.739 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-05-21T18:25:05.739 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-05-21T18:25:05.739 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-05-21T18:25:05.739 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.allow_fallocate: 1 2024-05-21T18:25:05.739 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-05-21T18:25:05.739 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-05-21T18:25:05.739 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.use_direct_reads: 0 2024-05-21T18:25:05.740 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-05-21T18:25:05.740 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.create_missing_column_families: 0 2024-05-21T18:25:05.740 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.db_log_dir: 2024-05-21T18:25:05.740 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.wal_dir: 2024-05-21T18:25:05.740 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-05-21T18:25:05.740 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-05-21T18:25:05.740 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-05-21T18:25:05.750 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-05-21T18:25:05.750 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-05-21T18:25:05.750 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-05-21T18:25:05.750 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.advise_random_on_open: 1 2024-05-21T18:25:05.750 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-05-21T18:25:05.750 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.write_buffer_manager: 0x561a78c60aa0 2024-05-21T18:25:05.750 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-05-21T18:25:05.750 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-05-21T18:25:05.751 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-05-21T18:25:05.751 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.rate_limiter: (nil) 2024-05-21T18:25:05.751 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-05-21T18:25:05.751 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-05-21T18:25:05.751 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-05-21T18:25:05.751 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-05-21T18:25:05.751 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.unordered_write: 0 2024-05-21T18:25:05.751 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-05-21T18:25:05.751 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-05-21T18:25:05.751 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-05-21T18:25:05.751 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-05-21T18:25:05.751 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.row_cache: None 2024-05-21T18:25:05.751 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.wal_filter: None 2024-05-21T18:25:05.752 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-05-21T18:25:05.752 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-05-21T18:25:05.752 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.two_write_queues: 0 2024-05-21T18:25:05.752 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.manual_wal_flush: 0 2024-05-21T18:25:05.752 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.wal_compression: 0 2024-05-21T18:25:05.752 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.atomic_flush: 0 2024-05-21T18:25:05.752 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-05-21T18:25:05.752 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-05-21T18:25:05.752 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-05-21T18:25:05.752 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.log_readahead_size: 0 2024-05-21T18:25:05.752 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-05-21T18:25:05.752 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-05-21T18:25:05.752 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-05-21T18:25:05.753 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-05-21T18:25:05.753 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-05-21T18:25:05.753 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-05-21T18:25:05.753 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-05-21T18:25:05.753 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.max_background_jobs: 2 2024-05-21T18:25:05.753 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.max_background_compactions: -1 2024-05-21T18:25:05.753 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.max_subcompactions: 1 2024-05-21T18:25:05.753 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-05-21T18:25:05.753 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-05-21T18:25:05.753 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-05-21T18:25:05.753 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.max_total_wal_size: 0 2024-05-21T18:25:05.753 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-05-21T18:25:05.753 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-05-21T18:25:05.754 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-05-21T18:25:05.754 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-05-21T18:25:05.754 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.max_open_files: -1 2024-05-21T18:25:05.754 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.bytes_per_sync: 0 2024-05-21T18:25:05.754 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-05-21T18:25:05.754 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-05-21T18:25:05.754 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-05-21T18:25:05.754 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.max_background_flushes: -1 2024-05-21T18:25:05.754 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Compression algorithms supported: 2024-05-21T18:25:05.754 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-05-21T18:25:05.754 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: kZSTD supported: 0 2024-05-21T18:25:05.754 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: kXpressCompression supported: 0 2024-05-21T18:25:05.754 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-05-21T18:25:05.755 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: kZlibCompression supported: 1 2024-05-21T18:25:05.755 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: kSnappyCompression supported: 1 2024-05-21T18:25:05.755 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: kLZ4Compression supported: 1 2024-05-21T18:25:05.755 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: kBZip2Compression supported: 0 2024-05-21T18:25:05.755 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-05-21T18:25:05.755 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-05-21T18:25:05.755 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: [db/db_impl/db_impl_open.cc:317] Creating manifest 1 2024-05-21T18:25:05.755 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr 2024-05-21T18:25:05.755 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 2024-05-21T18:25:05.755 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr 2024-05-21T18:25:05.755 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-05-21T18:25:05.755 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr 2024-05-21T18:25:05.755 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-05-21T18:25:05.756 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.merge_operator: 2024-05-21T18:25:05.756 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.compaction_filter: None 2024-05-21T18:25:05.756 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.compaction_filter_factory: None 2024-05-21T18:25:05.756 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-05-21T18:25:05.756 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-05-21T18:25:05.756 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-05-21T18:25:05.756 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x561a78c8f200) 2024-05-21T18:25:05.756 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks: 1 2024-05-21T18:25:05.756 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks_with_high_priority: 0 2024-05-21T18:25:05.756 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr pin_l0_filter_and_index_blocks_in_cache: 0 2024-05-21T18:25:05.756 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr pin_top_level_index_and_filter: 1 2024-05-21T18:25:05.756 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr index_type: 0 2024-05-21T18:25:05.756 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr data_block_index_type: 0 2024-05-21T18:25:05.756 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr index_shortening: 1 2024-05-21T18:25:05.757 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr data_block_hash_table_util_ratio: 0.750000 2024-05-21T18:25:05.757 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr checksum: 4 2024-05-21T18:25:05.757 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr no_block_cache: 0 2024-05-21T18:25:05.757 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr block_cache: 0x561a78c931f0 2024-05-21T18:25:05.757 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr block_cache_name: BinnedLRUCache 2024-05-21T18:25:05.757 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr block_cache_options: 2024-05-21T18:25:05.757 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr capacity : 536870912 2024-05-21T18:25:05.757 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr num_shard_bits : 4 2024-05-21T18:25:05.757 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr strict_capacity_limit : 0 2024-05-21T18:25:05.757 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr high_pri_pool_ratio: 0.000 2024-05-21T18:25:05.757 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr block_cache_compressed: (nil) 2024-05-21T18:25:05.757 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr persistent_cache: (nil) 2024-05-21T18:25:05.757 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr block_size: 4096 2024-05-21T18:25:05.757 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr block_size_deviation: 10 2024-05-21T18:25:05.758 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr block_restart_interval: 16 2024-05-21T18:25:05.758 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr index_block_restart_interval: 1 2024-05-21T18:25:05.758 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr metadata_block_size: 4096 2024-05-21T18:25:05.758 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr partition_filters: 0 2024-05-21T18:25:05.758 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr use_delta_encoding: 1 2024-05-21T18:25:05.758 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr filter_policy: bloomfilter 2024-05-21T18:25:05.772 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr whole_key_filtering: 1 2024-05-21T18:25:05.772 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr verify_compression: 0 2024-05-21T18:25:05.772 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr read_amp_bytes_per_bit: 0 2024-05-21T18:25:05.772 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr format_version: 5 2024-05-21T18:25:05.772 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr enable_index_compression: 1 2024-05-21T18:25:05.772 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr block_align: 0 2024-05-21T18:25:05.772 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr max_auto_readahead_size: 262144 2024-05-21T18:25:05.772 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr prepopulate_block_cache: 0 2024-05-21T18:25:05.772 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr initial_auto_readahead_size: 8192 2024-05-21T18:25:05.772 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr num_file_reads_for_auto_readahead: 2 2024-05-21T18:25:05.772 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr 2024-05-21T18:25:05.773 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-05-21T18:25:05.773 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-05-21T18:25:05.773 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.compression: NoCompression 2024-05-21T18:25:05.773 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-05-21T18:25:05.773 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-05-21T18:25:05.773 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-05-21T18:25:05.773 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.num_levels: 7 2024-05-21T18:25:05.773 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-05-21T18:25:05.773 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-05-21T18:25:05.773 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-05-21T18:25:05.773 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-05-21T18:25:05.773 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-05-21T18:25:05.773 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-05-21T18:25:05.773 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-05-21T18:25:05.774 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-05-21T18:25:05.774 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-05-21T18:25:05.774 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-05-21T18:25:05.774 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-05-21T18:25:05.774 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-05-21T18:25:05.774 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-05-21T18:25:05.774 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.compression_opts.level: 32767 2024-05-21T18:25:05.774 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-05-21T18:25:05.774 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-05-21T18:25:05.774 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-05-21T18:25:05.774 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-05-21T18:25:05.774 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-05-21T18:25:05.775 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.compression_opts.enabled: false 2024-05-21T18:25:05.775 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-05-21T18:25:05.775 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-05-21T18:25:05.775 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-05-21T18:25:05.775 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-05-21T18:25:05.775 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-05-21T18:25:05.775 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-05-21T18:25:05.775 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-05-21T18:25:05.775 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-05-21T18:25:05.775 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-05-21T18:25:05.775 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-05-21T18:25:05.775 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-05-21T18:25:05.775 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-05-21T18:25:05.776 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-05-21T18:25:05.776 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-05-21T18:25:05.776 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-05-21T18:25:05.776 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-05-21T18:25:05.776 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-05-21T18:25:05.776 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-05-21T18:25:05.776 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-05-21T18:25:05.776 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.arena_block_size: 1048576 2024-05-21T18:25:05.776 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-05-21T18:25:05.776 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-05-21T18:25:05.776 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-05-21T18:25:05.776 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-05-21T18:25:05.776 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-05-21T18:25:05.776 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-05-21T18:25:05.777 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-05-21T18:25:05.777 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-05-21T18:25:05.777 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-05-21T18:25:05.777 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-05-21T18:25:05.777 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-05-21T18:25:05.777 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-05-21T18:25:05.777 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-05-21T18:25:05.777 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-05-21T18:25:05.777 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.inplace_update_support: 0 2024-05-21T18:25:05.777 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-05-21T18:25:05.777 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-05-21T18:25:05.777 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-05-21T18:25:05.777 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-05-21T18:25:05.778 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.bloom_locality: 0 2024-05-21T18:25:05.778 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.max_successive_merges: 0 2024-05-21T18:25:05.778 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-05-21T18:25:05.778 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-05-21T18:25:05.778 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.force_consistency_checks: 1 2024-05-21T18:25:05.778 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-05-21T18:25:05.778 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.ttl: 2592000 2024-05-21T18:25:05.778 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-05-21T18:25:05.778 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-05-21T18:25:05.778 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-05-21T18:25:05.778 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.enable_blob_files: false 2024-05-21T18:25:05.778 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.min_blob_size: 0 2024-05-21T18:25:05.778 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.blob_file_size: 268435456 2024-05-21T18:25:05.778 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-05-21T18:25:05.779 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-05-21T18:25:05.779 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-05-21T18:25:05.779 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-05-21T18:25:05.779 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-05-21T18:25:05.779 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-05-21T18:25:05.779 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-05-21T18:25:05.779 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-05-21T18:25:05.779 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr 2024-05-21T18:25:05.779 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-05-21T18:25:05.779 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr 2024-05-21T18:25:05.779 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: e67aa1ea-cb66-409a-a04b-deaf97f4d239 2024-05-21T18:25:05.779 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr 2024-05-21T18:25:05.779 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.200+0000 7f47ba2b3c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 5 2024-05-21T18:25:05.780 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr 2024-05-21T18:25:05.780 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.204+0000 7f47ba2b3c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x561a78d8a000 2024-05-21T18:25:05.780 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.204+0000 7f47ba2b3c80 4 rocksdb: DB pointer 0x561a78d7a000 2024-05-21T18:25:05.780 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.204+0000 7f47aa410700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-05-21T18:25:05.780 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.204+0000 7f47aa410700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-05-21T18:25:05.780 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr ** DB Stats ** 2024-05-21T18:25:05.780 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-05-21T18:25:05.780 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-05-21T18:25:05.780 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-05-21T18:25:05.780 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-05-21T18:25:05.781 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-05-21T18:25:05.781 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-05-21T18:25:05.781 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-05-21T18:25:05.781 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr 2024-05-21T18:25:05.781 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-05-21T18:25:05.781 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-05-21T18:25:05.781 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-05-21T18:25:05.781 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 0.0 0.0 2024-05-21T18:25:05.781 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 0.0 0.0 2024-05-21T18:25:05.781 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr 2024-05-21T18:25:05.781 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-05-21T18:25:05.781 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-05-21T18:25:05.781 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-05-21T18:25:05.782 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr 2024-05-21T18:25:05.782 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-05-21T18:25:05.782 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr 2024-05-21T18:25:05.782 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-05-21T18:25:05.782 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr Flush(GB): cumulative 0.000, interval 0.000 2024-05-21T18:25:05.782 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr AddFile(GB): cumulative 0.000, interval 0.000 2024-05-21T18:25:05.782 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr AddFile(Total Files): cumulative 0, interval 0 2024-05-21T18:25:05.782 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr AddFile(L0 Files): cumulative 0, interval 0 2024-05-21T18:25:05.782 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr AddFile(Keys): cumulative 0, interval 0 2024-05-21T18:25:05.782 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-05-21T18:25:05.782 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-05-21T18:25:05.782 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-05-21T18:25:05.782 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr Block cache BinnedLRUCache@0x561a78c931f0#7 capacity: 512.00 MB usage: 0.00 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.2e-05 secs_since: 0 2024-05-21T18:25:05.782 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr Block cache entry stats(count,size,portion): Misc(1,0.00 KB,0%) 2024-05-21T18:25:05.783 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr 2024-05-21T18:25:05.783 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr ** File Read Latency Histogram By Level [default] ** 2024-05-21T18:25:05.783 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr 2024-05-21T18:25:05.783 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.204+0000 7f47ba2b3c80 4 rocksdb: [db/db_impl/db_impl.cc:496] Shutdown: canceling all background work 2024-05-21T18:25:05.783 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.204+0000 7f47ba2b3c80 4 rocksdb: [db/db_impl/db_impl.cc:704] Shutdown complete 2024-05-21T18:25:05.783 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-21T18:25:05.204+0000 7f47ba2b3c80 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-a for mon.a 2024-05-21T18:25:05.783 INFO:teuthology.orchestra.run.smithi016.stdout:create mon.a on 2024-05-21T18:25:06.060 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stderr Removed /etc/systemd/system/multi-user.target.wants/ceph.target. 2024-05-21T18:25:06.263 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2024-05-21T18:25:06.495 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-3de35fc8-179f-11ef-bc9a-c7b262605968.target -> /etc/systemd/system/ceph-3de35fc8-179f-11ef-bc9a-c7b262605968.target. 2024-05-21T18:25:06.495 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-3de35fc8-179f-11ef-bc9a-c7b262605968.target -> /etc/systemd/system/ceph-3de35fc8-179f-11ef-bc9a-c7b262605968.target. 2024-05-21T18:25:06.786 INFO:teuthology.orchestra.run.smithi016.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-3de35fc8-179f-11ef-bc9a-c7b262605968@mon.a 2024-05-21T18:25:06.787 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stderr Failed to reset failed state of unit ceph-3de35fc8-179f-11ef-bc9a-c7b262605968@mon.a.service: Unit ceph-3de35fc8-179f-11ef-bc9a-c7b262605968@mon.a.service not loaded. 2024-05-21T18:25:06.996 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-3de35fc8-179f-11ef-bc9a-c7b262605968.target.wants/ceph-3de35fc8-179f-11ef-bc9a-c7b262605968@mon.a.service -> /etc/systemd/system/ceph-3de35fc8-179f-11ef-bc9a-c7b262605968@.service. 2024-05-21T18:25:07.006 INFO:teuthology.orchestra.run.smithi016.stdout:firewalld does not appear to be present 2024-05-21T18:25:07.007 INFO:teuthology.orchestra.run.smithi016.stdout:Not possible to enable service . firewalld.service is not available 2024-05-21T18:25:07.007 INFO:teuthology.orchestra.run.smithi016.stdout:Waiting for mon to start... 2024-05-21T18:25:07.007 INFO:teuthology.orchestra.run.smithi016.stdout:Waiting for mon... 2024-05-21T18:25:08.356 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:08 smithi016 bash[21374]: cluster 2024-05-21T18:25:08.176302+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-05-21T18:25:09.100 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout cluster: 2024-05-21T18:25:09.100 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout id: 3de35fc8-179f-11ef-bc9a-c7b262605968 2024-05-21T18:25:09.101 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-05-21T18:25:09.101 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout 2024-05-21T18:25:09.101 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout services: 2024-05-21T18:25:09.101 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.340359s) 2024-05-21T18:25:09.101 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-05-21T18:25:09.101 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-05-21T18:25:09.101 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout 2024-05-21T18:25:09.101 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout data: 2024-05-21T18:25:09.101 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-05-21T18:25:09.101 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-05-21T18:25:09.101 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-05-21T18:25:09.101 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout pgs: 2024-05-21T18:25:09.102 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout 2024-05-21T18:25:09.102 INFO:teuthology.orchestra.run.smithi016.stdout:mon is available 2024-05-21T18:25:09.102 INFO:teuthology.orchestra.run.smithi016.stdout:Assimilating anything we can from ceph.conf... 2024-05-21T18:25:09.607 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:09 smithi016 bash[21374]: cluster 2024-05-21T18:25:08.203117+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-05-21T18:25:09.607 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:09 smithi016 bash[21374]: cluster 2024-05-21T18:25:08.203117+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-05-21T18:25:09.608 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:09 smithi016 bash[21374]: cluster 2024-05-21T18:25:08.203320+0000 mon.a (mon.0) 3 : cluster [DBG] monmap epoch 1 2024-05-21T18:25:09.608 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:09 smithi016 bash[21374]: cluster 2024-05-21T18:25:08.203320+0000 mon.a (mon.0) 3 : cluster [DBG] monmap epoch 1 2024-05-21T18:25:09.608 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:09 smithi016 bash[21374]: cluster 2024-05-21T18:25:08.203338+0000 mon.a (mon.0) 4 : cluster [DBG] fsid 3de35fc8-179f-11ef-bc9a-c7b262605968 2024-05-21T18:25:09.608 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:09 smithi016 bash[21374]: cluster 2024-05-21T18:25:08.203338+0000 mon.a (mon.0) 4 : cluster [DBG] fsid 3de35fc8-179f-11ef-bc9a-c7b262605968 2024-05-21T18:25:09.609 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:09 smithi016 bash[21374]: cluster 2024-05-21T18:25:08.203352+0000 mon.a (mon.0) 5 : cluster [DBG] last_changed 2024-05-21T18:25:04.037585+0000 2024-05-21T18:25:09.609 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:09 smithi016 bash[21374]: cluster 2024-05-21T18:25:08.203352+0000 mon.a (mon.0) 5 : cluster [DBG] last_changed 2024-05-21T18:25:04.037585+0000 2024-05-21T18:25:09.609 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:09 smithi016 bash[21374]: cluster 2024-05-21T18:25:08.203367+0000 mon.a (mon.0) 6 : cluster [DBG] created 2024-05-21T18:25:04.037585+0000 2024-05-21T18:25:09.609 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:09 smithi016 bash[21374]: cluster 2024-05-21T18:25:08.203367+0000 mon.a (mon.0) 6 : cluster [DBG] created 2024-05-21T18:25:04.037585+0000 2024-05-21T18:25:09.609 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:09 smithi016 bash[21374]: cluster 2024-05-21T18:25:08.203383+0000 mon.a (mon.0) 7 : cluster [DBG] min_mon_release 19 (squid) 2024-05-21T18:25:09.609 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:09 smithi016 bash[21374]: cluster 2024-05-21T18:25:08.203383+0000 mon.a (mon.0) 7 : cluster [DBG] min_mon_release 19 (squid) 2024-05-21T18:25:09.609 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:09 smithi016 bash[21374]: cluster 2024-05-21T18:25:08.203397+0000 mon.a (mon.0) 8 : cluster [DBG] election_strategy: 1 2024-05-21T18:25:09.610 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:09 smithi016 bash[21374]: cluster 2024-05-21T18:25:08.203397+0000 mon.a (mon.0) 8 : cluster [DBG] election_strategy: 1 2024-05-21T18:25:09.610 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:09 smithi016 bash[21374]: cluster 2024-05-21T18:25:08.203414+0000 mon.a (mon.0) 9 : cluster [DBG] 0: [v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0] mon.a 2024-05-21T18:25:09.610 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:09 smithi016 bash[21374]: cluster 2024-05-21T18:25:08.203414+0000 mon.a (mon.0) 9 : cluster [DBG] 0: [v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0] mon.a 2024-05-21T18:25:09.610 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:09 smithi016 bash[21374]: cluster 2024-05-21T18:25:08.206179+0000 mon.a (mon.0) 10 : cluster [DBG] fsmap 2024-05-21T18:25:09.610 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:09 smithi016 bash[21374]: cluster 2024-05-21T18:25:08.206179+0000 mon.a (mon.0) 10 : cluster [DBG] fsmap 2024-05-21T18:25:09.610 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:09 smithi016 bash[21374]: cluster 2024-05-21T18:25:08.208701+0000 mon.a (mon.0) 11 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-05-21T18:25:09.611 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:09 smithi016 bash[21374]: cluster 2024-05-21T18:25:08.208701+0000 mon.a (mon.0) 11 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-05-21T18:25:09.611 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:09 smithi016 bash[21374]: cluster 2024-05-21T18:25:08.209344+0000 mon.a (mon.0) 12 : cluster [DBG] mgrmap e1: no daemons active 2024-05-21T18:25:09.611 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:09 smithi016 bash[21374]: cluster 2024-05-21T18:25:08.209344+0000 mon.a (mon.0) 12 : cluster [DBG] mgrmap e1: no daemons active 2024-05-21T18:25:09.611 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:09 smithi016 bash[21374]: audit 2024-05-21T18:25:08.543392+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.16:0/1341398054' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-05-21T18:25:09.611 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:09 smithi016 bash[21374]: audit 2024-05-21T18:25:08.543392+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.16:0/1341398054' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-05-21T18:25:10.356 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:10 smithi016 bash[21374]: audit 2024-05-21T18:25:10.043635+0000 mon.a (mon.0) 14 : audit [INF] from='client.? 172.21.15.16:0/306574445' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-05-21T18:25:10.356 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:10 smithi016 bash[21374]: audit 2024-05-21T18:25:10.043635+0000 mon.a (mon.0) 14 : audit [INF] from='client.? 172.21.15.16:0/306574445' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-05-21T18:25:10.356 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:10 smithi016 bash[21374]: audit 2024-05-21T18:25:10.048745+0000 mon.a (mon.0) 15 : audit [INF] from='client.? 172.21.15.16:0/306574445' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-05-21T18:25:10.357 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:10 smithi016 bash[21374]: audit 2024-05-21T18:25:10.048745+0000 mon.a (mon.0) 15 : audit [INF] from='client.? 172.21.15.16:0/306574445' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-05-21T18:25:10.614 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout 2024-05-21T18:25:10.614 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout [global] 2024-05-21T18:25:10.614 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout fsid = 3de35fc8-179f-11ef-bc9a-c7b262605968 2024-05-21T18:25:10.614 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-05-21T18:25:10.614 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.16:3300,v1:172.21.15.16:6789] 2024-05-21T18:25:10.614 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-05-21T18:25:10.614 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-05-21T18:25:10.615 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-05-21T18:25:10.615 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-05-21T18:25:10.615 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout 2024-05-21T18:25:10.615 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout [mgr] 2024-05-21T18:25:10.615 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = False 2024-05-21T18:25:10.615 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-05-21T18:25:10.615 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout 2024-05-21T18:25:10.615 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout [osd] 2024-05-21T18:25:10.615 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-05-21T18:25:10.615 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-05-21T18:25:10.615 INFO:teuthology.orchestra.run.smithi016.stdout:Generating new minimal ceph.conf... 2024-05-21T18:25:11.856 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:11 smithi016 bash[21374]: audit 2024-05-21T18:25:11.509124+0000 mon.a (mon.0) 16 : audit [DBG] from='client.? 172.21.15.16:0/395348067' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:25:11.856 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:11 smithi016 bash[21374]: audit 2024-05-21T18:25:11.509124+0000 mon.a (mon.0) 16 : audit [DBG] from='client.? 172.21.15.16:0/395348067' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:25:12.019 INFO:teuthology.orchestra.run.smithi016.stdout:Restarting the monitor... 2024-05-21T18:25:12.356 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:12 smithi016 systemd[1]: Stopping Ceph mon.a for 3de35fc8-179f-11ef-bc9a-c7b262605968... 2024-05-21T18:25:12.356 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:12 smithi016 bash[21374]: debug 2024-05-21T18:25:12.148+0000 7f49e8cdb700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-05-21T18:25:12.356 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:12 smithi016 bash[21374]: debug 2024-05-21T18:25:12.148+0000 7f49e8cdb700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-05-21T18:25:12.728 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:12 smithi016 bash[21761]: ceph-3de35fc8-179f-11ef-bc9a-c7b262605968-mon-a 2024-05-21T18:25:12.744 INFO:teuthology.orchestra.run.smithi016.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2024-05-21T18:25:13.106 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:12 smithi016 bash[21821]: Error response from daemon: No such container: ceph-3de35fc8-179f-11ef-bc9a-c7b262605968-mon-a 2024-05-21T18:25:13.106 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:12 smithi016 systemd[1]: ceph-3de35fc8-179f-11ef-bc9a-c7b262605968@mon.a.service: Deactivated successfully. 2024-05-21T18:25:13.106 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:12 smithi016 systemd[1]: Stopped Ceph mon.a for 3de35fc8-179f-11ef-bc9a-c7b262605968. 2024-05-21T18:25:13.106 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:12 smithi016 systemd[1]: Started Ceph mon.a for 3de35fc8-179f-11ef-bc9a-c7b262605968. 2024-05-21T18:25:13.857 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.620+0000 7f4540feac80 0 set uid:gid to 167:167 (ceph:ceph) 2024-05-21T18:25:13.857 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.620+0000 7f4540feac80 0 ceph version 19.0.0-3870-g9ef9bcfd (9ef9bcfdb32ec4999d7ca025815290e8395c6ae7) squid (dev), process ceph-mon, pid 7 2024-05-21T18:25:13.857 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.620+0000 7f4540feac80 0 pidfile_write: ignore empty --pid-file 2024-05-21T18:25:13.857 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 0 load: jerasure load: lrc 2024-05-21T18:25:13.857 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: RocksDB version: 7.9.2 2024-05-21T18:25:13.857 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Git sha 0 2024-05-21T18:25:13.857 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Compile date 2024-05-20 20:21:42 2024-05-21T18:25:13.858 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: DB SUMMARY 2024-05-21T18:25:13.858 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: DB Session ID: IYKX7N8P23SR1JQ1VETL 2024-05-21T18:25:13.858 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: CURRENT file: CURRENT 2024-05-21T18:25:13.858 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: IDENTITY file: IDENTITY 2024-05-21T18:25:13.858 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-05-21T18:25:13.858 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-05-21T18:25:13.858 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 88537 ; 2024-05-21T18:25:13.858 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.error_if_exists: 0 2024-05-21T18:25:13.858 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.create_if_missing: 0 2024-05-21T18:25:13.858 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.paranoid_checks: 1 2024-05-21T18:25:13.858 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-05-21T18:25:13.858 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-05-21T18:25:13.858 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-05-21T18:25:13.859 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.env: 0x56037b0bccc0 2024-05-21T18:25:13.859 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.fs: PosixFileSystem 2024-05-21T18:25:13.859 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.info_log: 0x56037c5fbde0 2024-05-21T18:25:13.859 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.max_file_opening_threads: 16 2024-05-21T18:25:13.859 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.statistics: (nil) 2024-05-21T18:25:13.859 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.use_fsync: 0 2024-05-21T18:25:13.859 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.max_log_file_size: 0 2024-05-21T18:25:13.860 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-05-21T18:25:13.860 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-05-21T18:25:13.860 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.keep_log_file_num: 1000 2024-05-21T18:25:13.860 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.recycle_log_file_num: 0 2024-05-21T18:25:13.860 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.allow_fallocate: 1 2024-05-21T18:25:13.860 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.allow_mmap_reads: 0 2024-05-21T18:25:13.860 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.allow_mmap_writes: 0 2024-05-21T18:25:13.860 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.use_direct_reads: 0 2024-05-21T18:25:13.860 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-05-21T18:25:13.860 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.create_missing_column_families: 0 2024-05-21T18:25:13.861 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.db_log_dir: 2024-05-21T18:25:13.861 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.wal_dir: 2024-05-21T18:25:13.861 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-05-21T18:25:13.861 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-05-21T18:25:13.861 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-05-21T18:25:13.861 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-05-21T18:25:13.861 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-05-21T18:25:13.861 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-05-21T18:25:13.861 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.advise_random_on_open: 1 2024-05-21T18:25:13.861 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.db_write_buffer_size: 0 2024-05-21T18:25:13.861 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.write_buffer_manager: 0x56037c5cf0e0 2024-05-21T18:25:13.861 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-05-21T18:25:13.861 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-05-21T18:25:13.861 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-05-21T18:25:13.862 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.rate_limiter: (nil) 2024-05-21T18:25:13.862 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-05-21T18:25:13.862 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.wal_recovery_mode: 2 2024-05-21T18:25:13.862 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.enable_thread_tracking: 0 2024-05-21T18:25:13.862 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.enable_pipelined_write: 0 2024-05-21T18:25:13.862 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.unordered_write: 0 2024-05-21T18:25:13.862 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-05-21T18:25:13.862 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-05-21T18:25:13.862 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-05-21T18:25:13.862 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-05-21T18:25:13.862 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.row_cache: None 2024-05-21T18:25:13.862 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.wal_filter: None 2024-05-21T18:25:13.862 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-05-21T18:25:13.863 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.allow_ingest_behind: 0 2024-05-21T18:25:13.863 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.two_write_queues: 0 2024-05-21T18:25:13.863 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.manual_wal_flush: 0 2024-05-21T18:25:13.863 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.wal_compression: 0 2024-05-21T18:25:13.863 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.atomic_flush: 0 2024-05-21T18:25:13.863 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-05-21T18:25:13.863 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-05-21T18:25:13.863 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-05-21T18:25:13.863 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.log_readahead_size: 0 2024-05-21T18:25:13.863 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-05-21T18:25:13.863 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.best_efforts_recovery: 0 2024-05-21T18:25:13.863 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-05-21T18:25:13.863 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-05-21T18:25:13.863 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.allow_data_in_errors: 0 2024-05-21T18:25:13.863 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.db_host_id: __hostname__ 2024-05-21T18:25:13.864 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-05-21T18:25:13.864 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.max_background_jobs: 2 2024-05-21T18:25:13.864 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.max_background_compactions: -1 2024-05-21T18:25:13.864 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.max_subcompactions: 1 2024-05-21T18:25:13.864 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-05-21T18:25:13.864 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-05-21T18:25:13.864 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-05-21T18:25:13.864 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.max_total_wal_size: 0 2024-05-21T18:25:13.864 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-05-21T18:25:13.865 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-05-21T18:25:13.865 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-05-21T18:25:13.865 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-05-21T18:25:13.865 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.max_open_files: -1 2024-05-21T18:25:13.865 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.bytes_per_sync: 0 2024-05-21T18:25:13.865 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-05-21T18:25:13.865 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-05-21T18:25:13.865 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.compaction_readahead_size: 0 2024-05-21T18:25:13.866 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.max_background_flushes: -1 2024-05-21T18:25:13.866 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Compression algorithms supported: 2024-05-21T18:25:13.866 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-05-21T18:25:13.866 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: kZSTD supported: 0 2024-05-21T18:25:13.866 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: kXpressCompression supported: 0 2024-05-21T18:25:13.866 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: kLZ4HCCompression supported: 1 2024-05-21T18:25:13.866 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: kZlibCompression supported: 1 2024-05-21T18:25:13.866 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: kSnappyCompression supported: 1 2024-05-21T18:25:13.866 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: kLZ4Compression supported: 1 2024-05-21T18:25:13.866 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: kBZip2Compression supported: 0 2024-05-21T18:25:13.866 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-05-21T18:25:13.866 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-05-21T18:25:13.866 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-05-21T18:25:13.868 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-05-21T18:25:13.868 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-05-21T18:25:13.868 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.merge_operator: 2024-05-21T18:25:13.868 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.compaction_filter: None 2024-05-21T18:25:13.868 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.compaction_filter_factory: None 2024-05-21T18:25:13.868 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.sst_partitioner_factory: None 2024-05-21T18:25:13.868 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-05-21T18:25:13.868 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-05-21T18:25:13.868 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x56037c5fbfa0) 2024-05-21T18:25:13.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: cache_index_and_filter_blocks: 1 2024-05-21T18:25:13.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: cache_index_and_filter_blocks_with_high_priority: 0 2024-05-21T18:25:13.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-05-21T18:25:13.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: pin_top_level_index_and_filter: 1 2024-05-21T18:25:13.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: index_type: 0 2024-05-21T18:25:13.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: data_block_index_type: 0 2024-05-21T18:25:13.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: index_shortening: 1 2024-05-21T18:25:13.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: data_block_hash_table_util_ratio: 0.750000 2024-05-21T18:25:13.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: checksum: 4 2024-05-21T18:25:13.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: no_block_cache: 0 2024-05-21T18:25:13.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: block_cache: 0x56037c5ff1f0 2024-05-21T18:25:13.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: block_cache_name: BinnedLRUCache 2024-05-21T18:25:13.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: block_cache_options: 2024-05-21T18:25:13.869 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: capacity : 536870912 2024-05-21T18:25:13.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: num_shard_bits : 4 2024-05-21T18:25:13.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: strict_capacity_limit : 0 2024-05-21T18:25:13.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: high_pri_pool_ratio: 0.000 2024-05-21T18:25:13.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: block_cache_compressed: (nil) 2024-05-21T18:25:13.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: persistent_cache: (nil) 2024-05-21T18:25:13.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: block_size: 4096 2024-05-21T18:25:13.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: block_size_deviation: 10 2024-05-21T18:25:13.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: block_restart_interval: 16 2024-05-21T18:25:13.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: index_block_restart_interval: 1 2024-05-21T18:25:13.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: metadata_block_size: 4096 2024-05-21T18:25:13.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: partition_filters: 0 2024-05-21T18:25:13.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: use_delta_encoding: 1 2024-05-21T18:25:13.870 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: filter_policy: bloomfilter 2024-05-21T18:25:13.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: whole_key_filtering: 1 2024-05-21T18:25:13.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: verify_compression: 0 2024-05-21T18:25:13.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: read_amp_bytes_per_bit: 0 2024-05-21T18:25:13.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: format_version: 5 2024-05-21T18:25:13.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: enable_index_compression: 1 2024-05-21T18:25:13.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: block_align: 0 2024-05-21T18:25:13.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: max_auto_readahead_size: 262144 2024-05-21T18:25:13.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: prepopulate_block_cache: 0 2024-05-21T18:25:13.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: initial_auto_readahead_size: 8192 2024-05-21T18:25:13.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: num_file_reads_for_auto_readahead: 2 2024-05-21T18:25:13.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.write_buffer_size: 33554432 2024-05-21T18:25:13.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.max_write_buffer_number: 2 2024-05-21T18:25:13.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.compression: NoCompression 2024-05-21T18:25:13.871 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.bottommost_compression: Disabled 2024-05-21T18:25:13.872 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.prefix_extractor: nullptr 2024-05-21T18:25:13.872 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-05-21T18:25:13.872 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.num_levels: 7 2024-05-21T18:25:13.872 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-05-21T18:25:13.872 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-05-21T18:25:13.872 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-05-21T18:25:13.872 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-05-21T18:25:13.872 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-05-21T18:25:13.872 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-05-21T18:25:13.872 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-05-21T18:25:13.872 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-05-21T18:25:13.872 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-05-21T18:25:13.872 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-05-21T18:25:13.872 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-05-21T18:25:13.873 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-05-21T18:25:13.873 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-05-21T18:25:13.873 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.compression_opts.level: 32767 2024-05-21T18:25:13.873 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.compression_opts.strategy: 0 2024-05-21T18:25:13.873 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-05-21T18:25:13.873 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-05-21T18:25:13.873 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-05-21T18:25:13.873 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-05-21T18:25:13.873 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.compression_opts.enabled: false 2024-05-21T18:25:13.873 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-05-21T18:25:13.873 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-05-21T18:25:13.873 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-05-21T18:25:13.873 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-05-21T18:25:13.873 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.target_file_size_base: 67108864 2024-05-21T18:25:13.874 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-05-21T18:25:13.874 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-05-21T18:25:13.874 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-05-21T18:25:13.874 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-05-21T18:25:13.874 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-05-21T18:25:13.874 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-05-21T18:25:13.874 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-05-21T18:25:13.874 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-05-21T18:25:13.874 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-05-21T18:25:13.874 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-05-21T18:25:13.874 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-05-21T18:25:13.874 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-05-21T18:25:13.874 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-05-21T18:25:13.874 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-05-21T18:25:13.875 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.arena_block_size: 1048576 2024-05-21T18:25:13.875 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-05-21T18:25:13.875 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-05-21T18:25:13.875 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.disable_auto_compactions: 0 2024-05-21T18:25:13.875 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-05-21T18:25:13.875 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-05-21T18:25:13.875 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-05-21T18:25:13.875 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-05-21T18:25:13.875 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-05-21T18:25:13.876 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-05-21T18:25:13.876 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-05-21T18:25:13.876 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-05-21T18:25:13.876 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-05-21T18:25:13.876 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-05-21T18:25:13.876 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-05-21T18:25:13.876 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.inplace_update_support: 0 2024-05-21T18:25:13.876 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-05-21T18:25:13.876 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-05-21T18:25:13.876 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-05-21T18:25:13.876 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-05-21T18:25:13.876 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.bloom_locality: 0 2024-05-21T18:25:13.876 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.max_successive_merges: 0 2024-05-21T18:25:13.876 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-05-21T18:25:13.877 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.paranoid_file_checks: 0 2024-05-21T18:25:13.877 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.force_consistency_checks: 1 2024-05-21T18:25:13.877 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.report_bg_io_stats: 0 2024-05-21T18:25:13.877 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.ttl: 2592000 2024-05-21T18:25:13.877 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-05-21T18:25:13.877 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-05-21T18:25:13.877 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-05-21T18:25:13.877 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.enable_blob_files: false 2024-05-21T18:25:13.877 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.min_blob_size: 0 2024-05-21T18:25:13.877 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.blob_file_size: 268435456 2024-05-21T18:25:13.877 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-05-21T18:25:13.877 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-05-21T18:25:13.877 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-05-21T18:25:13.877 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-05-21T18:25:13.878 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-05-21T18:25:13.878 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.blob_file_starting_level: 0 2024-05-21T18:25:13.878 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.624+0000 7f4540feac80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-05-21T18:25:13.878 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.628+0000 7f4540feac80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 succeeded,manifest_file_number is 10, next_file_number is 12, last_sequence is 5, log_number is 5,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 5 2024-05-21T18:25:13.878 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.628+0000 7f4540feac80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-05-21T18:25:13.878 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.628+0000 7f4540feac80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: e67aa1ea-cb66-409a-a04b-deaf97f4d239 2024-05-21T18:25:13.878 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.628+0000 7f4540feac80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1716315913631124, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-05-21T18:25:13.878 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.628+0000 7f4540feac80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-05-21T18:25:13.878 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.628+0000 7f4540feac80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1716315913632262, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 85276, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 256, "table_properties": {"data_size": 83423, "index_size": 237, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 581, "raw_key_size": 10064, "raw_average_key_size": 46, "raw_value_size": 77635, "raw_average_value_size": 361, "num_data_blocks": 11, "num_entries": 215, "num_filter_entries": 215, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[CompactOnDeletionCollector]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1716315913, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "e67aa1ea-cb66-409a-a04b-deaf97f4d239", "db_session_id": "IYKX7N8P23SR1JQ1VETL", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-05-21T18:25:13.878 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.628+0000 7f4540feac80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1716315913632376, "job": 1, "event": "recovery_finished"} 2024-05-21T18:25:13.878 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.628+0000 7f4540feac80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-05-21T18:25:13.878 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.628+0000 7f4540feac80 4 rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-a/store.db/000009.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-05-21T18:25:13.878 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.628+0000 7f4540feac80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x56037c720000 2024-05-21T18:25:13.879 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.628+0000 7f4540feac80 4 rocksdb: DB pointer 0x56037c70c000 2024-05-21T18:25:13.879 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.628+0000 7f452f73f700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-05-21T18:25:13.879 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.628+0000 7f452f73f700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-05-21T18:25:13.879 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: ** DB Stats ** 2024-05-21T18:25:13.879 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: Uptime(secs): 0.0 total, 0.0 interval 2024-05-21T18:25:13.879 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-05-21T18:25:13.879 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-05-21T18:25:13.879 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-05-21T18:25:13.879 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-05-21T18:25:13.879 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-05-21T18:25:13.879 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-05-21T18:25:13.879 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: ** Compaction Stats [default] ** 2024-05-21T18:25:13.879 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-05-21T18:25:13.879 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-05-21T18:25:13.880 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: L0 2/0 85.14 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 118.9 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-05-21T18:25:13.880 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: Sum 2/0 85.14 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 118.9 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-05-21T18:25:13.880 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 118.9 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-05-21T18:25:13.880 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: ** Compaction Stats [default] ** 2024-05-21T18:25:13.880 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-05-21T18:25:13.880 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-05-21T18:25:13.880 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 118.9 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-05-21T18:25:13.880 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-05-21T18:25:13.880 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: Uptime(secs): 0.0 total, 0.0 interval 2024-05-21T18:25:13.880 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: Flush(GB): cumulative 0.000, interval 0.000 2024-05-21T18:25:13.880 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: AddFile(GB): cumulative 0.000, interval 0.000 2024-05-21T18:25:13.880 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: AddFile(Total Files): cumulative 0, interval 0 2024-05-21T18:25:13.880 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: AddFile(L0 Files): cumulative 0, interval 0 2024-05-21T18:25:13.880 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: AddFile(Keys): cumulative 0, interval 0 2024-05-21T18:25:13.880 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: Cumulative compaction: 0.00 GB write, 21.57 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-05-21T18:25:13.881 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: Interval compaction: 0.00 GB write, 21.57 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-05-21T18:25:13.881 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-05-21T18:25:13.881 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: Block cache BinnedLRUCache@0x56037c5ff1f0#7 capacity: 512.00 MB usage: 1.19 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.2e-05 secs_since: 0 2024-05-21T18:25:13.881 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: Block cache entry stats(count,size,portion): FilterBlock(2,0.77 KB,0.000146031%) IndexBlock(2,0.42 KB,8.04663e-05%) Misc(1,0.00 KB,0%) 2024-05-21T18:25:13.881 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: ** File Read Latency Histogram By Level [default] ** 2024-05-21T18:25:13.881 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.628+0000 7f4540feac80 0 starting mon.a rank 0 at public addrs [v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0] at bind addrs [v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 3de35fc8-179f-11ef-bc9a-c7b262605968 2024-05-21T18:25:13.881 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.632+0000 7f4540feac80 1 mon.a@-1(???) e1 preinit fsid 3de35fc8-179f-11ef-bc9a-c7b262605968 2024-05-21T18:25:13.881 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.632+0000 7f4540feac80 0 mon.a@-1(???).mds e1 new map 2024-05-21T18:25:13.881 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.632+0000 7f4540feac80 0 mon.a@-1(???).mds e1 print_map 2024-05-21T18:25:13.881 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: e1 2024-05-21T18:25:13.881 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: enable_multiple, ever_enabled_multiple: 1,1 2024-05-21T18:25:13.881 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments,12=quiesce subvolumes} 2024-05-21T18:25:13.881 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: legacy client fscid: -1 2024-05-21T18:25:13.881 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: 2024-05-21T18:25:13.882 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: No filesystems configured 2024-05-21T18:25:13.882 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.632+0000 7f4540feac80 0 mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-05-21T18:25:13.882 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.632+0000 7f4540feac80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-05-21T18:25:13.882 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.632+0000 7f4540feac80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-05-21T18:25:13.882 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.632+0000 7f4540feac80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-05-21T18:25:13.882 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: debug 2024-05-21T18:25:13.632+0000 7f4540feac80 1 mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-05-21T18:25:13.882 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: cluster 2024-05-21T18:25:13.659314+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-05-21T18:25:13.882 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: cluster 2024-05-21T18:25:13.659314+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-05-21T18:25:13.882 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: cluster 2024-05-21T18:25:13.659414+0000 mon.a (mon.0) 2 : cluster [DBG] monmap epoch 1 2024-05-21T18:25:13.882 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: cluster 2024-05-21T18:25:13.659414+0000 mon.a (mon.0) 2 : cluster [DBG] monmap epoch 1 2024-05-21T18:25:13.882 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: cluster 2024-05-21T18:25:13.659427+0000 mon.a (mon.0) 3 : cluster [DBG] fsid 3de35fc8-179f-11ef-bc9a-c7b262605968 2024-05-21T18:25:13.882 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: cluster 2024-05-21T18:25:13.659427+0000 mon.a (mon.0) 3 : cluster [DBG] fsid 3de35fc8-179f-11ef-bc9a-c7b262605968 2024-05-21T18:25:13.882 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: cluster 2024-05-21T18:25:13.659449+0000 mon.a (mon.0) 4 : cluster [DBG] last_changed 2024-05-21T18:25:04.037585+0000 2024-05-21T18:25:13.883 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: cluster 2024-05-21T18:25:13.659449+0000 mon.a (mon.0) 4 : cluster [DBG] last_changed 2024-05-21T18:25:04.037585+0000 2024-05-21T18:25:13.883 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: cluster 2024-05-21T18:25:13.659460+0000 mon.a (mon.0) 5 : cluster [DBG] created 2024-05-21T18:25:04.037585+0000 2024-05-21T18:25:13.883 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: cluster 2024-05-21T18:25:13.659460+0000 mon.a (mon.0) 5 : cluster [DBG] created 2024-05-21T18:25:04.037585+0000 2024-05-21T18:25:13.883 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: cluster 2024-05-21T18:25:13.659473+0000 mon.a (mon.0) 6 : cluster [DBG] min_mon_release 19 (squid) 2024-05-21T18:25:13.883 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: cluster 2024-05-21T18:25:13.659473+0000 mon.a (mon.0) 6 : cluster [DBG] min_mon_release 19 (squid) 2024-05-21T18:25:13.883 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: cluster 2024-05-21T18:25:13.659485+0000 mon.a (mon.0) 7 : cluster [DBG] election_strategy: 1 2024-05-21T18:25:13.883 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: cluster 2024-05-21T18:25:13.659485+0000 mon.a (mon.0) 7 : cluster [DBG] election_strategy: 1 2024-05-21T18:25:13.883 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: cluster 2024-05-21T18:25:13.659501+0000 mon.a (mon.0) 8 : cluster [DBG] 0: [v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0] mon.a 2024-05-21T18:25:13.883 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: cluster 2024-05-21T18:25:13.659501+0000 mon.a (mon.0) 8 : cluster [DBG] 0: [v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0] mon.a 2024-05-21T18:25:13.883 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: cluster 2024-05-21T18:25:13.659939+0000 mon.a (mon.0) 9 : cluster [DBG] fsmap 2024-05-21T18:25:13.883 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: cluster 2024-05-21T18:25:13.659939+0000 mon.a (mon.0) 9 : cluster [DBG] fsmap 2024-05-21T18:25:13.883 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: cluster 2024-05-21T18:25:13.659977+0000 mon.a (mon.0) 10 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-05-21T18:25:13.883 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: cluster 2024-05-21T18:25:13.659977+0000 mon.a (mon.0) 10 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-05-21T18:25:13.883 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: cluster 2024-05-21T18:25:13.660363+0000 mon.a (mon.0) 11 : cluster [DBG] mgrmap e1: no daemons active 2024-05-21T18:25:13.883 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:13 smithi016 bash[21861]: cluster 2024-05-21T18:25:13.660363+0000 mon.a (mon.0) 11 : cluster [DBG] mgrmap e1: no daemons active 2024-05-21T18:25:14.520 INFO:teuthology.orchestra.run.smithi016.stdout:Wrote config to /etc/ceph/ceph.conf 2024-05-21T18:25:14.579 INFO:teuthology.orchestra.run.smithi016.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-05-21T18:25:14.579 INFO:teuthology.orchestra.run.smithi016.stdout:Creating mgr... 2024-05-21T18:25:14.579 INFO:teuthology.orchestra.run.smithi016.stdout:Verifying port 0.0.0.0:9283 ... 2024-05-21T18:25:14.580 INFO:teuthology.orchestra.run.smithi016.stdout:Verifying port 0.0.0.0:8765 ... 2024-05-21T18:25:14.934 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:14 smithi016 systemd[1]: /etc/systemd/system/ceph-3de35fc8-179f-11ef-bc9a-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-21T18:25:14.934 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:14 smithi016 bash[21861]: audit 2024-05-21T18:25:13.922185+0000 mon.a (mon.0) 12 : audit [INF] from='client.? 172.21.15.16:0/453062551' entity='client.admin' 2024-05-21T18:25:14.934 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:14 smithi016 bash[21861]: audit 2024-05-21T18:25:13.922185+0000 mon.a (mon.0) 12 : audit [INF] from='client.? 172.21.15.16:0/453062551' entity='client.admin' 2024-05-21T18:25:14.944 INFO:teuthology.orchestra.run.smithi016.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-3de35fc8-179f-11ef-bc9a-c7b262605968@mgr.a 2024-05-21T18:25:14.944 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stderr Failed to reset failed state of unit ceph-3de35fc8-179f-11ef-bc9a-c7b262605968@mgr.a.service: Unit ceph-3de35fc8-179f-11ef-bc9a-c7b262605968@mgr.a.service not loaded. 2024-05-21T18:25:15.164 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-3de35fc8-179f-11ef-bc9a-c7b262605968.target.wants/ceph-3de35fc8-179f-11ef-bc9a-c7b262605968@mgr.a.service -> /etc/systemd/system/ceph-3de35fc8-179f-11ef-bc9a-c7b262605968@.service. 2024-05-21T18:25:15.173 INFO:teuthology.orchestra.run.smithi016.stdout:firewalld does not appear to be present 2024-05-21T18:25:15.173 INFO:teuthology.orchestra.run.smithi016.stdout:Not possible to enable service . firewalld.service is not available 2024-05-21T18:25:15.173 INFO:teuthology.orchestra.run.smithi016.stdout:firewalld does not appear to be present 2024-05-21T18:25:15.173 INFO:teuthology.orchestra.run.smithi016.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-05-21T18:25:15.173 INFO:teuthology.orchestra.run.smithi016.stdout:Waiting for mgr to start... 2024-05-21T18:25:15.173 INFO:teuthology.orchestra.run.smithi016.stdout:Waiting for mgr... 2024-05-21T18:25:15.190 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:15 smithi016 systemd[1]: /etc/systemd/system/ceph-3de35fc8-179f-11ef-bc9a-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-21T18:25:15.190 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 21 18:25:15 smithi016 systemd[1]: Started Ceph mgr.a for 3de35fc8-179f-11ef-bc9a-c7b262605968. 2024-05-21T18:25:16.782 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:16 smithi016 bash[21861]: audit 2024-05-21T18:25:16.590637+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.16:0/2674362752' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-21T18:25:16.782 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:16 smithi016 bash[21861]: audit 2024-05-21T18:25:16.590637+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.16:0/2674362752' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-21T18:25:16.782 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 21 18:25:16 smithi016 bash[22115]: debug 2024-05-21T18:25:16.427+0000 7ff26bfe5200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-05-21T18:25:17.185 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout 2024-05-21T18:25:17.185 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout { 2024-05-21T18:25:17.185 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "fsid": "3de35fc8-179f-11ef-bc9a-c7b262605968", 2024-05-21T18:25:17.185 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "health": { 2024-05-21T18:25:17.185 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-05-21T18:25:17.185 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-05-21T18:25:17.185 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-05-21T18:25:17.185 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-05-21T18:25:17.185 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-05-21T18:25:17.185 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-05-21T18:25:17.185 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout 0 2024-05-21T18:25:17.186 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout ], 2024-05-21T18:25:17.186 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-05-21T18:25:17.186 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "a" 2024-05-21T18:25:17.186 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout ], 2024-05-21T18:25:17.186 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2024-05-21T18:25:17.186 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "monmap": { 2024-05-21T18:25:17.186 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-21T18:25:17.186 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-05-21T18:25:17.186 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-05-21T18:25:17.186 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-05-21T18:25:17.186 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-05-21T18:25:17.186 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-21T18:25:17.187 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-05-21T18:25:17.187 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-05-21T18:25:17.187 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-05-21T18:25:17.187 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-05-21T18:25:17.187 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-05-21T18:25:17.187 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-05-21T18:25:17.187 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-05-21T18:25:17.187 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-05-21T18:25:17.187 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-05-21T18:25:17.187 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-05-21T18:25:17.187 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-05-21T18:25:17.187 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-05-21T18:25:17.187 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-05-21T18:25:17.187 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-05-21T18:25:17.187 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-05-21T18:25:17.188 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-05-21T18:25:17.188 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-05-21T18:25:17.188 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-05-21T18:25:17.188 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-21T18:25:17.188 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-05-21T18:25:17.188 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-05-21T18:25:17.188 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-05-21T18:25:17.188 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-05-21T18:25:17.188 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "available": false, 2024-05-21T18:25:17.188 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-05-21T18:25:17.188 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "modules": [ 2024-05-21T18:25:17.188 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "iostat", 2024-05-21T18:25:17.188 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "nfs", 2024-05-21T18:25:17.189 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "restful" 2024-05-21T18:25:17.189 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout ], 2024-05-21T18:25:17.189 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-21T18:25:17.189 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-05-21T18:25:17.189 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-05-21T18:25:17.189 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-21T18:25:17.189 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "modified": "2024-05-21T18:25:08.204845+0000", 2024-05-21T18:25:17.189 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-21T18:25:17.189 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-05-21T18:25:17.189 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-05-21T18:25:17.189 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout } 2024-05-21T18:25:17.189 INFO:teuthology.orchestra.run.smithi016.stdout:mgr not available, waiting (1/15)... 2024-05-21T18:25:18.356 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 21 18:25:18 smithi016 bash[22115]: debug 2024-05-21T18:25:18.075+0000 7ff26bfe5200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-05-21T18:25:18.356 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 21 18:25:18 smithi016 bash[22115]: debug 2024-05-21T18:25:18.175+0000 7ff26bfe5200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-05-21T18:25:18.856 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 21 18:25:18 smithi016 bash[22115]: debug 2024-05-21T18:25:18.427+0000 7ff26bfe5200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-05-21T18:25:19.482 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 21 18:25:19 smithi016 bash[22115]: debug 2024-05-21T18:25:19.259+0000 7ff26bfe5200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-05-21T18:25:19.482 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 21 18:25:19 smithi016 bash[22115]: debug 2024-05-21T18:25:19.371+0000 7ff26bfe5200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-05-21T18:25:20.106 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 21 18:25:19 smithi016 bash[22115]: debug 2024-05-21T18:25:19.479+0000 7ff26bfe5200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-05-21T18:25:20.106 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 21 18:25:19 smithi016 bash[22115]: debug 2024-05-21T18:25:19.847+0000 7ff26bfe5200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-05-21T18:25:20.106 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 21 18:25:19 smithi016 bash[22115]: debug 2024-05-21T18:25:19.963+0000 7ff26bfe5200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-05-21T18:25:20.106 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 21 18:25:20 smithi016 bash[22115]: debug 2024-05-21T18:25:20.071+0000 7ff26bfe5200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-05-21T18:25:20.606 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 21 18:25:20 smithi016 bash[22115]: debug 2024-05-21T18:25:20.443+0000 7ff26bfe5200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-05-21T18:25:20.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:20 smithi016 bash[21861]: audit 2024-05-21T18:25:20.209327+0000 mon.a (mon.0) 14 : audit [DBG] from='client.? 172.21.15.16:0/3900693898' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-21T18:25:20.607 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:20 smithi016 bash[21861]: audit 2024-05-21T18:25:20.209327+0000 mon.a (mon.0) 14 : audit [DBG] from='client.? 172.21.15.16:0/3900693898' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-21T18:25:20.731 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout 2024-05-21T18:25:20.731 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout { 2024-05-21T18:25:20.732 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "fsid": "3de35fc8-179f-11ef-bc9a-c7b262605968", 2024-05-21T18:25:20.732 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "health": { 2024-05-21T18:25:20.732 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-05-21T18:25:20.732 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-05-21T18:25:20.732 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-05-21T18:25:20.732 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-05-21T18:25:20.732 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-05-21T18:25:20.732 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-05-21T18:25:20.732 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout 0 2024-05-21T18:25:20.732 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout ], 2024-05-21T18:25:20.732 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-05-21T18:25:20.732 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "a" 2024-05-21T18:25:20.733 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout ], 2024-05-21T18:25:20.733 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "quorum_age": 6, 2024-05-21T18:25:20.733 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "monmap": { 2024-05-21T18:25:20.733 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-21T18:25:20.733 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-05-21T18:25:20.733 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-05-21T18:25:20.733 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-05-21T18:25:20.733 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-05-21T18:25:20.733 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-21T18:25:20.733 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-05-21T18:25:20.733 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-05-21T18:25:20.733 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-05-21T18:25:20.733 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-05-21T18:25:20.734 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-05-21T18:25:20.734 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-05-21T18:25:20.734 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-05-21T18:25:20.734 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-05-21T18:25:20.734 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-05-21T18:25:20.734 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-05-21T18:25:20.734 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-05-21T18:25:20.734 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-05-21T18:25:20.734 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-05-21T18:25:20.734 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-05-21T18:25:20.734 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-05-21T18:25:20.734 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-05-21T18:25:20.734 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-05-21T18:25:20.734 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-05-21T18:25:20.735 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-21T18:25:20.735 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-05-21T18:25:20.735 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-05-21T18:25:20.735 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-05-21T18:25:20.735 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-05-21T18:25:20.735 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "available": false, 2024-05-21T18:25:20.735 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-05-21T18:25:20.735 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "modules": [ 2024-05-21T18:25:20.735 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "iostat", 2024-05-21T18:25:20.735 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "nfs", 2024-05-21T18:25:20.735 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "restful" 2024-05-21T18:25:20.735 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout ], 2024-05-21T18:25:20.736 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-21T18:25:20.736 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-05-21T18:25:20.736 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-05-21T18:25:20.736 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-21T18:25:20.736 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "modified": "2024-05-21T18:25:08.204845+0000", 2024-05-21T18:25:20.736 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-21T18:25:20.736 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-05-21T18:25:20.736 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-05-21T18:25:20.736 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout } 2024-05-21T18:25:20.736 INFO:teuthology.orchestra.run.smithi016.stdout:mgr not available, waiting (2/15)... 2024-05-21T18:25:20.961 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 21 18:25:20 smithi016 bash[22115]: debug 2024-05-21T18:25:20.687+0000 7ff26bfe5200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-05-21T18:25:20.961 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 21 18:25:20 smithi016 bash[22115]: debug 2024-05-21T18:25:20.959+0000 7ff26bfe5200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-05-21T18:25:21.356 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 21 18:25:21 smithi016 bash[22115]: debug 2024-05-21T18:25:21.075+0000 7ff26bfe5200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-05-21T18:25:21.784 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 21 18:25:21 smithi016 bash[22115]: debug 2024-05-21T18:25:21.355+0000 7ff26bfe5200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-05-21T18:25:22.106 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 21 18:25:21 smithi016 bash[22115]: debug 2024-05-21T18:25:21.779+0000 7ff26bfe5200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-05-21T18:25:22.106 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 21 18:25:22 smithi016 bash[22115]: debug 2024-05-21T18:25:22.027+0000 7ff26bfe5200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-05-21T18:25:22.412 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 21 18:25:22 smithi016 bash[22115]: debug 2024-05-21T18:25:22.151+0000 7ff26bfe5200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-05-21T18:25:22.749 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 21 18:25:22 smithi016 bash[22115]: debug 2024-05-21T18:25:22.407+0000 7ff26bfe5200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-05-21T18:25:23.606 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 21 18:25:23 smithi016 bash[22115]: debug 2024-05-21T18:25:23.467+0000 7ff26bfe5200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-05-21T18:25:23.606 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 21 18:25:23 smithi016 bash[22115]: debug 2024-05-21T18:25:23.591+0000 7ff26bfe5200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-05-21T18:25:24.014 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:23 smithi016 bash[21861]: audit 2024-05-21T18:25:23.694487+0000 mon.a (mon.0) 15 : audit [DBG] from='client.? 172.21.15.16:0/2226095098' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-21T18:25:24.014 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:23 smithi016 bash[21861]: audit 2024-05-21T18:25:23.694487+0000 mon.a (mon.0) 15 : audit [DBG] from='client.? 172.21.15.16:0/2226095098' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-21T18:25:24.014 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 21 18:25:23 smithi016 bash[22115]: debug 2024-05-21T18:25:23.895+0000 7ff26bfe5200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-05-21T18:25:24.014 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 21 18:25:24 smithi016 bash[22115]: debug 2024-05-21T18:25:24.011+0000 7ff26bfe5200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-05-21T18:25:24.206 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout 2024-05-21T18:25:24.206 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout { 2024-05-21T18:25:24.206 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "fsid": "3de35fc8-179f-11ef-bc9a-c7b262605968", 2024-05-21T18:25:24.206 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "health": { 2024-05-21T18:25:24.207 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-05-21T18:25:24.207 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-05-21T18:25:24.207 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-05-21T18:25:24.207 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-05-21T18:25:24.207 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-05-21T18:25:24.207 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-05-21T18:25:24.207 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout 0 2024-05-21T18:25:24.207 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout ], 2024-05-21T18:25:24.207 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-05-21T18:25:24.207 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "a" 2024-05-21T18:25:24.207 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout ], 2024-05-21T18:25:24.207 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "quorum_age": 10, 2024-05-21T18:25:24.207 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "monmap": { 2024-05-21T18:25:24.207 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-21T18:25:24.208 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-05-21T18:25:24.208 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-05-21T18:25:24.208 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-05-21T18:25:24.208 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-05-21T18:25:24.208 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-21T18:25:24.208 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-05-21T18:25:24.208 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-05-21T18:25:24.208 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-05-21T18:25:24.208 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-05-21T18:25:24.208 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-05-21T18:25:24.208 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-05-21T18:25:24.211 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-05-21T18:25:24.211 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-05-21T18:25:24.212 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-05-21T18:25:24.212 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-05-21T18:25:24.212 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-05-21T18:25:24.212 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-05-21T18:25:24.212 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-05-21T18:25:24.212 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-05-21T18:25:24.212 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-05-21T18:25:24.212 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-05-21T18:25:24.212 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-05-21T18:25:24.212 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-05-21T18:25:24.212 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-21T18:25:24.212 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-05-21T18:25:24.212 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-05-21T18:25:24.212 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-05-21T18:25:24.213 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-05-21T18:25:24.213 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "available": false, 2024-05-21T18:25:24.213 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-05-21T18:25:24.213 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "modules": [ 2024-05-21T18:25:24.213 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "iostat", 2024-05-21T18:25:24.213 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "nfs", 2024-05-21T18:25:24.213 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "restful" 2024-05-21T18:25:24.213 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout ], 2024-05-21T18:25:24.213 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-21T18:25:24.213 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-05-21T18:25:24.213 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-05-21T18:25:24.213 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-21T18:25:24.213 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "modified": "2024-05-21T18:25:08.204845+0000", 2024-05-21T18:25:24.213 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-21T18:25:24.214 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-05-21T18:25:24.214 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-05-21T18:25:24.214 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout } 2024-05-21T18:25:24.214 INFO:teuthology.orchestra.run.smithi016.stdout:mgr not available, waiting (3/15)... 2024-05-21T18:25:24.606 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 21 18:25:24 smithi016 bash[22115]: debug 2024-05-21T18:25:24.311+0000 7ff26bfe5200 -1 mgr[py] Module smb has missing NOTIFY_TYPES member 2024-05-21T18:25:25.106 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 21 18:25:24 smithi016 bash[22115]: debug 2024-05-21T18:25:24.779+0000 7ff26bfe5200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-05-21T18:25:25.106 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 21 18:25:24 smithi016 bash[22115]: debug 2024-05-21T18:25:24.903+0000 7ff26bfe5200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-05-21T18:25:25.107 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:24 smithi016 bash[21861]: cluster 2024-05-21T18:25:24.933739+0000 mon.a (mon.0) 16 : cluster [INF] Activating manager daemon a 2024-05-21T18:25:25.107 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:24 smithi016 bash[21861]: cluster 2024-05-21T18:25:24.933739+0000 mon.a (mon.0) 16 : cluster [INF] Activating manager daemon a 2024-05-21T18:25:25.107 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:24 smithi016 bash[21861]: cluster 2024-05-21T18:25:24.941310+0000 mon.a (mon.0) 17 : cluster [DBG] mgrmap e2: a(active, starting, since 0.00791706s) 2024-05-21T18:25:25.107 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:24 smithi016 bash[21861]: cluster 2024-05-21T18:25:24.941310+0000 mon.a (mon.0) 17 : cluster [DBG] mgrmap e2: a(active, starting, since 0.00791706s) 2024-05-21T18:25:25.107 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:24 smithi016 bash[21861]: audit 2024-05-21T18:25:24.942971+0000 mon.a (mon.0) 18 : audit [DBG] from='mgr.14100 172.21.15.16:0/3545097596' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-21T18:25:25.107 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:24 smithi016 bash[21861]: audit 2024-05-21T18:25:24.942971+0000 mon.a (mon.0) 18 : audit [DBG] from='mgr.14100 172.21.15.16:0/3545097596' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-21T18:25:25.107 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:24 smithi016 bash[21861]: audit 2024-05-21T18:25:24.943268+0000 mon.a (mon.0) 19 : audit [DBG] from='mgr.14100 172.21.15.16:0/3545097596' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-21T18:25:25.107 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:24 smithi016 bash[21861]: audit 2024-05-21T18:25:24.943268+0000 mon.a (mon.0) 19 : audit [DBG] from='mgr.14100 172.21.15.16:0/3545097596' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-21T18:25:25.107 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:24 smithi016 bash[21861]: audit 2024-05-21T18:25:24.943569+0000 mon.a (mon.0) 20 : audit [DBG] from='mgr.14100 172.21.15.16:0/3545097596' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-21T18:25:25.107 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:24 smithi016 bash[21861]: audit 2024-05-21T18:25:24.943569+0000 mon.a (mon.0) 20 : audit [DBG] from='mgr.14100 172.21.15.16:0/3545097596' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-21T18:25:25.108 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:24 smithi016 bash[21861]: audit 2024-05-21T18:25:24.943881+0000 mon.a (mon.0) 21 : audit [DBG] from='mgr.14100 172.21.15.16:0/3545097596' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-21T18:25:25.108 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:24 smithi016 bash[21861]: audit 2024-05-21T18:25:24.943881+0000 mon.a (mon.0) 21 : audit [DBG] from='mgr.14100 172.21.15.16:0/3545097596' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-21T18:25:25.108 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:24 smithi016 bash[21861]: audit 2024-05-21T18:25:24.945032+0000 mon.a (mon.0) 22 : audit [DBG] from='mgr.14100 172.21.15.16:0/3545097596' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-05-21T18:25:25.108 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:24 smithi016 bash[21861]: audit 2024-05-21T18:25:24.945032+0000 mon.a (mon.0) 22 : audit [DBG] from='mgr.14100 172.21.15.16:0/3545097596' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-05-21T18:25:25.108 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:24 smithi016 bash[21861]: cluster 2024-05-21T18:25:24.972817+0000 mon.a (mon.0) 23 : cluster [INF] Manager daemon a is now available 2024-05-21T18:25:25.108 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:24 smithi016 bash[21861]: cluster 2024-05-21T18:25:24.972817+0000 mon.a (mon.0) 23 : cluster [INF] Manager daemon a is now available 2024-05-21T18:25:26.356 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:25 smithi016 bash[21861]: audit 2024-05-21T18:25:24.988073+0000 mon.a (mon.0) 24 : audit [INF] from='mgr.14100 172.21.15.16:0/3545097596' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-05-21T18:25:26.357 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:25 smithi016 bash[21861]: audit 2024-05-21T18:25:24.988073+0000 mon.a (mon.0) 24 : audit [INF] from='mgr.14100 172.21.15.16:0/3545097596' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-05-21T18:25:26.357 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:25 smithi016 bash[21861]: audit 2024-05-21T18:25:24.989886+0000 mon.a (mon.0) 25 : audit [INF] from='mgr.14100 172.21.15.16:0/3545097596' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-05-21T18:25:26.357 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:25 smithi016 bash[21861]: audit 2024-05-21T18:25:24.989886+0000 mon.a (mon.0) 25 : audit [INF] from='mgr.14100 172.21.15.16:0/3545097596' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-05-21T18:25:26.357 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:25 smithi016 bash[21861]: audit 2024-05-21T18:25:24.992492+0000 mon.a (mon.0) 26 : audit [INF] from='mgr.14100 172.21.15.16:0/3545097596' entity='mgr.a' 2024-05-21T18:25:26.357 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:25 smithi016 bash[21861]: audit 2024-05-21T18:25:24.992492+0000 mon.a (mon.0) 26 : audit [INF] from='mgr.14100 172.21.15.16:0/3545097596' entity='mgr.a' 2024-05-21T18:25:26.357 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:25 smithi016 bash[21861]: audit 2024-05-21T18:25:24.994219+0000 mon.a (mon.0) 27 : audit [INF] from='mgr.14100 172.21.15.16:0/3545097596' entity='mgr.a' 2024-05-21T18:25:26.357 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:25 smithi016 bash[21861]: audit 2024-05-21T18:25:24.994219+0000 mon.a (mon.0) 27 : audit [INF] from='mgr.14100 172.21.15.16:0/3545097596' entity='mgr.a' 2024-05-21T18:25:26.357 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:25 smithi016 bash[21861]: audit 2024-05-21T18:25:24.995890+0000 mon.a (mon.0) 28 : audit [INF] from='mgr.14100 172.21.15.16:0/3545097596' entity='mgr.a' 2024-05-21T18:25:26.357 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:25 smithi016 bash[21861]: audit 2024-05-21T18:25:24.995890+0000 mon.a (mon.0) 28 : audit [INF] from='mgr.14100 172.21.15.16:0/3545097596' entity='mgr.a' 2024-05-21T18:25:26.357 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:25 smithi016 bash[21861]: cluster 2024-05-21T18:25:25.948982+0000 mon.a (mon.0) 29 : cluster [DBG] mgrmap e3: a(active, since 1.01559s) 2024-05-21T18:25:26.357 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:25 smithi016 bash[21861]: cluster 2024-05-21T18:25:25.948982+0000 mon.a (mon.0) 29 : cluster [DBG] mgrmap e3: a(active, since 1.01559s) 2024-05-21T18:25:28.157 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout 2024-05-21T18:25:28.157 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout { 2024-05-21T18:25:28.157 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "fsid": "3de35fc8-179f-11ef-bc9a-c7b262605968", 2024-05-21T18:25:28.157 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "health": { 2024-05-21T18:25:28.157 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-05-21T18:25:28.157 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-05-21T18:25:28.158 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-05-21T18:25:28.158 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-05-21T18:25:28.158 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-05-21T18:25:28.158 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-05-21T18:25:28.158 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout 0 2024-05-21T18:25:28.158 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout ], 2024-05-21T18:25:28.158 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-05-21T18:25:28.158 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "a" 2024-05-21T18:25:28.158 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout ], 2024-05-21T18:25:28.158 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "quorum_age": 13, 2024-05-21T18:25:28.159 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "monmap": { 2024-05-21T18:25:28.159 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-21T18:25:28.159 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-05-21T18:25:28.159 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-05-21T18:25:28.159 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-05-21T18:25:28.159 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-05-21T18:25:28.159 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-21T18:25:28.159 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-05-21T18:25:28.159 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-05-21T18:25:28.159 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-05-21T18:25:28.163 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-05-21T18:25:28.163 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-05-21T18:25:28.163 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-05-21T18:25:28.163 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-05-21T18:25:28.163 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-05-21T18:25:28.163 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-05-21T18:25:28.164 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-05-21T18:25:28.164 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-05-21T18:25:28.164 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-05-21T18:25:28.164 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-05-21T18:25:28.164 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-05-21T18:25:28.164 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-05-21T18:25:28.164 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-05-21T18:25:28.164 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-05-21T18:25:28.164 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-05-21T18:25:28.164 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-21T18:25:28.164 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-05-21T18:25:28.164 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-05-21T18:25:28.164 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-05-21T18:25:28.164 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-05-21T18:25:28.164 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "available": true, 2024-05-21T18:25:28.165 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-05-21T18:25:28.165 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "modules": [ 2024-05-21T18:25:28.165 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "iostat", 2024-05-21T18:25:28.165 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "nfs", 2024-05-21T18:25:28.165 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "restful" 2024-05-21T18:25:28.165 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout ], 2024-05-21T18:25:28.165 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-21T18:25:28.165 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-05-21T18:25:28.165 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-05-21T18:25:28.165 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-21T18:25:28.165 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "modified": "2024-05-21T18:25:08.204845+0000", 2024-05-21T18:25:28.165 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-21T18:25:28.165 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-05-21T18:25:28.165 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-05-21T18:25:28.165 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout } 2024-05-21T18:25:28.166 INFO:teuthology.orchestra.run.smithi016.stdout:mgr is available 2024-05-21T18:25:28.356 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:27 smithi016 bash[21861]: cluster 2024-05-21T18:25:26.992133+0000 mon.a (mon.0) 30 : cluster [DBG] mgrmap e4: a(active, since 2s) 2024-05-21T18:25:28.356 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:27 smithi016 bash[21861]: cluster 2024-05-21T18:25:26.992133+0000 mon.a (mon.0) 30 : cluster [DBG] mgrmap e4: a(active, since 2s) 2024-05-21T18:25:28.356 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:27 smithi016 bash[21861]: audit 2024-05-21T18:25:27.656977+0000 mon.a (mon.0) 31 : audit [DBG] from='client.? 172.21.15.16:0/2155095699' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-21T18:25:28.357 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:27 smithi016 bash[21861]: audit 2024-05-21T18:25:27.656977+0000 mon.a (mon.0) 31 : audit [DBG] from='client.? 172.21.15.16:0/2155095699' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-21T18:25:29.856 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:29 smithi016 bash[21861]: audit 2024-05-21T18:25:29.493223+0000 mon.a (mon.0) 32 : audit [INF] from='client.? 172.21.15.16:0/1433769878' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-05-21T18:25:29.857 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:29 smithi016 bash[21861]: audit 2024-05-21T18:25:29.493223+0000 mon.a (mon.0) 32 : audit [INF] from='client.? 172.21.15.16:0/1433769878' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-05-21T18:25:29.857 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:29 smithi016 bash[21861]: audit 2024-05-21T18:25:29.496116+0000 mon.a (mon.0) 33 : audit [INF] from='client.? 172.21.15.16:0/1433769878' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-05-21T18:25:29.857 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:29 smithi016 bash[21861]: audit 2024-05-21T18:25:29.496116+0000 mon.a (mon.0) 33 : audit [INF] from='client.? 172.21.15.16:0/1433769878' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-05-21T18:25:30.027 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout 2024-05-21T18:25:30.028 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout [global] 2024-05-21T18:25:30.028 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout fsid = 3de35fc8-179f-11ef-bc9a-c7b262605968 2024-05-21T18:25:30.028 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-05-21T18:25:30.028 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-05-21T18:25:30.028 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-05-21T18:25:30.028 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-05-21T18:25:30.028 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-05-21T18:25:30.029 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout 2024-05-21T18:25:30.029 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout [mgr] 2024-05-21T18:25:30.029 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-05-21T18:25:30.029 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout 2024-05-21T18:25:30.029 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout [osd] 2024-05-21T18:25:30.029 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-05-21T18:25:30.029 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-05-21T18:25:30.030 INFO:teuthology.orchestra.run.smithi016.stdout:Enabling cephadm module... 2024-05-21T18:25:31.856 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:31 smithi016 bash[21861]: audit 2024-05-21T18:25:31.405217+0000 mon.a (mon.0) 34 : audit [INF] from='client.? 172.21.15.16:0/4148983836' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-05-21T18:25:31.856 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:31 smithi016 bash[21861]: audit 2024-05-21T18:25:31.405217+0000 mon.a (mon.0) 34 : audit [INF] from='client.? 172.21.15.16:0/4148983836' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-05-21T18:25:31.856 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 21 18:25:31 smithi016 bash[22115]: ignoring --setuser ceph since I am not root 2024-05-21T18:25:31.857 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 21 18:25:31 smithi016 bash[22115]: ignoring --setgroup ceph since I am not root 2024-05-21T18:25:31.857 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 21 18:25:31 smithi016 bash[22115]: debug 2024-05-21T18:25:31.643+0000 7fbb9d3fb200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-05-21T18:25:32.856 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:32 smithi016 bash[21861]: audit 2024-05-21T18:25:31.457048+0000 mon.a (mon.0) 35 : audit [INF] from='client.? 172.21.15.16:0/4148983836' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-05-21T18:25:32.856 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:32 smithi016 bash[21861]: audit 2024-05-21T18:25:31.457048+0000 mon.a (mon.0) 35 : audit [INF] from='client.? 172.21.15.16:0/4148983836' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-05-21T18:25:32.856 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:32 smithi016 bash[21861]: cluster 2024-05-21T18:25:31.462218+0000 mon.a (mon.0) 36 : cluster [DBG] mgrmap e5: a(active, since 6s) 2024-05-21T18:25:32.856 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:32 smithi016 bash[21861]: cluster 2024-05-21T18:25:31.462218+0000 mon.a (mon.0) 36 : cluster [DBG] mgrmap e5: a(active, since 6s) 2024-05-21T18:25:33.606 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 21 18:25:33 smithi016 bash[22115]: debug 2024-05-21T18:25:33.299+0000 7fbb9d3fb200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-05-21T18:25:33.606 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 21 18:25:33 smithi016 bash[22115]: debug 2024-05-21T18:25:33.399+0000 7fbb9d3fb200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-05-21T18:25:33.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:33 smithi016 bash[21861]: audit 2024-05-21T18:25:33.274453+0000 mon.a (mon.0) 37 : audit [DBG] from='client.? 172.21.15.16:0/904185710' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-05-21T18:25:33.607 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:33 smithi016 bash[21861]: audit 2024-05-21T18:25:33.274453+0000 mon.a (mon.0) 37 : audit [DBG] from='client.? 172.21.15.16:0/904185710' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-05-21T18:25:33.767 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout { 2024-05-21T18:25:33.767 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-05-21T18:25:33.767 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "available": true, 2024-05-21T18:25:33.767 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-05-21T18:25:33.767 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-05-21T18:25:33.767 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout } 2024-05-21T18:25:33.767 INFO:teuthology.orchestra.run.smithi016.stdout:Waiting for the mgr to restart... 2024-05-21T18:25:33.768 INFO:teuthology.orchestra.run.smithi016.stdout:Waiting for mgr epoch 5... 2024-05-21T18:25:34.106 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 21 18:25:33 smithi016 bash[22115]: debug 2024-05-21T18:25:33.655+0000 7fbb9d3fb200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-05-21T18:25:34.721 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 21 18:25:34 smithi016 bash[22115]: debug 2024-05-21T18:25:34.495+0000 7fbb9d3fb200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-05-21T18:25:34.721 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 21 18:25:34 smithi016 bash[22115]: debug 2024-05-21T18:25:34.611+0000 7fbb9d3fb200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-05-21T18:25:34.721 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 21 18:25:34 smithi016 bash[22115]: debug 2024-05-21T18:25:34.719+0000 7fbb9d3fb200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-05-21T18:25:35.356 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 21 18:25:35 smithi016 bash[22115]: debug 2024-05-21T18:25:35.091+0000 7fbb9d3fb200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-05-21T18:25:35.356 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 21 18:25:35 smithi016 bash[22115]: debug 2024-05-21T18:25:35.207+0000 7fbb9d3fb200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-05-21T18:25:35.356 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 21 18:25:35 smithi016 bash[22115]: debug 2024-05-21T18:25:35.319+0000 7fbb9d3fb200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-05-21T18:25:36.106 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 21 18:25:35 smithi016 bash[22115]: debug 2024-05-21T18:25:35.691+0000 7fbb9d3fb200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-05-21T18:25:36.106 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 21 18:25:35 smithi016 bash[22115]: debug 2024-05-21T18:25:35.935+0000 7fbb9d3fb200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-05-21T18:25:36.606 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 21 18:25:36 smithi016 bash[22115]: debug 2024-05-21T18:25:36.211+0000 7fbb9d3fb200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-05-21T18:25:36.606 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 21 18:25:36 smithi016 bash[22115]: debug 2024-05-21T18:25:36.331+0000 7fbb9d3fb200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-05-21T18:25:37.044 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 21 18:25:36 smithi016 bash[22115]: debug 2024-05-21T18:25:36.615+0000 7fbb9d3fb200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-05-21T18:25:37.296 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 21 18:25:37 smithi016 bash[22115]: debug 2024-05-21T18:25:37.043+0000 7fbb9d3fb200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-05-21T18:25:37.606 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 21 18:25:37 smithi016 bash[22115]: debug 2024-05-21T18:25:37.291+0000 7fbb9d3fb200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-05-21T18:25:37.606 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 21 18:25:37 smithi016 bash[22115]: debug 2024-05-21T18:25:37.415+0000 7fbb9d3fb200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-05-21T18:25:38.106 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 21 18:25:37 smithi016 bash[22115]: debug 2024-05-21T18:25:37.675+0000 7fbb9d3fb200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-05-21T18:25:39.106 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 21 18:25:38 smithi016 bash[22115]: debug 2024-05-21T18:25:38.727+0000 7fbb9d3fb200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-05-21T18:25:39.106 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 21 18:25:38 smithi016 bash[22115]: debug 2024-05-21T18:25:38.847+0000 7fbb9d3fb200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-05-21T18:25:39.571 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 21 18:25:39 smithi016 bash[22115]: debug 2024-05-21T18:25:39.151+0000 7fbb9d3fb200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-05-21T18:25:39.571 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 21 18:25:39 smithi016 bash[22115]: debug 2024-05-21T18:25:39.271+0000 7fbb9d3fb200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-05-21T18:25:39.856 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 21 18:25:39 smithi016 bash[22115]: debug 2024-05-21T18:25:39.567+0000 7fbb9d3fb200 -1 mgr[py] Module smb has missing NOTIFY_TYPES member 2024-05-21T18:25:40.356 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 21 18:25:40 smithi016 bash[22115]: debug 2024-05-21T18:25:40.047+0000 7fbb9d3fb200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-05-21T18:25:40.356 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 21 18:25:40 smithi016 bash[22115]: debug 2024-05-21T18:25:40.171+0000 7fbb9d3fb200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-05-21T18:25:40.357 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:40 smithi016 bash[21861]: cluster 2024-05-21T18:25:40.196793+0000 mon.a (mon.0) 38 : cluster [INF] Active manager daemon a restarted 2024-05-21T18:25:40.357 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:40 smithi016 bash[21861]: cluster 2024-05-21T18:25:40.196793+0000 mon.a (mon.0) 38 : cluster [INF] Active manager daemon a restarted 2024-05-21T18:25:40.357 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:40 smithi016 bash[21861]: cluster 2024-05-21T18:25:40.197646+0000 mon.a (mon.0) 39 : cluster [INF] Activating manager daemon a 2024-05-21T18:25:40.357 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:40 smithi016 bash[21861]: cluster 2024-05-21T18:25:40.197646+0000 mon.a (mon.0) 39 : cluster [INF] Activating manager daemon a 2024-05-21T18:25:40.357 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:40 smithi016 bash[21861]: cluster 2024-05-21T18:25:40.206300+0000 mon.a (mon.0) 40 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-05-21T18:25:40.357 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:40 smithi016 bash[21861]: cluster 2024-05-21T18:25:40.206300+0000 mon.a (mon.0) 40 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-05-21T18:25:40.357 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:40 smithi016 bash[21861]: cluster 2024-05-21T18:25:40.206558+0000 mon.a (mon.0) 41 : cluster [DBG] mgrmap e6: a(active, starting, since 0.00929776s) 2024-05-21T18:25:40.357 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:40 smithi016 bash[21861]: cluster 2024-05-21T18:25:40.206558+0000 mon.a (mon.0) 41 : cluster [DBG] mgrmap e6: a(active, starting, since 0.00929776s) 2024-05-21T18:25:40.357 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:40 smithi016 bash[21861]: audit 2024-05-21T18:25:40.208659+0000 mon.a (mon.0) 42 : audit [DBG] from='mgr.14120 172.21.15.16:0/4282287858' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-21T18:25:40.357 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:40 smithi016 bash[21861]: audit 2024-05-21T18:25:40.208659+0000 mon.a (mon.0) 42 : audit [DBG] from='mgr.14120 172.21.15.16:0/4282287858' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-21T18:25:40.357 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:40 smithi016 bash[21861]: audit 2024-05-21T18:25:40.209939+0000 mon.a (mon.0) 43 : audit [DBG] from='mgr.14120 172.21.15.16:0/4282287858' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-05-21T18:25:40.358 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:40 smithi016 bash[21861]: audit 2024-05-21T18:25:40.209939+0000 mon.a (mon.0) 43 : audit [DBG] from='mgr.14120 172.21.15.16:0/4282287858' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-05-21T18:25:40.358 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:40 smithi016 bash[21861]: audit 2024-05-21T18:25:40.210548+0000 mon.a (mon.0) 44 : audit [DBG] from='mgr.14120 172.21.15.16:0/4282287858' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-21T18:25:40.358 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:40 smithi016 bash[21861]: audit 2024-05-21T18:25:40.210548+0000 mon.a (mon.0) 44 : audit [DBG] from='mgr.14120 172.21.15.16:0/4282287858' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-21T18:25:40.358 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:40 smithi016 bash[21861]: audit 2024-05-21T18:25:40.210668+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.14120 172.21.15.16:0/4282287858' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-21T18:25:40.358 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:40 smithi016 bash[21861]: audit 2024-05-21T18:25:40.210668+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.14120 172.21.15.16:0/4282287858' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-21T18:25:40.358 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:40 smithi016 bash[21861]: audit 2024-05-21T18:25:40.210798+0000 mon.a (mon.0) 46 : audit [DBG] from='mgr.14120 172.21.15.16:0/4282287858' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-21T18:25:40.358 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:40 smithi016 bash[21861]: audit 2024-05-21T18:25:40.210798+0000 mon.a (mon.0) 46 : audit [DBG] from='mgr.14120 172.21.15.16:0/4282287858' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-21T18:25:40.358 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:40 smithi016 bash[21861]: cluster 2024-05-21T18:25:40.240961+0000 mon.a (mon.0) 47 : cluster [INF] Manager daemon a is now available 2024-05-21T18:25:40.358 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:40 smithi016 bash[21861]: cluster 2024-05-21T18:25:40.240961+0000 mon.a (mon.0) 47 : cluster [INF] Manager daemon a is now available 2024-05-21T18:25:41.607 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:41 smithi016 bash[21861]: cephadm 2024-05-21T18:25:40.260261+0000 mgr.a (mgr.14120) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-05-21T18:25:41.607 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:41 smithi016 bash[21861]: cephadm 2024-05-21T18:25:40.260261+0000 mgr.a (mgr.14120) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-05-21T18:25:41.607 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:41 smithi016 bash[21861]: audit 2024-05-21T18:25:40.263271+0000 mon.a (mon.0) 48 : audit [INF] from='mgr.14120 172.21.15.16:0/4282287858' entity='mgr.a' 2024-05-21T18:25:41.607 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:41 smithi016 bash[21861]: audit 2024-05-21T18:25:40.263271+0000 mon.a (mon.0) 48 : audit [INF] from='mgr.14120 172.21.15.16:0/4282287858' entity='mgr.a' 2024-05-21T18:25:41.607 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:41 smithi016 bash[21861]: audit 2024-05-21T18:25:40.265815+0000 mon.a (mon.0) 49 : audit [INF] from='mgr.14120 172.21.15.16:0/4282287858' entity='mgr.a' 2024-05-21T18:25:41.607 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:41 smithi016 bash[21861]: audit 2024-05-21T18:25:40.265815+0000 mon.a (mon.0) 49 : audit [INF] from='mgr.14120 172.21.15.16:0/4282287858' entity='mgr.a' 2024-05-21T18:25:41.607 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:41 smithi016 bash[21861]: audit 2024-05-21T18:25:40.269591+0000 mon.a (mon.0) 50 : audit [DBG] from='mgr.14120 172.21.15.16:0/4282287858' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T18:25:41.607 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:41 smithi016 bash[21861]: audit 2024-05-21T18:25:40.269591+0000 mon.a (mon.0) 50 : audit [DBG] from='mgr.14120 172.21.15.16:0/4282287858' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T18:25:41.607 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:41 smithi016 bash[21861]: audit 2024-05-21T18:25:40.274639+0000 mon.a (mon.0) 51 : audit [DBG] from='mgr.14120 172.21.15.16:0/4282287858' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T18:25:41.607 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:41 smithi016 bash[21861]: audit 2024-05-21T18:25:40.274639+0000 mon.a (mon.0) 51 : audit [DBG] from='mgr.14120 172.21.15.16:0/4282287858' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T18:25:41.607 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:41 smithi016 bash[21861]: audit 2024-05-21T18:25:40.285946+0000 mon.a (mon.0) 52 : audit [INF] from='mgr.14120 172.21.15.16:0/4282287858' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-05-21T18:25:41.608 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:41 smithi016 bash[21861]: audit 2024-05-21T18:25:40.285946+0000 mon.a (mon.0) 52 : audit [INF] from='mgr.14120 172.21.15.16:0/4282287858' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-05-21T18:25:41.608 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:41 smithi016 bash[21861]: audit 2024-05-21T18:25:40.288871+0000 mon.a (mon.0) 53 : audit [INF] from='mgr.14120 172.21.15.16:0/4282287858' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-05-21T18:25:41.608 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:41 smithi016 bash[21861]: audit 2024-05-21T18:25:40.288871+0000 mon.a (mon.0) 53 : audit [INF] from='mgr.14120 172.21.15.16:0/4282287858' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-05-21T18:25:41.608 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:41 smithi016 bash[21861]: audit 2024-05-21T18:25:40.715486+0000 mon.a (mon.0) 54 : audit [INF] from='mgr.14120 172.21.15.16:0/4282287858' entity='mgr.a' 2024-05-21T18:25:41.608 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:41 smithi016 bash[21861]: audit 2024-05-21T18:25:40.715486+0000 mon.a (mon.0) 54 : audit [INF] from='mgr.14120 172.21.15.16:0/4282287858' entity='mgr.a' 2024-05-21T18:25:41.608 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:41 smithi016 bash[21861]: audit 2024-05-21T18:25:40.718464+0000 mon.a (mon.0) 55 : audit [INF] from='mgr.14120 172.21.15.16:0/4282287858' entity='mgr.a' 2024-05-21T18:25:41.608 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:41 smithi016 bash[21861]: audit 2024-05-21T18:25:40.718464+0000 mon.a (mon.0) 55 : audit [INF] from='mgr.14120 172.21.15.16:0/4282287858' entity='mgr.a' 2024-05-21T18:25:41.608 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:41 smithi016 bash[21861]: cluster 2024-05-21T18:25:41.210588+0000 mon.a (mon.0) 56 : cluster [DBG] mgrmap e7: a(active, since 1.01333s) 2024-05-21T18:25:41.608 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:41 smithi016 bash[21861]: cluster 2024-05-21T18:25:41.210588+0000 mon.a (mon.0) 56 : cluster [DBG] mgrmap e7: a(active, since 1.01333s) 2024-05-21T18:25:41.792 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout { 2024-05-21T18:25:41.793 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-05-21T18:25:41.793 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "initialized": true 2024-05-21T18:25:41.793 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout } 2024-05-21T18:25:41.793 INFO:teuthology.orchestra.run.smithi016.stdout:mgr epoch 5 is available 2024-05-21T18:25:41.793 INFO:teuthology.orchestra.run.smithi016.stdout:Setting orchestrator backend to cephadm... 2024-05-21T18:25:42.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:42 smithi016 bash[21861]: audit 2024-05-21T18:25:41.210138+0000 mgr.a (mgr.14120) 2 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-05-21T18:25:42.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:42 smithi016 bash[21861]: audit 2024-05-21T18:25:41.210138+0000 mgr.a (mgr.14120) 2 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-05-21T18:25:42.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:42 smithi016 bash[21861]: audit 2024-05-21T18:25:41.225718+0000 mgr.a (mgr.14120) 3 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-05-21T18:25:42.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:42 smithi016 bash[21861]: audit 2024-05-21T18:25:41.225718+0000 mgr.a (mgr.14120) 3 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-05-21T18:25:42.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:42 smithi016 bash[21861]: cephadm 2024-05-21T18:25:41.286449+0000 mgr.a (mgr.14120) 4 : cephadm [INF] [21/May/2024:18:25:41] ENGINE Bus STARTING 2024-05-21T18:25:42.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:42 smithi016 bash[21861]: cephadm 2024-05-21T18:25:41.286449+0000 mgr.a (mgr.14120) 4 : cephadm [INF] [21/May/2024:18:25:41] ENGINE Bus STARTING 2024-05-21T18:25:42.607 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:42 smithi016 bash[21861]: cephadm 2024-05-21T18:25:41.404232+0000 mgr.a (mgr.14120) 5 : cephadm [INF] [21/May/2024:18:25:41] ENGINE Serving on https://172.21.15.16:7150 2024-05-21T18:25:42.607 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:42 smithi016 bash[21861]: cephadm 2024-05-21T18:25:41.404232+0000 mgr.a (mgr.14120) 5 : cephadm [INF] [21/May/2024:18:25:41] ENGINE Serving on https://172.21.15.16:7150 2024-05-21T18:25:42.607 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:42 smithi016 bash[21861]: cephadm 2024-05-21T18:25:41.505412+0000 mgr.a (mgr.14120) 6 : cephadm [INF] [21/May/2024:18:25:41] ENGINE Serving on http://172.21.15.16:8765 2024-05-21T18:25:42.607 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:42 smithi016 bash[21861]: cephadm 2024-05-21T18:25:41.505412+0000 mgr.a (mgr.14120) 6 : cephadm [INF] [21/May/2024:18:25:41] ENGINE Serving on http://172.21.15.16:8765 2024-05-21T18:25:42.607 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:42 smithi016 bash[21861]: cephadm 2024-05-21T18:25:41.505583+0000 mgr.a (mgr.14120) 7 : cephadm [INF] [21/May/2024:18:25:41] ENGINE Bus STARTED 2024-05-21T18:25:42.607 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:42 smithi016 bash[21861]: cephadm 2024-05-21T18:25:41.505583+0000 mgr.a (mgr.14120) 7 : cephadm [INF] [21/May/2024:18:25:41] ENGINE Bus STARTED 2024-05-21T18:25:42.607 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:42 smithi016 bash[21861]: audit 2024-05-21T18:25:41.544898+0000 mon.a (mon.0) 57 : audit [DBG] from='mgr.14120 172.21.15.16:0/4282287858' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T18:25:42.607 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:42 smithi016 bash[21861]: audit 2024-05-21T18:25:41.544898+0000 mon.a (mon.0) 57 : audit [DBG] from='mgr.14120 172.21.15.16:0/4282287858' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T18:25:43.356 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:43 smithi016 bash[21861]: cluster 2024-05-21T18:25:42.270206+0000 mon.a (mon.0) 58 : cluster [DBG] mgrmap e8: a(active, since 2s) 2024-05-21T18:25:43.356 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:43 smithi016 bash[21861]: cluster 2024-05-21T18:25:42.270206+0000 mon.a (mon.0) 58 : cluster [DBG] mgrmap e8: a(active, since 2s) 2024-05-21T18:25:43.356 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:43 smithi016 bash[21861]: audit 2024-05-21T18:25:43.014185+0000 mon.a (mon.0) 59 : audit [INF] from='mgr.14120 172.21.15.16:0/4282287858' entity='mgr.a' 2024-05-21T18:25:43.356 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:43 smithi016 bash[21861]: audit 2024-05-21T18:25:43.014185+0000 mon.a (mon.0) 59 : audit [INF] from='mgr.14120 172.21.15.16:0/4282287858' entity='mgr.a' 2024-05-21T18:25:43.357 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:43 smithi016 bash[21861]: audit 2024-05-21T18:25:43.065808+0000 mon.a (mon.0) 60 : audit [DBG] from='mgr.14120 172.21.15.16:0/4282287858' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T18:25:43.357 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:43 smithi016 bash[21861]: audit 2024-05-21T18:25:43.065808+0000 mon.a (mon.0) 60 : audit [DBG] from='mgr.14120 172.21.15.16:0/4282287858' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T18:25:44.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:44 smithi016 bash[21861]: audit 2024-05-21T18:25:43.005662+0000 mgr.a (mgr.14120) 8 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T18:25:44.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:44 smithi016 bash[21861]: audit 2024-05-21T18:25:43.005662+0000 mgr.a (mgr.14120) 8 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T18:25:45.486 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout value unchanged 2024-05-21T18:25:45.486 INFO:teuthology.orchestra.run.smithi016.stdout:Generating ssh key... 2024-05-21T18:25:45.856 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:45 smithi016 bash[21861]: audit 2024-05-21T18:25:44.935162+0000 mgr.a (mgr.14120) 9 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T18:25:45.856 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:45 smithi016 bash[21861]: audit 2024-05-21T18:25:44.935162+0000 mgr.a (mgr.14120) 9 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T18:25:47.607 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 21 18:25:47 smithi016 bash[22115]: Generating public/private rsa key pair. 2024-05-21T18:25:47.607 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 21 18:25:47 smithi016 bash[22115]: Your identification has been saved in /tmp/tmpp98anqks/key. 2024-05-21T18:25:47.607 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 21 18:25:47 smithi016 bash[22115]: Your public key has been saved in /tmp/tmpp98anqks/key.pub. 2024-05-21T18:25:47.607 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 21 18:25:47 smithi016 bash[22115]: The key fingerprint is: 2024-05-21T18:25:47.607 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 21 18:25:47 smithi016 bash[22115]: SHA256:3wEsLI4sxPn8BU+wa5Ru+gF+nr8TciNfQWJTJ//IRAs ceph-3de35fc8-179f-11ef-bc9a-c7b262605968 2024-05-21T18:25:47.607 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 21 18:25:47 smithi016 bash[22115]: The key's randomart image is: 2024-05-21T18:25:47.607 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 21 18:25:47 smithi016 bash[22115]: +---[RSA 3072]----+ 2024-05-21T18:25:47.607 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 21 18:25:47 smithi016 bash[22115]: | . .E o | 2024-05-21T18:25:47.607 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 21 18:25:47 smithi016 bash[22115]: | . . =+..* . | 2024-05-21T18:25:47.607 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 21 18:25:47 smithi016 bash[22115]: | + *.++o + | 2024-05-21T18:25:47.607 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 21 18:25:47 smithi016 bash[22115]: | . + = * ..+ o | 2024-05-21T18:25:47.607 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 21 18:25:47 smithi016 bash[22115]: | . * * S .+ . | 2024-05-21T18:25:47.608 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 21 18:25:47 smithi016 bash[22115]: | o *o.+... . | 2024-05-21T18:25:47.608 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 21 18:25:47 smithi016 bash[22115]: | o += +. . | 2024-05-21T18:25:47.608 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 21 18:25:47 smithi016 bash[22115]: | + oo | 2024-05-21T18:25:47.608 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 21 18:25:47 smithi016 bash[22115]: | +.oo | 2024-05-21T18:25:47.608 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 21 18:25:47 smithi016 bash[22115]: +----[SHA256]-----+ 2024-05-21T18:25:48.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:48 smithi016 bash[21861]: audit 2024-05-21T18:25:46.755385+0000 mgr.a (mgr.14120) 10 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T18:25:48.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:48 smithi016 bash[21861]: audit 2024-05-21T18:25:46.755385+0000 mgr.a (mgr.14120) 10 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T18:25:48.607 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:48 smithi016 bash[21861]: cephadm 2024-05-21T18:25:46.755623+0000 mgr.a (mgr.14120) 11 : cephadm [INF] Generating ssh key... 2024-05-21T18:25:48.607 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:48 smithi016 bash[21861]: cephadm 2024-05-21T18:25:46.755623+0000 mgr.a (mgr.14120) 11 : cephadm [INF] Generating ssh key... 2024-05-21T18:25:48.607 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:48 smithi016 bash[21861]: audit 2024-05-21T18:25:47.168378+0000 mon.a (mon.0) 61 : audit [INF] from='mgr.14120 172.21.15.16:0/4282287858' entity='mgr.a' 2024-05-21T18:25:48.607 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:48 smithi016 bash[21861]: audit 2024-05-21T18:25:47.168378+0000 mon.a (mon.0) 61 : audit [INF] from='mgr.14120 172.21.15.16:0/4282287858' entity='mgr.a' 2024-05-21T18:25:48.607 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:48 smithi016 bash[21861]: audit 2024-05-21T18:25:47.170910+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.14120 172.21.15.16:0/4282287858' entity='mgr.a' 2024-05-21T18:25:48.607 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:48 smithi016 bash[21861]: audit 2024-05-21T18:25:47.170910+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.14120 172.21.15.16:0/4282287858' entity='mgr.a' 2024-05-21T18:25:49.449 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC/gGGMneFzOdqhGHpxAojoghC0i5bqbSo48eoRzRAslZohfyhGrRdvnciLlQ5heR1QVS6qo7sJasWNNL9U2Yza2opXSo4qSXdueZ9eXAif9wRn4Nso9kHvxeCK6ONKij5/ycHkAuVZkvyUJxrjXqu3Zma93ihdx1pQLZ0ZJFcT9RxBCfXJSPmF7Z0SqSJGgECzqv0T8pEQILvbrQM61Xt84LrWatpdIpwXU4r8NsCu7FIOeGhYYlOEZmv5E26U2/ouOot0j6G46aDjAFhBR6F+9VH1u4aPSEfsphJ0q1MFcfpslNWLlgMFQfjbNonIZyPC2x0X1CtpkaYE9R8F1Xxt390fxu4Ct+OEpWl1kgvnptKPUkfIcDgdQKBAoWmzOYWoD9nUxFvOCchEPuiR//s+3+tg/CpQ56T/4q8099OIXn07iWqERsvlQ+J+nf1ZBFUJk8QZ8XoKCrnVS+nWTd+io54QBYeie9vTNsRNs+ODVRmKKTmX+dOaz+iGo4DxAV0= ceph-3de35fc8-179f-11ef-bc9a-c7b262605968 2024-05-21T18:25:49.449 INFO:teuthology.orchestra.run.smithi016.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-05-21T18:25:49.449 INFO:teuthology.orchestra.run.smithi016.stdout:Adding key to root@localhost authorized_keys... 2024-05-21T18:25:49.450 INFO:teuthology.orchestra.run.smithi016.stdout:Adding host smithi016... 2024-05-21T18:25:49.856 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:49 smithi016 bash[21861]: audit 2024-05-21T18:25:48.916190+0000 mgr.a (mgr.14120) 12 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T18:25:49.856 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:49 smithi016 bash[21861]: audit 2024-05-21T18:25:48.916190+0000 mgr.a (mgr.14120) 12 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T18:25:51.856 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:51 smithi016 bash[21861]: audit 2024-05-21T18:25:50.659423+0000 mgr.a (mgr.14120) 13 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi016", "addr": "172.21.15.16", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T18:25:51.856 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:51 smithi016 bash[21861]: audit 2024-05-21T18:25:50.659423+0000 mgr.a (mgr.14120) 13 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi016", "addr": "172.21.15.16", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T18:25:51.856 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:51 smithi016 bash[21861]: cephadm 2024-05-21T18:25:51.248348+0000 mgr.a (mgr.14120) 14 : cephadm [INF] Deploying cephadm binary to smithi016 2024-05-21T18:25:51.856 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:51 smithi016 bash[21861]: cephadm 2024-05-21T18:25:51.248348+0000 mgr.a (mgr.14120) 14 : cephadm [INF] Deploying cephadm binary to smithi016 2024-05-21T18:25:57.064 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout Added host 'smithi016' with addr '172.21.15.16' 2024-05-21T18:25:57.064 INFO:teuthology.orchestra.run.smithi016.stdout:Deploying unmanaged mon service... 2024-05-21T18:25:57.356 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:57 smithi016 bash[21861]: audit 2024-05-21T18:25:56.292261+0000 mon.a (mon.0) 63 : audit [INF] from='mgr.14120 172.21.15.16:0/4282287858' entity='mgr.a' 2024-05-21T18:25:57.356 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:57 smithi016 bash[21861]: audit 2024-05-21T18:25:56.292261+0000 mon.a (mon.0) 63 : audit [INF] from='mgr.14120 172.21.15.16:0/4282287858' entity='mgr.a' 2024-05-21T18:25:57.356 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:57 smithi016 bash[21861]: cephadm 2024-05-21T18:25:56.292851+0000 mgr.a (mgr.14120) 15 : cephadm [INF] Added host smithi016 2024-05-21T18:25:57.356 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:57 smithi016 bash[21861]: cephadm 2024-05-21T18:25:56.292851+0000 mgr.a (mgr.14120) 15 : cephadm [INF] Added host smithi016 2024-05-21T18:25:57.357 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:57 smithi016 bash[21861]: audit 2024-05-21T18:25:56.305541+0000 mon.a (mon.0) 64 : audit [DBG] from='mgr.14120 172.21.15.16:0/4282287858' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T18:25:57.357 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:57 smithi016 bash[21861]: audit 2024-05-21T18:25:56.305541+0000 mon.a (mon.0) 64 : audit [DBG] from='mgr.14120 172.21.15.16:0/4282287858' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T18:25:59.473 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-05-21T18:25:59.474 INFO:teuthology.orchestra.run.smithi016.stdout:Deploying unmanaged mgr service... 2024-05-21T18:26:00.155 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:59 smithi016 bash[21861]: audit 2024-05-21T18:25:58.900230+0000 mgr.a (mgr.14120) 16 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T18:26:00.156 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:59 smithi016 bash[21861]: audit 2024-05-21T18:25:58.900230+0000 mgr.a (mgr.14120) 16 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T18:26:00.156 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:59 smithi016 bash[21861]: cephadm 2024-05-21T18:25:58.903774+0000 mgr.a (mgr.14120) 17 : cephadm [INF] Saving service mon spec with placement count:5 2024-05-21T18:26:00.156 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:59 smithi016 bash[21861]: cephadm 2024-05-21T18:25:58.903774+0000 mgr.a (mgr.14120) 17 : cephadm [INF] Saving service mon spec with placement count:5 2024-05-21T18:26:00.156 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:59 smithi016 bash[21861]: audit 2024-05-21T18:25:58.908561+0000 mon.a (mon.0) 65 : audit [INF] from='mgr.14120 172.21.15.16:0/4282287858' entity='mgr.a' 2024-05-21T18:26:00.156 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:59 smithi016 bash[21861]: audit 2024-05-21T18:25:58.908561+0000 mon.a (mon.0) 65 : audit [INF] from='mgr.14120 172.21.15.16:0/4282287858' entity='mgr.a' 2024-05-21T18:26:00.156 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:59 smithi016 bash[21861]: audit 2024-05-21T18:25:59.082338+0000 mon.a (mon.0) 66 : audit [INF] from='mgr.14120 172.21.15.16:0/4282287858' entity='mgr.a' 2024-05-21T18:26:00.156 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:59 smithi016 bash[21861]: audit 2024-05-21T18:25:59.082338+0000 mon.a (mon.0) 66 : audit [INF] from='mgr.14120 172.21.15.16:0/4282287858' entity='mgr.a' 2024-05-21T18:26:00.156 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:59 smithi016 bash[21861]: audit 2024-05-21T18:25:59.568250+0000 mon.a (mon.0) 67 : audit [INF] from='mgr.14120 172.21.15.16:0/4282287858' entity='mgr.a' 2024-05-21T18:26:00.157 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:25:59 smithi016 bash[21861]: audit 2024-05-21T18:25:59.568250+0000 mon.a (mon.0) 67 : audit [INF] from='mgr.14120 172.21.15.16:0/4282287858' entity='mgr.a' 2024-05-21T18:26:01.372 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-05-21T18:26:01.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:01 smithi016 bash[21861]: cluster 2024-05-21T18:26:00.212069+0000 mgr.a (mgr.14120) 18 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:26:01.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:01 smithi016 bash[21861]: cluster 2024-05-21T18:26:00.212069+0000 mgr.a (mgr.14120) 18 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:26:01.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:01 smithi016 bash[21861]: audit 2024-05-21T18:26:00.768662+0000 mon.a (mon.0) 68 : audit [INF] from='mgr.14120 172.21.15.16:0/4282287858' entity='mgr.a' 2024-05-21T18:26:01.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:01 smithi016 bash[21861]: audit 2024-05-21T18:26:00.768662+0000 mon.a (mon.0) 68 : audit [INF] from='mgr.14120 172.21.15.16:0/4282287858' entity='mgr.a' 2024-05-21T18:26:02.356 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:02 smithi016 bash[21861]: audit 2024-05-21T18:26:00.761263+0000 mgr.a (mgr.14120) 19 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T18:26:02.356 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:02 smithi016 bash[21861]: audit 2024-05-21T18:26:00.761263+0000 mgr.a (mgr.14120) 19 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T18:26:02.356 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:02 smithi016 bash[21861]: cephadm 2024-05-21T18:26:00.763881+0000 mgr.a (mgr.14120) 20 : cephadm [INF] Saving service mgr spec with placement count:2 2024-05-21T18:26:02.356 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:02 smithi016 bash[21861]: cephadm 2024-05-21T18:26:00.763881+0000 mgr.a (mgr.14120) 20 : cephadm [INF] Saving service mgr spec with placement count:2 2024-05-21T18:26:03.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:03 smithi016 bash[21861]: cluster 2024-05-21T18:26:02.212339+0000 mgr.a (mgr.14120) 21 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:26:03.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:03 smithi016 bash[21861]: cluster 2024-05-21T18:26:02.212339+0000 mgr.a (mgr.14120) 21 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:26:03.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:03 smithi016 bash[21861]: audit 2024-05-21T18:26:02.732350+0000 mon.a (mon.0) 69 : audit [INF] from='client.? 172.21.15.16:0/343713088' entity='client.admin' 2024-05-21T18:26:03.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:03 smithi016 bash[21861]: audit 2024-05-21T18:26:02.732350+0000 mon.a (mon.0) 69 : audit [INF] from='client.? 172.21.15.16:0/343713088' entity='client.admin' 2024-05-21T18:26:05.124 INFO:teuthology.orchestra.run.smithi016.stdout:Enabling the dashboard module... 2024-05-21T18:26:05.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:05 smithi016 bash[21861]: cluster 2024-05-21T18:26:04.212694+0000 mgr.a (mgr.14120) 22 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:26:05.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:05 smithi016 bash[21861]: cluster 2024-05-21T18:26:04.212694+0000 mgr.a (mgr.14120) 22 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:26:05.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:05 smithi016 bash[21861]: audit 2024-05-21T18:26:04.620345+0000 mon.a (mon.0) 70 : audit [INF] from='client.? 172.21.15.16:0/2084755724' entity='client.admin' 2024-05-21T18:26:05.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:05 smithi016 bash[21861]: audit 2024-05-21T18:26:04.620345+0000 mon.a (mon.0) 70 : audit [INF] from='client.? 172.21.15.16:0/2084755724' entity='client.admin' 2024-05-21T18:26:07.606 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 21 18:26:07 smithi016 bash[22115]: ignoring --setuser ceph since I am not root 2024-05-21T18:26:07.606 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 21 18:26:07 smithi016 bash[22115]: ignoring --setgroup ceph since I am not root 2024-05-21T18:26:07.606 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 21 18:26:07 smithi016 bash[22115]: debug 2024-05-21T18:26:07.431+0000 7fa9c816b200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-05-21T18:26:07.607 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:07 smithi016 bash[21861]: cluster 2024-05-21T18:26:06.213052+0000 mgr.a (mgr.14120) 23 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:26:07.607 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:07 smithi016 bash[21861]: cluster 2024-05-21T18:26:06.213052+0000 mgr.a (mgr.14120) 23 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:26:07.607 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:07 smithi016 bash[21861]: audit 2024-05-21T18:26:06.431224+0000 mon.a (mon.0) 71 : audit [INF] from='client.? 172.21.15.16:0/3012263364' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-05-21T18:26:07.607 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:07 smithi016 bash[21861]: audit 2024-05-21T18:26:06.431224+0000 mon.a (mon.0) 71 : audit [INF] from='client.? 172.21.15.16:0/3012263364' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-05-21T18:26:08.510 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:08 smithi016 bash[21861]: audit 2024-05-21T18:26:07.227735+0000 mon.a (mon.0) 72 : audit [INF] from='client.? 172.21.15.16:0/3012263364' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-05-21T18:26:08.511 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:08 smithi016 bash[21861]: audit 2024-05-21T18:26:07.227735+0000 mon.a (mon.0) 72 : audit [INF] from='client.? 172.21.15.16:0/3012263364' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-05-21T18:26:08.511 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:08 smithi016 bash[21861]: cluster 2024-05-21T18:26:07.234103+0000 mon.a (mon.0) 73 : cluster [DBG] mgrmap e9: a(active, since 27s) 2024-05-21T18:26:08.511 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:08 smithi016 bash[21861]: cluster 2024-05-21T18:26:07.234103+0000 mon.a (mon.0) 73 : cluster [DBG] mgrmap e9: a(active, since 27s) 2024-05-21T18:26:09.356 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:09 smithi016 bash[21861]: audit 2024-05-21T18:26:09.230737+0000 mon.a (mon.0) 74 : audit [DBG] from='client.? 172.21.15.16:0/1539042024' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-05-21T18:26:09.356 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:09 smithi016 bash[21861]: audit 2024-05-21T18:26:09.230737+0000 mon.a (mon.0) 74 : audit [DBG] from='client.? 172.21.15.16:0/1539042024' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-05-21T18:26:09.356 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 21 18:26:09 smithi016 bash[22115]: debug 2024-05-21T18:26:09.099+0000 7fa9c816b200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-05-21T18:26:09.356 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 21 18:26:09 smithi016 bash[22115]: debug 2024-05-21T18:26:09.199+0000 7fa9c816b200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-05-21T18:26:09.817 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout { 2024-05-21T18:26:09.818 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "epoch": 9, 2024-05-21T18:26:09.818 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "available": true, 2024-05-21T18:26:09.818 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-05-21T18:26:09.818 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-05-21T18:26:09.818 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout } 2024-05-21T18:26:09.818 INFO:teuthology.orchestra.run.smithi016.stdout:Waiting for the mgr to restart... 2024-05-21T18:26:09.818 INFO:teuthology.orchestra.run.smithi016.stdout:Waiting for mgr epoch 9... 2024-05-21T18:26:09.835 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 21 18:26:09 smithi016 bash[22115]: debug 2024-05-21T18:26:09.463+0000 7fa9c816b200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-05-21T18:26:10.606 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 21 18:26:10 smithi016 bash[22115]: debug 2024-05-21T18:26:10.303+0000 7fa9c816b200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-05-21T18:26:10.606 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 21 18:26:10 smithi016 bash[22115]: debug 2024-05-21T18:26:10.423+0000 7fa9c816b200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-05-21T18:26:10.606 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 21 18:26:10 smithi016 bash[22115]: debug 2024-05-21T18:26:10.539+0000 7fa9c816b200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-05-21T18:26:11.356 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 21 18:26:10 smithi016 bash[22115]: debug 2024-05-21T18:26:10.915+0000 7fa9c816b200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-05-21T18:26:11.356 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 21 18:26:11 smithi016 bash[22115]: debug 2024-05-21T18:26:11.035+0000 7fa9c816b200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-05-21T18:26:11.356 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 21 18:26:11 smithi016 bash[22115]: debug 2024-05-21T18:26:11.143+0000 7fa9c816b200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-05-21T18:26:11.856 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 21 18:26:11 smithi016 bash[22115]: debug 2024-05-21T18:26:11.523+0000 7fa9c816b200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-05-21T18:26:11.856 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 21 18:26:11 smithi016 bash[22115]: debug 2024-05-21T18:26:11.767+0000 7fa9c816b200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-05-21T18:26:12.356 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 21 18:26:12 smithi016 bash[22115]: debug 2024-05-21T18:26:12.043+0000 7fa9c816b200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-05-21T18:26:12.356 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 21 18:26:12 smithi016 bash[22115]: debug 2024-05-21T18:26:12.163+0000 7fa9c816b200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-05-21T18:26:12.856 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 21 18:26:12 smithi016 bash[22115]: debug 2024-05-21T18:26:12.451+0000 7fa9c816b200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-05-21T18:26:13.137 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 21 18:26:12 smithi016 bash[22115]: debug 2024-05-21T18:26:12.883+0000 7fa9c816b200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-05-21T18:26:13.137 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 21 18:26:13 smithi016 bash[22115]: debug 2024-05-21T18:26:13.135+0000 7fa9c816b200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-05-21T18:26:13.525 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 21 18:26:13 smithi016 bash[22115]: debug 2024-05-21T18:26:13.259+0000 7fa9c816b200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-05-21T18:26:13.856 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 21 18:26:13 smithi016 bash[22115]: debug 2024-05-21T18:26:13.523+0000 7fa9c816b200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-05-21T18:26:14.856 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 21 18:26:14 smithi016 bash[22115]: debug 2024-05-21T18:26:14.579+0000 7fa9c816b200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-05-21T18:26:14.856 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 21 18:26:14 smithi016 bash[22115]: debug 2024-05-21T18:26:14.703+0000 7fa9c816b200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-05-21T18:26:15.356 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 21 18:26:15 smithi016 bash[22115]: debug 2024-05-21T18:26:15.011+0000 7fa9c816b200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-05-21T18:26:15.356 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 21 18:26:15 smithi016 bash[22115]: debug 2024-05-21T18:26:15.131+0000 7fa9c816b200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-05-21T18:26:15.856 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 21 18:26:15 smithi016 bash[22115]: debug 2024-05-21T18:26:15.427+0000 7fa9c816b200 -1 mgr[py] Module smb has missing NOTIFY_TYPES member 2024-05-21T18:26:16.163 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 21 18:26:15 smithi016 bash[22115]: debug 2024-05-21T18:26:15.907+0000 7fa9c816b200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-05-21T18:26:16.164 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 21 18:26:16 smithi016 bash[22115]: debug 2024-05-21T18:26:16.035+0000 7fa9c816b200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-05-21T18:26:16.164 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:16 smithi016 bash[21861]: cluster 2024-05-21T18:26:16.061111+0000 mon.a (mon.0) 75 : cluster [INF] Active manager daemon a restarted 2024-05-21T18:26:16.164 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:16 smithi016 bash[21861]: cluster 2024-05-21T18:26:16.061111+0000 mon.a (mon.0) 75 : cluster [INF] Active manager daemon a restarted 2024-05-21T18:26:16.164 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:16 smithi016 bash[21861]: cluster 2024-05-21T18:26:16.061489+0000 mon.a (mon.0) 76 : cluster [INF] Activating manager daemon a 2024-05-21T18:26:16.165 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:16 smithi016 bash[21861]: cluster 2024-05-21T18:26:16.061489+0000 mon.a (mon.0) 76 : cluster [INF] Activating manager daemon a 2024-05-21T18:26:16.165 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:16 smithi016 bash[21861]: cluster 2024-05-21T18:26:16.068598+0000 mon.a (mon.0) 77 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-05-21T18:26:16.165 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:16 smithi016 bash[21861]: cluster 2024-05-21T18:26:16.068598+0000 mon.a (mon.0) 77 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-05-21T18:26:16.165 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:16 smithi016 bash[21861]: cluster 2024-05-21T18:26:16.068897+0000 mon.a (mon.0) 78 : cluster [DBG] mgrmap e10: a(active, starting, since 0.0075353s) 2024-05-21T18:26:16.165 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:16 smithi016 bash[21861]: cluster 2024-05-21T18:26:16.068897+0000 mon.a (mon.0) 78 : cluster [DBG] mgrmap e10: a(active, starting, since 0.0075353s) 2024-05-21T18:26:16.165 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:16 smithi016 bash[21861]: audit 2024-05-21T18:26:16.070675+0000 mon.a (mon.0) 79 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-21T18:26:16.166 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:16 smithi016 bash[21861]: audit 2024-05-21T18:26:16.070675+0000 mon.a (mon.0) 79 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-21T18:26:16.166 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:16 smithi016 bash[21861]: audit 2024-05-21T18:26:16.072722+0000 mon.a (mon.0) 80 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-05-21T18:26:16.166 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:16 smithi016 bash[21861]: audit 2024-05-21T18:26:16.072722+0000 mon.a (mon.0) 80 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-05-21T18:26:16.166 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:16 smithi016 bash[21861]: audit 2024-05-21T18:26:16.073886+0000 mon.a (mon.0) 81 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-21T18:26:16.166 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:16 smithi016 bash[21861]: audit 2024-05-21T18:26:16.073886+0000 mon.a (mon.0) 81 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-21T18:26:16.166 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:16 smithi016 bash[21861]: audit 2024-05-21T18:26:16.074095+0000 mon.a (mon.0) 82 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-21T18:26:16.166 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:16 smithi016 bash[21861]: audit 2024-05-21T18:26:16.074095+0000 mon.a (mon.0) 82 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-21T18:26:16.166 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:16 smithi016 bash[21861]: audit 2024-05-21T18:26:16.074303+0000 mon.a (mon.0) 83 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-21T18:26:16.167 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:16 smithi016 bash[21861]: audit 2024-05-21T18:26:16.074303+0000 mon.a (mon.0) 83 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-21T18:26:16.167 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:16 smithi016 bash[21861]: cluster 2024-05-21T18:26:16.097024+0000 mon.a (mon.0) 84 : cluster [INF] Manager daemon a is now available 2024-05-21T18:26:16.167 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:16 smithi016 bash[21861]: cluster 2024-05-21T18:26:16.097024+0000 mon.a (mon.0) 84 : cluster [INF] Manager daemon a is now available 2024-05-21T18:26:17.356 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:17 smithi016 bash[21861]: audit 2024-05-21T18:26:16.122465+0000 mon.a (mon.0) 85 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T18:26:17.356 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:17 smithi016 bash[21861]: audit 2024-05-21T18:26:16.122465+0000 mon.a (mon.0) 85 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T18:26:17.356 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:17 smithi016 bash[21861]: audit 2024-05-21T18:26:16.144337+0000 mon.a (mon.0) 86 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-05-21T18:26:17.356 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:17 smithi016 bash[21861]: audit 2024-05-21T18:26:16.144337+0000 mon.a (mon.0) 86 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-05-21T18:26:17.356 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:17 smithi016 bash[21861]: audit 2024-05-21T18:26:16.148032+0000 mon.a (mon.0) 87 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-05-21T18:26:17.357 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:17 smithi016 bash[21861]: audit 2024-05-21T18:26:16.148032+0000 mon.a (mon.0) 87 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-05-21T18:26:17.357 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:17 smithi016 bash[21861]: cluster 2024-05-21T18:26:17.070858+0000 mon.a (mon.0) 88 : cluster [DBG] mgrmap e11: a(active, since 1.0095s) 2024-05-21T18:26:17.357 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:17 smithi016 bash[21861]: cluster 2024-05-21T18:26:17.070858+0000 mon.a (mon.0) 88 : cluster [DBG] mgrmap e11: a(active, since 1.0095s) 2024-05-21T18:26:17.709 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout { 2024-05-21T18:26:17.709 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2024-05-21T18:26:17.709 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "initialized": true 2024-05-21T18:26:17.709 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout } 2024-05-21T18:26:17.709 INFO:teuthology.orchestra.run.smithi016.stdout:mgr epoch 9 is available 2024-05-21T18:26:17.709 INFO:teuthology.orchestra.run.smithi016.stdout:Generating a dashboard self-signed certificate... 2024-05-21T18:26:18.377 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:18 smithi016 bash[21861]: cephadm 2024-05-21T18:26:16.911429+0000 mgr.a (mgr.14152) 1 : cephadm [INF] [21/May/2024:18:26:16] ENGINE Bus STARTING 2024-05-21T18:26:18.377 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:18 smithi016 bash[21861]: cephadm 2024-05-21T18:26:16.911429+0000 mgr.a (mgr.14152) 1 : cephadm [INF] [21/May/2024:18:26:16] ENGINE Bus STARTING 2024-05-21T18:26:18.377 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:18 smithi016 bash[21861]: cephadm 2024-05-21T18:26:17.035376+0000 mgr.a (mgr.14152) 2 : cephadm [INF] [21/May/2024:18:26:17] ENGINE Serving on https://172.21.15.16:7150 2024-05-21T18:26:18.377 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:18 smithi016 bash[21861]: cephadm 2024-05-21T18:26:17.035376+0000 mgr.a (mgr.14152) 2 : cephadm [INF] [21/May/2024:18:26:17] ENGINE Serving on https://172.21.15.16:7150 2024-05-21T18:26:18.377 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:18 smithi016 bash[21861]: audit 2024-05-21T18:26:17.069304+0000 mgr.a (mgr.14152) 3 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-05-21T18:26:18.377 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:18 smithi016 bash[21861]: audit 2024-05-21T18:26:17.069304+0000 mgr.a (mgr.14152) 3 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-05-21T18:26:18.378 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:18 smithi016 bash[21861]: audit 2024-05-21T18:26:17.085569+0000 mgr.a (mgr.14152) 4 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-05-21T18:26:18.378 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:18 smithi016 bash[21861]: audit 2024-05-21T18:26:17.085569+0000 mgr.a (mgr.14152) 4 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-05-21T18:26:18.378 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:18 smithi016 bash[21861]: cephadm 2024-05-21T18:26:17.136972+0000 mgr.a (mgr.14152) 5 : cephadm [INF] [21/May/2024:18:26:17] ENGINE Serving on http://172.21.15.16:8765 2024-05-21T18:26:18.378 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:18 smithi016 bash[21861]: cephadm 2024-05-21T18:26:17.136972+0000 mgr.a (mgr.14152) 5 : cephadm [INF] [21/May/2024:18:26:17] ENGINE Serving on http://172.21.15.16:8765 2024-05-21T18:26:18.378 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:18 smithi016 bash[21861]: cephadm 2024-05-21T18:26:17.137158+0000 mgr.a (mgr.14152) 6 : cephadm [INF] [21/May/2024:18:26:17] ENGINE Bus STARTED 2024-05-21T18:26:18.378 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:18 smithi016 bash[21861]: cephadm 2024-05-21T18:26:17.137158+0000 mgr.a (mgr.14152) 6 : cephadm [INF] [21/May/2024:18:26:17] ENGINE Bus STARTED 2024-05-21T18:26:19.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:19 smithi016 bash[21861]: cluster 2024-05-21T18:26:18.122789+0000 mon.a (mon.0) 89 : cluster [DBG] mgrmap e12: a(active, since 2s) 2024-05-21T18:26:19.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:19 smithi016 bash[21861]: cluster 2024-05-21T18:26:18.122789+0000 mon.a (mon.0) 89 : cluster [DBG] mgrmap e12: a(active, since 2s) 2024-05-21T18:26:19.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:19 smithi016 bash[21861]: audit 2024-05-21T18:26:19.118991+0000 mon.a (mon.0) 90 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:26:19.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:19 smithi016 bash[21861]: audit 2024-05-21T18:26:19.118991+0000 mon.a (mon.0) 90 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:26:19.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:19 smithi016 bash[21861]: audit 2024-05-21T18:26:19.121930+0000 mon.a (mon.0) 91 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:26:19.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:19 smithi016 bash[21861]: audit 2024-05-21T18:26:19.121930+0000 mon.a (mon.0) 91 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:26:19.804 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2024-05-21T18:26:19.804 INFO:teuthology.orchestra.run.smithi016.stdout:Creating initial admin user... 2024-05-21T18:26:20.436 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:20 smithi016 bash[21861]: audit 2024-05-21T18:26:18.965225+0000 mgr.a (mgr.14152) 7 : audit [DBG] from='client.14164 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T18:26:20.436 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:20 smithi016 bash[21861]: audit 2024-05-21T18:26:18.965225+0000 mgr.a (mgr.14152) 7 : audit [DBG] from='client.14164 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T18:26:21.607 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:21 smithi016 bash[21861]: audit 2024-05-21T18:26:21.104097+0000 mgr.a (mgr.14152) 8 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T18:26:21.607 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:21 smithi016 bash[21861]: audit 2024-05-21T18:26:21.104097+0000 mgr.a (mgr.14152) 8 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T18:26:22.076 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$YS5sEzy2xUY1HWdraPYdNuZDNJCOAGxp6DxnT/2u5HCYvfex0uDD2", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1716315981, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-05-21T18:26:22.076 INFO:teuthology.orchestra.run.smithi016.stdout:Fetching dashboard port number... 2024-05-21T18:26:22.791 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:22 smithi016 bash[21861]: audit 2024-05-21T18:26:21.517813+0000 mon.a (mon.0) 92 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:26:22.792 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:22 smithi016 bash[21861]: audit 2024-05-21T18:26:21.517813+0000 mon.a (mon.0) 92 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:26:23.856 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:23 smithi016 bash[21861]: cluster 2024-05-21T18:26:22.523224+0000 mon.a (mon.0) 93 : cluster [DBG] mgrmap e13: a(active, since 6s) 2024-05-21T18:26:23.856 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:23 smithi016 bash[21861]: cluster 2024-05-21T18:26:22.523224+0000 mon.a (mon.0) 93 : cluster [DBG] mgrmap e13: a(active, since 6s) 2024-05-21T18:26:23.856 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:23 smithi016 bash[21861]: audit 2024-05-21T18:26:22.792563+0000 mon.a (mon.0) 94 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:26:23.856 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:23 smithi016 bash[21861]: audit 2024-05-21T18:26:22.792563+0000 mon.a (mon.0) 94 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:26:23.856 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:23 smithi016 bash[21861]: audit 2024-05-21T18:26:23.387095+0000 mon.a (mon.0) 95 : audit [DBG] from='client.? 172.21.15.16:0/27897463' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-05-21T18:26:23.856 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:23 smithi016 bash[21861]: audit 2024-05-21T18:26:23.387095+0000 mon.a (mon.0) 95 : audit [DBG] from='client.? 172.21.15.16:0/27897463' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-05-21T18:26:24.039 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout 8443 2024-05-21T18:26:24.039 INFO:teuthology.orchestra.run.smithi016.stdout:firewalld does not appear to be present 2024-05-21T18:26:24.039 INFO:teuthology.orchestra.run.smithi016.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-05-21T18:26:24.041 INFO:teuthology.orchestra.run.smithi016.stdout:Ceph Dashboard is now available at: 2024-05-21T18:26:24.041 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-05-21T18:26:24.041 INFO:teuthology.orchestra.run.smithi016.stdout: URL: https://smithi016.front.sepia.ceph.com:8443/ 2024-05-21T18:26:24.042 INFO:teuthology.orchestra.run.smithi016.stdout: User: admin 2024-05-21T18:26:24.042 INFO:teuthology.orchestra.run.smithi016.stdout: Password: mf67p8pyop 2024-05-21T18:26:24.042 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-05-21T18:26:24.042 INFO:teuthology.orchestra.run.smithi016.stdout:Saving cluster configuration to /var/lib/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/config directory 2024-05-21T18:26:24.042 INFO:teuthology.orchestra.run.smithi016.stdout:Enabling autotune for osd_memory_target 2024-05-21T18:26:25.106 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:24 smithi016 bash[21861]: audit 2024-05-21T18:26:23.778066+0000 mon.a (mon.0) 96 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:26:25.106 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:24 smithi016 bash[21861]: audit 2024-05-21T18:26:23.778066+0000 mon.a (mon.0) 96 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:26:27.935 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-05-21T18:26:27.935 INFO:teuthology.orchestra.run.smithi016.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-05-21T18:26:27.935 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-05-21T18:26:27.936 INFO:teuthology.orchestra.run.smithi016.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid 3de35fc8-179f-11ef-bc9a-c7b262605968 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-05-21T18:26:27.936 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-05-21T18:26:27.936 INFO:teuthology.orchestra.run.smithi016.stdout:Or, if you are only running a single cluster on this host: 2024-05-21T18:26:27.936 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-05-21T18:26:27.936 INFO:teuthology.orchestra.run.smithi016.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-05-21T18:26:27.936 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-05-21T18:26:27.936 INFO:teuthology.orchestra.run.smithi016.stdout:Please consider enabling telemetry to help improve Ceph: 2024-05-21T18:26:27.936 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-05-21T18:26:27.937 INFO:teuthology.orchestra.run.smithi016.stdout: ceph telemetry on 2024-05-21T18:26:27.937 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-05-21T18:26:27.937 INFO:teuthology.orchestra.run.smithi016.stdout:For more information see: 2024-05-21T18:26:27.937 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-05-21T18:26:27.937 INFO:teuthology.orchestra.run.smithi016.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-05-21T18:26:27.937 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-05-21T18:26:27.937 INFO:teuthology.orchestra.run.smithi016.stdout:Bootstrap complete. 2024-05-21T18:26:27.996 INFO:tasks.cephadm:Fetching config... 2024-05-21T18:26:27.997 DEBUG:teuthology.orchestra.run.smithi016:> set -ex 2024-05-21T18:26:27.997 DEBUG:teuthology.orchestra.run.smithi016:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-05-21T18:26:28.003 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-05-21T18:26:28.003 DEBUG:teuthology.orchestra.run.smithi016:> set -ex 2024-05-21T18:26:28.003 DEBUG:teuthology.orchestra.run.smithi016:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-05-21T18:26:28.052 INFO:tasks.cephadm:Fetching mon keyring... 2024-05-21T18:26:28.052 DEBUG:teuthology.orchestra.run.smithi016:> set -ex 2024-05-21T18:26:28.052 DEBUG:teuthology.orchestra.run.smithi016:> sudo dd if=/var/lib/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/mon.a/keyring of=/dev/stdout 2024-05-21T18:26:28.108 INFO:tasks.cephadm:Fetching pub ssh key... 2024-05-21T18:26:28.109 DEBUG:teuthology.orchestra.run.smithi016:> set -ex 2024-05-21T18:26:28.109 DEBUG:teuthology.orchestra.run.smithi016:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-05-21T18:26:28.160 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-05-21T18:26:28.160 DEBUG:teuthology.orchestra.run.smithi016:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC/gGGMneFzOdqhGHpxAojoghC0i5bqbSo48eoRzRAslZohfyhGrRdvnciLlQ5heR1QVS6qo7sJasWNNL9U2Yza2opXSo4qSXdueZ9eXAif9wRn4Nso9kHvxeCK6ONKij5/ycHkAuVZkvyUJxrjXqu3Zma93ihdx1pQLZ0ZJFcT9RxBCfXJSPmF7Z0SqSJGgECzqv0T8pEQILvbrQM61Xt84LrWatpdIpwXU4r8NsCu7FIOeGhYYlOEZmv5E26U2/ouOot0j6G46aDjAFhBR6F+9VH1u4aPSEfsphJ0q1MFcfpslNWLlgMFQfjbNonIZyPC2x0X1CtpkaYE9R8F1Xxt390fxu4Ct+OEpWl1kgvnptKPUkfIcDgdQKBAoWmzOYWoD9nUxFvOCchEPuiR//s+3+tg/CpQ56T/4q8099OIXn07iWqERsvlQ+J+nf1ZBFUJk8QZ8XoKCrnVS+nWTd+io54QBYeie9vTNsRNs+ODVRmKKTmX+dOaz+iGo4DxAV0= ceph-3de35fc8-179f-11ef-bc9a-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-05-21T18:26:28.230 INFO:teuthology.orchestra.run.smithi016.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC/gGGMneFzOdqhGHpxAojoghC0i5bqbSo48eoRzRAslZohfyhGrRdvnciLlQ5heR1QVS6qo7sJasWNNL9U2Yza2opXSo4qSXdueZ9eXAif9wRn4Nso9kHvxeCK6ONKij5/ycHkAuVZkvyUJxrjXqu3Zma93ihdx1pQLZ0ZJFcT9RxBCfXJSPmF7Z0SqSJGgECzqv0T8pEQILvbrQM61Xt84LrWatpdIpwXU4r8NsCu7FIOeGhYYlOEZmv5E26U2/ouOot0j6G46aDjAFhBR6F+9VH1u4aPSEfsphJ0q1MFcfpslNWLlgMFQfjbNonIZyPC2x0X1CtpkaYE9R8F1Xxt390fxu4Ct+OEpWl1kgvnptKPUkfIcDgdQKBAoWmzOYWoD9nUxFvOCchEPuiR//s+3+tg/CpQ56T/4q8099OIXn07iWqERsvlQ+J+nf1ZBFUJk8QZ8XoKCrnVS+nWTd+io54QBYeie9vTNsRNs+ODVRmKKTmX+dOaz+iGo4DxAV0= ceph-3de35fc8-179f-11ef-bc9a-c7b262605968 2024-05-21T18:26:28.240 DEBUG:teuthology.orchestra.run.smithi077:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC/gGGMneFzOdqhGHpxAojoghC0i5bqbSo48eoRzRAslZohfyhGrRdvnciLlQ5heR1QVS6qo7sJasWNNL9U2Yza2opXSo4qSXdueZ9eXAif9wRn4Nso9kHvxeCK6ONKij5/ycHkAuVZkvyUJxrjXqu3Zma93ihdx1pQLZ0ZJFcT9RxBCfXJSPmF7Z0SqSJGgECzqv0T8pEQILvbrQM61Xt84LrWatpdIpwXU4r8NsCu7FIOeGhYYlOEZmv5E26U2/ouOot0j6G46aDjAFhBR6F+9VH1u4aPSEfsphJ0q1MFcfpslNWLlgMFQfjbNonIZyPC2x0X1CtpkaYE9R8F1Xxt390fxu4Ct+OEpWl1kgvnptKPUkfIcDgdQKBAoWmzOYWoD9nUxFvOCchEPuiR//s+3+tg/CpQ56T/4q8099OIXn07iWqERsvlQ+J+nf1ZBFUJk8QZ8XoKCrnVS+nWTd+io54QBYeie9vTNsRNs+ODVRmKKTmX+dOaz+iGo4DxAV0= ceph-3de35fc8-179f-11ef-bc9a-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-05-21T18:26:28.264 INFO:teuthology.orchestra.run.smithi077.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC/gGGMneFzOdqhGHpxAojoghC0i5bqbSo48eoRzRAslZohfyhGrRdvnciLlQ5heR1QVS6qo7sJasWNNL9U2Yza2opXSo4qSXdueZ9eXAif9wRn4Nso9kHvxeCK6ONKij5/ycHkAuVZkvyUJxrjXqu3Zma93ihdx1pQLZ0ZJFcT9RxBCfXJSPmF7Z0SqSJGgECzqv0T8pEQILvbrQM61Xt84LrWatpdIpwXU4r8NsCu7FIOeGhYYlOEZmv5E26U2/ouOot0j6G46aDjAFhBR6F+9VH1u4aPSEfsphJ0q1MFcfpslNWLlgMFQfjbNonIZyPC2x0X1CtpkaYE9R8F1Xxt390fxu4Ct+OEpWl1kgvnptKPUkfIcDgdQKBAoWmzOYWoD9nUxFvOCchEPuiR//s+3+tg/CpQ56T/4q8099OIXn07iWqERsvlQ+J+nf1ZBFUJk8QZ8XoKCrnVS+nWTd+io54QBYeie9vTNsRNs+ODVRmKKTmX+dOaz+iGo4DxAV0= ceph-3de35fc8-179f-11ef-bc9a-c7b262605968 2024-05-21T18:26:28.273 DEBUG:teuthology.orchestra.run.smithi134:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC/gGGMneFzOdqhGHpxAojoghC0i5bqbSo48eoRzRAslZohfyhGrRdvnciLlQ5heR1QVS6qo7sJasWNNL9U2Yza2opXSo4qSXdueZ9eXAif9wRn4Nso9kHvxeCK6ONKij5/ycHkAuVZkvyUJxrjXqu3Zma93ihdx1pQLZ0ZJFcT9RxBCfXJSPmF7Z0SqSJGgECzqv0T8pEQILvbrQM61Xt84LrWatpdIpwXU4r8NsCu7FIOeGhYYlOEZmv5E26U2/ouOot0j6G46aDjAFhBR6F+9VH1u4aPSEfsphJ0q1MFcfpslNWLlgMFQfjbNonIZyPC2x0X1CtpkaYE9R8F1Xxt390fxu4Ct+OEpWl1kgvnptKPUkfIcDgdQKBAoWmzOYWoD9nUxFvOCchEPuiR//s+3+tg/CpQ56T/4q8099OIXn07iWqERsvlQ+J+nf1ZBFUJk8QZ8XoKCrnVS+nWTd+io54QBYeie9vTNsRNs+ODVRmKKTmX+dOaz+iGo4DxAV0= ceph-3de35fc8-179f-11ef-bc9a-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-05-21T18:26:28.297 INFO:teuthology.orchestra.run.smithi134.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC/gGGMneFzOdqhGHpxAojoghC0i5bqbSo48eoRzRAslZohfyhGrRdvnciLlQ5heR1QVS6qo7sJasWNNL9U2Yza2opXSo4qSXdueZ9eXAif9wRn4Nso9kHvxeCK6ONKij5/ycHkAuVZkvyUJxrjXqu3Zma93ihdx1pQLZ0ZJFcT9RxBCfXJSPmF7Z0SqSJGgECzqv0T8pEQILvbrQM61Xt84LrWatpdIpwXU4r8NsCu7FIOeGhYYlOEZmv5E26U2/ouOot0j6G46aDjAFhBR6F+9VH1u4aPSEfsphJ0q1MFcfpslNWLlgMFQfjbNonIZyPC2x0X1CtpkaYE9R8F1Xxt390fxu4Ct+OEpWl1kgvnptKPUkfIcDgdQKBAoWmzOYWoD9nUxFvOCchEPuiR//s+3+tg/CpQ56T/4q8099OIXn07iWqERsvlQ+J+nf1ZBFUJk8QZ8XoKCrnVS+nWTd+io54QBYeie9vTNsRNs+ODVRmKKTmX+dOaz+iGo4DxAV0= ceph-3de35fc8-179f-11ef-bc9a-c7b262605968 2024-05-21T18:26:28.306 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9ef9bcfdb32ec4999d7ca025815290e8395c6ae7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3de35fc8-179f-11ef-bc9a-c7b262605968 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-05-21T18:26:28.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:28 smithi016 bash[21861]: audit 2024-05-21T18:26:27.390968+0000 mon.a (mon.0) 97 : audit [INF] from='client.? 172.21.15.16:0/2049291460' entity='client.admin' 2024-05-21T18:26:28.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:28 smithi016 bash[21861]: audit 2024-05-21T18:26:27.390968+0000 mon.a (mon.0) 97 : audit [INF] from='client.? 172.21.15.16:0/2049291460' entity='client.admin' 2024-05-21T18:26:33.133 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/mon.a/config 2024-05-21T18:26:34.106 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:33 smithi016 bash[21861]: audit 2024-05-21T18:26:32.769615+0000 mon.a (mon.0) 98 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:26:34.106 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:33 smithi016 bash[21861]: audit 2024-05-21T18:26:32.769615+0000 mon.a (mon.0) 98 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:26:34.106 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:33 smithi016 bash[21861]: audit 2024-05-21T18:26:32.775554+0000 mon.a (mon.0) 99 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:26:34.106 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:33 smithi016 bash[21861]: audit 2024-05-21T18:26:32.775554+0000 mon.a (mon.0) 99 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:26:34.107 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:33 smithi016 bash[21861]: audit 2024-05-21T18:26:32.777664+0000 mon.a (mon.0) 100 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi016", "name": "osd_memory_target"}]: dispatch 2024-05-21T18:26:34.107 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:33 smithi016 bash[21861]: audit 2024-05-21T18:26:32.777664+0000 mon.a (mon.0) 100 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi016", "name": "osd_memory_target"}]: dispatch 2024-05-21T18:26:34.107 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:33 smithi016 bash[21861]: audit 2024-05-21T18:26:32.785343+0000 mon.a (mon.0) 101 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:26:34.107 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:33 smithi016 bash[21861]: audit 2024-05-21T18:26:32.785343+0000 mon.a (mon.0) 101 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:26:34.107 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:33 smithi016 bash[21861]: audit 2024-05-21T18:26:32.820017+0000 mon.a (mon.0) 102 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T18:26:34.107 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:33 smithi016 bash[21861]: audit 2024-05-21T18:26:32.820017+0000 mon.a (mon.0) 102 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T18:26:34.107 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:33 smithi016 bash[21861]: audit 2024-05-21T18:26:32.828954+0000 mon.a (mon.0) 103 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:26:34.107 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:33 smithi016 bash[21861]: audit 2024-05-21T18:26:32.828954+0000 mon.a (mon.0) 103 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:26:36.165 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-05-21T18:26:36.165 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9ef9bcfdb32ec4999d7ca025815290e8395c6ae7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3de35fc8-179f-11ef-bc9a-c7b262605968 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-05-21T18:26:36.856 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:36 smithi016 bash[21861]: audit 2024-05-21T18:26:35.578389+0000 mon.a (mon.0) 104 : audit [INF] from='client.? 172.21.15.16:0/4275545458' entity='client.admin' 2024-05-21T18:26:36.856 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:36 smithi016 bash[21861]: audit 2024-05-21T18:26:35.578389+0000 mon.a (mon.0) 104 : audit [INF] from='client.? 172.21.15.16:0/4275545458' entity='client.admin' 2024-05-21T18:26:36.856 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:36 smithi016 bash[21861]: audit 2024-05-21T18:26:35.632881+0000 mon.a (mon.0) 105 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T18:26:36.856 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:36 smithi016 bash[21861]: audit 2024-05-21T18:26:35.632881+0000 mon.a (mon.0) 105 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T18:26:36.856 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:36 smithi016 bash[21861]: audit 2024-05-21T18:26:35.636806+0000 mon.a (mon.0) 106 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:26:36.856 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:36 smithi016 bash[21861]: audit 2024-05-21T18:26:35.636806+0000 mon.a (mon.0) 106 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:26:36.856 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:36 smithi016 bash[21861]: cluster 2024-05-21T18:26:36.075529+0000 mgr.a (mgr.14152) 9 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:26:36.856 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:36 smithi016 bash[21861]: cluster 2024-05-21T18:26:36.075529+0000 mgr.a (mgr.14152) 9 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:26:39.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:39 smithi016 bash[21861]: cluster 2024-05-21T18:26:38.076097+0000 mgr.a (mgr.14152) 10 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:26:39.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:39 smithi016 bash[21861]: cluster 2024-05-21T18:26:38.076097+0000 mgr.a (mgr.14152) 10 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:26:40.881 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/mon.a/config 2024-05-21T18:26:41.356 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:41 smithi016 bash[21861]: cluster 2024-05-21T18:26:40.076643+0000 mgr.a (mgr.14152) 11 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:26:41.356 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:41 smithi016 bash[21861]: cluster 2024-05-21T18:26:40.076643+0000 mgr.a (mgr.14152) 11 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:26:43.526 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:43 smithi016 bash[21861]: cluster 2024-05-21T18:26:42.077206+0000 mgr.a (mgr.14152) 12 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:26:43.526 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:43 smithi016 bash[21861]: cluster 2024-05-21T18:26:42.077206+0000 mgr.a (mgr.14152) 12 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:26:44.172 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi077 2024-05-21T18:26:44.172 DEBUG:teuthology.orchestra.run.smithi077:> set -ex 2024-05-21T18:26:44.172 DEBUG:teuthology.orchestra.run.smithi077:> dd of=/etc/ceph/ceph.conf 2024-05-21T18:26:44.178 DEBUG:teuthology.orchestra.run.smithi077:> set -ex 2024-05-21T18:26:44.178 DEBUG:teuthology.orchestra.run.smithi077:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-05-21T18:26:44.224 INFO:tasks.cephadm:Adding host smithi077 to orchestrator... 2024-05-21T18:26:44.225 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9ef9bcfdb32ec4999d7ca025815290e8395c6ae7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3de35fc8-179f-11ef-bc9a-c7b262605968 -- ceph orch host add smithi077 2024-05-21T18:26:44.856 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:44 smithi016 bash[21861]: audit 2024-05-21T18:26:43.511516+0000 mgr.a (mgr.14152) 13 : audit [DBG] from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T18:26:44.856 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:44 smithi016 bash[21861]: audit 2024-05-21T18:26:43.511516+0000 mgr.a (mgr.14152) 13 : audit [DBG] from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T18:26:44.857 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:44 smithi016 bash[21861]: audit 2024-05-21T18:26:43.514480+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:26:44.857 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:44 smithi016 bash[21861]: audit 2024-05-21T18:26:43.514480+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:26:44.857 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:44 smithi016 bash[21861]: audit 2024-05-21T18:26:43.537094+0000 mon.a (mon.0) 108 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T18:26:44.857 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:44 smithi016 bash[21861]: audit 2024-05-21T18:26:43.537094+0000 mon.a (mon.0) 108 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T18:26:44.857 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:44 smithi016 bash[21861]: audit 2024-05-21T18:26:43.538793+0000 mon.a (mon.0) 109 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:26:44.858 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:44 smithi016 bash[21861]: audit 2024-05-21T18:26:43.538793+0000 mon.a (mon.0) 109 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:26:44.858 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:44 smithi016 bash[21861]: audit 2024-05-21T18:26:43.539573+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T18:26:44.858 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:44 smithi016 bash[21861]: audit 2024-05-21T18:26:43.539573+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T18:26:44.858 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:44 smithi016 bash[21861]: cephadm 2024-05-21T18:26:43.540785+0000 mgr.a (mgr.14152) 14 : cephadm [INF] Updating smithi016:/etc/ceph/ceph.conf 2024-05-21T18:26:44.858 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:44 smithi016 bash[21861]: cephadm 2024-05-21T18:26:43.540785+0000 mgr.a (mgr.14152) 14 : cephadm [INF] Updating smithi016:/etc/ceph/ceph.conf 2024-05-21T18:26:44.858 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:44 smithi016 bash[21861]: cephadm 2024-05-21T18:26:43.655401+0000 mgr.a (mgr.14152) 15 : cephadm [INF] Updating smithi016:/var/lib/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/config/ceph.conf 2024-05-21T18:26:44.858 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:44 smithi016 bash[21861]: cephadm 2024-05-21T18:26:43.655401+0000 mgr.a (mgr.14152) 15 : cephadm [INF] Updating smithi016:/var/lib/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/config/ceph.conf 2024-05-21T18:26:44.859 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:44 smithi016 bash[21861]: cephadm 2024-05-21T18:26:43.770199+0000 mgr.a (mgr.14152) 16 : cephadm [INF] Updating smithi016:/etc/ceph/ceph.client.admin.keyring 2024-05-21T18:26:44.859 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:44 smithi016 bash[21861]: cephadm 2024-05-21T18:26:43.770199+0000 mgr.a (mgr.14152) 16 : cephadm [INF] Updating smithi016:/etc/ceph/ceph.client.admin.keyring 2024-05-21T18:26:44.859 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:44 smithi016 bash[21861]: cephadm 2024-05-21T18:26:43.984651+0000 mgr.a (mgr.14152) 17 : cephadm [INF] Updating smithi016:/var/lib/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/config/ceph.client.admin.keyring 2024-05-21T18:26:44.859 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:44 smithi016 bash[21861]: cephadm 2024-05-21T18:26:43.984651+0000 mgr.a (mgr.14152) 17 : cephadm [INF] Updating smithi016:/var/lib/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/config/ceph.client.admin.keyring 2024-05-21T18:26:44.859 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:44 smithi016 bash[21861]: cluster 2024-05-21T18:26:44.077707+0000 mgr.a (mgr.14152) 18 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:26:44.859 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:44 smithi016 bash[21861]: cluster 2024-05-21T18:26:44.077707+0000 mgr.a (mgr.14152) 18 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:26:44.859 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:44 smithi016 bash[21861]: audit 2024-05-21T18:26:44.103590+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:26:44.859 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:44 smithi016 bash[21861]: audit 2024-05-21T18:26:44.103590+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:26:44.859 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:44 smithi016 bash[21861]: audit 2024-05-21T18:26:44.107771+0000 mon.a (mon.0) 112 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:26:44.859 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:44 smithi016 bash[21861]: audit 2024-05-21T18:26:44.107771+0000 mon.a (mon.0) 112 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:26:44.859 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:44 smithi016 bash[21861]: audit 2024-05-21T18:26:44.111780+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:26:44.859 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:44 smithi016 bash[21861]: audit 2024-05-21T18:26:44.111780+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:26:47.607 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:47 smithi016 bash[21861]: cluster 2024-05-21T18:26:46.078173+0000 mgr.a (mgr.14152) 19 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:26:48.486 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:47 smithi016 bash[21861]: cluster 2024-05-21T18:26:46.078173+0000 mgr.a (mgr.14152) 19 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:26:48.940 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/mon.a/config 2024-05-21T18:26:49.355 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:49 smithi016 bash[21861]: cluster 2024-05-21T18:26:48.078599+0000 mgr.a (mgr.14152) 20 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:26:49.356 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:49 smithi016 bash[21861]: cluster 2024-05-21T18:26:48.078599+0000 mgr.a (mgr.14152) 20 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:26:51.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:51 smithi016 bash[21861]: cluster 2024-05-21T18:26:50.079070+0000 mgr.a (mgr.14152) 21 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:26:51.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:51 smithi016 bash[21861]: cluster 2024-05-21T18:26:50.079070+0000 mgr.a (mgr.14152) 21 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:26:53.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:53 smithi016 bash[21861]: audit 2024-05-21T18:26:51.646890+0000 mgr.a (mgr.14152) 22 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi077", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T18:26:53.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:53 smithi016 bash[21861]: audit 2024-05-21T18:26:51.646890+0000 mgr.a (mgr.14152) 22 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi077", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T18:26:53.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:53 smithi016 bash[21861]: cluster 2024-05-21T18:26:52.079589+0000 mgr.a (mgr.14152) 23 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:26:53.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:53 smithi016 bash[21861]: cluster 2024-05-21T18:26:52.079589+0000 mgr.a (mgr.14152) 23 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:26:54.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:54 smithi016 bash[21861]: cephadm 2024-05-21T18:26:52.429125+0000 mgr.a (mgr.14152) 24 : cephadm [INF] Deploying cephadm binary to smithi077 2024-05-21T18:26:54.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:54 smithi016 bash[21861]: cephadm 2024-05-21T18:26:52.429125+0000 mgr.a (mgr.14152) 24 : cephadm [INF] Deploying cephadm binary to smithi077 2024-05-21T18:26:55.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:55 smithi016 bash[21861]: cluster 2024-05-21T18:26:54.080098+0000 mgr.a (mgr.14152) 25 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:26:55.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:55 smithi016 bash[21861]: cluster 2024-05-21T18:26:54.080098+0000 mgr.a (mgr.14152) 25 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:26:57.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:57 smithi016 bash[21861]: cluster 2024-05-21T18:26:56.080517+0000 mgr.a (mgr.14152) 26 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:26:57.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:57 smithi016 bash[21861]: cluster 2024-05-21T18:26:56.080517+0000 mgr.a (mgr.14152) 26 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:26:57.778 INFO:teuthology.orchestra.run.smithi016.stdout:Added host 'smithi077' with addr '172.21.15.77' 2024-05-21T18:26:58.396 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9ef9bcfdb32ec4999d7ca025815290e8395c6ae7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3de35fc8-179f-11ef-bc9a-c7b262605968 -- ceph orch host ls --format=json 2024-05-21T18:26:59.106 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:58 smithi016 bash[21861]: audit 2024-05-21T18:26:57.780387+0000 mon.a (mon.0) 114 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:26:59.106 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:58 smithi016 bash[21861]: audit 2024-05-21T18:26:57.780387+0000 mon.a (mon.0) 114 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:26:59.106 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:58 smithi016 bash[21861]: cephadm 2024-05-21T18:26:57.781243+0000 mgr.a (mgr.14152) 27 : cephadm [INF] Added host smithi077 2024-05-21T18:26:59.106 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:58 smithi016 bash[21861]: cephadm 2024-05-21T18:26:57.781243+0000 mgr.a (mgr.14152) 27 : cephadm [INF] Added host smithi077 2024-05-21T18:26:59.106 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:58 smithi016 bash[21861]: audit 2024-05-21T18:26:57.825740+0000 mon.a (mon.0) 115 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T18:26:59.106 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:58 smithi016 bash[21861]: audit 2024-05-21T18:26:57.825740+0000 mon.a (mon.0) 115 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T18:26:59.106 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:58 smithi016 bash[21861]: cluster 2024-05-21T18:26:58.080960+0000 mgr.a (mgr.14152) 28 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:26:59.106 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:58 smithi016 bash[21861]: cluster 2024-05-21T18:26:58.080960+0000 mgr.a (mgr.14152) 28 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:26:59.106 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:58 smithi016 bash[21861]: audit 2024-05-21T18:26:58.297869+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:26:59.106 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:26:58 smithi016 bash[21861]: audit 2024-05-21T18:26:58.297869+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:27:01.105 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:00 smithi016 bash[21861]: audit 2024-05-21T18:26:59.824537+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:27:01.106 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:00 smithi016 bash[21861]: audit 2024-05-21T18:26:59.824537+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:27:01.106 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:00 smithi016 bash[21861]: cluster 2024-05-21T18:27:00.081372+0000 mgr.a (mgr.14152) 29 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:27:01.106 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:00 smithi016 bash[21861]: cluster 2024-05-21T18:27:00.081372+0000 mgr.a (mgr.14152) 29 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:27:02.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:02 smithi016 bash[21861]: audit 2024-05-21T18:27:01.275522+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:27:02.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:02 smithi016 bash[21861]: audit 2024-05-21T18:27:01.275522+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:27:03.116 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/mon.a/config 2024-05-21T18:27:03.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:03 smithi016 bash[21861]: cluster 2024-05-21T18:27:02.081767+0000 mgr.a (mgr.14152) 30 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:27:03.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:03 smithi016 bash[21861]: cluster 2024-05-21T18:27:02.081767+0000 mgr.a (mgr.14152) 30 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:27:05.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:05 smithi016 bash[21861]: cluster 2024-05-21T18:27:04.082207+0000 mgr.a (mgr.14152) 31 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:27:05.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:05 smithi016 bash[21861]: cluster 2024-05-21T18:27:04.082207+0000 mgr.a (mgr.14152) 31 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:27:05.713 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-05-21T18:27:05.713 INFO:teuthology.orchestra.run.smithi016.stdout:[{"addr": "172.21.15.16", "hostname": "smithi016", "labels": [], "status": ""}, {"addr": "172.21.15.77", "hostname": "smithi077", "labels": [], "status": ""}] 2024-05-21T18:27:06.331 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi134 2024-05-21T18:27:06.332 DEBUG:teuthology.orchestra.run.smithi134:> set -ex 2024-05-21T18:27:06.332 DEBUG:teuthology.orchestra.run.smithi134:> dd of=/etc/ceph/ceph.conf 2024-05-21T18:27:06.339 DEBUG:teuthology.orchestra.run.smithi134:> set -ex 2024-05-21T18:27:06.339 DEBUG:teuthology.orchestra.run.smithi134:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-05-21T18:27:06.385 INFO:tasks.cephadm:Adding host smithi134 to orchestrator... 2024-05-21T18:27:06.386 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9ef9bcfdb32ec4999d7ca025815290e8395c6ae7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3de35fc8-179f-11ef-bc9a-c7b262605968 -- ceph orch host add smithi134 2024-05-21T18:27:07.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:07 smithi016 bash[21861]: audit 2024-05-21T18:27:05.715881+0000 mgr.a (mgr.14152) 32 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-21T18:27:07.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:07 smithi016 bash[21861]: audit 2024-05-21T18:27:05.715881+0000 mgr.a (mgr.14152) 32 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-21T18:27:07.607 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:07 smithi016 bash[21861]: cluster 2024-05-21T18:27:06.082573+0000 mgr.a (mgr.14152) 33 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:27:07.607 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:07 smithi016 bash[21861]: cluster 2024-05-21T18:27:06.082573+0000 mgr.a (mgr.14152) 33 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:27:07.607 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:07 smithi016 bash[21861]: audit 2024-05-21T18:27:06.360231+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:27:07.607 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:07 smithi016 bash[21861]: audit 2024-05-21T18:27:06.360231+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:27:07.607 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:07 smithi016 bash[21861]: audit 2024-05-21T18:27:06.365311+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:27:07.607 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:07 smithi016 bash[21861]: audit 2024-05-21T18:27:06.365311+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:27:07.607 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:07 smithi016 bash[21861]: audit 2024-05-21T18:27:06.371205+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:27:07.607 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:07 smithi016 bash[21861]: audit 2024-05-21T18:27:06.371205+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:27:07.607 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:07 smithi016 bash[21861]: audit 2024-05-21T18:27:06.376189+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:27:07.607 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:07 smithi016 bash[21861]: audit 2024-05-21T18:27:06.376189+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:27:07.607 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:07 smithi016 bash[21861]: audit 2024-05-21T18:27:06.377851+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi077", "name": "osd_memory_target"}]: dispatch 2024-05-21T18:27:07.607 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:07 smithi016 bash[21861]: audit 2024-05-21T18:27:06.377851+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi077", "name": "osd_memory_target"}]: dispatch 2024-05-21T18:27:07.607 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:07 smithi016 bash[21861]: audit 2024-05-21T18:27:06.379564+0000 mon.a (mon.0) 124 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:27:07.608 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:07 smithi016 bash[21861]: audit 2024-05-21T18:27:06.379564+0000 mon.a (mon.0) 124 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:27:07.608 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:07 smithi016 bash[21861]: audit 2024-05-21T18:27:06.381054+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T18:27:07.608 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:07 smithi016 bash[21861]: audit 2024-05-21T18:27:06.381054+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T18:27:07.608 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:07 smithi016 bash[21861]: audit 2024-05-21T18:27:07.049209+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:27:07.608 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:07 smithi016 bash[21861]: audit 2024-05-21T18:27:07.049209+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:27:07.608 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:07 smithi016 bash[21861]: audit 2024-05-21T18:27:07.055013+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:27:07.608 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:07 smithi016 bash[21861]: audit 2024-05-21T18:27:07.055013+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:27:07.608 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:07 smithi016 bash[21861]: audit 2024-05-21T18:27:07.060933+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:27:07.608 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:07 smithi016 bash[21861]: audit 2024-05-21T18:27:07.060933+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:27:08.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:08 smithi016 bash[21861]: cephadm 2024-05-21T18:27:06.383097+0000 mgr.a (mgr.14152) 34 : cephadm [INF] Updating smithi077:/etc/ceph/ceph.conf 2024-05-21T18:27:08.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:08 smithi016 bash[21861]: cephadm 2024-05-21T18:27:06.383097+0000 mgr.a (mgr.14152) 34 : cephadm [INF] Updating smithi077:/etc/ceph/ceph.conf 2024-05-21T18:27:08.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:08 smithi016 bash[21861]: cephadm 2024-05-21T18:27:06.598503+0000 mgr.a (mgr.14152) 35 : cephadm [INF] Updating smithi077:/var/lib/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/config/ceph.conf 2024-05-21T18:27:08.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:08 smithi016 bash[21861]: cephadm 2024-05-21T18:27:06.598503+0000 mgr.a (mgr.14152) 35 : cephadm [INF] Updating smithi077:/var/lib/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/config/ceph.conf 2024-05-21T18:27:08.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:08 smithi016 bash[21861]: cephadm 2024-05-21T18:27:06.712663+0000 mgr.a (mgr.14152) 36 : cephadm [INF] Updating smithi077:/etc/ceph/ceph.client.admin.keyring 2024-05-21T18:27:08.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:08 smithi016 bash[21861]: cephadm 2024-05-21T18:27:06.712663+0000 mgr.a (mgr.14152) 36 : cephadm [INF] Updating smithi077:/etc/ceph/ceph.client.admin.keyring 2024-05-21T18:27:08.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:08 smithi016 bash[21861]: cephadm 2024-05-21T18:27:06.878717+0000 mgr.a (mgr.14152) 37 : cephadm [INF] Updating smithi077:/var/lib/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/config/ceph.client.admin.keyring 2024-05-21T18:27:08.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:08 smithi016 bash[21861]: cephadm 2024-05-21T18:27:06.878717+0000 mgr.a (mgr.14152) 37 : cephadm [INF] Updating smithi077:/var/lib/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/config/ceph.client.admin.keyring 2024-05-21T18:27:09.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:09 smithi016 bash[21861]: cluster 2024-05-21T18:27:08.082984+0000 mgr.a (mgr.14152) 38 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:27:09.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:09 smithi016 bash[21861]: cluster 2024-05-21T18:27:08.082984+0000 mgr.a (mgr.14152) 38 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:27:11.105 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/mon.a/config 2024-05-21T18:27:11.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:11 smithi016 bash[21861]: cluster 2024-05-21T18:27:10.083387+0000 mgr.a (mgr.14152) 39 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:27:11.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:11 smithi016 bash[21861]: cluster 2024-05-21T18:27:10.083387+0000 mgr.a (mgr.14152) 39 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:27:13.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:13 smithi016 bash[21861]: cluster 2024-05-21T18:27:12.083666+0000 mgr.a (mgr.14152) 40 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:27:13.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:13 smithi016 bash[21861]: cluster 2024-05-21T18:27:12.083666+0000 mgr.a (mgr.14152) 40 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:27:15.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:15 smithi016 bash[21861]: audit 2024-05-21T18:27:13.782600+0000 mgr.a (mgr.14152) 41 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi134", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T18:27:15.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:15 smithi016 bash[21861]: audit 2024-05-21T18:27:13.782600+0000 mgr.a (mgr.14152) 41 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi134", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T18:27:15.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:15 smithi016 bash[21861]: cluster 2024-05-21T18:27:14.084035+0000 mgr.a (mgr.14152) 42 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:27:15.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:15 smithi016 bash[21861]: cluster 2024-05-21T18:27:14.084035+0000 mgr.a (mgr.14152) 42 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:27:16.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:16 smithi016 bash[21861]: cephadm 2024-05-21T18:27:14.528577+0000 mgr.a (mgr.14152) 43 : cephadm [INF] Deploying cephadm binary to smithi134 2024-05-21T18:27:16.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:16 smithi016 bash[21861]: cephadm 2024-05-21T18:27:14.528577+0000 mgr.a (mgr.14152) 43 : cephadm [INF] Deploying cephadm binary to smithi134 2024-05-21T18:27:17.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:17 smithi016 bash[21861]: cluster 2024-05-21T18:27:16.084449+0000 mgr.a (mgr.14152) 44 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:27:17.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:17 smithi016 bash[21861]: cluster 2024-05-21T18:27:16.084449+0000 mgr.a (mgr.14152) 44 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:27:19.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:19 smithi016 bash[21861]: cluster 2024-05-21T18:27:18.084881+0000 mgr.a (mgr.14152) 45 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:27:19.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:19 smithi016 bash[21861]: cluster 2024-05-21T18:27:18.084881+0000 mgr.a (mgr.14152) 45 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:27:19.906 INFO:teuthology.orchestra.run.smithi016.stdout:Added host 'smithi134' with addr '172.21.15.134' 2024-05-21T18:27:20.551 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9ef9bcfdb32ec4999d7ca025815290e8395c6ae7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3de35fc8-179f-11ef-bc9a-c7b262605968 -- ceph orch host ls --format=json 2024-05-21T18:27:21.355 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:20 smithi016 bash[21861]: audit 2024-05-21T18:27:19.907379+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:27:21.356 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:20 smithi016 bash[21861]: audit 2024-05-21T18:27:19.907379+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:27:21.356 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:20 smithi016 bash[21861]: cephadm 2024-05-21T18:27:19.908170+0000 mgr.a (mgr.14152) 46 : cephadm [INF] Added host smithi134 2024-05-21T18:27:21.356 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:20 smithi016 bash[21861]: cephadm 2024-05-21T18:27:19.908170+0000 mgr.a (mgr.14152) 46 : cephadm [INF] Added host smithi134 2024-05-21T18:27:21.356 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:20 smithi016 bash[21861]: audit 2024-05-21T18:27:19.931217+0000 mon.a (mon.0) 130 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T18:27:21.356 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:20 smithi016 bash[21861]: audit 2024-05-21T18:27:19.931217+0000 mon.a (mon.0) 130 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T18:27:21.356 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:20 smithi016 bash[21861]: cluster 2024-05-21T18:27:20.085304+0000 mgr.a (mgr.14152) 47 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:27:21.356 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:20 smithi016 bash[21861]: cluster 2024-05-21T18:27:20.085304+0000 mgr.a (mgr.14152) 47 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:27:21.356 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:20 smithi016 bash[21861]: audit 2024-05-21T18:27:20.355319+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:27:21.356 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:20 smithi016 bash[21861]: audit 2024-05-21T18:27:20.355319+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:27:23.355 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:22 smithi016 bash[21861]: audit 2024-05-21T18:27:21.880939+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:27:23.356 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:22 smithi016 bash[21861]: audit 2024-05-21T18:27:21.880939+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:27:23.356 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:22 smithi016 bash[21861]: cluster 2024-05-21T18:27:22.085721+0000 mgr.a (mgr.14152) 48 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:27:23.356 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:22 smithi016 bash[21861]: cluster 2024-05-21T18:27:22.085721+0000 mgr.a (mgr.14152) 48 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:27:24.355 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:24 smithi016 bash[21861]: audit 2024-05-21T18:27:23.082498+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:27:24.355 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:24 smithi016 bash[21861]: audit 2024-05-21T18:27:23.082498+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:27:25.272 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/mon.a/config 2024-05-21T18:27:25.355 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:25 smithi016 bash[21861]: cluster 2024-05-21T18:27:24.086064+0000 mgr.a (mgr.14152) 49 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:27:25.355 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:25 smithi016 bash[21861]: cluster 2024-05-21T18:27:24.086064+0000 mgr.a (mgr.14152) 49 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:27:27.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:27 smithi016 bash[21861]: cluster 2024-05-21T18:27:26.086457+0000 mgr.a (mgr.14152) 50 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:27:27.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:27 smithi016 bash[21861]: cluster 2024-05-21T18:27:26.086457+0000 mgr.a (mgr.14152) 50 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:27:27.729 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-05-21T18:27:27.729 INFO:teuthology.orchestra.run.smithi016.stdout:[{"addr": "172.21.15.16", "hostname": "smithi016", "labels": [], "status": ""}, {"addr": "172.21.15.77", "hostname": "smithi077", "labels": [], "status": ""}, {"addr": "172.21.15.134", "hostname": "smithi134", "labels": [], "status": ""}] 2024-05-21T18:27:28.367 INFO:tasks.cephadm:Setting crush tunables to default 2024-05-21T18:27:28.368 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9ef9bcfdb32ec4999d7ca025815290e8395c6ae7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3de35fc8-179f-11ef-bc9a-c7b262605968 -- ceph osd crush tunables default 2024-05-21T18:27:29.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:29 smithi016 bash[21861]: audit 2024-05-21T18:27:27.731548+0000 mgr.a (mgr.14152) 51 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-21T18:27:29.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:29 smithi016 bash[21861]: audit 2024-05-21T18:27:27.731548+0000 mgr.a (mgr.14152) 51 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-21T18:27:29.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:29 smithi016 bash[21861]: cluster 2024-05-21T18:27:28.086887+0000 mgr.a (mgr.14152) 52 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:27:29.607 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:29 smithi016 bash[21861]: cluster 2024-05-21T18:27:28.086887+0000 mgr.a (mgr.14152) 52 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:27:29.607 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:29 smithi016 bash[21861]: audit 2024-05-21T18:27:28.319680+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:27:29.607 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:29 smithi016 bash[21861]: audit 2024-05-21T18:27:28.319680+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:27:29.607 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:29 smithi016 bash[21861]: audit 2024-05-21T18:27:28.325787+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:27:29.607 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:29 smithi016 bash[21861]: audit 2024-05-21T18:27:28.325787+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:27:29.607 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:29 smithi016 bash[21861]: audit 2024-05-21T18:27:28.333125+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:27:29.607 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:29 smithi016 bash[21861]: audit 2024-05-21T18:27:28.333125+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:27:29.607 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:29 smithi016 bash[21861]: audit 2024-05-21T18:27:28.338901+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:27:29.607 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:29 smithi016 bash[21861]: audit 2024-05-21T18:27:28.338901+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:27:29.607 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:29 smithi016 bash[21861]: audit 2024-05-21T18:27:28.340804+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi134", "name": "osd_memory_target"}]: dispatch 2024-05-21T18:27:29.607 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:29 smithi016 bash[21861]: audit 2024-05-21T18:27:28.340804+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi134", "name": "osd_memory_target"}]: dispatch 2024-05-21T18:27:29.607 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:29 smithi016 bash[21861]: audit 2024-05-21T18:27:28.342745+0000 mon.a (mon.0) 139 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:27:29.608 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:29 smithi016 bash[21861]: audit 2024-05-21T18:27:28.342745+0000 mon.a (mon.0) 139 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:27:29.608 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:29 smithi016 bash[21861]: audit 2024-05-21T18:27:28.344415+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T18:27:29.608 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:29 smithi016 bash[21861]: audit 2024-05-21T18:27:28.344415+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T18:27:29.608 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:29 smithi016 bash[21861]: audit 2024-05-21T18:27:28.962081+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:27:29.608 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:29 smithi016 bash[21861]: audit 2024-05-21T18:27:28.962081+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:27:29.608 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:29 smithi016 bash[21861]: audit 2024-05-21T18:27:28.967561+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:27:29.608 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:29 smithi016 bash[21861]: audit 2024-05-21T18:27:28.967561+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:27:29.608 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:29 smithi016 bash[21861]: audit 2024-05-21T18:27:28.973268+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:27:29.608 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:29 smithi016 bash[21861]: audit 2024-05-21T18:27:28.973268+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:27:30.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:30 smithi016 bash[21861]: cephadm 2024-05-21T18:27:28.347274+0000 mgr.a (mgr.14152) 53 : cephadm [INF] Updating smithi134:/etc/ceph/ceph.conf 2024-05-21T18:27:30.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:30 smithi016 bash[21861]: cephadm 2024-05-21T18:27:28.347274+0000 mgr.a (mgr.14152) 53 : cephadm [INF] Updating smithi134:/etc/ceph/ceph.conf 2024-05-21T18:27:30.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:30 smithi016 bash[21861]: cephadm 2024-05-21T18:27:28.562665+0000 mgr.a (mgr.14152) 54 : cephadm [INF] Updating smithi134:/var/lib/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/config/ceph.conf 2024-05-21T18:27:30.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:30 smithi016 bash[21861]: cephadm 2024-05-21T18:27:28.562665+0000 mgr.a (mgr.14152) 54 : cephadm [INF] Updating smithi134:/var/lib/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/config/ceph.conf 2024-05-21T18:27:30.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:30 smithi016 bash[21861]: cephadm 2024-05-21T18:27:28.676893+0000 mgr.a (mgr.14152) 55 : cephadm [INF] Updating smithi134:/etc/ceph/ceph.client.admin.keyring 2024-05-21T18:27:30.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:30 smithi016 bash[21861]: cephadm 2024-05-21T18:27:28.676893+0000 mgr.a (mgr.14152) 55 : cephadm [INF] Updating smithi134:/etc/ceph/ceph.client.admin.keyring 2024-05-21T18:27:30.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:30 smithi016 bash[21861]: cephadm 2024-05-21T18:27:28.791341+0000 mgr.a (mgr.14152) 56 : cephadm [INF] Updating smithi134:/var/lib/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/config/ceph.client.admin.keyring 2024-05-21T18:27:30.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:30 smithi016 bash[21861]: cephadm 2024-05-21T18:27:28.791341+0000 mgr.a (mgr.14152) 56 : cephadm [INF] Updating smithi134:/var/lib/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/config/ceph.client.admin.keyring 2024-05-21T18:27:31.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:31 smithi016 bash[21861]: cluster 2024-05-21T18:27:30.087286+0000 mgr.a (mgr.14152) 57 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:27:31.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:31 smithi016 bash[21861]: cluster 2024-05-21T18:27:30.087286+0000 mgr.a (mgr.14152) 57 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:27:33.081 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/mon.a/config 2024-05-21T18:27:33.355 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:33 smithi016 bash[21861]: cluster 2024-05-21T18:27:32.087689+0000 mgr.a (mgr.14152) 58 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:27:33.355 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:33 smithi016 bash[21861]: cluster 2024-05-21T18:27:32.087689+0000 mgr.a (mgr.14152) 58 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:27:35.397 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:35 smithi016 bash[21861]: cluster 2024-05-21T18:27:34.088104+0000 mgr.a (mgr.14152) 59 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:27:35.397 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:35 smithi016 bash[21861]: cluster 2024-05-21T18:27:34.088104+0000 mgr.a (mgr.14152) 59 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:27:36.158 INFO:teuthology.orchestra.run.smithi016.stderr:adjusted tunables profile to default 2024-05-21T18:27:36.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:36 smithi016 bash[21861]: audit 2024-05-21T18:27:35.787947+0000 mon.a (mon.0) 144 : audit [INF] from='client.? 172.21.15.16:0/366391139' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-05-21T18:27:36.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:36 smithi016 bash[21861]: audit 2024-05-21T18:27:35.787947+0000 mon.a (mon.0) 144 : audit [INF] from='client.? 172.21.15.16:0/366391139' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-05-21T18:27:36.848 INFO:tasks.cephadm:Adding mon.a on smithi016 2024-05-21T18:27:36.848 INFO:tasks.cephadm:Adding mon.b on smithi077 2024-05-21T18:27:36.848 INFO:tasks.cephadm:Adding mon.c on smithi134 2024-05-21T18:27:36.848 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9ef9bcfdb32ec4999d7ca025815290e8395c6ae7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3de35fc8-179f-11ef-bc9a-c7b262605968 -- ceph orch apply mon '3;smithi016:172.21.15.16=a;smithi077:172.21.15.77=b;smithi134:172.21.15.134=c' 2024-05-21T18:27:37.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:37 smithi016 bash[21861]: cluster 2024-05-21T18:27:36.088512+0000 mgr.a (mgr.14152) 60 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:27:37.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:37 smithi016 bash[21861]: cluster 2024-05-21T18:27:36.088512+0000 mgr.a (mgr.14152) 60 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:27:37.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:37 smithi016 bash[21861]: audit 2024-05-21T18:27:36.156538+0000 mon.a (mon.0) 145 : audit [INF] from='client.? 172.21.15.16:0/366391139' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-05-21T18:27:37.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:37 smithi016 bash[21861]: audit 2024-05-21T18:27:36.156538+0000 mon.a (mon.0) 145 : audit [INF] from='client.? 172.21.15.16:0/366391139' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-05-21T18:27:37.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:37 smithi016 bash[21861]: cluster 2024-05-21T18:27:36.161123+0000 mon.a (mon.0) 146 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-21T18:27:37.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:37 smithi016 bash[21861]: cluster 2024-05-21T18:27:36.161123+0000 mon.a (mon.0) 146 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-21T18:27:38.062 INFO:teuthology.orchestra.run.smithi134.stderr:Inferring config /var/lib/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/config/ceph.conf 2024-05-21T18:27:39.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:39 smithi016 bash[21861]: cluster 2024-05-21T18:27:38.088924+0000 mgr.a (mgr.14152) 61 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:27:39.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:39 smithi016 bash[21861]: cluster 2024-05-21T18:27:38.088924+0000 mgr.a (mgr.14152) 61 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:27:41.029 INFO:teuthology.orchestra.run.smithi134.stdout:Scheduled mon update... 2024-05-21T18:27:41.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:41 smithi016 bash[21861]: cluster 2024-05-21T18:27:40.089316+0000 mgr.a (mgr.14152) 62 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:27:41.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:41 smithi016 bash[21861]: cluster 2024-05-21T18:27:40.089316+0000 mgr.a (mgr.14152) 62 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:27:41.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:41 smithi016 bash[21861]: audit 2024-05-21T18:27:41.031548+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:27:41.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:41 smithi016 bash[21861]: audit 2024-05-21T18:27:41.031548+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:27:41.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:41 smithi016 bash[21861]: audit 2024-05-21T18:27:41.066596+0000 mon.a (mon.0) 148 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T18:27:41.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:41 smithi016 bash[21861]: audit 2024-05-21T18:27:41.066596+0000 mon.a (mon.0) 148 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T18:27:41.615 DEBUG:teuthology.orchestra.run.smithi077:mon.b> sudo journalctl -f -n 0 -u ceph-3de35fc8-179f-11ef-bc9a-c7b262605968@mon.b.service 2024-05-21T18:27:41.618 DEBUG:teuthology.orchestra.run.smithi134:mon.c> sudo journalctl -f -n 0 -u ceph-3de35fc8-179f-11ef-bc9a-c7b262605968@mon.c.service 2024-05-21T18:27:41.621 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-05-21T18:27:41.621 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9ef9bcfdb32ec4999d7ca025815290e8395c6ae7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3de35fc8-179f-11ef-bc9a-c7b262605968 -- ceph mon dump -f json 2024-05-21T18:27:42.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:42 smithi016 bash[21861]: audit 2024-05-21T18:27:41.019251+0000 mgr.a (mgr.14152) 63 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi016:172.21.15.16=a;smithi077:172.21.15.77=b;smithi134:172.21.15.134=c", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T18:27:42.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:42 smithi016 bash[21861]: audit 2024-05-21T18:27:41.019251+0000 mgr.a (mgr.14152) 63 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi016:172.21.15.16=a;smithi077:172.21.15.77=b;smithi134:172.21.15.134=c", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T18:27:42.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:42 smithi016 bash[21861]: cephadm 2024-05-21T18:27:41.024813+0000 mgr.a (mgr.14152) 64 : cephadm [INF] Saving service mon spec with placement smithi016:172.21.15.16=a;smithi077:172.21.15.77=b;smithi134:172.21.15.134=c;count:3 2024-05-21T18:27:42.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:42 smithi016 bash[21861]: cephadm 2024-05-21T18:27:41.024813+0000 mgr.a (mgr.14152) 64 : cephadm [INF] Saving service mon spec with placement smithi016:172.21.15.16=a;smithi077:172.21.15.77=b;smithi134:172.21.15.134=c;count:3 2024-05-21T18:27:42.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:42 smithi016 bash[21861]: audit 2024-05-21T18:27:41.743955+0000 mon.a (mon.0) 149 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:27:42.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:42 smithi016 bash[21861]: audit 2024-05-21T18:27:41.743955+0000 mon.a (mon.0) 149 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:27:42.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:42 smithi016 bash[21861]: audit 2024-05-21T18:27:41.745915+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T18:27:42.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:42 smithi016 bash[21861]: audit 2024-05-21T18:27:41.745915+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T18:27:42.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:42 smithi016 bash[21861]: audit 2024-05-21T18:27:41.754721+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:27:42.607 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:42 smithi016 bash[21861]: audit 2024-05-21T18:27:41.754721+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:27:42.607 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:42 smithi016 bash[21861]: audit 2024-05-21T18:27:41.758770+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-21T18:27:42.607 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:42 smithi016 bash[21861]: audit 2024-05-21T18:27:41.758770+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-21T18:27:42.607 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:42 smithi016 bash[21861]: audit 2024-05-21T18:27:41.760535+0000 mon.a (mon.0) 153 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:27:42.607 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:42 smithi016 bash[21861]: audit 2024-05-21T18:27:41.760535+0000 mon.a (mon.0) 153 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:27:42.867 INFO:teuthology.orchestra.run.smithi134.stderr:Inferring config /var/lib/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/config/ceph.conf 2024-05-21T18:27:43.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:43 smithi016 bash[21861]: cephadm 2024-05-21T18:27:41.762428+0000 mgr.a (mgr.14152) 65 : cephadm [INF] Deploying daemon mon.c on smithi134 2024-05-21T18:27:43.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:43 smithi016 bash[21861]: cephadm 2024-05-21T18:27:41.762428+0000 mgr.a (mgr.14152) 65 : cephadm [INF] Deploying daemon mon.c on smithi134 2024-05-21T18:27:43.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:43 smithi016 bash[21861]: cluster 2024-05-21T18:27:42.089687+0000 mgr.a (mgr.14152) 66 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:27:43.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:43 smithi016 bash[21861]: cluster 2024-05-21T18:27:42.089687+0000 mgr.a (mgr.14152) 66 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:27:45.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:45 smithi016 bash[21861]: cluster 2024-05-21T18:27:44.090144+0000 mgr.a (mgr.14152) 67 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:27:45.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:45 smithi016 bash[21861]: cluster 2024-05-21T18:27:44.090144+0000 mgr.a (mgr.14152) 67 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:27:46.601 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-05-21T18:27:46.601 INFO:teuthology.orchestra.run.smithi134.stdout:{"epoch":1,"fsid":"3de35fc8-179f-11ef-bc9a-c7b262605968","modified":"2024-05-21T18:25:04.037585Z","created":"2024-05-21T18:25:04.037585Z","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.16:3300","nonce":0},{"type":"v1","addr":"172.21.15.16:6789","nonce":0}]},"addr":"172.21.15.16:6789/0","public_addr":"172.21.15.16:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-05-21T18:27:46.603 INFO:teuthology.orchestra.run.smithi134.stderr:dumped monmap epoch 1 2024-05-21T18:27:47.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:47 smithi016 bash[21861]: cluster 2024-05-21T18:27:46.090646+0000 mgr.a (mgr.14152) 68 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:27:47.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:47 smithi016 bash[21861]: cluster 2024-05-21T18:27:46.090646+0000 mgr.a (mgr.14152) 68 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:27:47.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:47 smithi016 bash[21861]: audit 2024-05-21T18:27:46.603970+0000 mon.a (mon.0) 154 : audit [DBG] from='client.? 172.21.15.134:0/1651994010' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-21T18:27:47.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:47 smithi016 bash[21861]: audit 2024-05-21T18:27:46.603970+0000 mon.a (mon.0) 154 : audit [DBG] from='client.? 172.21.15.134:0/1651994010' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-21T18:27:48.364 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-05-21T18:27:48.365 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9ef9bcfdb32ec4999d7ca025815290e8395c6ae7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3de35fc8-179f-11ef-bc9a-c7b262605968 -- ceph mon dump -f json 2024-05-21T18:27:49.103 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:27:48 smithi134 bash[24085]: debug 2024-05-21T18:27:48.836+0000 7fab09882700 1 mon.c@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2024-05-21T18:27:51.338 INFO:teuthology.orchestra.run.smithi134.stderr:Inferring config /var/lib/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/mon.c/config 2024-05-21T18:27:53.190 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:27:53 smithi077 bash[23831]: cephadm 2024-05-21T18:27:41.762428+0000 mgr.a (mgr.14152) 65 : cephadm [INF] Deploying daemon mon.c on smithi134 2024-05-21T18:27:53.190 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:27:53 smithi077 bash[23831]: cluster 2024-05-21T18:27:42.089687+0000 mgr.a (mgr.14152) 66 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:27:53.190 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:27:53 smithi077 bash[23831]: cluster 2024-05-21T18:27:42.089687+0000 mgr.a (mgr.14152) 66 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:27:53.548 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:27:53 smithi077 bash[23831]: cluster 2024-05-21T18:27:44.090144+0000 mgr.a (mgr.14152) 67 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:27:53.548 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:27:53 smithi077 bash[23831]: cluster 2024-05-21T18:27:44.090144+0000 mgr.a (mgr.14152) 67 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:27:53.548 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:27:53 smithi077 bash[23831]: cluster 2024-05-21T18:27:46.090646+0000 mgr.a (mgr.14152) 68 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:27:53.548 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:27:53 smithi077 bash[23831]: cluster 2024-05-21T18:27:46.090646+0000 mgr.a (mgr.14152) 68 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:27:53.548 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:27:53 smithi077 bash[23831]: audit 2024-05-21T18:27:46.603970+0000 mon.a (mon.0) 154 : audit [DBG] from='client.? 172.21.15.134:0/1651994010' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-21T18:27:53.548 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:27:53 smithi077 bash[23831]: audit 2024-05-21T18:27:46.603970+0000 mon.a (mon.0) 154 : audit [DBG] from='client.? 172.21.15.134:0/1651994010' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-21T18:27:53.548 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:27:53 smithi077 bash[23831]: debug 2024-05-21T18:27:53.186+0000 7f378ad0e700 1 mon.b@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2024-05-21T18:27:54.320 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-05-21T18:27:54.320 INFO:teuthology.orchestra.run.smithi134.stdout:{"epoch":2,"fsid":"3de35fc8-179f-11ef-bc9a-c7b262605968","modified":"2024-05-21T18:27:48.847711Z","created":"2024-05-21T18:25:04.037585Z","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.16:3300","nonce":0},{"type":"v1","addr":"172.21.15.16:6789","nonce":0}]},"addr":"172.21.15.16:6789/0","public_addr":"172.21.15.16:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:3300","nonce":0},{"type":"v1","addr":"172.21.15.134:6789","nonce":0}]},"addr":"172.21.15.134:6789/0","public_addr":"172.21.15.134:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-05-21T18:27:54.323 INFO:teuthology.orchestra.run.smithi134.stderr:dumped monmap epoch 2 2024-05-21T18:27:54.334 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:27:53 smithi134 bash[24085]: audit 2024-05-21T18:27:48.848410+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-21T18:27:54.334 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:27:53 smithi134 bash[24085]: audit 2024-05-21T18:27:48.848410+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-21T18:27:54.334 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:27:53 smithi134 bash[24085]: audit 2024-05-21T18:27:48.853881+0000 mon.a (mon.0) 161 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-21T18:27:54.334 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:27:53 smithi134 bash[24085]: audit 2024-05-21T18:27:48.853881+0000 mon.a (mon.0) 161 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-21T18:27:54.334 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:27:53 smithi134 bash[24085]: cluster 2024-05-21T18:27:48.854170+0000 mon.a (mon.0) 162 : cluster [INF] mon.a calling monitor election 2024-05-21T18:27:54.334 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:27:53 smithi134 bash[24085]: cluster 2024-05-21T18:27:48.854170+0000 mon.a (mon.0) 162 : cluster [INF] mon.a calling monitor election 2024-05-21T18:27:54.334 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:27:53 smithi134 bash[24085]: audit 2024-05-21T18:27:48.856363+0000 mon.a (mon.0) 163 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-21T18:27:54.334 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:27:53 smithi134 bash[24085]: audit 2024-05-21T18:27:48.856363+0000 mon.a (mon.0) 163 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-21T18:27:54.335 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:27:53 smithi134 bash[24085]: audit 2024-05-21T18:27:49.848167+0000 mon.a (mon.0) 164 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-21T18:27:54.335 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:27:53 smithi134 bash[24085]: audit 2024-05-21T18:27:49.848167+0000 mon.a (mon.0) 164 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-21T18:27:54.335 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:27:53 smithi134 bash[24085]: cluster 2024-05-21T18:27:50.091437+0000 mgr.a (mgr.14152) 71 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:27:54.335 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:27:53 smithi134 bash[24085]: cluster 2024-05-21T18:27:50.091437+0000 mgr.a (mgr.14152) 71 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:27:54.335 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:27:53 smithi134 bash[24085]: audit 2024-05-21T18:27:50.848456+0000 mon.a (mon.0) 165 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-21T18:27:54.335 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:27:53 smithi134 bash[24085]: audit 2024-05-21T18:27:50.848456+0000 mon.a (mon.0) 165 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-21T18:27:54.335 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:27:53 smithi134 bash[24085]: cluster 2024-05-21T18:27:50.849515+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-05-21T18:27:54.335 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:27:53 smithi134 bash[24085]: cluster 2024-05-21T18:27:50.849515+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-05-21T18:27:54.335 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:27:53 smithi134 bash[24085]: audit 2024-05-21T18:27:51.848665+0000 mon.a (mon.0) 166 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-21T18:27:54.335 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:27:53 smithi134 bash[24085]: audit 2024-05-21T18:27:51.848665+0000 mon.a (mon.0) 166 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-21T18:27:54.335 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:27:53 smithi134 bash[24085]: cluster 2024-05-21T18:27:52.091806+0000 mgr.a (mgr.14152) 72 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:27:54.335 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:27:53 smithi134 bash[24085]: cluster 2024-05-21T18:27:52.091806+0000 mgr.a (mgr.14152) 72 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:27:54.336 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:27:53 smithi134 bash[24085]: audit 2024-05-21T18:27:52.848740+0000 mon.a (mon.0) 167 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-21T18:27:54.336 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:27:53 smithi134 bash[24085]: audit 2024-05-21T18:27:52.848740+0000 mon.a (mon.0) 167 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-21T18:27:54.336 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:27:53 smithi134 bash[24085]: audit 2024-05-21T18:27:53.195308+0000 mon.a (mon.0) 168 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-21T18:27:54.336 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:27:53 smithi134 bash[24085]: audit 2024-05-21T18:27:53.195308+0000 mon.a (mon.0) 168 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-21T18:27:54.336 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:27:53 smithi134 bash[24085]: audit 2024-05-21T18:27:53.848874+0000 mon.a (mon.0) 169 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-21T18:27:54.337 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:27:53 smithi134 bash[24085]: audit 2024-05-21T18:27:53.848874+0000 mon.a (mon.0) 169 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-21T18:27:54.337 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:27:53 smithi134 bash[24085]: cluster 2024-05-21T18:27:53.859417+0000 mon.a (mon.0) 170 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-05-21T18:27:54.337 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:27:53 smithi134 bash[24085]: cluster 2024-05-21T18:27:53.859417+0000 mon.a (mon.0) 170 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-05-21T18:27:54.338 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:27:53 smithi134 bash[24085]: cluster 2024-05-21T18:27:53.866344+0000 mon.a (mon.0) 171 : cluster [DBG] monmap epoch 2 2024-05-21T18:27:54.338 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:27:53 smithi134 bash[24085]: cluster 2024-05-21T18:27:53.866344+0000 mon.a (mon.0) 171 : cluster [DBG] monmap epoch 2 2024-05-21T18:27:54.338 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:27:53 smithi134 bash[24085]: cluster 2024-05-21T18:27:53.866406+0000 mon.a (mon.0) 172 : cluster [DBG] fsid 3de35fc8-179f-11ef-bc9a-c7b262605968 2024-05-21T18:27:54.338 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:27:53 smithi134 bash[24085]: cluster 2024-05-21T18:27:53.866406+0000 mon.a (mon.0) 172 : cluster [DBG] fsid 3de35fc8-179f-11ef-bc9a-c7b262605968 2024-05-21T18:27:54.338 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:27:53 smithi134 bash[24085]: cluster 2024-05-21T18:27:53.866449+0000 mon.a (mon.0) 173 : cluster [DBG] last_changed 2024-05-21T18:27:48.847711+0000 2024-05-21T18:27:54.339 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:27:53 smithi134 bash[24085]: cluster 2024-05-21T18:27:53.866449+0000 mon.a (mon.0) 173 : cluster [DBG] last_changed 2024-05-21T18:27:48.847711+0000 2024-05-21T18:27:54.339 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:27:53 smithi134 bash[24085]: cluster 2024-05-21T18:27:53.866493+0000 mon.a (mon.0) 174 : cluster [DBG] created 2024-05-21T18:25:04.037585+0000 2024-05-21T18:27:54.339 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:27:53 smithi134 bash[24085]: cluster 2024-05-21T18:27:53.866493+0000 mon.a (mon.0) 174 : cluster [DBG] created 2024-05-21T18:25:04.037585+0000 2024-05-21T18:27:54.339 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:27:53 smithi134 bash[24085]: cluster 2024-05-21T18:27:53.866539+0000 mon.a (mon.0) 175 : cluster [DBG] min_mon_release 19 (squid) 2024-05-21T18:27:54.339 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:27:53 smithi134 bash[24085]: cluster 2024-05-21T18:27:53.866539+0000 mon.a (mon.0) 175 : cluster [DBG] min_mon_release 19 (squid) 2024-05-21T18:27:54.342 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:27:53 smithi134 bash[24085]: cluster 2024-05-21T18:27:53.866584+0000 mon.a (mon.0) 176 : cluster [DBG] election_strategy: 1 2024-05-21T18:27:54.342 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:27:53 smithi134 bash[24085]: cluster 2024-05-21T18:27:53.866584+0000 mon.a (mon.0) 176 : cluster [DBG] election_strategy: 1 2024-05-21T18:27:54.342 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:27:53 smithi134 bash[24085]: cluster 2024-05-21T18:27:53.866625+0000 mon.a (mon.0) 177 : cluster [DBG] 0: [v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0] mon.a 2024-05-21T18:27:54.342 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:27:53 smithi134 bash[24085]: cluster 2024-05-21T18:27:53.866625+0000 mon.a (mon.0) 177 : cluster [DBG] 0: [v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0] mon.a 2024-05-21T18:27:54.342 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:27:53 smithi134 bash[24085]: cluster 2024-05-21T18:27:53.866665+0000 mon.a (mon.0) 178 : cluster [DBG] 1: [v2:172.21.15.134:3300/0,v1:172.21.15.134:6789/0] mon.c 2024-05-21T18:27:54.342 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:27:53 smithi134 bash[24085]: cluster 2024-05-21T18:27:53.866665+0000 mon.a (mon.0) 178 : cluster [DBG] 1: [v2:172.21.15.134:3300/0,v1:172.21.15.134:6789/0] mon.c 2024-05-21T18:27:54.342 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:27:53 smithi134 bash[24085]: cluster 2024-05-21T18:27:53.867933+0000 mon.a (mon.0) 179 : cluster [DBG] fsmap 2024-05-21T18:27:54.343 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:27:53 smithi134 bash[24085]: cluster 2024-05-21T18:27:53.867933+0000 mon.a (mon.0) 179 : cluster [DBG] fsmap 2024-05-21T18:27:54.343 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:27:53 smithi134 bash[24085]: cluster 2024-05-21T18:27:53.868029+0000 mon.a (mon.0) 180 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-21T18:27:54.343 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:27:53 smithi134 bash[24085]: cluster 2024-05-21T18:27:53.868029+0000 mon.a (mon.0) 180 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-21T18:27:54.343 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:27:53 smithi134 bash[24085]: cluster 2024-05-21T18:27:53.868397+0000 mon.a (mon.0) 181 : cluster [DBG] mgrmap e13: a(active, since 97s) 2024-05-21T18:27:54.343 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:27:53 smithi134 bash[24085]: cluster 2024-05-21T18:27:53.868397+0000 mon.a (mon.0) 181 : cluster [DBG] mgrmap e13: a(active, since 97s) 2024-05-21T18:27:54.343 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:27:53 smithi134 bash[24085]: cluster 2024-05-21T18:27:53.868737+0000 mon.a (mon.0) 182 : cluster [INF] overall HEALTH_OK 2024-05-21T18:27:54.344 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:27:53 smithi134 bash[24085]: cluster 2024-05-21T18:27:53.868737+0000 mon.a (mon.0) 182 : cluster [INF] overall HEALTH_OK 2024-05-21T18:27:54.344 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:27:53 smithi134 bash[24085]: audit 2024-05-21T18:27:53.877444+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:27:54.344 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:27:53 smithi134 bash[24085]: audit 2024-05-21T18:27:53.877444+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:27:54.344 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:27:53 smithi134 bash[24085]: audit 2024-05-21T18:27:53.884832+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:27:54.344 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:27:53 smithi134 bash[24085]: audit 2024-05-21T18:27:53.884832+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:27:54.356 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:53 smithi016 bash[21861]: audit 2024-05-21T18:27:48.848410+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-21T18:27:54.356 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:53 smithi016 bash[21861]: audit 2024-05-21T18:27:48.848410+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-21T18:27:54.356 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:53 smithi016 bash[21861]: audit 2024-05-21T18:27:48.853881+0000 mon.a (mon.0) 161 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-21T18:27:54.356 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:53 smithi016 bash[21861]: audit 2024-05-21T18:27:48.853881+0000 mon.a (mon.0) 161 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-21T18:27:54.356 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:53 smithi016 bash[21861]: cluster 2024-05-21T18:27:48.854170+0000 mon.a (mon.0) 162 : cluster [INF] mon.a calling monitor election 2024-05-21T18:27:54.356 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:53 smithi016 bash[21861]: cluster 2024-05-21T18:27:48.854170+0000 mon.a (mon.0) 162 : cluster [INF] mon.a calling monitor election 2024-05-21T18:27:54.356 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:53 smithi016 bash[21861]: audit 2024-05-21T18:27:48.856363+0000 mon.a (mon.0) 163 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-21T18:27:54.356 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:53 smithi016 bash[21861]: audit 2024-05-21T18:27:48.856363+0000 mon.a (mon.0) 163 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-21T18:27:54.357 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:53 smithi016 bash[21861]: audit 2024-05-21T18:27:49.848167+0000 mon.a (mon.0) 164 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-21T18:27:54.357 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:53 smithi016 bash[21861]: audit 2024-05-21T18:27:49.848167+0000 mon.a (mon.0) 164 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-21T18:27:54.357 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:53 smithi016 bash[21861]: cluster 2024-05-21T18:27:50.091437+0000 mgr.a (mgr.14152) 71 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:27:54.357 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:53 smithi016 bash[21861]: cluster 2024-05-21T18:27:50.091437+0000 mgr.a (mgr.14152) 71 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:27:54.357 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:53 smithi016 bash[21861]: audit 2024-05-21T18:27:50.848456+0000 mon.a (mon.0) 165 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-21T18:27:54.357 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:53 smithi016 bash[21861]: audit 2024-05-21T18:27:50.848456+0000 mon.a (mon.0) 165 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-21T18:27:54.357 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:53 smithi016 bash[21861]: cluster 2024-05-21T18:27:50.849515+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-05-21T18:27:54.357 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:53 smithi016 bash[21861]: cluster 2024-05-21T18:27:50.849515+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-05-21T18:27:54.357 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:53 smithi016 bash[21861]: audit 2024-05-21T18:27:51.848665+0000 mon.a (mon.0) 166 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-21T18:27:54.357 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:53 smithi016 bash[21861]: audit 2024-05-21T18:27:51.848665+0000 mon.a (mon.0) 166 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-21T18:27:54.357 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:53 smithi016 bash[21861]: cluster 2024-05-21T18:27:52.091806+0000 mgr.a (mgr.14152) 72 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:27:54.357 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:53 smithi016 bash[21861]: cluster 2024-05-21T18:27:52.091806+0000 mgr.a (mgr.14152) 72 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:27:54.358 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:53 smithi016 bash[21861]: audit 2024-05-21T18:27:52.848740+0000 mon.a (mon.0) 167 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-21T18:27:54.358 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:53 smithi016 bash[21861]: audit 2024-05-21T18:27:52.848740+0000 mon.a (mon.0) 167 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-21T18:27:54.359 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:53 smithi016 bash[21861]: audit 2024-05-21T18:27:53.195308+0000 mon.a (mon.0) 168 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-21T18:27:54.359 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:53 smithi016 bash[21861]: audit 2024-05-21T18:27:53.195308+0000 mon.a (mon.0) 168 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-21T18:27:54.359 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:53 smithi016 bash[21861]: audit 2024-05-21T18:27:53.848874+0000 mon.a (mon.0) 169 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-21T18:27:54.359 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:53 smithi016 bash[21861]: audit 2024-05-21T18:27:53.848874+0000 mon.a (mon.0) 169 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-21T18:27:54.359 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:53 smithi016 bash[21861]: cluster 2024-05-21T18:27:53.859417+0000 mon.a (mon.0) 170 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-05-21T18:27:54.359 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:53 smithi016 bash[21861]: cluster 2024-05-21T18:27:53.859417+0000 mon.a (mon.0) 170 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-05-21T18:27:54.359 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:53 smithi016 bash[21861]: cluster 2024-05-21T18:27:53.866344+0000 mon.a (mon.0) 171 : cluster [DBG] monmap epoch 2 2024-05-21T18:27:54.359 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:53 smithi016 bash[21861]: cluster 2024-05-21T18:27:53.866344+0000 mon.a (mon.0) 171 : cluster [DBG] monmap epoch 2 2024-05-21T18:27:54.359 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:53 smithi016 bash[21861]: cluster 2024-05-21T18:27:53.866406+0000 mon.a (mon.0) 172 : cluster [DBG] fsid 3de35fc8-179f-11ef-bc9a-c7b262605968 2024-05-21T18:27:54.359 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:53 smithi016 bash[21861]: cluster 2024-05-21T18:27:53.866406+0000 mon.a (mon.0) 172 : cluster [DBG] fsid 3de35fc8-179f-11ef-bc9a-c7b262605968 2024-05-21T18:27:54.359 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:53 smithi016 bash[21861]: cluster 2024-05-21T18:27:53.866449+0000 mon.a (mon.0) 173 : cluster [DBG] last_changed 2024-05-21T18:27:48.847711+0000 2024-05-21T18:27:54.359 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:53 smithi016 bash[21861]: cluster 2024-05-21T18:27:53.866449+0000 mon.a (mon.0) 173 : cluster [DBG] last_changed 2024-05-21T18:27:48.847711+0000 2024-05-21T18:27:54.359 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:53 smithi016 bash[21861]: cluster 2024-05-21T18:27:53.866493+0000 mon.a (mon.0) 174 : cluster [DBG] created 2024-05-21T18:25:04.037585+0000 2024-05-21T18:27:54.359 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:53 smithi016 bash[21861]: cluster 2024-05-21T18:27:53.866493+0000 mon.a (mon.0) 174 : cluster [DBG] created 2024-05-21T18:25:04.037585+0000 2024-05-21T18:27:54.360 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:53 smithi016 bash[21861]: cluster 2024-05-21T18:27:53.866539+0000 mon.a (mon.0) 175 : cluster [DBG] min_mon_release 19 (squid) 2024-05-21T18:27:54.360 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:53 smithi016 bash[21861]: cluster 2024-05-21T18:27:53.866539+0000 mon.a (mon.0) 175 : cluster [DBG] min_mon_release 19 (squid) 2024-05-21T18:27:54.360 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:53 smithi016 bash[21861]: cluster 2024-05-21T18:27:53.866584+0000 mon.a (mon.0) 176 : cluster [DBG] election_strategy: 1 2024-05-21T18:27:54.360 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:53 smithi016 bash[21861]: cluster 2024-05-21T18:27:53.866584+0000 mon.a (mon.0) 176 : cluster [DBG] election_strategy: 1 2024-05-21T18:27:54.360 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:53 smithi016 bash[21861]: cluster 2024-05-21T18:27:53.866625+0000 mon.a (mon.0) 177 : cluster [DBG] 0: [v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0] mon.a 2024-05-21T18:27:54.360 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:53 smithi016 bash[21861]: cluster 2024-05-21T18:27:53.866625+0000 mon.a (mon.0) 177 : cluster [DBG] 0: [v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0] mon.a 2024-05-21T18:27:54.360 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:53 smithi016 bash[21861]: cluster 2024-05-21T18:27:53.866665+0000 mon.a (mon.0) 178 : cluster [DBG] 1: [v2:172.21.15.134:3300/0,v1:172.21.15.134:6789/0] mon.c 2024-05-21T18:27:54.360 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:53 smithi016 bash[21861]: cluster 2024-05-21T18:27:53.866665+0000 mon.a (mon.0) 178 : cluster [DBG] 1: [v2:172.21.15.134:3300/0,v1:172.21.15.134:6789/0] mon.c 2024-05-21T18:27:54.360 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:53 smithi016 bash[21861]: cluster 2024-05-21T18:27:53.867933+0000 mon.a (mon.0) 179 : cluster [DBG] fsmap 2024-05-21T18:27:54.360 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:53 smithi016 bash[21861]: cluster 2024-05-21T18:27:53.867933+0000 mon.a (mon.0) 179 : cluster [DBG] fsmap 2024-05-21T18:27:54.360 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:53 smithi016 bash[21861]: cluster 2024-05-21T18:27:53.868029+0000 mon.a (mon.0) 180 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-21T18:27:54.360 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:53 smithi016 bash[21861]: cluster 2024-05-21T18:27:53.868029+0000 mon.a (mon.0) 180 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-21T18:27:54.360 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:53 smithi016 bash[21861]: cluster 2024-05-21T18:27:53.868397+0000 mon.a (mon.0) 181 : cluster [DBG] mgrmap e13: a(active, since 97s) 2024-05-21T18:27:54.360 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:53 smithi016 bash[21861]: cluster 2024-05-21T18:27:53.868397+0000 mon.a (mon.0) 181 : cluster [DBG] mgrmap e13: a(active, since 97s) 2024-05-21T18:27:54.360 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:53 smithi016 bash[21861]: cluster 2024-05-21T18:27:53.868737+0000 mon.a (mon.0) 182 : cluster [INF] overall HEALTH_OK 2024-05-21T18:27:54.361 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:53 smithi016 bash[21861]: cluster 2024-05-21T18:27:53.868737+0000 mon.a (mon.0) 182 : cluster [INF] overall HEALTH_OK 2024-05-21T18:27:54.361 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:53 smithi016 bash[21861]: audit 2024-05-21T18:27:53.877444+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:27:54.361 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:53 smithi016 bash[21861]: audit 2024-05-21T18:27:53.877444+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:27:54.361 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:53 smithi016 bash[21861]: audit 2024-05-21T18:27:53.884832+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:27:54.361 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:53 smithi016 bash[21861]: audit 2024-05-21T18:27:53.884832+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:27:55.354 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:27:54 smithi134 bash[24085]: audit 2024-05-21T18:27:53.942301+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:27:55.354 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:27:54 smithi134 bash[24085]: audit 2024-05-21T18:27:53.942301+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:27:55.354 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:27:54 smithi134 bash[24085]: audit 2024-05-21T18:27:53.949731+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:27:55.354 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:27:54 smithi134 bash[24085]: audit 2024-05-21T18:27:53.949731+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:27:55.354 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:27:54 smithi134 bash[24085]: audit 2024-05-21T18:27:54.047921+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T18:27:55.354 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:27:54 smithi134 bash[24085]: audit 2024-05-21T18:27:54.047921+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T18:27:55.354 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:27:54 smithi134 bash[24085]: cluster 2024-05-21T18:27:54.092174+0000 mgr.a (mgr.14152) 73 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:27:55.354 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:27:54 smithi134 bash[24085]: cluster 2024-05-21T18:27:54.092174+0000 mgr.a (mgr.14152) 73 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:27:55.354 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:27:54 smithi134 bash[24085]: audit 2024-05-21T18:27:54.195647+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-21T18:27:55.354 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:27:54 smithi134 bash[24085]: audit 2024-05-21T18:27:54.195647+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-21T18:27:55.354 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:27:54 smithi134 bash[24085]: audit 2024-05-21T18:27:54.322962+0000 mon.a (mon.0) 189 : audit [DBG] from='client.? 172.21.15.134:0/3351188215' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-21T18:27:55.355 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:27:54 smithi134 bash[24085]: audit 2024-05-21T18:27:54.322962+0000 mon.a (mon.0) 189 : audit [DBG] from='client.? 172.21.15.134:0/3351188215' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-21T18:27:55.355 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:27:54 smithi134 bash[24085]: audit 2024-05-21T18:27:54.849126+0000 mon.a (mon.0) 190 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-21T18:27:55.355 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:27:54 smithi134 bash[24085]: audit 2024-05-21T18:27:54.849126+0000 mon.a (mon.0) 190 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-21T18:27:55.355 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:54 smithi016 bash[21861]: audit 2024-05-21T18:27:53.942301+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:27:55.355 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:54 smithi016 bash[21861]: audit 2024-05-21T18:27:53.942301+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:27:55.355 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:54 smithi016 bash[21861]: audit 2024-05-21T18:27:53.949731+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:27:55.355 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:54 smithi016 bash[21861]: audit 2024-05-21T18:27:53.949731+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:27:55.356 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:54 smithi016 bash[21861]: audit 2024-05-21T18:27:54.047921+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T18:27:55.356 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:54 smithi016 bash[21861]: audit 2024-05-21T18:27:54.047921+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T18:27:55.356 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:54 smithi016 bash[21861]: cluster 2024-05-21T18:27:54.092174+0000 mgr.a (mgr.14152) 73 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:27:55.356 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:54 smithi016 bash[21861]: cluster 2024-05-21T18:27:54.092174+0000 mgr.a (mgr.14152) 73 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:27:55.356 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:54 smithi016 bash[21861]: audit 2024-05-21T18:27:54.195647+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-21T18:27:55.356 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:54 smithi016 bash[21861]: audit 2024-05-21T18:27:54.195647+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-21T18:27:55.356 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:54 smithi016 bash[21861]: audit 2024-05-21T18:27:54.322962+0000 mon.a (mon.0) 189 : audit [DBG] from='client.? 172.21.15.134:0/3351188215' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-21T18:27:55.356 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:54 smithi016 bash[21861]: audit 2024-05-21T18:27:54.322962+0000 mon.a (mon.0) 189 : audit [DBG] from='client.? 172.21.15.134:0/3351188215' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-21T18:27:55.356 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:54 smithi016 bash[21861]: audit 2024-05-21T18:27:54.849126+0000 mon.a (mon.0) 190 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-21T18:27:55.356 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:27:54 smithi016 bash[21861]: audit 2024-05-21T18:27:54.849126+0000 mon.a (mon.0) 190 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-21T18:27:55.982 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-05-21T18:27:55.983 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9ef9bcfdb32ec4999d7ca025815290e8395c6ae7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3de35fc8-179f-11ef-bc9a-c7b262605968 -- ceph mon dump -f json 2024-05-21T18:27:59.976 INFO:teuthology.orchestra.run.smithi134.stderr:Inferring config /var/lib/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/mon.c/config 2024-05-21T18:28:00.548 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:00 smithi077 bash[23831]: audit 2024-05-21T18:27:48.848410+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-21T18:28:00.548 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:00 smithi077 bash[23831]: audit 2024-05-21T18:27:48.848410+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-21T18:28:00.548 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:00 smithi077 bash[23831]: audit 2024-05-21T18:27:48.853881+0000 mon.a (mon.0) 161 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-21T18:28:00.548 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:00 smithi077 bash[23831]: audit 2024-05-21T18:27:48.853881+0000 mon.a (mon.0) 161 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-21T18:28:00.548 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:00 smithi077 bash[23831]: cluster 2024-05-21T18:27:48.854170+0000 mon.a (mon.0) 162 : cluster [INF] mon.a calling monitor election 2024-05-21T18:28:00.549 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:00 smithi077 bash[23831]: cluster 2024-05-21T18:27:48.854170+0000 mon.a (mon.0) 162 : cluster [INF] mon.a calling monitor election 2024-05-21T18:28:00.549 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:00 smithi077 bash[23831]: audit 2024-05-21T18:27:48.856363+0000 mon.a (mon.0) 163 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-21T18:28:00.549 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:00 smithi077 bash[23831]: audit 2024-05-21T18:27:48.856363+0000 mon.a (mon.0) 163 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-21T18:28:00.549 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:00 smithi077 bash[23831]: audit 2024-05-21T18:27:49.848167+0000 mon.a (mon.0) 164 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-21T18:28:00.549 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:00 smithi077 bash[23831]: audit 2024-05-21T18:27:49.848167+0000 mon.a (mon.0) 164 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-21T18:28:00.549 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:00 smithi077 bash[23831]: cluster 2024-05-21T18:27:50.091437+0000 mgr.a (mgr.14152) 71 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:00.549 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:00 smithi077 bash[23831]: cluster 2024-05-21T18:27:50.091437+0000 mgr.a (mgr.14152) 71 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:00.549 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:00 smithi077 bash[23831]: audit 2024-05-21T18:27:50.848456+0000 mon.a (mon.0) 165 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-21T18:28:00.549 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:00 smithi077 bash[23831]: audit 2024-05-21T18:27:50.848456+0000 mon.a (mon.0) 165 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-21T18:28:00.549 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:00 smithi077 bash[23831]: cluster 2024-05-21T18:27:50.849515+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-05-21T18:28:00.549 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:00 smithi077 bash[23831]: cluster 2024-05-21T18:27:50.849515+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-05-21T18:28:00.549 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:00 smithi077 bash[23831]: audit 2024-05-21T18:27:51.848665+0000 mon.a (mon.0) 166 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-21T18:28:00.549 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:00 smithi077 bash[23831]: audit 2024-05-21T18:27:51.848665+0000 mon.a (mon.0) 166 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-21T18:28:00.550 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:00 smithi077 bash[23831]: cluster 2024-05-21T18:27:52.091806+0000 mgr.a (mgr.14152) 72 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:00.550 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:00 smithi077 bash[23831]: cluster 2024-05-21T18:27:52.091806+0000 mgr.a (mgr.14152) 72 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:00.550 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:00 smithi077 bash[23831]: audit 2024-05-21T18:27:52.848740+0000 mon.a (mon.0) 167 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-21T18:28:00.550 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:00 smithi077 bash[23831]: audit 2024-05-21T18:27:52.848740+0000 mon.a (mon.0) 167 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-21T18:28:00.551 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:00 smithi077 bash[23831]: audit 2024-05-21T18:27:53.195308+0000 mon.a (mon.0) 168 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-21T18:28:00.551 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:00 smithi077 bash[23831]: audit 2024-05-21T18:27:53.195308+0000 mon.a (mon.0) 168 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-21T18:28:00.551 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:00 smithi077 bash[23831]: audit 2024-05-21T18:27:53.848874+0000 mon.a (mon.0) 169 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-21T18:28:00.551 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:00 smithi077 bash[23831]: audit 2024-05-21T18:27:53.848874+0000 mon.a (mon.0) 169 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-21T18:28:00.551 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:00 smithi077 bash[23831]: cluster 2024-05-21T18:27:53.859417+0000 mon.a (mon.0) 170 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-05-21T18:28:00.551 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:00 smithi077 bash[23831]: cluster 2024-05-21T18:27:53.859417+0000 mon.a (mon.0) 170 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-05-21T18:28:00.551 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:00 smithi077 bash[23831]: cluster 2024-05-21T18:27:53.866344+0000 mon.a (mon.0) 171 : cluster [DBG] monmap epoch 2 2024-05-21T18:28:00.551 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:00 smithi077 bash[23831]: cluster 2024-05-21T18:27:53.866344+0000 mon.a (mon.0) 171 : cluster [DBG] monmap epoch 2 2024-05-21T18:28:00.551 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:00 smithi077 bash[23831]: cluster 2024-05-21T18:27:53.866406+0000 mon.a (mon.0) 172 : cluster [DBG] fsid 3de35fc8-179f-11ef-bc9a-c7b262605968 2024-05-21T18:28:00.551 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:00 smithi077 bash[23831]: cluster 2024-05-21T18:27:53.866406+0000 mon.a (mon.0) 172 : cluster [DBG] fsid 3de35fc8-179f-11ef-bc9a-c7b262605968 2024-05-21T18:28:00.551 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:00 smithi077 bash[23831]: cluster 2024-05-21T18:27:53.866449+0000 mon.a (mon.0) 173 : cluster [DBG] last_changed 2024-05-21T18:27:48.847711+0000 2024-05-21T18:28:00.551 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:00 smithi077 bash[23831]: cluster 2024-05-21T18:27:53.866449+0000 mon.a (mon.0) 173 : cluster [DBG] last_changed 2024-05-21T18:27:48.847711+0000 2024-05-21T18:28:00.552 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:00 smithi077 bash[23831]: cluster 2024-05-21T18:27:53.866493+0000 mon.a (mon.0) 174 : cluster [DBG] created 2024-05-21T18:25:04.037585+0000 2024-05-21T18:28:00.552 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:00 smithi077 bash[23831]: cluster 2024-05-21T18:27:53.866493+0000 mon.a (mon.0) 174 : cluster [DBG] created 2024-05-21T18:25:04.037585+0000 2024-05-21T18:28:00.552 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:00 smithi077 bash[23831]: cluster 2024-05-21T18:27:53.866539+0000 mon.a (mon.0) 175 : cluster [DBG] min_mon_release 19 (squid) 2024-05-21T18:28:00.552 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:00 smithi077 bash[23831]: cluster 2024-05-21T18:27:53.866539+0000 mon.a (mon.0) 175 : cluster [DBG] min_mon_release 19 (squid) 2024-05-21T18:28:00.552 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:00 smithi077 bash[23831]: cluster 2024-05-21T18:27:53.866584+0000 mon.a (mon.0) 176 : cluster [DBG] election_strategy: 1 2024-05-21T18:28:00.552 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:00 smithi077 bash[23831]: cluster 2024-05-21T18:27:53.866584+0000 mon.a (mon.0) 176 : cluster [DBG] election_strategy: 1 2024-05-21T18:28:00.552 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:00 smithi077 bash[23831]: cluster 2024-05-21T18:27:53.866625+0000 mon.a (mon.0) 177 : cluster [DBG] 0: [v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0] mon.a 2024-05-21T18:28:00.552 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:00 smithi077 bash[23831]: cluster 2024-05-21T18:27:53.866625+0000 mon.a (mon.0) 177 : cluster [DBG] 0: [v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0] mon.a 2024-05-21T18:28:00.552 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:00 smithi077 bash[23831]: cluster 2024-05-21T18:27:53.866665+0000 mon.a (mon.0) 178 : cluster [DBG] 1: [v2:172.21.15.134:3300/0,v1:172.21.15.134:6789/0] mon.c 2024-05-21T18:28:00.552 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:00 smithi077 bash[23831]: cluster 2024-05-21T18:27:53.866665+0000 mon.a (mon.0) 178 : cluster [DBG] 1: [v2:172.21.15.134:3300/0,v1:172.21.15.134:6789/0] mon.c 2024-05-21T18:28:00.552 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:00 smithi077 bash[23831]: cluster 2024-05-21T18:27:53.867933+0000 mon.a (mon.0) 179 : cluster [DBG] fsmap 2024-05-21T18:28:00.552 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:00 smithi077 bash[23831]: cluster 2024-05-21T18:27:53.867933+0000 mon.a (mon.0) 179 : cluster [DBG] fsmap 2024-05-21T18:28:00.552 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:00 smithi077 bash[23831]: cluster 2024-05-21T18:27:53.868029+0000 mon.a (mon.0) 180 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-21T18:28:00.552 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:00 smithi077 bash[23831]: cluster 2024-05-21T18:27:53.868029+0000 mon.a (mon.0) 180 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-21T18:28:00.553 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:00 smithi077 bash[23831]: cluster 2024-05-21T18:27:53.868397+0000 mon.a (mon.0) 181 : cluster [DBG] mgrmap e13: a(active, since 97s) 2024-05-21T18:28:00.553 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:00 smithi077 bash[23831]: cluster 2024-05-21T18:27:53.868397+0000 mon.a (mon.0) 181 : cluster [DBG] mgrmap e13: a(active, since 97s) 2024-05-21T18:28:00.553 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:00 smithi077 bash[23831]: cluster 2024-05-21T18:27:53.868737+0000 mon.a (mon.0) 182 : cluster [INF] overall HEALTH_OK 2024-05-21T18:28:00.553 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:00 smithi077 bash[23831]: cluster 2024-05-21T18:27:53.868737+0000 mon.a (mon.0) 182 : cluster [INF] overall HEALTH_OK 2024-05-21T18:28:00.553 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:00 smithi077 bash[23831]: audit 2024-05-21T18:27:53.877444+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:00.553 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:00 smithi077 bash[23831]: audit 2024-05-21T18:27:53.877444+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:00.553 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:00 smithi077 bash[23831]: audit 2024-05-21T18:27:53.884832+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:00.553 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:00 smithi077 bash[23831]: audit 2024-05-21T18:27:53.884832+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:00.553 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:00 smithi077 bash[23831]: audit 2024-05-21T18:27:53.942301+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:00.553 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:00 smithi077 bash[23831]: audit 2024-05-21T18:27:53.942301+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:00.553 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:00 smithi077 bash[23831]: audit 2024-05-21T18:27:53.949731+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:00.553 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:00 smithi077 bash[23831]: audit 2024-05-21T18:27:53.949731+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:00.553 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:00 smithi077 bash[23831]: audit 2024-05-21T18:27:54.047921+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T18:28:00.553 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:00 smithi077 bash[23831]: audit 2024-05-21T18:27:54.047921+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T18:28:00.554 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:00 smithi077 bash[23831]: cluster 2024-05-21T18:27:54.092174+0000 mgr.a (mgr.14152) 73 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:00.554 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:00 smithi077 bash[23831]: cluster 2024-05-21T18:27:54.092174+0000 mgr.a (mgr.14152) 73 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:00.554 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:00 smithi077 bash[23831]: audit 2024-05-21T18:27:54.195647+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-21T18:28:00.554 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:00 smithi077 bash[23831]: audit 2024-05-21T18:27:54.195647+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-21T18:28:00.554 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:00 smithi077 bash[23831]: audit 2024-05-21T18:27:54.322962+0000 mon.a (mon.0) 189 : audit [DBG] from='client.? 172.21.15.134:0/3351188215' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-21T18:28:00.554 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:00 smithi077 bash[23831]: audit 2024-05-21T18:27:54.322962+0000 mon.a (mon.0) 189 : audit [DBG] from='client.? 172.21.15.134:0/3351188215' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-21T18:28:00.554 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:00 smithi077 bash[23831]: audit 2024-05-21T18:27:54.849126+0000 mon.a (mon.0) 190 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-21T18:28:00.554 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:00 smithi077 bash[23831]: audit 2024-05-21T18:27:54.849126+0000 mon.a (mon.0) 190 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-21T18:28:00.554 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:00 smithi077 bash[23831]: audit 2024-05-21T18:27:55.201589+0000 mon.a (mon.0) 192 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-21T18:28:00.554 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:00 smithi077 bash[23831]: audit 2024-05-21T18:27:55.201589+0000 mon.a (mon.0) 192 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-21T18:28:00.554 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:00 smithi077 bash[23831]: audit 2024-05-21T18:27:55.201948+0000 mon.a (mon.0) 193 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-21T18:28:00.554 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:00 smithi077 bash[23831]: audit 2024-05-21T18:27:55.201948+0000 mon.a (mon.0) 193 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-21T18:28:00.554 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:00 smithi077 bash[23831]: cluster 2024-05-21T18:27:55.202351+0000 mon.a (mon.0) 194 : cluster [INF] mon.a calling monitor election 2024-05-21T18:28:00.555 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:00 smithi077 bash[23831]: cluster 2024-05-21T18:27:55.202351+0000 mon.a (mon.0) 194 : cluster [INF] mon.a calling monitor election 2024-05-21T18:28:00.555 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:00 smithi077 bash[23831]: cluster 2024-05-21T18:27:55.203239+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-05-21T18:28:00.555 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:00 smithi077 bash[23831]: cluster 2024-05-21T18:27:55.203239+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-05-21T18:28:00.555 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:00 smithi077 bash[23831]: audit 2024-05-21T18:27:55.228150+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-21T18:28:00.555 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:00 smithi077 bash[23831]: audit 2024-05-21T18:27:55.228150+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-21T18:28:00.555 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:00 smithi077 bash[23831]: cluster 2024-05-21T18:27:56.092654+0000 mgr.a (mgr.14152) 74 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:00.555 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:00 smithi077 bash[23831]: cluster 2024-05-21T18:27:56.092654+0000 mgr.a (mgr.14152) 74 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:00.555 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:00 smithi077 bash[23831]: audit 2024-05-21T18:27:56.195786+0000 mon.a (mon.0) 196 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-21T18:28:00.555 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:00 smithi077 bash[23831]: audit 2024-05-21T18:27:56.195786+0000 mon.a (mon.0) 196 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-21T18:28:00.555 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:00 smithi077 bash[23831]: audit 2024-05-21T18:27:57.195946+0000 mon.a (mon.0) 197 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-21T18:28:00.555 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:00 smithi077 bash[23831]: audit 2024-05-21T18:27:57.195946+0000 mon.a (mon.0) 197 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-21T18:28:00.555 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:00 smithi077 bash[23831]: cluster 2024-05-21T18:27:57.199455+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-05-21T18:28:00.555 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:00 smithi077 bash[23831]: cluster 2024-05-21T18:27:57.199455+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-05-21T18:28:00.555 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:00 smithi077 bash[23831]: cluster 2024-05-21T18:27:58.093119+0000 mgr.a (mgr.14152) 75 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:00.556 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:00 smithi077 bash[23831]: cluster 2024-05-21T18:27:58.093119+0000 mgr.a (mgr.14152) 75 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:00.556 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:00 smithi077 bash[23831]: audit 2024-05-21T18:27:58.195908+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-21T18:28:00.556 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:00 smithi077 bash[23831]: audit 2024-05-21T18:27:58.195908+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-21T18:28:00.556 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:00 smithi077 bash[23831]: audit 2024-05-21T18:27:59.196221+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-21T18:28:00.556 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:00 smithi077 bash[23831]: audit 2024-05-21T18:27:59.196221+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-21T18:28:00.556 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:00 smithi077 bash[23831]: cluster 2024-05-21T18:28:00.093524+0000 mgr.a (mgr.14152) 76 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:00.556 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:00 smithi077 bash[23831]: cluster 2024-05-21T18:28:00.093524+0000 mgr.a (mgr.14152) 76 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:00.556 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:00 smithi077 bash[23831]: audit 2024-05-21T18:28:00.196252+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-21T18:28:00.556 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:00 smithi077 bash[23831]: audit 2024-05-21T18:28:00.196252+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-21T18:28:00.556 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:00 smithi077 bash[23831]: cluster 2024-05-21T18:28:00.206808+0000 mon.a (mon.0) 201 : cluster [INF] mon.a calling monitor election 2024-05-21T18:28:00.556 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:00 smithi077 bash[23831]: cluster 2024-05-21T18:28:00.206808+0000 mon.a (mon.0) 201 : cluster [INF] mon.a calling monitor election 2024-05-21T18:28:00.556 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:00 smithi077 bash[23831]: cluster 2024-05-21T18:28:00.246108+0000 mon.a (mon.0) 202 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-05-21T18:28:00.556 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:00 smithi077 bash[23831]: cluster 2024-05-21T18:28:00.246108+0000 mon.a (mon.0) 202 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-05-21T18:28:00.556 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:00 smithi077 bash[23831]: cluster 2024-05-21T18:28:00.254284+0000 mon.a (mon.0) 203 : cluster [DBG] monmap epoch 3 2024-05-21T18:28:00.557 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:00 smithi077 bash[23831]: cluster 2024-05-21T18:28:00.254284+0000 mon.a (mon.0) 203 : cluster [DBG] monmap epoch 3 2024-05-21T18:28:00.557 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:00 smithi077 bash[23831]: cluster 2024-05-21T18:28:00.254323+0000 mon.a (mon.0) 204 : cluster [DBG] fsid 3de35fc8-179f-11ef-bc9a-c7b262605968 2024-05-21T18:28:00.557 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:00 smithi077 bash[23831]: cluster 2024-05-21T18:28:00.254323+0000 mon.a (mon.0) 204 : cluster [DBG] fsid 3de35fc8-179f-11ef-bc9a-c7b262605968 2024-05-21T18:28:00.557 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:00 smithi077 bash[23831]: cluster 2024-05-21T18:28:00.254348+0000 mon.a (mon.0) 205 : cluster [DBG] last_changed 2024-05-21T18:27:55.195548+0000 2024-05-21T18:28:00.557 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:00 smithi077 bash[23831]: cluster 2024-05-21T18:28:00.254348+0000 mon.a (mon.0) 205 : cluster [DBG] last_changed 2024-05-21T18:27:55.195548+0000 2024-05-21T18:28:00.557 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:00 smithi077 bash[23831]: cluster 2024-05-21T18:28:00.254370+0000 mon.a (mon.0) 206 : cluster [DBG] created 2024-05-21T18:25:04.037585+0000 2024-05-21T18:28:00.557 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:00 smithi077 bash[23831]: cluster 2024-05-21T18:28:00.254370+0000 mon.a (mon.0) 206 : cluster [DBG] created 2024-05-21T18:25:04.037585+0000 2024-05-21T18:28:00.557 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:00 smithi077 bash[23831]: cluster 2024-05-21T18:28:00.254398+0000 mon.a (mon.0) 207 : cluster [DBG] min_mon_release 19 (squid) 2024-05-21T18:28:00.557 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:00 smithi077 bash[23831]: cluster 2024-05-21T18:28:00.254398+0000 mon.a (mon.0) 207 : cluster [DBG] min_mon_release 19 (squid) 2024-05-21T18:28:00.557 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:00 smithi077 bash[23831]: cluster 2024-05-21T18:28:00.254424+0000 mon.a (mon.0) 208 : cluster [DBG] election_strategy: 1 2024-05-21T18:28:00.557 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:00 smithi077 bash[23831]: cluster 2024-05-21T18:28:00.254424+0000 mon.a (mon.0) 208 : cluster [DBG] election_strategy: 1 2024-05-21T18:28:00.558 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:00 smithi077 bash[23831]: cluster 2024-05-21T18:28:00.254449+0000 mon.a (mon.0) 209 : cluster [DBG] 0: [v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0] mon.a 2024-05-21T18:28:00.558 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:00 smithi077 bash[23831]: cluster 2024-05-21T18:28:00.254449+0000 mon.a (mon.0) 209 : cluster [DBG] 0: [v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0] mon.a 2024-05-21T18:28:00.558 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:00 smithi077 bash[23831]: cluster 2024-05-21T18:28:00.254469+0000 mon.a (mon.0) 210 : cluster [DBG] 1: [v2:172.21.15.134:3300/0,v1:172.21.15.134:6789/0] mon.c 2024-05-21T18:28:00.558 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:00 smithi077 bash[23831]: cluster 2024-05-21T18:28:00.254469+0000 mon.a (mon.0) 210 : cluster [DBG] 1: [v2:172.21.15.134:3300/0,v1:172.21.15.134:6789/0] mon.c 2024-05-21T18:28:00.558 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:00 smithi077 bash[23831]: cluster 2024-05-21T18:28:00.254488+0000 mon.a (mon.0) 211 : cluster [DBG] 2: [v2:172.21.15.77:3300/0,v1:172.21.15.77:6789/0] mon.b 2024-05-21T18:28:00.558 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:00 smithi077 bash[23831]: cluster 2024-05-21T18:28:00.254488+0000 mon.a (mon.0) 211 : cluster [DBG] 2: [v2:172.21.15.77:3300/0,v1:172.21.15.77:6789/0] mon.b 2024-05-21T18:28:00.558 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:00 smithi077 bash[23831]: cluster 2024-05-21T18:28:00.275639+0000 mon.a (mon.0) 212 : cluster [DBG] fsmap 2024-05-21T18:28:00.558 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:00 smithi077 bash[23831]: cluster 2024-05-21T18:28:00.275639+0000 mon.a (mon.0) 212 : cluster [DBG] fsmap 2024-05-21T18:28:00.558 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:00 smithi077 bash[23831]: cluster 2024-05-21T18:28:00.275738+0000 mon.a (mon.0) 213 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-21T18:28:00.558 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:00 smithi077 bash[23831]: cluster 2024-05-21T18:28:00.275738+0000 mon.a (mon.0) 213 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-21T18:28:00.558 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:00 smithi077 bash[23831]: cluster 2024-05-21T18:28:00.276039+0000 mon.a (mon.0) 214 : cluster [DBG] mgrmap e13: a(active, since 104s) 2024-05-21T18:28:00.559 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:00 smithi077 bash[23831]: cluster 2024-05-21T18:28:00.276039+0000 mon.a (mon.0) 214 : cluster [DBG] mgrmap e13: a(active, since 104s) 2024-05-21T18:28:00.559 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:00 smithi077 bash[23831]: cluster 2024-05-21T18:28:00.276291+0000 mon.a (mon.0) 215 : cluster [INF] overall HEALTH_OK 2024-05-21T18:28:00.559 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:00 smithi077 bash[23831]: cluster 2024-05-21T18:28:00.276291+0000 mon.a (mon.0) 215 : cluster [INF] overall HEALTH_OK 2024-05-21T18:28:00.559 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:00 smithi077 bash[23831]: audit 2024-05-21T18:28:00.283414+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:00.559 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:00 smithi077 bash[23831]: audit 2024-05-21T18:28:00.283414+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:00.559 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:00 smithi077 bash[23831]: audit 2024-05-21T18:28:00.288759+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:00.559 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:00 smithi077 bash[23831]: audit 2024-05-21T18:28:00.288759+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:00.559 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:00 smithi077 bash[23831]: audit 2024-05-21T18:28:00.294582+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:00.559 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:00 smithi077 bash[23831]: audit 2024-05-21T18:28:00.294582+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:00.559 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:00 smithi077 bash[23831]: audit 2024-05-21T18:28:00.300827+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:00.559 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:00 smithi077 bash[23831]: audit 2024-05-21T18:28:00.300827+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:00.559 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:00 smithi077 bash[23831]: audit 2024-05-21T18:28:00.306925+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:00.559 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:00 smithi077 bash[23831]: audit 2024-05-21T18:28:00.306925+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:00.559 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:00 smithi077 bash[23831]: audit 2024-05-21T18:28:00.308604+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:28:00.559 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:00 smithi077 bash[23831]: audit 2024-05-21T18:28:00.308604+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:28:00.560 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:00 smithi077 bash[23831]: audit 2024-05-21T18:28:00.310386+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T18:28:00.560 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:00 smithi077 bash[23831]: audit 2024-05-21T18:28:00.310386+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T18:28:00.560 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:00 smithi077 bash[23831]: cephadm 2024-05-21T18:28:00.313140+0000 mgr.a (mgr.14152) 77 : cephadm [INF] Updating smithi016:/etc/ceph/ceph.conf 2024-05-21T18:28:00.560 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:00 smithi077 bash[23831]: cephadm 2024-05-21T18:28:00.313140+0000 mgr.a (mgr.14152) 77 : cephadm [INF] Updating smithi016:/etc/ceph/ceph.conf 2024-05-21T18:28:00.560 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:00 smithi077 bash[23831]: cephadm 2024-05-21T18:28:00.313922+0000 mgr.a (mgr.14152) 78 : cephadm [INF] Updating smithi077:/etc/ceph/ceph.conf 2024-05-21T18:28:00.560 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:00 smithi077 bash[23831]: cephadm 2024-05-21T18:28:00.313922+0000 mgr.a (mgr.14152) 78 : cephadm [INF] Updating smithi077:/etc/ceph/ceph.conf 2024-05-21T18:28:00.560 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:00 smithi077 bash[23831]: cephadm 2024-05-21T18:28:00.314135+0000 mgr.a (mgr.14152) 79 : cephadm [INF] Updating smithi134:/etc/ceph/ceph.conf 2024-05-21T18:28:00.560 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:00 smithi077 bash[23831]: cephadm 2024-05-21T18:28:00.314135+0000 mgr.a (mgr.14152) 79 : cephadm [INF] Updating smithi134:/etc/ceph/ceph.conf 2024-05-21T18:28:00.604 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:00 smithi134 bash[24085]: audit 2024-05-21T18:27:55.201589+0000 mon.a (mon.0) 192 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-21T18:28:00.604 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:00 smithi134 bash[24085]: audit 2024-05-21T18:27:55.201589+0000 mon.a (mon.0) 192 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-21T18:28:00.605 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:00 smithi134 bash[24085]: audit 2024-05-21T18:27:55.201948+0000 mon.a (mon.0) 193 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-21T18:28:00.605 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:00 smithi134 bash[24085]: audit 2024-05-21T18:27:55.201948+0000 mon.a (mon.0) 193 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-21T18:28:00.605 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:00 smithi134 bash[24085]: cluster 2024-05-21T18:27:55.202351+0000 mon.a (mon.0) 194 : cluster [INF] mon.a calling monitor election 2024-05-21T18:28:00.605 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:00 smithi134 bash[24085]: cluster 2024-05-21T18:27:55.202351+0000 mon.a (mon.0) 194 : cluster [INF] mon.a calling monitor election 2024-05-21T18:28:00.605 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:00 smithi134 bash[24085]: cluster 2024-05-21T18:27:55.203239+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-05-21T18:28:00.605 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:00 smithi134 bash[24085]: cluster 2024-05-21T18:27:55.203239+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-05-21T18:28:00.606 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:00 smithi134 bash[24085]: audit 2024-05-21T18:27:55.228150+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-21T18:28:00.606 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:00 smithi134 bash[24085]: audit 2024-05-21T18:27:55.228150+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-21T18:28:00.606 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:00 smithi134 bash[24085]: cluster 2024-05-21T18:27:56.092654+0000 mgr.a (mgr.14152) 74 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:00.606 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:00 smithi134 bash[24085]: cluster 2024-05-21T18:27:56.092654+0000 mgr.a (mgr.14152) 74 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:00.606 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:00 smithi134 bash[24085]: audit 2024-05-21T18:27:56.195786+0000 mon.a (mon.0) 196 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-21T18:28:00.606 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:00 smithi134 bash[24085]: audit 2024-05-21T18:27:56.195786+0000 mon.a (mon.0) 196 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-21T18:28:00.607 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:00 smithi134 bash[24085]: audit 2024-05-21T18:27:57.195946+0000 mon.a (mon.0) 197 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-21T18:28:00.607 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:00 smithi134 bash[24085]: audit 2024-05-21T18:27:57.195946+0000 mon.a (mon.0) 197 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-21T18:28:00.607 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:00 smithi134 bash[24085]: cluster 2024-05-21T18:27:57.199455+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-05-21T18:28:00.607 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:00 smithi134 bash[24085]: cluster 2024-05-21T18:27:57.199455+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-05-21T18:28:00.607 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:00 smithi134 bash[24085]: cluster 2024-05-21T18:27:58.093119+0000 mgr.a (mgr.14152) 75 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:00.607 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:00 smithi134 bash[24085]: cluster 2024-05-21T18:27:58.093119+0000 mgr.a (mgr.14152) 75 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:00.607 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:00 smithi134 bash[24085]: audit 2024-05-21T18:27:58.195908+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-21T18:28:00.610 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:00 smithi134 bash[24085]: audit 2024-05-21T18:27:58.195908+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-21T18:28:00.610 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:00 smithi134 bash[24085]: audit 2024-05-21T18:27:59.196221+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-21T18:28:00.610 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:00 smithi134 bash[24085]: audit 2024-05-21T18:27:59.196221+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-21T18:28:00.611 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:00 smithi134 bash[24085]: cluster 2024-05-21T18:28:00.093524+0000 mgr.a (mgr.14152) 76 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:00.611 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:00 smithi134 bash[24085]: cluster 2024-05-21T18:28:00.093524+0000 mgr.a (mgr.14152) 76 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:00.611 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:00 smithi134 bash[24085]: audit 2024-05-21T18:28:00.196252+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-21T18:28:00.611 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:00 smithi134 bash[24085]: audit 2024-05-21T18:28:00.196252+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-21T18:28:00.611 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:00 smithi134 bash[24085]: cluster 2024-05-21T18:28:00.206808+0000 mon.a (mon.0) 201 : cluster [INF] mon.a calling monitor election 2024-05-21T18:28:00.611 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:00 smithi134 bash[24085]: cluster 2024-05-21T18:28:00.206808+0000 mon.a (mon.0) 201 : cluster [INF] mon.a calling monitor election 2024-05-21T18:28:00.611 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:00 smithi134 bash[24085]: cluster 2024-05-21T18:28:00.246108+0000 mon.a (mon.0) 202 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-05-21T18:28:00.612 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:00 smithi134 bash[24085]: cluster 2024-05-21T18:28:00.246108+0000 mon.a (mon.0) 202 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-05-21T18:28:00.612 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:00 smithi134 bash[24085]: cluster 2024-05-21T18:28:00.254284+0000 mon.a (mon.0) 203 : cluster [DBG] monmap epoch 3 2024-05-21T18:28:00.612 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:00 smithi134 bash[24085]: cluster 2024-05-21T18:28:00.254284+0000 mon.a (mon.0) 203 : cluster [DBG] monmap epoch 3 2024-05-21T18:28:00.612 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:00 smithi134 bash[24085]: cluster 2024-05-21T18:28:00.254323+0000 mon.a (mon.0) 204 : cluster [DBG] fsid 3de35fc8-179f-11ef-bc9a-c7b262605968 2024-05-21T18:28:00.612 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:00 smithi134 bash[24085]: cluster 2024-05-21T18:28:00.254323+0000 mon.a (mon.0) 204 : cluster [DBG] fsid 3de35fc8-179f-11ef-bc9a-c7b262605968 2024-05-21T18:28:00.612 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:00 smithi134 bash[24085]: cluster 2024-05-21T18:28:00.254348+0000 mon.a (mon.0) 205 : cluster [DBG] last_changed 2024-05-21T18:27:55.195548+0000 2024-05-21T18:28:00.612 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:00 smithi134 bash[24085]: cluster 2024-05-21T18:28:00.254348+0000 mon.a (mon.0) 205 : cluster [DBG] last_changed 2024-05-21T18:27:55.195548+0000 2024-05-21T18:28:00.613 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:00 smithi134 bash[24085]: cluster 2024-05-21T18:28:00.254370+0000 mon.a (mon.0) 206 : cluster [DBG] created 2024-05-21T18:25:04.037585+0000 2024-05-21T18:28:00.613 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:00 smithi134 bash[24085]: cluster 2024-05-21T18:28:00.254370+0000 mon.a (mon.0) 206 : cluster [DBG] created 2024-05-21T18:25:04.037585+0000 2024-05-21T18:28:00.613 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:00 smithi134 bash[24085]: cluster 2024-05-21T18:28:00.254398+0000 mon.a (mon.0) 207 : cluster [DBG] min_mon_release 19 (squid) 2024-05-21T18:28:00.613 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:00 smithi134 bash[24085]: cluster 2024-05-21T18:28:00.254398+0000 mon.a (mon.0) 207 : cluster [DBG] min_mon_release 19 (squid) 2024-05-21T18:28:00.613 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:00 smithi134 bash[24085]: cluster 2024-05-21T18:28:00.254424+0000 mon.a (mon.0) 208 : cluster [DBG] election_strategy: 1 2024-05-21T18:28:00.614 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:00 smithi134 bash[24085]: cluster 2024-05-21T18:28:00.254424+0000 mon.a (mon.0) 208 : cluster [DBG] election_strategy: 1 2024-05-21T18:28:00.614 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:00 smithi134 bash[24085]: cluster 2024-05-21T18:28:00.254449+0000 mon.a (mon.0) 209 : cluster [DBG] 0: [v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0] mon.a 2024-05-21T18:28:00.614 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:00 smithi134 bash[24085]: cluster 2024-05-21T18:28:00.254449+0000 mon.a (mon.0) 209 : cluster [DBG] 0: [v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0] mon.a 2024-05-21T18:28:00.614 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:00 smithi134 bash[24085]: cluster 2024-05-21T18:28:00.254469+0000 mon.a (mon.0) 210 : cluster [DBG] 1: [v2:172.21.15.134:3300/0,v1:172.21.15.134:6789/0] mon.c 2024-05-21T18:28:00.614 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:00 smithi134 bash[24085]: cluster 2024-05-21T18:28:00.254469+0000 mon.a (mon.0) 210 : cluster [DBG] 1: [v2:172.21.15.134:3300/0,v1:172.21.15.134:6789/0] mon.c 2024-05-21T18:28:00.614 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:00 smithi134 bash[24085]: cluster 2024-05-21T18:28:00.254488+0000 mon.a (mon.0) 211 : cluster [DBG] 2: [v2:172.21.15.77:3300/0,v1:172.21.15.77:6789/0] mon.b 2024-05-21T18:28:00.615 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:00 smithi134 bash[24085]: cluster 2024-05-21T18:28:00.254488+0000 mon.a (mon.0) 211 : cluster [DBG] 2: [v2:172.21.15.77:3300/0,v1:172.21.15.77:6789/0] mon.b 2024-05-21T18:28:00.615 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:00 smithi134 bash[24085]: cluster 2024-05-21T18:28:00.275639+0000 mon.a (mon.0) 212 : cluster [DBG] fsmap 2024-05-21T18:28:00.615 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:00 smithi134 bash[24085]: cluster 2024-05-21T18:28:00.275639+0000 mon.a (mon.0) 212 : cluster [DBG] fsmap 2024-05-21T18:28:00.615 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:00 smithi134 bash[24085]: cluster 2024-05-21T18:28:00.275738+0000 mon.a (mon.0) 213 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-21T18:28:00.615 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:00 smithi134 bash[24085]: cluster 2024-05-21T18:28:00.275738+0000 mon.a (mon.0) 213 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-21T18:28:00.615 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:00 smithi134 bash[24085]: cluster 2024-05-21T18:28:00.276039+0000 mon.a (mon.0) 214 : cluster [DBG] mgrmap e13: a(active, since 104s) 2024-05-21T18:28:00.616 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:00 smithi134 bash[24085]: cluster 2024-05-21T18:28:00.276039+0000 mon.a (mon.0) 214 : cluster [DBG] mgrmap e13: a(active, since 104s) 2024-05-21T18:28:00.616 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:00 smithi134 bash[24085]: cluster 2024-05-21T18:28:00.276291+0000 mon.a (mon.0) 215 : cluster [INF] overall HEALTH_OK 2024-05-21T18:28:00.616 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:00 smithi134 bash[24085]: cluster 2024-05-21T18:28:00.276291+0000 mon.a (mon.0) 215 : cluster [INF] overall HEALTH_OK 2024-05-21T18:28:00.616 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:00 smithi134 bash[24085]: audit 2024-05-21T18:28:00.283414+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:00.616 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:00 smithi134 bash[24085]: audit 2024-05-21T18:28:00.283414+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:00.616 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:00 smithi134 bash[24085]: audit 2024-05-21T18:28:00.288759+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:00.617 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:00 smithi134 bash[24085]: audit 2024-05-21T18:28:00.288759+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:00.617 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:00 smithi134 bash[24085]: audit 2024-05-21T18:28:00.294582+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:00.617 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:00 smithi134 bash[24085]: audit 2024-05-21T18:28:00.294582+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:00.617 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:00 smithi134 bash[24085]: audit 2024-05-21T18:28:00.300827+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:00.617 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:00 smithi134 bash[24085]: audit 2024-05-21T18:28:00.300827+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:00.617 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:00 smithi134 bash[24085]: audit 2024-05-21T18:28:00.306925+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:00.618 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:00 smithi134 bash[24085]: audit 2024-05-21T18:28:00.306925+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:00.618 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:00 smithi134 bash[24085]: audit 2024-05-21T18:28:00.308604+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:28:00.618 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:00 smithi134 bash[24085]: audit 2024-05-21T18:28:00.308604+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:28:00.618 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:00 smithi134 bash[24085]: audit 2024-05-21T18:28:00.310386+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T18:28:00.618 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:00 smithi134 bash[24085]: audit 2024-05-21T18:28:00.310386+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T18:28:00.618 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:00 smithi134 bash[24085]: cephadm 2024-05-21T18:28:00.313140+0000 mgr.a (mgr.14152) 77 : cephadm [INF] Updating smithi016:/etc/ceph/ceph.conf 2024-05-21T18:28:00.618 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:00 smithi134 bash[24085]: cephadm 2024-05-21T18:28:00.313140+0000 mgr.a (mgr.14152) 77 : cephadm [INF] Updating smithi016:/etc/ceph/ceph.conf 2024-05-21T18:28:00.619 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:00 smithi134 bash[24085]: cephadm 2024-05-21T18:28:00.313922+0000 mgr.a (mgr.14152) 78 : cephadm [INF] Updating smithi077:/etc/ceph/ceph.conf 2024-05-21T18:28:00.619 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:00 smithi134 bash[24085]: cephadm 2024-05-21T18:28:00.313922+0000 mgr.a (mgr.14152) 78 : cephadm [INF] Updating smithi077:/etc/ceph/ceph.conf 2024-05-21T18:28:00.619 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:00 smithi134 bash[24085]: cephadm 2024-05-21T18:28:00.314135+0000 mgr.a (mgr.14152) 79 : cephadm [INF] Updating smithi134:/etc/ceph/ceph.conf 2024-05-21T18:28:00.619 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:00 smithi134 bash[24085]: cephadm 2024-05-21T18:28:00.314135+0000 mgr.a (mgr.14152) 79 : cephadm [INF] Updating smithi134:/etc/ceph/ceph.conf 2024-05-21T18:28:00.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:00 smithi016 bash[21861]: audit 2024-05-21T18:27:55.201589+0000 mon.a (mon.0) 192 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-21T18:28:00.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:00 smithi016 bash[21861]: audit 2024-05-21T18:27:55.201589+0000 mon.a (mon.0) 192 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-21T18:28:00.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:00 smithi016 bash[21861]: audit 2024-05-21T18:27:55.201948+0000 mon.a (mon.0) 193 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-21T18:28:00.619 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:00 smithi016 bash[21861]: audit 2024-05-21T18:27:55.201948+0000 mon.a (mon.0) 193 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-21T18:28:00.620 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:00 smithi016 bash[21861]: cluster 2024-05-21T18:27:55.202351+0000 mon.a (mon.0) 194 : cluster [INF] mon.a calling monitor election 2024-05-21T18:28:00.620 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:00 smithi016 bash[21861]: cluster 2024-05-21T18:27:55.202351+0000 mon.a (mon.0) 194 : cluster [INF] mon.a calling monitor election 2024-05-21T18:28:00.620 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:00 smithi016 bash[21861]: cluster 2024-05-21T18:27:55.203239+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-05-21T18:28:00.620 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:00 smithi016 bash[21861]: cluster 2024-05-21T18:27:55.203239+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-05-21T18:28:00.620 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:00 smithi016 bash[21861]: audit 2024-05-21T18:27:55.228150+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-21T18:28:00.620 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:00 smithi016 bash[21861]: audit 2024-05-21T18:27:55.228150+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-21T18:28:00.621 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:00 smithi016 bash[21861]: cluster 2024-05-21T18:27:56.092654+0000 mgr.a (mgr.14152) 74 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:00.621 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:00 smithi016 bash[21861]: cluster 2024-05-21T18:27:56.092654+0000 mgr.a (mgr.14152) 74 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:00.621 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:00 smithi016 bash[21861]: audit 2024-05-21T18:27:56.195786+0000 mon.a (mon.0) 196 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-21T18:28:00.621 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:00 smithi016 bash[21861]: audit 2024-05-21T18:27:56.195786+0000 mon.a (mon.0) 196 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-21T18:28:00.621 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:00 smithi016 bash[21861]: audit 2024-05-21T18:27:57.195946+0000 mon.a (mon.0) 197 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-21T18:28:00.621 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:00 smithi016 bash[21861]: audit 2024-05-21T18:27:57.195946+0000 mon.a (mon.0) 197 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-21T18:28:00.621 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:00 smithi016 bash[21861]: cluster 2024-05-21T18:27:57.199455+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-05-21T18:28:00.621 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:00 smithi016 bash[21861]: cluster 2024-05-21T18:27:57.199455+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-05-21T18:28:00.621 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:00 smithi016 bash[21861]: cluster 2024-05-21T18:27:58.093119+0000 mgr.a (mgr.14152) 75 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:00.621 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:00 smithi016 bash[21861]: cluster 2024-05-21T18:27:58.093119+0000 mgr.a (mgr.14152) 75 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:00.622 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:00 smithi016 bash[21861]: audit 2024-05-21T18:27:58.195908+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-21T18:28:00.622 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:00 smithi016 bash[21861]: audit 2024-05-21T18:27:58.195908+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-21T18:28:00.622 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:00 smithi016 bash[21861]: audit 2024-05-21T18:27:59.196221+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-21T18:28:00.622 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:00 smithi016 bash[21861]: audit 2024-05-21T18:27:59.196221+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-21T18:28:00.622 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:00 smithi016 bash[21861]: cluster 2024-05-21T18:28:00.093524+0000 mgr.a (mgr.14152) 76 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:00.622 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:00 smithi016 bash[21861]: cluster 2024-05-21T18:28:00.093524+0000 mgr.a (mgr.14152) 76 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:00.622 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:00 smithi016 bash[21861]: audit 2024-05-21T18:28:00.196252+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-21T18:28:00.622 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:00 smithi016 bash[21861]: audit 2024-05-21T18:28:00.196252+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-21T18:28:00.622 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:00 smithi016 bash[21861]: cluster 2024-05-21T18:28:00.206808+0000 mon.a (mon.0) 201 : cluster [INF] mon.a calling monitor election 2024-05-21T18:28:00.622 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:00 smithi016 bash[21861]: cluster 2024-05-21T18:28:00.206808+0000 mon.a (mon.0) 201 : cluster [INF] mon.a calling monitor election 2024-05-21T18:28:00.622 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:00 smithi016 bash[21861]: cluster 2024-05-21T18:28:00.246108+0000 mon.a (mon.0) 202 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-05-21T18:28:00.623 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:00 smithi016 bash[21861]: cluster 2024-05-21T18:28:00.246108+0000 mon.a (mon.0) 202 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-05-21T18:28:00.623 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:00 smithi016 bash[21861]: cluster 2024-05-21T18:28:00.254284+0000 mon.a (mon.0) 203 : cluster [DBG] monmap epoch 3 2024-05-21T18:28:00.623 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:00 smithi016 bash[21861]: cluster 2024-05-21T18:28:00.254284+0000 mon.a (mon.0) 203 : cluster [DBG] monmap epoch 3 2024-05-21T18:28:00.623 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:00 smithi016 bash[21861]: cluster 2024-05-21T18:28:00.254323+0000 mon.a (mon.0) 204 : cluster [DBG] fsid 3de35fc8-179f-11ef-bc9a-c7b262605968 2024-05-21T18:28:00.623 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:00 smithi016 bash[21861]: cluster 2024-05-21T18:28:00.254323+0000 mon.a (mon.0) 204 : cluster [DBG] fsid 3de35fc8-179f-11ef-bc9a-c7b262605968 2024-05-21T18:28:00.623 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:00 smithi016 bash[21861]: cluster 2024-05-21T18:28:00.254348+0000 mon.a (mon.0) 205 : cluster [DBG] last_changed 2024-05-21T18:27:55.195548+0000 2024-05-21T18:28:00.623 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:00 smithi016 bash[21861]: cluster 2024-05-21T18:28:00.254348+0000 mon.a (mon.0) 205 : cluster [DBG] last_changed 2024-05-21T18:27:55.195548+0000 2024-05-21T18:28:00.623 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:00 smithi016 bash[21861]: cluster 2024-05-21T18:28:00.254370+0000 mon.a (mon.0) 206 : cluster [DBG] created 2024-05-21T18:25:04.037585+0000 2024-05-21T18:28:00.624 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:00 smithi016 bash[21861]: cluster 2024-05-21T18:28:00.254370+0000 mon.a (mon.0) 206 : cluster [DBG] created 2024-05-21T18:25:04.037585+0000 2024-05-21T18:28:00.624 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:00 smithi016 bash[21861]: cluster 2024-05-21T18:28:00.254398+0000 mon.a (mon.0) 207 : cluster [DBG] min_mon_release 19 (squid) 2024-05-21T18:28:00.624 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:00 smithi016 bash[21861]: cluster 2024-05-21T18:28:00.254398+0000 mon.a (mon.0) 207 : cluster [DBG] min_mon_release 19 (squid) 2024-05-21T18:28:00.624 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:00 smithi016 bash[21861]: cluster 2024-05-21T18:28:00.254424+0000 mon.a (mon.0) 208 : cluster [DBG] election_strategy: 1 2024-05-21T18:28:00.624 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:00 smithi016 bash[21861]: cluster 2024-05-21T18:28:00.254424+0000 mon.a (mon.0) 208 : cluster [DBG] election_strategy: 1 2024-05-21T18:28:00.624 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:00 smithi016 bash[21861]: cluster 2024-05-21T18:28:00.254449+0000 mon.a (mon.0) 209 : cluster [DBG] 0: [v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0] mon.a 2024-05-21T18:28:00.624 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:00 smithi016 bash[21861]: cluster 2024-05-21T18:28:00.254449+0000 mon.a (mon.0) 209 : cluster [DBG] 0: [v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0] mon.a 2024-05-21T18:28:00.624 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:00 smithi016 bash[21861]: cluster 2024-05-21T18:28:00.254469+0000 mon.a (mon.0) 210 : cluster [DBG] 1: [v2:172.21.15.134:3300/0,v1:172.21.15.134:6789/0] mon.c 2024-05-21T18:28:00.625 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:00 smithi016 bash[21861]: cluster 2024-05-21T18:28:00.254469+0000 mon.a (mon.0) 210 : cluster [DBG] 1: [v2:172.21.15.134:3300/0,v1:172.21.15.134:6789/0] mon.c 2024-05-21T18:28:00.625 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:00 smithi016 bash[21861]: cluster 2024-05-21T18:28:00.254488+0000 mon.a (mon.0) 211 : cluster [DBG] 2: [v2:172.21.15.77:3300/0,v1:172.21.15.77:6789/0] mon.b 2024-05-21T18:28:00.625 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:00 smithi016 bash[21861]: cluster 2024-05-21T18:28:00.254488+0000 mon.a (mon.0) 211 : cluster [DBG] 2: [v2:172.21.15.77:3300/0,v1:172.21.15.77:6789/0] mon.b 2024-05-21T18:28:00.625 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:00 smithi016 bash[21861]: cluster 2024-05-21T18:28:00.275639+0000 mon.a (mon.0) 212 : cluster [DBG] fsmap 2024-05-21T18:28:00.625 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:00 smithi016 bash[21861]: cluster 2024-05-21T18:28:00.275639+0000 mon.a (mon.0) 212 : cluster [DBG] fsmap 2024-05-21T18:28:00.625 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:00 smithi016 bash[21861]: cluster 2024-05-21T18:28:00.275738+0000 mon.a (mon.0) 213 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-21T18:28:00.625 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:00 smithi016 bash[21861]: cluster 2024-05-21T18:28:00.275738+0000 mon.a (mon.0) 213 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-21T18:28:00.625 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:00 smithi016 bash[21861]: cluster 2024-05-21T18:28:00.276039+0000 mon.a (mon.0) 214 : cluster [DBG] mgrmap e13: a(active, since 104s) 2024-05-21T18:28:00.625 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:00 smithi016 bash[21861]: cluster 2024-05-21T18:28:00.276039+0000 mon.a (mon.0) 214 : cluster [DBG] mgrmap e13: a(active, since 104s) 2024-05-21T18:28:00.626 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:00 smithi016 bash[21861]: cluster 2024-05-21T18:28:00.276291+0000 mon.a (mon.0) 215 : cluster [INF] overall HEALTH_OK 2024-05-21T18:28:00.626 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:00 smithi016 bash[21861]: cluster 2024-05-21T18:28:00.276291+0000 mon.a (mon.0) 215 : cluster [INF] overall HEALTH_OK 2024-05-21T18:28:00.626 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:00 smithi016 bash[21861]: audit 2024-05-21T18:28:00.283414+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:00.626 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:00 smithi016 bash[21861]: audit 2024-05-21T18:28:00.283414+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:00.626 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:00 smithi016 bash[21861]: audit 2024-05-21T18:28:00.288759+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:00.626 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:00 smithi016 bash[21861]: audit 2024-05-21T18:28:00.288759+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:00.626 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:00 smithi016 bash[21861]: audit 2024-05-21T18:28:00.294582+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:00.627 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:00 smithi016 bash[21861]: audit 2024-05-21T18:28:00.294582+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:00.627 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:00 smithi016 bash[21861]: audit 2024-05-21T18:28:00.300827+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:00.627 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:00 smithi016 bash[21861]: audit 2024-05-21T18:28:00.300827+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:00.627 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:00 smithi016 bash[21861]: audit 2024-05-21T18:28:00.306925+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:00.627 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:00 smithi016 bash[21861]: audit 2024-05-21T18:28:00.306925+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:00.627 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:00 smithi016 bash[21861]: audit 2024-05-21T18:28:00.308604+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:28:00.627 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:00 smithi016 bash[21861]: audit 2024-05-21T18:28:00.308604+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:28:00.628 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:00 smithi016 bash[21861]: audit 2024-05-21T18:28:00.310386+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T18:28:00.628 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:00 smithi016 bash[21861]: audit 2024-05-21T18:28:00.310386+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T18:28:00.628 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:00 smithi016 bash[21861]: cephadm 2024-05-21T18:28:00.313140+0000 mgr.a (mgr.14152) 77 : cephadm [INF] Updating smithi016:/etc/ceph/ceph.conf 2024-05-21T18:28:00.628 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:00 smithi016 bash[21861]: cephadm 2024-05-21T18:28:00.313140+0000 mgr.a (mgr.14152) 77 : cephadm [INF] Updating smithi016:/etc/ceph/ceph.conf 2024-05-21T18:28:00.628 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:00 smithi016 bash[21861]: cephadm 2024-05-21T18:28:00.313922+0000 mgr.a (mgr.14152) 78 : cephadm [INF] Updating smithi077:/etc/ceph/ceph.conf 2024-05-21T18:28:00.628 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:00 smithi016 bash[21861]: cephadm 2024-05-21T18:28:00.313922+0000 mgr.a (mgr.14152) 78 : cephadm [INF] Updating smithi077:/etc/ceph/ceph.conf 2024-05-21T18:28:00.629 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:00 smithi016 bash[21861]: cephadm 2024-05-21T18:28:00.314135+0000 mgr.a (mgr.14152) 79 : cephadm [INF] Updating smithi134:/etc/ceph/ceph.conf 2024-05-21T18:28:00.629 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:00 smithi016 bash[21861]: cephadm 2024-05-21T18:28:00.314135+0000 mgr.a (mgr.14152) 79 : cephadm [INF] Updating smithi134:/etc/ceph/ceph.conf 2024-05-21T18:28:02.104 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:01 smithi134 bash[24085]: cephadm 2024-05-21T18:28:00.630594+0000 mgr.a (mgr.14152) 80 : cephadm [INF] Updating smithi016:/var/lib/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/config/ceph.conf 2024-05-21T18:28:02.104 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:01 smithi134 bash[24085]: cephadm 2024-05-21T18:28:00.630594+0000 mgr.a (mgr.14152) 80 : cephadm [INF] Updating smithi016:/var/lib/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/config/ceph.conf 2024-05-21T18:28:02.104 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:01 smithi134 bash[24085]: cephadm 2024-05-21T18:28:00.631088+0000 mgr.a (mgr.14152) 81 : cephadm [INF] Updating smithi134:/var/lib/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/config/ceph.conf 2024-05-21T18:28:02.104 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:01 smithi134 bash[24085]: cephadm 2024-05-21T18:28:00.631088+0000 mgr.a (mgr.14152) 81 : cephadm [INF] Updating smithi134:/var/lib/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/config/ceph.conf 2024-05-21T18:28:02.104 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:01 smithi134 bash[24085]: cephadm 2024-05-21T18:28:00.632615+0000 mgr.a (mgr.14152) 82 : cephadm [INF] Updating smithi077:/var/lib/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/config/ceph.conf 2024-05-21T18:28:02.105 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:01 smithi134 bash[24085]: cephadm 2024-05-21T18:28:00.632615+0000 mgr.a (mgr.14152) 82 : cephadm [INF] Updating smithi077:/var/lib/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/config/ceph.conf 2024-05-21T18:28:02.105 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:01 smithi134 bash[24085]: audit 2024-05-21T18:28:00.850860+0000 mon.a (mon.0) 223 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:02.105 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:01 smithi134 bash[24085]: audit 2024-05-21T18:28:00.850860+0000 mon.a (mon.0) 223 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:02.105 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:01 smithi134 bash[24085]: audit 2024-05-21T18:28:00.855619+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:02.105 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:01 smithi134 bash[24085]: audit 2024-05-21T18:28:00.855619+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:02.105 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:01 smithi134 bash[24085]: audit 2024-05-21T18:28:00.861340+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:02.105 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:01 smithi134 bash[24085]: audit 2024-05-21T18:28:00.861340+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:02.105 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:01 smithi134 bash[24085]: audit 2024-05-21T18:28:00.867459+0000 mon.a (mon.0) 226 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:02.105 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:01 smithi134 bash[24085]: audit 2024-05-21T18:28:00.867459+0000 mon.a (mon.0) 226 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:02.105 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:01 smithi134 bash[24085]: audit 2024-05-21T18:28:00.873005+0000 mon.a (mon.0) 227 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:02.105 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:01 smithi134 bash[24085]: audit 2024-05-21T18:28:00.873005+0000 mon.a (mon.0) 227 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:02.105 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:01 smithi134 bash[24085]: audit 2024-05-21T18:28:00.878926+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:02.105 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:01 smithi134 bash[24085]: audit 2024-05-21T18:28:00.878926+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:02.106 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:01 smithi134 bash[24085]: audit 2024-05-21T18:28:00.885679+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:02.106 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:01 smithi134 bash[24085]: audit 2024-05-21T18:28:00.885679+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:02.106 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:01 smithi134 bash[24085]: audit 2024-05-21T18:28:00.990351+0000 mon.a (mon.0) 230 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:02.106 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:01 smithi134 bash[24085]: audit 2024-05-21T18:28:00.990351+0000 mon.a (mon.0) 230 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:02.106 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:01 smithi134 bash[24085]: audit 2024-05-21T18:28:00.995779+0000 mon.a (mon.0) 231 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:02.106 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:01 smithi134 bash[24085]: audit 2024-05-21T18:28:00.995779+0000 mon.a (mon.0) 231 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:02.106 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:01 smithi134 bash[24085]: audit 2024-05-21T18:28:01.001295+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:02.106 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:01 smithi134 bash[24085]: audit 2024-05-21T18:28:01.001295+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:02.106 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:01 smithi134 bash[24085]: audit 2024-05-21T18:28:01.006520+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:02.106 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:01 smithi134 bash[24085]: audit 2024-05-21T18:28:01.006520+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:02.106 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:01 smithi134 bash[24085]: cephadm 2024-05-21T18:28:01.007127+0000 mgr.a (mgr.14152) 83 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-05-21T18:28:02.106 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:01 smithi134 bash[24085]: cephadm 2024-05-21T18:28:01.007127+0000 mgr.a (mgr.14152) 83 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-05-21T18:28:02.106 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:01 smithi134 bash[24085]: audit 2024-05-21T18:28:01.007600+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-21T18:28:02.107 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:01 smithi134 bash[24085]: audit 2024-05-21T18:28:01.007600+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-21T18:28:02.107 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:01 smithi134 bash[24085]: audit 2024-05-21T18:28:01.008784+0000 mon.a (mon.0) 235 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-21T18:28:02.107 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:01 smithi134 bash[24085]: audit 2024-05-21T18:28:01.008784+0000 mon.a (mon.0) 235 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-21T18:28:02.107 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:01 smithi134 bash[24085]: audit 2024-05-21T18:28:01.009884+0000 mon.a (mon.0) 236 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:28:02.107 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:01 smithi134 bash[24085]: audit 2024-05-21T18:28:01.009884+0000 mon.a (mon.0) 236 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:28:02.107 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:01 smithi134 bash[24085]: cephadm 2024-05-21T18:28:01.011320+0000 mgr.a (mgr.14152) 84 : cephadm [INF] Reconfiguring daemon mon.a on smithi016 2024-05-21T18:28:02.107 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:01 smithi134 bash[24085]: cephadm 2024-05-21T18:28:01.011320+0000 mgr.a (mgr.14152) 84 : cephadm [INF] Reconfiguring daemon mon.a on smithi016 2024-05-21T18:28:02.107 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:01 smithi134 bash[24085]: audit 2024-05-21T18:28:01.196452+0000 mon.a (mon.0) 237 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-21T18:28:02.107 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:01 smithi134 bash[24085]: audit 2024-05-21T18:28:01.196452+0000 mon.a (mon.0) 237 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-21T18:28:02.108 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:01 smithi016 bash[21861]: cephadm 2024-05-21T18:28:00.630594+0000 mgr.a (mgr.14152) 80 : cephadm [INF] Updating smithi016:/var/lib/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/config/ceph.conf 2024-05-21T18:28:02.108 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:01 smithi016 bash[21861]: cephadm 2024-05-21T18:28:00.630594+0000 mgr.a (mgr.14152) 80 : cephadm [INF] Updating smithi016:/var/lib/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/config/ceph.conf 2024-05-21T18:28:02.108 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:01 smithi016 bash[21861]: cephadm 2024-05-21T18:28:00.631088+0000 mgr.a (mgr.14152) 81 : cephadm [INF] Updating smithi134:/var/lib/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/config/ceph.conf 2024-05-21T18:28:02.108 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:01 smithi016 bash[21861]: cephadm 2024-05-21T18:28:00.631088+0000 mgr.a (mgr.14152) 81 : cephadm [INF] Updating smithi134:/var/lib/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/config/ceph.conf 2024-05-21T18:28:02.108 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:01 smithi016 bash[21861]: cephadm 2024-05-21T18:28:00.632615+0000 mgr.a (mgr.14152) 82 : cephadm [INF] Updating smithi077:/var/lib/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/config/ceph.conf 2024-05-21T18:28:02.108 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:01 smithi016 bash[21861]: cephadm 2024-05-21T18:28:00.632615+0000 mgr.a (mgr.14152) 82 : cephadm [INF] Updating smithi077:/var/lib/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/config/ceph.conf 2024-05-21T18:28:02.108 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:01 smithi016 bash[21861]: audit 2024-05-21T18:28:00.850860+0000 mon.a (mon.0) 223 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:02.108 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:01 smithi016 bash[21861]: audit 2024-05-21T18:28:00.850860+0000 mon.a (mon.0) 223 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:02.108 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:01 smithi016 bash[21861]: audit 2024-05-21T18:28:00.855619+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:02.108 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:01 smithi016 bash[21861]: audit 2024-05-21T18:28:00.855619+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:02.108 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:01 smithi016 bash[21861]: audit 2024-05-21T18:28:00.861340+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:02.108 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:01 smithi016 bash[21861]: audit 2024-05-21T18:28:00.861340+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:02.109 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:01 smithi016 bash[21861]: audit 2024-05-21T18:28:00.867459+0000 mon.a (mon.0) 226 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:02.109 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:01 smithi016 bash[21861]: audit 2024-05-21T18:28:00.867459+0000 mon.a (mon.0) 226 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:02.109 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:01 smithi016 bash[21861]: audit 2024-05-21T18:28:00.873005+0000 mon.a (mon.0) 227 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:02.109 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:01 smithi016 bash[21861]: audit 2024-05-21T18:28:00.873005+0000 mon.a (mon.0) 227 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:02.109 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:01 smithi016 bash[21861]: audit 2024-05-21T18:28:00.878926+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:02.109 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:01 smithi016 bash[21861]: audit 2024-05-21T18:28:00.878926+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:02.109 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:01 smithi016 bash[21861]: audit 2024-05-21T18:28:00.885679+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:02.109 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:01 smithi016 bash[21861]: audit 2024-05-21T18:28:00.885679+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:02.109 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:01 smithi016 bash[21861]: audit 2024-05-21T18:28:00.990351+0000 mon.a (mon.0) 230 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:02.109 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:01 smithi016 bash[21861]: audit 2024-05-21T18:28:00.990351+0000 mon.a (mon.0) 230 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:02.109 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:01 smithi016 bash[21861]: audit 2024-05-21T18:28:00.995779+0000 mon.a (mon.0) 231 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:02.109 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:01 smithi016 bash[21861]: audit 2024-05-21T18:28:00.995779+0000 mon.a (mon.0) 231 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:02.109 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:01 smithi016 bash[21861]: audit 2024-05-21T18:28:01.001295+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:02.109 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:01 smithi016 bash[21861]: audit 2024-05-21T18:28:01.001295+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:02.110 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:01 smithi016 bash[21861]: audit 2024-05-21T18:28:01.006520+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:02.110 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:01 smithi016 bash[21861]: audit 2024-05-21T18:28:01.006520+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:02.110 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:01 smithi016 bash[21861]: cephadm 2024-05-21T18:28:01.007127+0000 mgr.a (mgr.14152) 83 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-05-21T18:28:02.110 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:01 smithi016 bash[21861]: cephadm 2024-05-21T18:28:01.007127+0000 mgr.a (mgr.14152) 83 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-05-21T18:28:02.110 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:01 smithi016 bash[21861]: audit 2024-05-21T18:28:01.007600+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-21T18:28:02.110 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:01 smithi016 bash[21861]: audit 2024-05-21T18:28:01.007600+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-21T18:28:02.110 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:01 smithi016 bash[21861]: audit 2024-05-21T18:28:01.008784+0000 mon.a (mon.0) 235 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-21T18:28:02.110 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:01 smithi016 bash[21861]: audit 2024-05-21T18:28:01.008784+0000 mon.a (mon.0) 235 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-21T18:28:02.110 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:01 smithi016 bash[21861]: audit 2024-05-21T18:28:01.009884+0000 mon.a (mon.0) 236 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:28:02.110 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:01 smithi016 bash[21861]: audit 2024-05-21T18:28:01.009884+0000 mon.a (mon.0) 236 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:28:02.110 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:01 smithi016 bash[21861]: cephadm 2024-05-21T18:28:01.011320+0000 mgr.a (mgr.14152) 84 : cephadm [INF] Reconfiguring daemon mon.a on smithi016 2024-05-21T18:28:02.110 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:01 smithi016 bash[21861]: cephadm 2024-05-21T18:28:01.011320+0000 mgr.a (mgr.14152) 84 : cephadm [INF] Reconfiguring daemon mon.a on smithi016 2024-05-21T18:28:02.110 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:01 smithi016 bash[21861]: audit 2024-05-21T18:28:01.196452+0000 mon.a (mon.0) 237 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-21T18:28:02.110 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:01 smithi016 bash[21861]: audit 2024-05-21T18:28:01.196452+0000 mon.a (mon.0) 237 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-21T18:28:02.298 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:01 smithi077 bash[23831]: cephadm 2024-05-21T18:28:00.630594+0000 mgr.a (mgr.14152) 80 : cephadm [INF] Updating smithi016:/var/lib/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/config/ceph.conf 2024-05-21T18:28:02.299 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:01 smithi077 bash[23831]: cephadm 2024-05-21T18:28:00.630594+0000 mgr.a (mgr.14152) 80 : cephadm [INF] Updating smithi016:/var/lib/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/config/ceph.conf 2024-05-21T18:28:02.299 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:01 smithi077 bash[23831]: cephadm 2024-05-21T18:28:00.631088+0000 mgr.a (mgr.14152) 81 : cephadm [INF] Updating smithi134:/var/lib/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/config/ceph.conf 2024-05-21T18:28:02.299 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:01 smithi077 bash[23831]: cephadm 2024-05-21T18:28:00.631088+0000 mgr.a (mgr.14152) 81 : cephadm [INF] Updating smithi134:/var/lib/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/config/ceph.conf 2024-05-21T18:28:02.299 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:01 smithi077 bash[23831]: cephadm 2024-05-21T18:28:00.632615+0000 mgr.a (mgr.14152) 82 : cephadm [INF] Updating smithi077:/var/lib/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/config/ceph.conf 2024-05-21T18:28:02.299 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:01 smithi077 bash[23831]: cephadm 2024-05-21T18:28:00.632615+0000 mgr.a (mgr.14152) 82 : cephadm [INF] Updating smithi077:/var/lib/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/config/ceph.conf 2024-05-21T18:28:02.299 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:01 smithi077 bash[23831]: audit 2024-05-21T18:28:00.850860+0000 mon.a (mon.0) 223 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:02.299 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:01 smithi077 bash[23831]: audit 2024-05-21T18:28:00.850860+0000 mon.a (mon.0) 223 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:02.299 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:01 smithi077 bash[23831]: audit 2024-05-21T18:28:00.855619+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:02.299 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:01 smithi077 bash[23831]: audit 2024-05-21T18:28:00.855619+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:02.299 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:01 smithi077 bash[23831]: audit 2024-05-21T18:28:00.861340+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:02.299 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:01 smithi077 bash[23831]: audit 2024-05-21T18:28:00.861340+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:02.299 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:01 smithi077 bash[23831]: audit 2024-05-21T18:28:00.867459+0000 mon.a (mon.0) 226 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:02.299 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:01 smithi077 bash[23831]: audit 2024-05-21T18:28:00.867459+0000 mon.a (mon.0) 226 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:02.300 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:01 smithi077 bash[23831]: audit 2024-05-21T18:28:00.873005+0000 mon.a (mon.0) 227 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:02.300 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:01 smithi077 bash[23831]: audit 2024-05-21T18:28:00.873005+0000 mon.a (mon.0) 227 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:02.300 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:01 smithi077 bash[23831]: audit 2024-05-21T18:28:00.878926+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:02.300 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:01 smithi077 bash[23831]: audit 2024-05-21T18:28:00.878926+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:02.300 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:01 smithi077 bash[23831]: audit 2024-05-21T18:28:00.885679+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:02.300 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:01 smithi077 bash[23831]: audit 2024-05-21T18:28:00.885679+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:02.300 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:01 smithi077 bash[23831]: audit 2024-05-21T18:28:00.990351+0000 mon.a (mon.0) 230 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:02.300 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:01 smithi077 bash[23831]: audit 2024-05-21T18:28:00.990351+0000 mon.a (mon.0) 230 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:02.300 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:01 smithi077 bash[23831]: audit 2024-05-21T18:28:00.995779+0000 mon.a (mon.0) 231 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:02.300 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:01 smithi077 bash[23831]: audit 2024-05-21T18:28:00.995779+0000 mon.a (mon.0) 231 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:02.301 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:01 smithi077 bash[23831]: audit 2024-05-21T18:28:01.001295+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:02.301 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:01 smithi077 bash[23831]: audit 2024-05-21T18:28:01.001295+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:02.301 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:01 smithi077 bash[23831]: audit 2024-05-21T18:28:01.006520+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:02.301 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:01 smithi077 bash[23831]: audit 2024-05-21T18:28:01.006520+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:02.301 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:01 smithi077 bash[23831]: cephadm 2024-05-21T18:28:01.007127+0000 mgr.a (mgr.14152) 83 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-05-21T18:28:02.301 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:01 smithi077 bash[23831]: cephadm 2024-05-21T18:28:01.007127+0000 mgr.a (mgr.14152) 83 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-05-21T18:28:02.301 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:01 smithi077 bash[23831]: audit 2024-05-21T18:28:01.007600+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-21T18:28:02.301 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:01 smithi077 bash[23831]: audit 2024-05-21T18:28:01.007600+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-21T18:28:02.301 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:01 smithi077 bash[23831]: audit 2024-05-21T18:28:01.008784+0000 mon.a (mon.0) 235 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-21T18:28:02.301 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:01 smithi077 bash[23831]: audit 2024-05-21T18:28:01.008784+0000 mon.a (mon.0) 235 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-21T18:28:02.301 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:01 smithi077 bash[23831]: audit 2024-05-21T18:28:01.009884+0000 mon.a (mon.0) 236 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:28:02.301 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:01 smithi077 bash[23831]: audit 2024-05-21T18:28:01.009884+0000 mon.a (mon.0) 236 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:28:02.301 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:01 smithi077 bash[23831]: cephadm 2024-05-21T18:28:01.011320+0000 mgr.a (mgr.14152) 84 : cephadm [INF] Reconfiguring daemon mon.a on smithi016 2024-05-21T18:28:02.302 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:01 smithi077 bash[23831]: cephadm 2024-05-21T18:28:01.011320+0000 mgr.a (mgr.14152) 84 : cephadm [INF] Reconfiguring daemon mon.a on smithi016 2024-05-21T18:28:02.302 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:01 smithi077 bash[23831]: audit 2024-05-21T18:28:01.196452+0000 mon.a (mon.0) 237 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-21T18:28:02.302 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:01 smithi077 bash[23831]: audit 2024-05-21T18:28:01.196452+0000 mon.a (mon.0) 237 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-21T18:28:02.526 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 21 18:28:02 smithi016 bash[22115]: debug 2024-05-21T18:28:02.194+0000 7fa98f0a5700 -1 mgr.server handle_report got status from non-daemon mon.b 2024-05-21T18:28:02.767 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-05-21T18:28:02.768 INFO:teuthology.orchestra.run.smithi134.stdout:{"epoch":3,"fsid":"3de35fc8-179f-11ef-bc9a-c7b262605968","modified":"2024-05-21T18:27:55.195548Z","created":"2024-05-21T18:25:04.037585Z","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.16:3300","nonce":0},{"type":"v1","addr":"172.21.15.16:6789","nonce":0}]},"addr":"172.21.15.16:6789/0","public_addr":"172.21.15.16:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:3300","nonce":0},{"type":"v1","addr":"172.21.15.134:6789","nonce":0}]},"addr":"172.21.15.134:6789/0","public_addr":"172.21.15.134:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1,2]} 2024-05-21T18:28:02.770 INFO:teuthology.orchestra.run.smithi134.stderr:dumped monmap epoch 3 2024-05-21T18:28:03.103 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:02 smithi134 bash[24085]: cluster 2024-05-21T18:28:02.094019+0000 mgr.a (mgr.14152) 85 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:03.103 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:02 smithi134 bash[24085]: cluster 2024-05-21T18:28:02.094019+0000 mgr.a (mgr.14152) 85 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:03.103 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:02 smithi134 bash[24085]: audit 2024-05-21T18:28:02.770367+0000 mon.a (mon.0) 238 : audit [DBG] from='client.? 172.21.15.134:0/2684138553' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-21T18:28:03.104 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:02 smithi134 bash[24085]: audit 2024-05-21T18:28:02.770367+0000 mon.a (mon.0) 238 : audit [DBG] from='client.? 172.21.15.134:0/2684138553' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-21T18:28:03.298 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:02 smithi077 bash[23831]: cluster 2024-05-21T18:28:02.094019+0000 mgr.a (mgr.14152) 85 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:03.298 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:02 smithi077 bash[23831]: cluster 2024-05-21T18:28:02.094019+0000 mgr.a (mgr.14152) 85 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:03.298 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:02 smithi077 bash[23831]: audit 2024-05-21T18:28:02.770367+0000 mon.a (mon.0) 238 : audit [DBG] from='client.? 172.21.15.134:0/2684138553' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-21T18:28:03.298 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:02 smithi077 bash[23831]: audit 2024-05-21T18:28:02.770367+0000 mon.a (mon.0) 238 : audit [DBG] from='client.? 172.21.15.134:0/2684138553' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-21T18:28:03.358 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:02 smithi016 bash[21861]: cluster 2024-05-21T18:28:02.094019+0000 mgr.a (mgr.14152) 85 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:03.358 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:02 smithi016 bash[21861]: cluster 2024-05-21T18:28:02.094019+0000 mgr.a (mgr.14152) 85 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:03.358 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:02 smithi016 bash[21861]: audit 2024-05-21T18:28:02.770367+0000 mon.a (mon.0) 238 : audit [DBG] from='client.? 172.21.15.134:0/2684138553' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-21T18:28:03.358 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:02 smithi016 bash[21861]: audit 2024-05-21T18:28:02.770367+0000 mon.a (mon.0) 238 : audit [DBG] from='client.? 172.21.15.134:0/2684138553' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-21T18:28:03.433 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-05-21T18:28:03.433 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9ef9bcfdb32ec4999d7ca025815290e8395c6ae7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3de35fc8-179f-11ef-bc9a-c7b262605968 -- ceph config generate-minimal-conf 2024-05-21T18:28:04.221 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:03 smithi077 bash[23831]: audit 2024-05-21T18:28:02.974370+0000 mon.a (mon.0) 239 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:04.222 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:03 smithi077 bash[23831]: audit 2024-05-21T18:28:02.974370+0000 mon.a (mon.0) 239 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:04.222 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:03 smithi077 bash[23831]: audit 2024-05-21T18:28:02.980641+0000 mon.a (mon.0) 240 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:04.222 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:03 smithi077 bash[23831]: audit 2024-05-21T18:28:02.980641+0000 mon.a (mon.0) 240 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:04.222 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:03 smithi077 bash[23831]: cephadm 2024-05-21T18:28:03.030574+0000 mgr.a (mgr.14152) 86 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-05-21T18:28:04.222 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:03 smithi077 bash[23831]: cephadm 2024-05-21T18:28:03.030574+0000 mgr.a (mgr.14152) 86 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-05-21T18:28:04.222 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:03 smithi077 bash[23831]: audit 2024-05-21T18:28:03.031289+0000 mon.a (mon.0) 241 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-21T18:28:04.222 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:03 smithi077 bash[23831]: audit 2024-05-21T18:28:03.031289+0000 mon.a (mon.0) 241 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-21T18:28:04.222 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:03 smithi077 bash[23831]: audit 2024-05-21T18:28:03.033180+0000 mon.a (mon.0) 242 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-21T18:28:04.222 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:03 smithi077 bash[23831]: audit 2024-05-21T18:28:03.033180+0000 mon.a (mon.0) 242 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-21T18:28:04.222 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:03 smithi077 bash[23831]: audit 2024-05-21T18:28:03.035054+0000 mon.a (mon.0) 243 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:28:04.222 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:03 smithi077 bash[23831]: audit 2024-05-21T18:28:03.035054+0000 mon.a (mon.0) 243 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:28:04.223 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:03 smithi077 bash[23831]: cephadm 2024-05-21T18:28:03.037070+0000 mgr.a (mgr.14152) 87 : cephadm [INF] Reconfiguring daemon mon.b on smithi077 2024-05-21T18:28:04.223 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:03 smithi077 bash[23831]: cephadm 2024-05-21T18:28:03.037070+0000 mgr.a (mgr.14152) 87 : cephadm [INF] Reconfiguring daemon mon.b on smithi077 2024-05-21T18:28:04.353 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:03 smithi134 bash[24085]: audit 2024-05-21T18:28:02.974370+0000 mon.a (mon.0) 239 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:04.354 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:03 smithi134 bash[24085]: audit 2024-05-21T18:28:02.974370+0000 mon.a (mon.0) 239 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:04.354 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:03 smithi134 bash[24085]: audit 2024-05-21T18:28:02.980641+0000 mon.a (mon.0) 240 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:04.354 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:03 smithi134 bash[24085]: audit 2024-05-21T18:28:02.980641+0000 mon.a (mon.0) 240 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:04.354 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:03 smithi134 bash[24085]: cephadm 2024-05-21T18:28:03.030574+0000 mgr.a (mgr.14152) 86 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-05-21T18:28:04.354 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:03 smithi134 bash[24085]: cephadm 2024-05-21T18:28:03.030574+0000 mgr.a (mgr.14152) 86 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-05-21T18:28:04.354 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:03 smithi134 bash[24085]: audit 2024-05-21T18:28:03.031289+0000 mon.a (mon.0) 241 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-21T18:28:04.354 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:03 smithi134 bash[24085]: audit 2024-05-21T18:28:03.031289+0000 mon.a (mon.0) 241 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-21T18:28:04.354 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:03 smithi134 bash[24085]: audit 2024-05-21T18:28:03.033180+0000 mon.a (mon.0) 242 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-21T18:28:04.354 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:03 smithi134 bash[24085]: audit 2024-05-21T18:28:03.033180+0000 mon.a (mon.0) 242 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-21T18:28:04.354 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:03 smithi134 bash[24085]: audit 2024-05-21T18:28:03.035054+0000 mon.a (mon.0) 243 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:28:04.354 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:03 smithi134 bash[24085]: audit 2024-05-21T18:28:03.035054+0000 mon.a (mon.0) 243 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:28:04.354 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:03 smithi134 bash[24085]: cephadm 2024-05-21T18:28:03.037070+0000 mgr.a (mgr.14152) 87 : cephadm [INF] Reconfiguring daemon mon.b on smithi077 2024-05-21T18:28:04.355 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:03 smithi134 bash[24085]: cephadm 2024-05-21T18:28:03.037070+0000 mgr.a (mgr.14152) 87 : cephadm [INF] Reconfiguring daemon mon.b on smithi077 2024-05-21T18:28:04.355 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:03 smithi016 bash[21861]: audit 2024-05-21T18:28:02.974370+0000 mon.a (mon.0) 239 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:04.355 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:03 smithi016 bash[21861]: audit 2024-05-21T18:28:02.974370+0000 mon.a (mon.0) 239 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:04.355 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:03 smithi016 bash[21861]: audit 2024-05-21T18:28:02.980641+0000 mon.a (mon.0) 240 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:04.355 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:03 smithi016 bash[21861]: audit 2024-05-21T18:28:02.980641+0000 mon.a (mon.0) 240 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:04.355 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:03 smithi016 bash[21861]: cephadm 2024-05-21T18:28:03.030574+0000 mgr.a (mgr.14152) 86 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-05-21T18:28:04.355 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:03 smithi016 bash[21861]: cephadm 2024-05-21T18:28:03.030574+0000 mgr.a (mgr.14152) 86 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-05-21T18:28:04.356 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:03 smithi016 bash[21861]: audit 2024-05-21T18:28:03.031289+0000 mon.a (mon.0) 241 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-21T18:28:04.356 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:03 smithi016 bash[21861]: audit 2024-05-21T18:28:03.031289+0000 mon.a (mon.0) 241 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-21T18:28:04.356 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:03 smithi016 bash[21861]: audit 2024-05-21T18:28:03.033180+0000 mon.a (mon.0) 242 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-21T18:28:04.356 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:03 smithi016 bash[21861]: audit 2024-05-21T18:28:03.033180+0000 mon.a (mon.0) 242 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-21T18:28:04.356 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:03 smithi016 bash[21861]: audit 2024-05-21T18:28:03.035054+0000 mon.a (mon.0) 243 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:28:04.356 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:03 smithi016 bash[21861]: audit 2024-05-21T18:28:03.035054+0000 mon.a (mon.0) 243 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:28:04.356 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:03 smithi016 bash[21861]: cephadm 2024-05-21T18:28:03.037070+0000 mgr.a (mgr.14152) 87 : cephadm [INF] Reconfiguring daemon mon.b on smithi077 2024-05-21T18:28:04.356 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:03 smithi016 bash[21861]: cephadm 2024-05-21T18:28:03.037070+0000 mgr.a (mgr.14152) 87 : cephadm [INF] Reconfiguring daemon mon.b on smithi077 2024-05-21T18:28:05.298 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:04 smithi077 bash[23831]: cluster 2024-05-21T18:28:04.094466+0000 mgr.a (mgr.14152) 88 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:05.298 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:04 smithi077 bash[23831]: cluster 2024-05-21T18:28:04.094466+0000 mgr.a (mgr.14152) 88 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:05.299 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:04 smithi077 bash[23831]: audit 2024-05-21T18:28:04.915600+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:05.299 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:04 smithi077 bash[23831]: audit 2024-05-21T18:28:04.915600+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:05.299 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:04 smithi077 bash[23831]: audit 2024-05-21T18:28:04.923068+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:05.299 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:04 smithi077 bash[23831]: audit 2024-05-21T18:28:04.923068+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:05.299 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:04 smithi077 bash[23831]: audit 2024-05-21T18:28:04.960258+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-21T18:28:05.299 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:04 smithi077 bash[23831]: audit 2024-05-21T18:28:04.960258+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-21T18:28:05.299 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:04 smithi077 bash[23831]: audit 2024-05-21T18:28:04.961933+0000 mon.a (mon.0) 247 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-21T18:28:05.299 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:04 smithi077 bash[23831]: audit 2024-05-21T18:28:04.961933+0000 mon.a (mon.0) 247 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-21T18:28:05.299 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:04 smithi077 bash[23831]: audit 2024-05-21T18:28:04.963649+0000 mon.a (mon.0) 248 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:28:05.299 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:04 smithi077 bash[23831]: audit 2024-05-21T18:28:04.963649+0000 mon.a (mon.0) 248 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:28:05.353 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:04 smithi134 bash[24085]: cluster 2024-05-21T18:28:04.094466+0000 mgr.a (mgr.14152) 88 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:05.354 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:04 smithi134 bash[24085]: cluster 2024-05-21T18:28:04.094466+0000 mgr.a (mgr.14152) 88 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:05.354 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:04 smithi134 bash[24085]: audit 2024-05-21T18:28:04.915600+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:05.354 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:04 smithi134 bash[24085]: audit 2024-05-21T18:28:04.915600+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:05.354 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:04 smithi134 bash[24085]: audit 2024-05-21T18:28:04.923068+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:05.354 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:04 smithi134 bash[24085]: audit 2024-05-21T18:28:04.923068+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:05.354 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:04 smithi134 bash[24085]: audit 2024-05-21T18:28:04.960258+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-21T18:28:05.354 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:04 smithi134 bash[24085]: audit 2024-05-21T18:28:04.960258+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-21T18:28:05.354 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:04 smithi134 bash[24085]: audit 2024-05-21T18:28:04.961933+0000 mon.a (mon.0) 247 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-21T18:28:05.354 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:04 smithi134 bash[24085]: audit 2024-05-21T18:28:04.961933+0000 mon.a (mon.0) 247 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-21T18:28:05.354 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:04 smithi134 bash[24085]: audit 2024-05-21T18:28:04.963649+0000 mon.a (mon.0) 248 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:28:05.354 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:04 smithi134 bash[24085]: audit 2024-05-21T18:28:04.963649+0000 mon.a (mon.0) 248 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:28:05.355 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:04 smithi016 bash[21861]: cluster 2024-05-21T18:28:04.094466+0000 mgr.a (mgr.14152) 88 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:05.356 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:04 smithi016 bash[21861]: cluster 2024-05-21T18:28:04.094466+0000 mgr.a (mgr.14152) 88 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:05.356 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:04 smithi016 bash[21861]: audit 2024-05-21T18:28:04.915600+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:05.356 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:04 smithi016 bash[21861]: audit 2024-05-21T18:28:04.915600+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:05.356 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:04 smithi016 bash[21861]: audit 2024-05-21T18:28:04.923068+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:05.356 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:04 smithi016 bash[21861]: audit 2024-05-21T18:28:04.923068+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:05.356 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:04 smithi016 bash[21861]: audit 2024-05-21T18:28:04.960258+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-21T18:28:05.356 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:04 smithi016 bash[21861]: audit 2024-05-21T18:28:04.960258+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-21T18:28:05.356 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:04 smithi016 bash[21861]: audit 2024-05-21T18:28:04.961933+0000 mon.a (mon.0) 247 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-21T18:28:05.356 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:04 smithi016 bash[21861]: audit 2024-05-21T18:28:04.961933+0000 mon.a (mon.0) 247 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-21T18:28:05.356 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:04 smithi016 bash[21861]: audit 2024-05-21T18:28:04.963649+0000 mon.a (mon.0) 248 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:28:05.356 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:04 smithi016 bash[21861]: audit 2024-05-21T18:28:04.963649+0000 mon.a (mon.0) 248 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:28:06.273 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:05 smithi134 bash[24085]: cephadm 2024-05-21T18:28:04.959618+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-05-21T18:28:06.273 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:05 smithi134 bash[24085]: cephadm 2024-05-21T18:28:04.959618+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-05-21T18:28:06.273 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:05 smithi134 bash[24085]: cephadm 2024-05-21T18:28:04.965863+0000 mgr.a (mgr.14152) 90 : cephadm [INF] Reconfiguring daemon mon.c on smithi134 2024-05-21T18:28:06.273 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:05 smithi134 bash[24085]: cephadm 2024-05-21T18:28:04.965863+0000 mgr.a (mgr.14152) 90 : cephadm [INF] Reconfiguring daemon mon.c on smithi134 2024-05-21T18:28:06.298 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:05 smithi077 bash[23831]: cephadm 2024-05-21T18:28:04.959618+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-05-21T18:28:06.298 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:05 smithi077 bash[23831]: cephadm 2024-05-21T18:28:04.959618+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-05-21T18:28:06.298 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:05 smithi077 bash[23831]: cephadm 2024-05-21T18:28:04.965863+0000 mgr.a (mgr.14152) 90 : cephadm [INF] Reconfiguring daemon mon.c on smithi134 2024-05-21T18:28:06.298 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:05 smithi077 bash[23831]: cephadm 2024-05-21T18:28:04.965863+0000 mgr.a (mgr.14152) 90 : cephadm [INF] Reconfiguring daemon mon.c on smithi134 2024-05-21T18:28:06.355 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:05 smithi016 bash[21861]: cephadm 2024-05-21T18:28:04.959618+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-05-21T18:28:06.355 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:05 smithi016 bash[21861]: cephadm 2024-05-21T18:28:04.959618+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-05-21T18:28:06.355 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:05 smithi016 bash[21861]: cephadm 2024-05-21T18:28:04.965863+0000 mgr.a (mgr.14152) 90 : cephadm [INF] Reconfiguring daemon mon.c on smithi134 2024-05-21T18:28:06.355 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:05 smithi016 bash[21861]: cephadm 2024-05-21T18:28:04.965863+0000 mgr.a (mgr.14152) 90 : cephadm [INF] Reconfiguring daemon mon.c on smithi134 2024-05-21T18:28:07.297 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:06 smithi077 bash[23831]: cluster 2024-05-21T18:28:06.094899+0000 mgr.a (mgr.14152) 91 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:07.298 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:06 smithi077 bash[23831]: cluster 2024-05-21T18:28:06.094899+0000 mgr.a (mgr.14152) 91 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:07.298 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:06 smithi077 bash[23831]: audit 2024-05-21T18:28:06.821729+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:07.298 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:06 smithi077 bash[23831]: audit 2024-05-21T18:28:06.821729+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:07.298 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:06 smithi077 bash[23831]: audit 2024-05-21T18:28:06.829561+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:07.298 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:06 smithi077 bash[23831]: audit 2024-05-21T18:28:06.829561+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:07.298 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:06 smithi077 bash[23831]: audit 2024-05-21T18:28:06.837876+0000 mon.a (mon.0) 251 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T18:28:07.298 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:06 smithi077 bash[23831]: audit 2024-05-21T18:28:06.837876+0000 mon.a (mon.0) 251 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T18:28:07.353 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:06 smithi134 bash[24085]: cluster 2024-05-21T18:28:06.094899+0000 mgr.a (mgr.14152) 91 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:07.354 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:06 smithi134 bash[24085]: cluster 2024-05-21T18:28:06.094899+0000 mgr.a (mgr.14152) 91 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:07.354 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:06 smithi134 bash[24085]: audit 2024-05-21T18:28:06.821729+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:07.354 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:06 smithi134 bash[24085]: audit 2024-05-21T18:28:06.821729+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:07.354 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:06 smithi134 bash[24085]: audit 2024-05-21T18:28:06.829561+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:07.354 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:06 smithi134 bash[24085]: audit 2024-05-21T18:28:06.829561+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:07.354 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:06 smithi134 bash[24085]: audit 2024-05-21T18:28:06.837876+0000 mon.a (mon.0) 251 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T18:28:07.354 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:06 smithi134 bash[24085]: audit 2024-05-21T18:28:06.837876+0000 mon.a (mon.0) 251 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T18:28:07.355 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:06 smithi016 bash[21861]: cluster 2024-05-21T18:28:06.094899+0000 mgr.a (mgr.14152) 91 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:07.355 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:06 smithi016 bash[21861]: cluster 2024-05-21T18:28:06.094899+0000 mgr.a (mgr.14152) 91 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:07.355 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:06 smithi016 bash[21861]: audit 2024-05-21T18:28:06.821729+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:07.355 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:06 smithi016 bash[21861]: audit 2024-05-21T18:28:06.821729+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:07.356 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:06 smithi016 bash[21861]: audit 2024-05-21T18:28:06.829561+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:07.356 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:06 smithi016 bash[21861]: audit 2024-05-21T18:28:06.829561+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:07.356 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:06 smithi016 bash[21861]: audit 2024-05-21T18:28:06.837876+0000 mon.a (mon.0) 251 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T18:28:07.356 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:06 smithi016 bash[21861]: audit 2024-05-21T18:28:06.837876+0000 mon.a (mon.0) 251 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T18:28:08.155 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/mon.a/config 2024-05-21T18:28:08.298 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:07 smithi077 bash[23831]: audit 2024-05-21T18:28:07.573315+0000 mon.a (mon.0) 252 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:28:08.298 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:07 smithi077 bash[23831]: audit 2024-05-21T18:28:07.573315+0000 mon.a (mon.0) 252 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:28:08.298 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:07 smithi077 bash[23831]: audit 2024-05-21T18:28:07.575366+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T18:28:08.298 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:07 smithi077 bash[23831]: audit 2024-05-21T18:28:07.575366+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T18:28:08.298 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:07 smithi077 bash[23831]: audit 2024-05-21T18:28:07.585515+0000 mon.a (mon.0) 254 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:08.298 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:07 smithi077 bash[23831]: audit 2024-05-21T18:28:07.585515+0000 mon.a (mon.0) 254 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:08.353 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:07 smithi134 bash[24085]: audit 2024-05-21T18:28:07.573315+0000 mon.a (mon.0) 252 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:28:08.353 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:07 smithi134 bash[24085]: audit 2024-05-21T18:28:07.573315+0000 mon.a (mon.0) 252 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:28:08.353 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:07 smithi134 bash[24085]: audit 2024-05-21T18:28:07.575366+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T18:28:08.354 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:07 smithi134 bash[24085]: audit 2024-05-21T18:28:07.575366+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T18:28:08.354 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:07 smithi134 bash[24085]: audit 2024-05-21T18:28:07.585515+0000 mon.a (mon.0) 254 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:08.354 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:07 smithi134 bash[24085]: audit 2024-05-21T18:28:07.585515+0000 mon.a (mon.0) 254 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:08.355 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:07 smithi016 bash[21861]: audit 2024-05-21T18:28:07.573315+0000 mon.a (mon.0) 252 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:28:08.355 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:07 smithi016 bash[21861]: audit 2024-05-21T18:28:07.573315+0000 mon.a (mon.0) 252 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:28:08.355 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:07 smithi016 bash[21861]: audit 2024-05-21T18:28:07.575366+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T18:28:08.355 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:07 smithi016 bash[21861]: audit 2024-05-21T18:28:07.575366+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T18:28:08.355 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:07 smithi016 bash[21861]: audit 2024-05-21T18:28:07.585515+0000 mon.a (mon.0) 254 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:08.355 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:07 smithi016 bash[21861]: audit 2024-05-21T18:28:07.585515+0000 mon.a (mon.0) 254 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:09.298 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:09 smithi077 bash[23831]: cluster 2024-05-21T18:28:08.095296+0000 mgr.a (mgr.14152) 92 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:09.298 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:09 smithi077 bash[23831]: cluster 2024-05-21T18:28:08.095296+0000 mgr.a (mgr.14152) 92 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:09.333 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:08 smithi016 bash[21861]: cluster 2024-05-21T18:28:08.095296+0000 mgr.a (mgr.14152) 92 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:09.333 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:08 smithi016 bash[21861]: cluster 2024-05-21T18:28:08.095296+0000 mgr.a (mgr.14152) 92 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:09.353 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:08 smithi134 bash[24085]: cluster 2024-05-21T18:28:08.095296+0000 mgr.a (mgr.14152) 92 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:09.353 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:08 smithi134 bash[24085]: cluster 2024-05-21T18:28:08.095296+0000 mgr.a (mgr.14152) 92 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:10.742 INFO:teuthology.orchestra.run.smithi016.stdout:# minimal ceph.conf for 3de35fc8-179f-11ef-bc9a-c7b262605968 2024-05-21T18:28:10.742 INFO:teuthology.orchestra.run.smithi016.stdout:[global] 2024-05-21T18:28:10.742 INFO:teuthology.orchestra.run.smithi016.stdout: fsid = 3de35fc8-179f-11ef-bc9a-c7b262605968 2024-05-21T18:28:10.742 INFO:teuthology.orchestra.run.smithi016.stdout: mon_host = [v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0] [v2:172.21.15.77:3300/0,v1:172.21.15.77:6789/0] [v2:172.21.15.134:3300/0,v1:172.21.15.134:6789/0] 2024-05-21T18:28:11.362 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-05-21T18:28:11.363 DEBUG:teuthology.orchestra.run.smithi016:> set -ex 2024-05-21T18:28:11.363 DEBUG:teuthology.orchestra.run.smithi016:> sudo dd of=/etc/ceph/ceph.conf 2024-05-21T18:28:11.377 DEBUG:teuthology.orchestra.run.smithi016:> set -ex 2024-05-21T18:28:11.377 DEBUG:teuthology.orchestra.run.smithi016:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-05-21T18:28:11.428 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:11 smithi016 bash[21861]: cluster 2024-05-21T18:28:10.095665+0000 mgr.a (mgr.14152) 93 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:11.428 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:11 smithi016 bash[21861]: cluster 2024-05-21T18:28:10.095665+0000 mgr.a (mgr.14152) 93 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:11.428 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:11 smithi016 bash[21861]: audit 2024-05-21T18:28:10.745273+0000 mon.a (mon.0) 255 : audit [DBG] from='client.? 172.21.15.16:0/2956238149' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:28:11.428 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:11 smithi016 bash[21861]: audit 2024-05-21T18:28:10.745273+0000 mon.a (mon.0) 255 : audit [DBG] from='client.? 172.21.15.16:0/2956238149' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:28:11.432 DEBUG:teuthology.orchestra.run.smithi077:> set -ex 2024-05-21T18:28:11.432 DEBUG:teuthology.orchestra.run.smithi077:> sudo dd of=/etc/ceph/ceph.conf 2024-05-21T18:28:11.442 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:11 smithi077 bash[23831]: cluster 2024-05-21T18:28:10.095665+0000 mgr.a (mgr.14152) 93 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:11.443 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:11 smithi077 bash[23831]: cluster 2024-05-21T18:28:10.095665+0000 mgr.a (mgr.14152) 93 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:11.443 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:11 smithi077 bash[23831]: audit 2024-05-21T18:28:10.745273+0000 mon.a (mon.0) 255 : audit [DBG] from='client.? 172.21.15.16:0/2956238149' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:28:11.443 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:11 smithi077 bash[23831]: audit 2024-05-21T18:28:10.745273+0000 mon.a (mon.0) 255 : audit [DBG] from='client.? 172.21.15.16:0/2956238149' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:28:11.446 DEBUG:teuthology.orchestra.run.smithi077:> set -ex 2024-05-21T18:28:11.447 DEBUG:teuthology.orchestra.run.smithi077:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-05-21T18:28:11.503 DEBUG:teuthology.orchestra.run.smithi134:> set -ex 2024-05-21T18:28:11.503 DEBUG:teuthology.orchestra.run.smithi134:> sudo dd of=/etc/ceph/ceph.conf 2024-05-21T18:28:11.514 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:11 smithi134 bash[24085]: cluster 2024-05-21T18:28:10.095665+0000 mgr.a (mgr.14152) 93 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:11.515 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:11 smithi134 bash[24085]: cluster 2024-05-21T18:28:10.095665+0000 mgr.a (mgr.14152) 93 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:11.515 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:11 smithi134 bash[24085]: audit 2024-05-21T18:28:10.745273+0000 mon.a (mon.0) 255 : audit [DBG] from='client.? 172.21.15.16:0/2956238149' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:28:11.515 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:11 smithi134 bash[24085]: audit 2024-05-21T18:28:10.745273+0000 mon.a (mon.0) 255 : audit [DBG] from='client.? 172.21.15.16:0/2956238149' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:28:11.518 DEBUG:teuthology.orchestra.run.smithi134:> set -ex 2024-05-21T18:28:11.518 DEBUG:teuthology.orchestra.run.smithi134:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-05-21T18:28:11.572 INFO:tasks.cephadm:Adding mgr.a on smithi016 2024-05-21T18:28:11.572 INFO:tasks.cephadm:Adding mgr.b on smithi077 2024-05-21T18:28:11.573 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9ef9bcfdb32ec4999d7ca025815290e8395c6ae7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3de35fc8-179f-11ef-bc9a-c7b262605968 -- ceph orch apply mgr '2;smithi016=a;smithi077=b' 2024-05-21T18:28:13.548 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:13 smithi077 bash[23831]: cluster 2024-05-21T18:28:12.096086+0000 mgr.a (mgr.14152) 94 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:13.548 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:13 smithi077 bash[23831]: cluster 2024-05-21T18:28:12.096086+0000 mgr.a (mgr.14152) 94 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:13.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:13 smithi134 bash[24085]: cluster 2024-05-21T18:28:12.096086+0000 mgr.a (mgr.14152) 94 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:13.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:13 smithi134 bash[24085]: cluster 2024-05-21T18:28:12.096086+0000 mgr.a (mgr.14152) 94 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:13.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:13 smithi016 bash[21861]: cluster 2024-05-21T18:28:12.096086+0000 mgr.a (mgr.14152) 94 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:13.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:13 smithi016 bash[21861]: cluster 2024-05-21T18:28:12.096086+0000 mgr.a (mgr.14152) 94 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:15.314 INFO:teuthology.orchestra.run.smithi134.stderr:Inferring config /var/lib/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/mon.c/config 2024-05-21T18:28:15.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:15 smithi077 bash[23831]: cluster 2024-05-21T18:28:14.096564+0000 mgr.a (mgr.14152) 95 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:15.548 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:15 smithi077 bash[23831]: cluster 2024-05-21T18:28:14.096564+0000 mgr.a (mgr.14152) 95 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:15.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:15 smithi134 bash[24085]: cluster 2024-05-21T18:28:14.096564+0000 mgr.a (mgr.14152) 95 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:15.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:15 smithi134 bash[24085]: cluster 2024-05-21T18:28:14.096564+0000 mgr.a (mgr.14152) 95 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:15.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:15 smithi016 bash[21861]: cluster 2024-05-21T18:28:14.096564+0000 mgr.a (mgr.14152) 95 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:15.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:15 smithi016 bash[21861]: cluster 2024-05-21T18:28:14.096564+0000 mgr.a (mgr.14152) 95 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:17.464 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:17 smithi134 bash[24085]: cluster 2024-05-21T18:28:16.097087+0000 mgr.a (mgr.14152) 96 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:17.464 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:17 smithi134 bash[24085]: cluster 2024-05-21T18:28:16.097087+0000 mgr.a (mgr.14152) 96 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:17.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:17 smithi077 bash[23831]: cluster 2024-05-21T18:28:16.097087+0000 mgr.a (mgr.14152) 96 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:17.548 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:17 smithi077 bash[23831]: cluster 2024-05-21T18:28:16.097087+0000 mgr.a (mgr.14152) 96 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:17.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:17 smithi016 bash[21861]: cluster 2024-05-21T18:28:16.097087+0000 mgr.a (mgr.14152) 96 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:17.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:17 smithi016 bash[21861]: cluster 2024-05-21T18:28:16.097087+0000 mgr.a (mgr.14152) 96 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:17.875 INFO:teuthology.orchestra.run.smithi134.stdout:Scheduled mgr update... 2024-05-21T18:28:18.480 DEBUG:teuthology.orchestra.run.smithi077:mgr.b> sudo journalctl -f -n 0 -u ceph-3de35fc8-179f-11ef-bc9a-c7b262605968@mgr.b.service 2024-05-21T18:28:18.483 INFO:tasks.cephadm:Deploying OSDs... 2024-05-21T18:28:18.483 DEBUG:teuthology.orchestra.run.smithi016:> set -ex 2024-05-21T18:28:18.483 DEBUG:teuthology.orchestra.run.smithi016:> dd if=/scratch_devs of=/dev/stdout 2024-05-21T18:28:18.489 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-05-21T18:28:18.489 DEBUG:teuthology.orchestra.run.smithi016:> stat /dev/vg_nvme/lv_1 2024-05-21T18:28:18.536 INFO:teuthology.orchestra.run.smithi016.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-05-21T18:28:18.536 INFO:teuthology.orchestra.run.smithi016.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-21T18:28:18.536 INFO:teuthology.orchestra.run.smithi016.stdout:Device: 5h/5d Inode: 891 Links: 1 2024-05-21T18:28:18.536 INFO:teuthology.orchestra.run.smithi016.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-21T18:28:18.536 INFO:teuthology.orchestra.run.smithi016.stdout:Access: 2024-05-21 18:17:34.119844103 +0000 2024-05-21T18:28:18.536 INFO:teuthology.orchestra.run.smithi016.stdout:Modify: 2024-05-21 18:17:33.843846568 +0000 2024-05-21T18:28:18.536 INFO:teuthology.orchestra.run.smithi016.stdout:Change: 2024-05-21 18:17:33.843846568 +0000 2024-05-21T18:28:18.536 INFO:teuthology.orchestra.run.smithi016.stdout: Birth: - 2024-05-21T18:28:18.537 DEBUG:teuthology.orchestra.run.smithi016:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-05-21T18:28:18.594 INFO:teuthology.orchestra.run.smithi016.stderr:1+0 records in 2024-05-21T18:28:18.594 INFO:teuthology.orchestra.run.smithi016.stderr:1+0 records out 2024-05-21T18:28:18.594 INFO:teuthology.orchestra.run.smithi016.stderr:512 bytes copied, 0.000274992 s, 1.9 MB/s 2024-05-21T18:28:18.596 DEBUG:teuthology.orchestra.run.smithi016:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-05-21T18:28:18.648 DEBUG:teuthology.orchestra.run.smithi016:> stat /dev/vg_nvme/lv_2 2024-05-21T18:28:18.704 INFO:teuthology.orchestra.run.smithi016.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-05-21T18:28:18.705 INFO:teuthology.orchestra.run.smithi016.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-21T18:28:18.705 INFO:teuthology.orchestra.run.smithi016.stdout:Device: 5h/5d Inode: 908 Links: 1 2024-05-21T18:28:18.705 INFO:teuthology.orchestra.run.smithi016.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-21T18:28:18.705 INFO:teuthology.orchestra.run.smithi016.stdout:Access: 2024-05-21 18:17:34.579839994 +0000 2024-05-21T18:28:18.705 INFO:teuthology.orchestra.run.smithi016.stdout:Modify: 2024-05-21 18:17:34.355841995 +0000 2024-05-21T18:28:18.705 INFO:teuthology.orchestra.run.smithi016.stdout:Change: 2024-05-21 18:17:34.355841995 +0000 2024-05-21T18:28:18.706 INFO:teuthology.orchestra.run.smithi016.stdout: Birth: - 2024-05-21T18:28:18.706 DEBUG:teuthology.orchestra.run.smithi016:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-05-21T18:28:18.758 INFO:teuthology.orchestra.run.smithi016.stderr:1+0 records in 2024-05-21T18:28:18.758 INFO:teuthology.orchestra.run.smithi016.stderr:1+0 records out 2024-05-21T18:28:18.758 INFO:teuthology.orchestra.run.smithi016.stderr:512 bytes copied, 0.00031935 s, 1.6 MB/s 2024-05-21T18:28:18.760 DEBUG:teuthology.orchestra.run.smithi016:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-05-21T18:28:18.813 DEBUG:teuthology.orchestra.run.smithi016:> stat /dev/vg_nvme/lv_3 2024-05-21T18:28:18.859 INFO:teuthology.orchestra.run.smithi016.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-05-21T18:28:18.860 INFO:teuthology.orchestra.run.smithi016.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-21T18:28:18.860 INFO:teuthology.orchestra.run.smithi016.stdout:Device: 5h/5d Inode: 920 Links: 1 2024-05-21T18:28:18.860 INFO:teuthology.orchestra.run.smithi016.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-21T18:28:18.860 INFO:teuthology.orchestra.run.smithi016.stdout:Access: 2024-05-21 18:17:35.071835600 +0000 2024-05-21T18:28:18.860 INFO:teuthology.orchestra.run.smithi016.stdout:Modify: 2024-05-21 18:17:34.795838065 +0000 2024-05-21T18:28:18.860 INFO:teuthology.orchestra.run.smithi016.stdout:Change: 2024-05-21 18:17:34.795838065 +0000 2024-05-21T18:28:18.860 INFO:teuthology.orchestra.run.smithi016.stdout: Birth: - 2024-05-21T18:28:18.860 DEBUG:teuthology.orchestra.run.smithi016:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-05-21T18:28:18.918 INFO:teuthology.orchestra.run.smithi016.stderr:1+0 records in 2024-05-21T18:28:18.918 INFO:teuthology.orchestra.run.smithi016.stderr:1+0 records out 2024-05-21T18:28:18.918 INFO:teuthology.orchestra.run.smithi016.stderr:512 bytes copied, 0.000207834 s, 2.5 MB/s 2024-05-21T18:28:18.919 DEBUG:teuthology.orchestra.run.smithi016:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-05-21T18:28:18.973 DEBUG:teuthology.orchestra.run.smithi016:> stat /dev/vg_nvme/lv_4 2024-05-21T18:28:19.023 INFO:teuthology.orchestra.run.smithi016.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-05-21T18:28:19.023 INFO:teuthology.orchestra.run.smithi016.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-21T18:28:19.023 INFO:teuthology.orchestra.run.smithi016.stdout:Device: 5h/5d Inode: 942 Links: 1 2024-05-21T18:28:19.024 INFO:teuthology.orchestra.run.smithi016.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-21T18:28:19.024 INFO:teuthology.orchestra.run.smithi016.stdout:Access: 2024-05-21 18:17:35.315833421 +0000 2024-05-21T18:28:19.024 INFO:teuthology.orchestra.run.smithi016.stdout:Modify: 2024-05-21 18:17:35.311833455 +0000 2024-05-21T18:28:19.024 INFO:teuthology.orchestra.run.smithi016.stdout:Change: 2024-05-21 18:17:35.311833455 +0000 2024-05-21T18:28:19.024 INFO:teuthology.orchestra.run.smithi016.stdout: Birth: - 2024-05-21T18:28:19.024 DEBUG:teuthology.orchestra.run.smithi016:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-05-21T18:28:19.082 INFO:teuthology.orchestra.run.smithi016.stderr:1+0 records in 2024-05-21T18:28:19.082 INFO:teuthology.orchestra.run.smithi016.stderr:1+0 records out 2024-05-21T18:28:19.082 INFO:teuthology.orchestra.run.smithi016.stderr:512 bytes copied, 0.000317471 s, 1.6 MB/s 2024-05-21T18:28:19.083 DEBUG:teuthology.orchestra.run.smithi016:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-05-21T18:28:19.138 DEBUG:teuthology.orchestra.run.smithi077:> set -ex 2024-05-21T18:28:19.138 DEBUG:teuthology.orchestra.run.smithi077:> dd if=/scratch_devs of=/dev/stdout 2024-05-21T18:28:19.145 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-05-21T18:28:19.145 DEBUG:teuthology.orchestra.run.smithi077:> stat /dev/vg_nvme/lv_1 2024-05-21T18:28:19.195 INFO:teuthology.orchestra.run.smithi077.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-05-21T18:28:19.196 INFO:teuthology.orchestra.run.smithi077.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-21T18:28:19.196 INFO:teuthology.orchestra.run.smithi077.stdout:Device: 5h/5d Inode: 893 Links: 1 2024-05-21T18:28:19.196 INFO:teuthology.orchestra.run.smithi077.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-21T18:28:19.196 INFO:teuthology.orchestra.run.smithi077.stdout:Access: 2024-05-21 18:17:28.076506877 +0000 2024-05-21T18:28:19.196 INFO:teuthology.orchestra.run.smithi077.stdout:Modify: 2024-05-21 18:17:27.800509343 +0000 2024-05-21T18:28:19.196 INFO:teuthology.orchestra.run.smithi077.stdout:Change: 2024-05-21 18:17:27.800509343 +0000 2024-05-21T18:28:19.196 INFO:teuthology.orchestra.run.smithi077.stdout: Birth: - 2024-05-21T18:28:19.196 DEBUG:teuthology.orchestra.run.smithi077:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-05-21T18:28:19.249 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:18 smithi077 bash[23831]: audit 2024-05-21T18:28:17.867946+0000 mgr.a (mgr.14152) 97 : audit [DBG] from='client.24106 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi016=a;smithi077=b", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T18:28:19.249 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:18 smithi077 bash[23831]: audit 2024-05-21T18:28:17.867946+0000 mgr.a (mgr.14152) 97 : audit [DBG] from='client.24106 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi016=a;smithi077=b", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T18:28:19.249 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:18 smithi077 bash[23831]: cephadm 2024-05-21T18:28:17.871671+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Saving service mgr spec with placement smithi016=a;smithi077=b;count:2 2024-05-21T18:28:19.249 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:18 smithi077 bash[23831]: cephadm 2024-05-21T18:28:17.871671+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Saving service mgr spec with placement smithi016=a;smithi077=b;count:2 2024-05-21T18:28:19.249 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:18 smithi077 bash[23831]: audit 2024-05-21T18:28:17.878192+0000 mon.a (mon.0) 256 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:19.249 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:18 smithi077 bash[23831]: audit 2024-05-21T18:28:17.878192+0000 mon.a (mon.0) 256 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:19.249 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:18 smithi077 bash[23831]: audit 2024-05-21T18:28:17.926378+0000 mon.a (mon.0) 257 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T18:28:19.249 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:18 smithi077 bash[23831]: audit 2024-05-21T18:28:17.926378+0000 mon.a (mon.0) 257 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T18:28:19.250 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:18 smithi077 bash[23831]: audit 2024-05-21T18:28:17.930148+0000 mon.a (mon.0) 258 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:28:19.250 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:18 smithi077 bash[23831]: audit 2024-05-21T18:28:17.930148+0000 mon.a (mon.0) 258 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:28:19.250 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:18 smithi077 bash[23831]: audit 2024-05-21T18:28:17.932146+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T18:28:19.250 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:18 smithi077 bash[23831]: audit 2024-05-21T18:28:17.932146+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T18:28:19.250 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:18 smithi077 bash[23831]: audit 2024-05-21T18:28:17.941425+0000 mon.a (mon.0) 260 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:19.250 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:18 smithi077 bash[23831]: audit 2024-05-21T18:28:17.941425+0000 mon.a (mon.0) 260 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:19.250 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:18 smithi077 bash[23831]: audit 2024-05-21T18:28:17.944612+0000 mon.a (mon.0) 261 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-21T18:28:19.250 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:18 smithi077 bash[23831]: audit 2024-05-21T18:28:17.944612+0000 mon.a (mon.0) 261 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-21T18:28:19.250 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:18 smithi077 bash[23831]: audit 2024-05-21T18:28:17.947525+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-05-21T18:28:19.250 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:18 smithi077 bash[23831]: audit 2024-05-21T18:28:17.947525+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-05-21T18:28:19.250 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:18 smithi077 bash[23831]: audit 2024-05-21T18:28:17.952302+0000 mon.a (mon.0) 263 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-21T18:28:19.250 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:18 smithi077 bash[23831]: audit 2024-05-21T18:28:17.952302+0000 mon.a (mon.0) 263 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-21T18:28:19.251 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:18 smithi077 bash[23831]: audit 2024-05-21T18:28:17.954319+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:28:19.251 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:18 smithi077 bash[23831]: audit 2024-05-21T18:28:17.954319+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:28:19.251 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:18 smithi077 bash[23831]: cephadm 2024-05-21T18:28:17.956426+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Deploying daemon mgr.b on smithi077 2024-05-21T18:28:19.251 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:18 smithi077 bash[23831]: cephadm 2024-05-21T18:28:17.956426+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Deploying daemon mgr.b on smithi077 2024-05-21T18:28:19.251 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:18 smithi077 bash[23831]: cluster 2024-05-21T18:28:18.097517+0000 mgr.a (mgr.14152) 100 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:19.251 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:18 smithi077 bash[23831]: cluster 2024-05-21T18:28:18.097517+0000 mgr.a (mgr.14152) 100 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:19.252 INFO:teuthology.orchestra.run.smithi077.stderr:1+0 records in 2024-05-21T18:28:19.252 INFO:teuthology.orchestra.run.smithi077.stderr:1+0 records out 2024-05-21T18:28:19.252 INFO:teuthology.orchestra.run.smithi077.stderr:512 bytes copied, 0.000424204 s, 1.2 MB/s 2024-05-21T18:28:19.252 DEBUG:teuthology.orchestra.run.smithi077:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-05-21T18:28:19.300 DEBUG:teuthology.orchestra.run.smithi077:> stat /dev/vg_nvme/lv_2 2024-05-21T18:28:19.347 INFO:teuthology.orchestra.run.smithi077.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-05-21T18:28:19.347 INFO:teuthology.orchestra.run.smithi077.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-21T18:28:19.347 INFO:teuthology.orchestra.run.smithi077.stdout:Device: 5h/5d Inode: 907 Links: 1 2024-05-21T18:28:19.347 INFO:teuthology.orchestra.run.smithi077.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-21T18:28:19.347 INFO:teuthology.orchestra.run.smithi077.stdout:Access: 2024-05-21 18:17:28.544502697 +0000 2024-05-21T18:28:19.347 INFO:teuthology.orchestra.run.smithi077.stdout:Modify: 2024-05-21 18:17:28.308504805 +0000 2024-05-21T18:28:19.347 INFO:teuthology.orchestra.run.smithi077.stdout:Change: 2024-05-21 18:17:28.308504805 +0000 2024-05-21T18:28:19.347 INFO:teuthology.orchestra.run.smithi077.stdout: Birth: - 2024-05-21T18:28:19.348 DEBUG:teuthology.orchestra.run.smithi077:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-05-21T18:28:19.353 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:18 smithi134 bash[24085]: audit 2024-05-21T18:28:17.867946+0000 mgr.a (mgr.14152) 97 : audit [DBG] from='client.24106 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi016=a;smithi077=b", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T18:28:19.354 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:18 smithi134 bash[24085]: audit 2024-05-21T18:28:17.867946+0000 mgr.a (mgr.14152) 97 : audit [DBG] from='client.24106 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi016=a;smithi077=b", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T18:28:19.354 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:18 smithi134 bash[24085]: cephadm 2024-05-21T18:28:17.871671+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Saving service mgr spec with placement smithi016=a;smithi077=b;count:2 2024-05-21T18:28:19.354 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:18 smithi134 bash[24085]: cephadm 2024-05-21T18:28:17.871671+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Saving service mgr spec with placement smithi016=a;smithi077=b;count:2 2024-05-21T18:28:19.354 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:18 smithi134 bash[24085]: audit 2024-05-21T18:28:17.878192+0000 mon.a (mon.0) 256 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:19.354 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:18 smithi134 bash[24085]: audit 2024-05-21T18:28:17.878192+0000 mon.a (mon.0) 256 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:19.354 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:18 smithi134 bash[24085]: audit 2024-05-21T18:28:17.926378+0000 mon.a (mon.0) 257 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T18:28:19.354 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:18 smithi134 bash[24085]: audit 2024-05-21T18:28:17.926378+0000 mon.a (mon.0) 257 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T18:28:19.354 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:18 smithi134 bash[24085]: audit 2024-05-21T18:28:17.930148+0000 mon.a (mon.0) 258 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:28:19.354 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:18 smithi134 bash[24085]: audit 2024-05-21T18:28:17.930148+0000 mon.a (mon.0) 258 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:28:19.354 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:18 smithi134 bash[24085]: audit 2024-05-21T18:28:17.932146+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T18:28:19.354 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:18 smithi134 bash[24085]: audit 2024-05-21T18:28:17.932146+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T18:28:19.354 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:18 smithi134 bash[24085]: audit 2024-05-21T18:28:17.941425+0000 mon.a (mon.0) 260 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:19.355 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:18 smithi134 bash[24085]: audit 2024-05-21T18:28:17.941425+0000 mon.a (mon.0) 260 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:19.355 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:18 smithi134 bash[24085]: audit 2024-05-21T18:28:17.944612+0000 mon.a (mon.0) 261 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-21T18:28:19.355 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:18 smithi134 bash[24085]: audit 2024-05-21T18:28:17.944612+0000 mon.a (mon.0) 261 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-21T18:28:19.355 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:18 smithi134 bash[24085]: audit 2024-05-21T18:28:17.947525+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-05-21T18:28:19.355 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:18 smithi134 bash[24085]: audit 2024-05-21T18:28:17.947525+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-05-21T18:28:19.355 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:18 smithi134 bash[24085]: audit 2024-05-21T18:28:17.952302+0000 mon.a (mon.0) 263 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-21T18:28:19.355 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:18 smithi134 bash[24085]: audit 2024-05-21T18:28:17.952302+0000 mon.a (mon.0) 263 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-21T18:28:19.355 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:18 smithi134 bash[24085]: audit 2024-05-21T18:28:17.954319+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:28:19.355 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:18 smithi134 bash[24085]: audit 2024-05-21T18:28:17.954319+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:28:19.355 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:18 smithi134 bash[24085]: cephadm 2024-05-21T18:28:17.956426+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Deploying daemon mgr.b on smithi077 2024-05-21T18:28:19.355 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:18 smithi134 bash[24085]: cephadm 2024-05-21T18:28:17.956426+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Deploying daemon mgr.b on smithi077 2024-05-21T18:28:19.355 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:18 smithi134 bash[24085]: cluster 2024-05-21T18:28:18.097517+0000 mgr.a (mgr.14152) 100 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:19.355 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:18 smithi134 bash[24085]: cluster 2024-05-21T18:28:18.097517+0000 mgr.a (mgr.14152) 100 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:19.356 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:18 smithi016 bash[21861]: audit 2024-05-21T18:28:17.867946+0000 mgr.a (mgr.14152) 97 : audit [DBG] from='client.24106 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi016=a;smithi077=b", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T18:28:19.356 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:18 smithi016 bash[21861]: audit 2024-05-21T18:28:17.867946+0000 mgr.a (mgr.14152) 97 : audit [DBG] from='client.24106 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi016=a;smithi077=b", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T18:28:19.356 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:18 smithi016 bash[21861]: cephadm 2024-05-21T18:28:17.871671+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Saving service mgr spec with placement smithi016=a;smithi077=b;count:2 2024-05-21T18:28:19.356 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:18 smithi016 bash[21861]: cephadm 2024-05-21T18:28:17.871671+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Saving service mgr spec with placement smithi016=a;smithi077=b;count:2 2024-05-21T18:28:19.356 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:18 smithi016 bash[21861]: audit 2024-05-21T18:28:17.878192+0000 mon.a (mon.0) 256 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:19.356 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:18 smithi016 bash[21861]: audit 2024-05-21T18:28:17.878192+0000 mon.a (mon.0) 256 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:19.356 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:18 smithi016 bash[21861]: audit 2024-05-21T18:28:17.926378+0000 mon.a (mon.0) 257 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T18:28:19.356 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:18 smithi016 bash[21861]: audit 2024-05-21T18:28:17.926378+0000 mon.a (mon.0) 257 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T18:28:19.356 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:18 smithi016 bash[21861]: audit 2024-05-21T18:28:17.930148+0000 mon.a (mon.0) 258 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:28:19.357 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:18 smithi016 bash[21861]: audit 2024-05-21T18:28:17.930148+0000 mon.a (mon.0) 258 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:28:19.357 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:18 smithi016 bash[21861]: audit 2024-05-21T18:28:17.932146+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T18:28:19.357 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:18 smithi016 bash[21861]: audit 2024-05-21T18:28:17.932146+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T18:28:19.357 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:18 smithi016 bash[21861]: audit 2024-05-21T18:28:17.941425+0000 mon.a (mon.0) 260 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:19.357 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:18 smithi016 bash[21861]: audit 2024-05-21T18:28:17.941425+0000 mon.a (mon.0) 260 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:19.357 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:18 smithi016 bash[21861]: audit 2024-05-21T18:28:17.944612+0000 mon.a (mon.0) 261 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-21T18:28:19.357 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:18 smithi016 bash[21861]: audit 2024-05-21T18:28:17.944612+0000 mon.a (mon.0) 261 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-21T18:28:19.357 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:18 smithi016 bash[21861]: audit 2024-05-21T18:28:17.947525+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-05-21T18:28:19.357 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:18 smithi016 bash[21861]: audit 2024-05-21T18:28:17.947525+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-05-21T18:28:19.357 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:18 smithi016 bash[21861]: audit 2024-05-21T18:28:17.952302+0000 mon.a (mon.0) 263 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-21T18:28:19.357 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:18 smithi016 bash[21861]: audit 2024-05-21T18:28:17.952302+0000 mon.a (mon.0) 263 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-21T18:28:19.357 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:18 smithi016 bash[21861]: audit 2024-05-21T18:28:17.954319+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:28:19.357 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:18 smithi016 bash[21861]: audit 2024-05-21T18:28:17.954319+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:28:19.357 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:18 smithi016 bash[21861]: cephadm 2024-05-21T18:28:17.956426+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Deploying daemon mgr.b on smithi077 2024-05-21T18:28:19.358 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:18 smithi016 bash[21861]: cephadm 2024-05-21T18:28:17.956426+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Deploying daemon mgr.b on smithi077 2024-05-21T18:28:19.358 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:18 smithi016 bash[21861]: cluster 2024-05-21T18:28:18.097517+0000 mgr.a (mgr.14152) 100 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:19.358 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:18 smithi016 bash[21861]: cluster 2024-05-21T18:28:18.097517+0000 mgr.a (mgr.14152) 100 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:19.403 INFO:teuthology.orchestra.run.smithi077.stderr:1+0 records in 2024-05-21T18:28:19.403 INFO:teuthology.orchestra.run.smithi077.stderr:1+0 records out 2024-05-21T18:28:19.403 INFO:teuthology.orchestra.run.smithi077.stderr:512 bytes copied, 0.000286653 s, 1.8 MB/s 2024-05-21T18:28:19.405 DEBUG:teuthology.orchestra.run.smithi077:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-05-21T18:28:19.455 DEBUG:teuthology.orchestra.run.smithi077:> stat /dev/vg_nvme/lv_3 2024-05-21T18:28:19.503 INFO:teuthology.orchestra.run.smithi077.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-05-21T18:28:19.503 INFO:teuthology.orchestra.run.smithi077.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-21T18:28:19.503 INFO:teuthology.orchestra.run.smithi077.stdout:Device: 5h/5d Inode: 919 Links: 1 2024-05-21T18:28:19.503 INFO:teuthology.orchestra.run.smithi077.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-21T18:28:19.503 INFO:teuthology.orchestra.run.smithi077.stdout:Access: 2024-05-21 18:17:28.776500625 +0000 2024-05-21T18:28:19.503 INFO:teuthology.orchestra.run.smithi077.stdout:Modify: 2024-05-21 18:17:28.772500661 +0000 2024-05-21T18:28:19.503 INFO:teuthology.orchestra.run.smithi077.stdout:Change: 2024-05-21 18:17:28.772500661 +0000 2024-05-21T18:28:19.503 INFO:teuthology.orchestra.run.smithi077.stdout: Birth: - 2024-05-21T18:28:19.503 DEBUG:teuthology.orchestra.run.smithi077:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-05-21T18:28:19.556 INFO:teuthology.orchestra.run.smithi077.stderr:1+0 records in 2024-05-21T18:28:19.556 INFO:teuthology.orchestra.run.smithi077.stderr:1+0 records out 2024-05-21T18:28:19.556 INFO:teuthology.orchestra.run.smithi077.stderr:512 bytes copied, 0.000300299 s, 1.7 MB/s 2024-05-21T18:28:19.557 DEBUG:teuthology.orchestra.run.smithi077:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-05-21T18:28:19.608 DEBUG:teuthology.orchestra.run.smithi077:> stat /dev/vg_nvme/lv_4 2024-05-21T18:28:19.655 INFO:teuthology.orchestra.run.smithi077.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-05-21T18:28:19.655 INFO:teuthology.orchestra.run.smithi077.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-21T18:28:19.655 INFO:teuthology.orchestra.run.smithi077.stdout:Device: 5h/5d Inode: 941 Links: 1 2024-05-21T18:28:19.655 INFO:teuthology.orchestra.run.smithi077.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-21T18:28:19.655 INFO:teuthology.orchestra.run.smithi077.stdout:Access: 2024-05-21 18:17:29.572493515 +0000 2024-05-21T18:28:19.656 INFO:teuthology.orchestra.run.smithi077.stdout:Modify: 2024-05-21 18:17:29.316495801 +0000 2024-05-21T18:28:19.656 INFO:teuthology.orchestra.run.smithi077.stdout:Change: 2024-05-21 18:17:29.316495801 +0000 2024-05-21T18:28:19.656 INFO:teuthology.orchestra.run.smithi077.stdout: Birth: - 2024-05-21T18:28:19.656 DEBUG:teuthology.orchestra.run.smithi077:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-05-21T18:28:19.709 INFO:teuthology.orchestra.run.smithi077.stderr:1+0 records in 2024-05-21T18:28:19.710 INFO:teuthology.orchestra.run.smithi077.stderr:1+0 records out 2024-05-21T18:28:19.710 INFO:teuthology.orchestra.run.smithi077.stderr:512 bytes copied, 0.000365268 s, 1.4 MB/s 2024-05-21T18:28:19.711 DEBUG:teuthology.orchestra.run.smithi077:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-05-21T18:28:19.760 DEBUG:teuthology.orchestra.run.smithi134:> set -ex 2024-05-21T18:28:19.760 DEBUG:teuthology.orchestra.run.smithi134:> dd if=/scratch_devs of=/dev/stdout 2024-05-21T18:28:19.767 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-05-21T18:28:19.767 DEBUG:teuthology.orchestra.run.smithi134:> stat /dev/vg_nvme/lv_1 2024-05-21T18:28:19.813 INFO:teuthology.orchestra.run.smithi134.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-05-21T18:28:19.813 INFO:teuthology.orchestra.run.smithi134.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-21T18:28:19.813 INFO:teuthology.orchestra.run.smithi134.stdout:Device: 5h/5d Inode: 883 Links: 1 2024-05-21T18:28:19.813 INFO:teuthology.orchestra.run.smithi134.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-21T18:28:19.813 INFO:teuthology.orchestra.run.smithi134.stdout:Access: 2024-05-21 18:17:30.237345316 +0000 2024-05-21T18:28:19.814 INFO:teuthology.orchestra.run.smithi134.stdout:Modify: 2024-05-21 18:17:29.969347707 +0000 2024-05-21T18:28:19.814 INFO:teuthology.orchestra.run.smithi134.stdout:Change: 2024-05-21 18:17:29.969347707 +0000 2024-05-21T18:28:19.814 INFO:teuthology.orchestra.run.smithi134.stdout: Birth: - 2024-05-21T18:28:19.814 DEBUG:teuthology.orchestra.run.smithi134:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-05-21T18:28:19.867 INFO:teuthology.orchestra.run.smithi134.stderr:1+0 records in 2024-05-21T18:28:19.868 INFO:teuthology.orchestra.run.smithi134.stderr:1+0 records out 2024-05-21T18:28:19.868 INFO:teuthology.orchestra.run.smithi134.stderr:512 bytes copied, 0.000370604 s, 1.4 MB/s 2024-05-21T18:28:19.869 DEBUG:teuthology.orchestra.run.smithi134:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-05-21T18:28:19.918 DEBUG:teuthology.orchestra.run.smithi134:> stat /dev/vg_nvme/lv_2 2024-05-21T18:28:19.968 INFO:teuthology.orchestra.run.smithi134.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-05-21T18:28:19.969 INFO:teuthology.orchestra.run.smithi134.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-21T18:28:19.969 INFO:teuthology.orchestra.run.smithi134.stdout:Device: 5h/5d Inode: 898 Links: 1 2024-05-21T18:28:19.969 INFO:teuthology.orchestra.run.smithi134.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-21T18:28:19.969 INFO:teuthology.orchestra.run.smithi134.stdout:Access: 2024-05-21 18:17:30.737340856 +0000 2024-05-21T18:28:19.969 INFO:teuthology.orchestra.run.smithi134.stdout:Modify: 2024-05-21 18:17:30.477343175 +0000 2024-05-21T18:28:19.969 INFO:teuthology.orchestra.run.smithi134.stdout:Change: 2024-05-21 18:17:30.477343175 +0000 2024-05-21T18:28:19.969 INFO:teuthology.orchestra.run.smithi134.stdout: Birth: - 2024-05-21T18:28:19.969 DEBUG:teuthology.orchestra.run.smithi134:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-05-21T18:28:20.024 INFO:teuthology.orchestra.run.smithi134.stderr:1+0 records in 2024-05-21T18:28:20.024 INFO:teuthology.orchestra.run.smithi134.stderr:1+0 records out 2024-05-21T18:28:20.025 INFO:teuthology.orchestra.run.smithi134.stderr:512 bytes copied, 0.000360567 s, 1.4 MB/s 2024-05-21T18:28:20.025 DEBUG:teuthology.orchestra.run.smithi134:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-05-21T18:28:20.074 DEBUG:teuthology.orchestra.run.smithi134:> stat /dev/vg_nvme/lv_3 2024-05-21T18:28:20.121 INFO:teuthology.orchestra.run.smithi134.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-05-21T18:28:20.121 INFO:teuthology.orchestra.run.smithi134.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-21T18:28:20.121 INFO:teuthology.orchestra.run.smithi134.stdout:Device: 5h/5d Inode: 912 Links: 1 2024-05-21T18:28:20.121 INFO:teuthology.orchestra.run.smithi134.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-21T18:28:20.121 INFO:teuthology.orchestra.run.smithi134.stdout:Access: 2024-05-21 18:17:30.965338821 +0000 2024-05-21T18:28:20.121 INFO:teuthology.orchestra.run.smithi134.stdout:Modify: 2024-05-21 18:17:30.961338857 +0000 2024-05-21T18:28:20.121 INFO:teuthology.orchestra.run.smithi134.stdout:Change: 2024-05-21 18:17:30.961338857 +0000 2024-05-21T18:28:20.121 INFO:teuthology.orchestra.run.smithi134.stdout: Birth: - 2024-05-21T18:28:20.122 DEBUG:teuthology.orchestra.run.smithi134:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-05-21T18:28:20.175 INFO:teuthology.orchestra.run.smithi134.stderr:1+0 records in 2024-05-21T18:28:20.175 INFO:teuthology.orchestra.run.smithi134.stderr:1+0 records out 2024-05-21T18:28:20.176 INFO:teuthology.orchestra.run.smithi134.stderr:512 bytes copied, 0.000380384 s, 1.3 MB/s 2024-05-21T18:28:20.177 DEBUG:teuthology.orchestra.run.smithi134:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-05-21T18:28:20.226 DEBUG:teuthology.orchestra.run.smithi134:> stat /dev/vg_nvme/lv_4 2024-05-21T18:28:20.273 INFO:teuthology.orchestra.run.smithi134.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-05-21T18:28:20.273 INFO:teuthology.orchestra.run.smithi134.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-21T18:28:20.273 INFO:teuthology.orchestra.run.smithi134.stdout:Device: 5h/5d Inode: 932 Links: 1 2024-05-21T18:28:20.273 INFO:teuthology.orchestra.run.smithi134.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-21T18:28:20.273 INFO:teuthology.orchestra.run.smithi134.stdout:Access: 2024-05-21 18:17:31.701332256 +0000 2024-05-21T18:28:20.273 INFO:teuthology.orchestra.run.smithi134.stdout:Modify: 2024-05-21 18:17:31.473334290 +0000 2024-05-21T18:28:20.273 INFO:teuthology.orchestra.run.smithi134.stdout:Change: 2024-05-21 18:17:31.473334290 +0000 2024-05-21T18:28:20.274 INFO:teuthology.orchestra.run.smithi134.stdout: Birth: - 2024-05-21T18:28:20.274 DEBUG:teuthology.orchestra.run.smithi134:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-05-21T18:28:20.327 INFO:teuthology.orchestra.run.smithi134.stderr:1+0 records in 2024-05-21T18:28:20.327 INFO:teuthology.orchestra.run.smithi134.stderr:1+0 records out 2024-05-21T18:28:20.327 INFO:teuthology.orchestra.run.smithi134.stderr:512 bytes copied, 0.000385415 s, 1.3 MB/s 2024-05-21T18:28:20.328 DEBUG:teuthology.orchestra.run.smithi134:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-05-21T18:28:20.378 INFO:tasks.cephadm:Deploying osd.0 on smithi016 with /dev/vg_nvme/lv_4... 2024-05-21T18:28:20.378 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9ef9bcfdb32ec4999d7ca025815290e8395c6ae7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3de35fc8-179f-11ef-bc9a-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-05-21T18:28:20.471 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:20 smithi077 systemd[1]: /etc/systemd/system/ceph-3de35fc8-179f-11ef-bc9a-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-21T18:28:20.472 INFO:journalctl@ceph.mgr.b.smithi077.stdout:May 21 18:28:20 smithi077 systemd[1]: /etc/systemd/system/ceph-3de35fc8-179f-11ef-bc9a-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-21T18:28:20.472 INFO:journalctl@ceph.mgr.b.smithi077.stdout:May 21 18:28:20 smithi077 systemd[1]: /etc/systemd/system/ceph-3de35fc8-179f-11ef-bc9a-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-21T18:28:20.472 INFO:journalctl@ceph.mgr.b.smithi077.stdout:May 21 18:28:20 smithi077 systemd[1]: /etc/systemd/system/ceph-3de35fc8-179f-11ef-bc9a-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-21T18:28:20.797 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:20 smithi077 systemd[1]: /etc/systemd/system/ceph-3de35fc8-179f-11ef-bc9a-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-21T18:28:20.798 INFO:journalctl@ceph.mgr.b.smithi077.stdout:May 21 18:28:20 smithi077 systemd[1]: /etc/systemd/system/ceph-3de35fc8-179f-11ef-bc9a-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-21T18:28:20.798 INFO:journalctl@ceph.mgr.b.smithi077.stdout:May 21 18:28:20 smithi077 systemd[1]: Started Ceph mgr.b for 3de35fc8-179f-11ef-bc9a-c7b262605968. 2024-05-21T18:28:21.417 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:21 smithi077 bash[23831]: cluster 2024-05-21T18:28:20.097939+0000 mgr.a (mgr.14152) 101 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:21.417 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:21 smithi077 bash[23831]: cluster 2024-05-21T18:28:20.097939+0000 mgr.a (mgr.14152) 101 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:21.417 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:21 smithi077 bash[23831]: audit 2024-05-21T18:28:20.618759+0000 mon.a (mon.0) 265 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:21.417 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:21 smithi077 bash[23831]: audit 2024-05-21T18:28:20.618759+0000 mon.a (mon.0) 265 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:21.417 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:21 smithi077 bash[23831]: audit 2024-05-21T18:28:20.623133+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:21.417 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:21 smithi077 bash[23831]: audit 2024-05-21T18:28:20.623133+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:21.418 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:21 smithi077 bash[23831]: audit 2024-05-21T18:28:20.630784+0000 mon.a (mon.0) 267 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:21.418 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:21 smithi077 bash[23831]: audit 2024-05-21T18:28:20.630784+0000 mon.a (mon.0) 267 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:21.418 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:21 smithi077 bash[23831]: audit 2024-05-21T18:28:20.634899+0000 mon.a (mon.0) 268 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:21.418 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:21 smithi077 bash[23831]: audit 2024-05-21T18:28:20.634899+0000 mon.a (mon.0) 268 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:21.418 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:21 smithi077 bash[23831]: audit 2024-05-21T18:28:20.699586+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T18:28:21.418 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:21 smithi077 bash[23831]: audit 2024-05-21T18:28:20.699586+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T18:28:21.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:21 smithi134 bash[24085]: cluster 2024-05-21T18:28:20.097939+0000 mgr.a (mgr.14152) 101 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:21.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:21 smithi134 bash[24085]: cluster 2024-05-21T18:28:20.097939+0000 mgr.a (mgr.14152) 101 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:21.604 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:21 smithi134 bash[24085]: audit 2024-05-21T18:28:20.618759+0000 mon.a (mon.0) 265 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:21.604 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:21 smithi134 bash[24085]: audit 2024-05-21T18:28:20.618759+0000 mon.a (mon.0) 265 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:21.604 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:21 smithi134 bash[24085]: audit 2024-05-21T18:28:20.623133+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:21.604 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:21 smithi134 bash[24085]: audit 2024-05-21T18:28:20.623133+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:21.604 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:21 smithi134 bash[24085]: audit 2024-05-21T18:28:20.630784+0000 mon.a (mon.0) 267 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:21.604 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:21 smithi134 bash[24085]: audit 2024-05-21T18:28:20.630784+0000 mon.a (mon.0) 267 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:21.604 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:21 smithi134 bash[24085]: audit 2024-05-21T18:28:20.634899+0000 mon.a (mon.0) 268 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:21.604 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:21 smithi134 bash[24085]: audit 2024-05-21T18:28:20.634899+0000 mon.a (mon.0) 268 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:21.604 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:21 smithi134 bash[24085]: audit 2024-05-21T18:28:20.699586+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T18:28:21.604 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:21 smithi134 bash[24085]: audit 2024-05-21T18:28:20.699586+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T18:28:21.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:21 smithi016 bash[21861]: cluster 2024-05-21T18:28:20.097939+0000 mgr.a (mgr.14152) 101 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:21.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:21 smithi016 bash[21861]: cluster 2024-05-21T18:28:20.097939+0000 mgr.a (mgr.14152) 101 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:21.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:21 smithi016 bash[21861]: audit 2024-05-21T18:28:20.618759+0000 mon.a (mon.0) 265 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:21.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:21 smithi016 bash[21861]: audit 2024-05-21T18:28:20.618759+0000 mon.a (mon.0) 265 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:21.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:21 smithi016 bash[21861]: audit 2024-05-21T18:28:20.623133+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:21.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:21 smithi016 bash[21861]: audit 2024-05-21T18:28:20.623133+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:21.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:21 smithi016 bash[21861]: audit 2024-05-21T18:28:20.630784+0000 mon.a (mon.0) 267 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:21.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:21 smithi016 bash[21861]: audit 2024-05-21T18:28:20.630784+0000 mon.a (mon.0) 267 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:21.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:21 smithi016 bash[21861]: audit 2024-05-21T18:28:20.634899+0000 mon.a (mon.0) 268 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:21.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:21 smithi016 bash[21861]: audit 2024-05-21T18:28:20.634899+0000 mon.a (mon.0) 268 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:21.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:21 smithi016 bash[21861]: audit 2024-05-21T18:28:20.699586+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T18:28:21.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:21 smithi016 bash[21861]: audit 2024-05-21T18:28:20.699586+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T18:28:21.798 INFO:journalctl@ceph.mgr.b.smithi077.stdout:May 21 18:28:21 smithi077 bash[24339]: debug 2024-05-21T18:28:21.418+0000 7fedfab09700 1 -- 172.21.15.77:0/375709365 <== mon.2 v2:172.21.15.77:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x560ff1cb05a0 con 0x560ff2a2e800 2024-05-21T18:28:21.798 INFO:journalctl@ceph.mgr.b.smithi077.stdout:May 21 18:28:21 smithi077 bash[24339]: debug 2024-05-21T18:28:21.558+0000 7fee04d1f200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-05-21T18:28:23.463 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:23 smithi077 bash[23831]: cluster 2024-05-21T18:28:22.098360+0000 mgr.a (mgr.14152) 102 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:23.463 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:23 smithi077 bash[23831]: cluster 2024-05-21T18:28:22.098360+0000 mgr.a (mgr.14152) 102 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:23.463 INFO:journalctl@ceph.mgr.b.smithi077.stdout:May 21 18:28:23 smithi077 bash[24339]: debug 2024-05-21T18:28:23.122+0000 7fee04d1f200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-05-21T18:28:23.463 INFO:journalctl@ceph.mgr.b.smithi077.stdout:May 21 18:28:23 smithi077 bash[24339]: debug 2024-05-21T18:28:23.218+0000 7fee04d1f200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-05-21T18:28:23.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:23 smithi134 bash[24085]: cluster 2024-05-21T18:28:22.098360+0000 mgr.a (mgr.14152) 102 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:23.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:23 smithi134 bash[24085]: cluster 2024-05-21T18:28:22.098360+0000 mgr.a (mgr.14152) 102 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:23.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:23 smithi016 bash[21861]: cluster 2024-05-21T18:28:22.098360+0000 mgr.a (mgr.14152) 102 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:23.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:23 smithi016 bash[21861]: cluster 2024-05-21T18:28:22.098360+0000 mgr.a (mgr.14152) 102 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:23.797 INFO:journalctl@ceph.mgr.b.smithi077.stdout:May 21 18:28:23 smithi077 bash[24339]: debug 2024-05-21T18:28:23.462+0000 7fee04d1f200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-05-21T18:28:24.547 INFO:journalctl@ceph.mgr.b.smithi077.stdout:May 21 18:28:24 smithi077 bash[24339]: debug 2024-05-21T18:28:24.253+0000 7fee04d1f200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-05-21T18:28:24.548 INFO:journalctl@ceph.mgr.b.smithi077.stdout:May 21 18:28:24 smithi077 bash[24339]: debug 2024-05-21T18:28:24.365+0000 7fee04d1f200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-05-21T18:28:24.548 INFO:journalctl@ceph.mgr.b.smithi077.stdout:May 21 18:28:24 smithi077 bash[24339]: debug 2024-05-21T18:28:24.465+0000 7fee04d1f200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-05-21T18:28:25.098 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/mon.a/config 2024-05-21T18:28:25.157 INFO:journalctl@ceph.mgr.b.smithi077.stdout:May 21 18:28:24 smithi077 bash[24339]: debug 2024-05-21T18:28:24.817+0000 7fee04d1f200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-05-21T18:28:25.157 INFO:journalctl@ceph.mgr.b.smithi077.stdout:May 21 18:28:24 smithi077 bash[24339]: debug 2024-05-21T18:28:24.929+0000 7fee04d1f200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-05-21T18:28:25.157 INFO:journalctl@ceph.mgr.b.smithi077.stdout:May 21 18:28:25 smithi077 bash[24339]: debug 2024-05-21T18:28:25.029+0000 7fee04d1f200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-05-21T18:28:25.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:25 smithi077 bash[23831]: cluster 2024-05-21T18:28:24.098809+0000 mgr.a (mgr.14152) 103 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:25.548 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:25 smithi077 bash[23831]: cluster 2024-05-21T18:28:24.098809+0000 mgr.a (mgr.14152) 103 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:25.548 INFO:journalctl@ceph.mgr.b.smithi077.stdout:May 21 18:28:25 smithi077 bash[24339]: debug 2024-05-21T18:28:25.385+0000 7fee04d1f200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-05-21T18:28:25.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:25 smithi134 bash[24085]: cluster 2024-05-21T18:28:24.098809+0000 mgr.a (mgr.14152) 103 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:25.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:25 smithi134 bash[24085]: cluster 2024-05-21T18:28:24.098809+0000 mgr.a (mgr.14152) 103 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:25.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:25 smithi016 bash[21861]: cluster 2024-05-21T18:28:24.098809+0000 mgr.a (mgr.14152) 103 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:25.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:25 smithi016 bash[21861]: cluster 2024-05-21T18:28:24.098809+0000 mgr.a (mgr.14152) 103 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:25.891 INFO:journalctl@ceph.mgr.b.smithi077.stdout:May 21 18:28:25 smithi077 bash[24339]: debug 2024-05-21T18:28:25.625+0000 7fee04d1f200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-05-21T18:28:26.273 INFO:journalctl@ceph.mgr.b.smithi077.stdout:May 21 18:28:25 smithi077 bash[24339]: debug 2024-05-21T18:28:25.893+0000 7fee04d1f200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-05-21T18:28:26.273 INFO:journalctl@ceph.mgr.b.smithi077.stdout:May 21 18:28:26 smithi077 bash[24339]: debug 2024-05-21T18:28:26.005+0000 7fee04d1f200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-05-21T18:28:26.273 INFO:journalctl@ceph.mgr.b.smithi077.stdout:May 21 18:28:26 smithi077 bash[24339]: debug 2024-05-21T18:28:26.273+0000 7fee04d1f200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-05-21T18:28:26.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:26 smithi077 bash[23831]: audit 2024-05-21T18:28:25.291863+0000 mon.a (mon.0) 270 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:26.548 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:26 smithi077 bash[23831]: audit 2024-05-21T18:28:25.291863+0000 mon.a (mon.0) 270 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:26.548 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:26 smithi077 bash[23831]: audit 2024-05-21T18:28:25.888268+0000 mon.a (mon.0) 271 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:26.548 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:26 smithi077 bash[23831]: audit 2024-05-21T18:28:25.888268+0000 mon.a (mon.0) 271 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:26.548 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:26 smithi077 bash[23831]: audit 2024-05-21T18:28:25.896110+0000 mon.a (mon.0) 272 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:26.548 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:26 smithi077 bash[23831]: audit 2024-05-21T18:28:25.896110+0000 mon.a (mon.0) 272 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:26.548 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:26 smithi077 bash[23831]: audit 2024-05-21T18:28:25.898072+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:28:26.548 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:26 smithi077 bash[23831]: audit 2024-05-21T18:28:25.898072+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:28:26.548 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:26 smithi077 bash[23831]: audit 2024-05-21T18:28:25.900461+0000 mon.a (mon.0) 274 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T18:28:26.548 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:26 smithi077 bash[23831]: audit 2024-05-21T18:28:25.900461+0000 mon.a (mon.0) 274 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T18:28:26.548 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:26 smithi077 bash[23831]: audit 2024-05-21T18:28:25.909352+0000 mon.a (mon.0) 275 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:26.548 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:26 smithi077 bash[23831]: audit 2024-05-21T18:28:25.909352+0000 mon.a (mon.0) 275 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:26.548 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:26 smithi077 bash[23831]: audit 2024-05-21T18:28:26.008568+0000 mon.a (mon.0) 276 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-21T18:28:26.549 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:26 smithi077 bash[23831]: audit 2024-05-21T18:28:26.008568+0000 mon.a (mon.0) 276 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-21T18:28:26.549 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:26 smithi077 bash[23831]: audit 2024-05-21T18:28:26.009642+0000 mon.a (mon.0) 277 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-21T18:28:26.549 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:26 smithi077 bash[23831]: audit 2024-05-21T18:28:26.009642+0000 mon.a (mon.0) 277 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-21T18:28:26.549 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:26 smithi077 bash[23831]: audit 2024-05-21T18:28:26.010414+0000 mon.a (mon.0) 278 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:28:26.549 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:26 smithi077 bash[23831]: audit 2024-05-21T18:28:26.010414+0000 mon.a (mon.0) 278 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:28:26.604 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:26 smithi134 bash[24085]: audit 2024-05-21T18:28:25.291863+0000 mon.a (mon.0) 270 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:26.604 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:26 smithi134 bash[24085]: audit 2024-05-21T18:28:25.291863+0000 mon.a (mon.0) 270 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:26.604 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:26 smithi134 bash[24085]: audit 2024-05-21T18:28:25.888268+0000 mon.a (mon.0) 271 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:26.604 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:26 smithi134 bash[24085]: audit 2024-05-21T18:28:25.888268+0000 mon.a (mon.0) 271 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:26.604 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:26 smithi134 bash[24085]: audit 2024-05-21T18:28:25.896110+0000 mon.a (mon.0) 272 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:26.604 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:26 smithi134 bash[24085]: audit 2024-05-21T18:28:25.896110+0000 mon.a (mon.0) 272 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:26.604 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:26 smithi134 bash[24085]: audit 2024-05-21T18:28:25.898072+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:28:26.604 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:26 smithi134 bash[24085]: audit 2024-05-21T18:28:25.898072+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:28:26.604 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:26 smithi134 bash[24085]: audit 2024-05-21T18:28:25.900461+0000 mon.a (mon.0) 274 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T18:28:26.604 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:26 smithi134 bash[24085]: audit 2024-05-21T18:28:25.900461+0000 mon.a (mon.0) 274 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T18:28:26.605 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:26 smithi134 bash[24085]: audit 2024-05-21T18:28:25.909352+0000 mon.a (mon.0) 275 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:26.605 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:26 smithi134 bash[24085]: audit 2024-05-21T18:28:25.909352+0000 mon.a (mon.0) 275 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:26.605 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:26 smithi134 bash[24085]: audit 2024-05-21T18:28:26.008568+0000 mon.a (mon.0) 276 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-21T18:28:26.605 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:26 smithi134 bash[24085]: audit 2024-05-21T18:28:26.008568+0000 mon.a (mon.0) 276 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-21T18:28:26.605 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:26 smithi134 bash[24085]: audit 2024-05-21T18:28:26.009642+0000 mon.a (mon.0) 277 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-21T18:28:26.605 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:26 smithi134 bash[24085]: audit 2024-05-21T18:28:26.009642+0000 mon.a (mon.0) 277 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-21T18:28:26.605 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:26 smithi134 bash[24085]: audit 2024-05-21T18:28:26.010414+0000 mon.a (mon.0) 278 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:28:26.605 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:26 smithi134 bash[24085]: audit 2024-05-21T18:28:26.010414+0000 mon.a (mon.0) 278 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:28:26.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:26 smithi016 bash[21861]: audit 2024-05-21T18:28:25.291863+0000 mon.a (mon.0) 270 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:26.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:26 smithi016 bash[21861]: audit 2024-05-21T18:28:25.291863+0000 mon.a (mon.0) 270 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:26.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:26 smithi016 bash[21861]: audit 2024-05-21T18:28:25.888268+0000 mon.a (mon.0) 271 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:26.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:26 smithi016 bash[21861]: audit 2024-05-21T18:28:25.888268+0000 mon.a (mon.0) 271 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:26.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:26 smithi016 bash[21861]: audit 2024-05-21T18:28:25.896110+0000 mon.a (mon.0) 272 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:26.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:26 smithi016 bash[21861]: audit 2024-05-21T18:28:25.896110+0000 mon.a (mon.0) 272 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:26.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:26 smithi016 bash[21861]: audit 2024-05-21T18:28:25.898072+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:28:26.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:26 smithi016 bash[21861]: audit 2024-05-21T18:28:25.898072+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:28:26.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:26 smithi016 bash[21861]: audit 2024-05-21T18:28:25.900461+0000 mon.a (mon.0) 274 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T18:28:26.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:26 smithi016 bash[21861]: audit 2024-05-21T18:28:25.900461+0000 mon.a (mon.0) 274 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T18:28:26.607 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:26 smithi016 bash[21861]: audit 2024-05-21T18:28:25.909352+0000 mon.a (mon.0) 275 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:26.607 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:26 smithi016 bash[21861]: audit 2024-05-21T18:28:25.909352+0000 mon.a (mon.0) 275 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:26.607 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:26 smithi016 bash[21861]: audit 2024-05-21T18:28:26.008568+0000 mon.a (mon.0) 276 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-21T18:28:26.607 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:26 smithi016 bash[21861]: audit 2024-05-21T18:28:26.008568+0000 mon.a (mon.0) 276 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-21T18:28:26.607 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:26 smithi016 bash[21861]: audit 2024-05-21T18:28:26.009642+0000 mon.a (mon.0) 277 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-21T18:28:26.607 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:26 smithi016 bash[21861]: audit 2024-05-21T18:28:26.009642+0000 mon.a (mon.0) 277 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-21T18:28:26.607 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:26 smithi016 bash[21861]: audit 2024-05-21T18:28:26.010414+0000 mon.a (mon.0) 278 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:28:26.607 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:26 smithi016 bash[21861]: audit 2024-05-21T18:28:26.010414+0000 mon.a (mon.0) 278 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:28:27.040 INFO:journalctl@ceph.mgr.b.smithi077.stdout:May 21 18:28:26 smithi077 bash[24339]: debug 2024-05-21T18:28:26.689+0000 7fee04d1f200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-05-21T18:28:27.040 INFO:journalctl@ceph.mgr.b.smithi077.stdout:May 21 18:28:26 smithi077 bash[24339]: debug 2024-05-21T18:28:26.925+0000 7fee04d1f200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-05-21T18:28:27.040 INFO:journalctl@ceph.mgr.b.smithi077.stdout:May 21 18:28:27 smithi077 bash[24339]: debug 2024-05-21T18:28:27.041+0000 7fee04d1f200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-05-21T18:28:27.297 INFO:journalctl@ceph.mgr.b.smithi077.stdout:May 21 18:28:27 smithi077 bash[24339]: debug 2024-05-21T18:28:27.285+0000 7fee04d1f200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-05-21T18:28:27.297 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:27 smithi077 bash[23831]: cephadm 2024-05-21T18:28:26.008076+0000 mgr.a (mgr.14152) 104 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-05-21T18:28:27.298 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:27 smithi077 bash[23831]: cephadm 2024-05-21T18:28:26.008076+0000 mgr.a (mgr.14152) 104 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-05-21T18:28:27.298 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:27 smithi077 bash[23831]: cephadm 2024-05-21T18:28:26.011429+0000 mgr.a (mgr.14152) 105 : cephadm [INF] Reconfiguring daemon mgr.a on smithi016 2024-05-21T18:28:27.298 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:27 smithi077 bash[23831]: cephadm 2024-05-21T18:28:26.011429+0000 mgr.a (mgr.14152) 105 : cephadm [INF] Reconfiguring daemon mgr.a on smithi016 2024-05-21T18:28:27.298 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:27 smithi077 bash[23831]: cluster 2024-05-21T18:28:26.099095+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:27.298 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:27 smithi077 bash[23831]: cluster 2024-05-21T18:28:26.099095+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:27.577 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:27 smithi016 bash[21861]: cephadm 2024-05-21T18:28:26.008076+0000 mgr.a (mgr.14152) 104 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-05-21T18:28:27.577 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:27 smithi016 bash[21861]: cephadm 2024-05-21T18:28:26.008076+0000 mgr.a (mgr.14152) 104 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-05-21T18:28:27.578 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:27 smithi016 bash[21861]: cephadm 2024-05-21T18:28:26.011429+0000 mgr.a (mgr.14152) 105 : cephadm [INF] Reconfiguring daemon mgr.a on smithi016 2024-05-21T18:28:27.578 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:27 smithi016 bash[21861]: cephadm 2024-05-21T18:28:26.011429+0000 mgr.a (mgr.14152) 105 : cephadm [INF] Reconfiguring daemon mgr.a on smithi016 2024-05-21T18:28:27.578 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:27 smithi016 bash[21861]: cluster 2024-05-21T18:28:26.099095+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:27.578 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:27 smithi016 bash[21861]: cluster 2024-05-21T18:28:26.099095+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:27.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:27 smithi134 bash[24085]: cephadm 2024-05-21T18:28:26.008076+0000 mgr.a (mgr.14152) 104 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-05-21T18:28:27.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:27 smithi134 bash[24085]: cephadm 2024-05-21T18:28:26.008076+0000 mgr.a (mgr.14152) 104 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-05-21T18:28:27.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:27 smithi134 bash[24085]: cephadm 2024-05-21T18:28:26.011429+0000 mgr.a (mgr.14152) 105 : cephadm [INF] Reconfiguring daemon mgr.a on smithi016 2024-05-21T18:28:27.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:27 smithi134 bash[24085]: cephadm 2024-05-21T18:28:26.011429+0000 mgr.a (mgr.14152) 105 : cephadm [INF] Reconfiguring daemon mgr.a on smithi016 2024-05-21T18:28:27.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:27 smithi134 bash[24085]: cluster 2024-05-21T18:28:26.099095+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:27.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:27 smithi134 bash[24085]: cluster 2024-05-21T18:28:26.099095+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:28.547 INFO:journalctl@ceph.mgr.b.smithi077.stdout:May 21 18:28:28 smithi077 bash[24339]: debug 2024-05-21T18:28:28.293+0000 7fee04d1f200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-05-21T18:28:28.548 INFO:journalctl@ceph.mgr.b.smithi077.stdout:May 21 18:28:28 smithi077 bash[24339]: debug 2024-05-21T18:28:28.409+0000 7fee04d1f200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-05-21T18:28:28.565 INFO:teuthology.orchestra.run.smithi016.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-05-21T18:28:28.565 INFO:teuthology.orchestra.run.smithi016.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-05-21T18:28:28.565 INFO:teuthology.orchestra.run.smithi016.stderr: stderr: 10+0 records in 2024-05-21T18:28:28.565 INFO:teuthology.orchestra.run.smithi016.stderr:10+0 records out 2024-05-21T18:28:28.565 INFO:teuthology.orchestra.run.smithi016.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0111163 s, 943 MB/s 2024-05-21T18:28:28.566 INFO:teuthology.orchestra.run.smithi016.stderr:--> Zapping successful for: 2024-05-21T18:28:29.047 INFO:journalctl@ceph.mgr.b.smithi077.stdout:May 21 18:28:28 smithi077 bash[24339]: debug 2024-05-21T18:28:28.697+0000 7fee04d1f200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-05-21T18:28:29.047 INFO:journalctl@ceph.mgr.b.smithi077.stdout:May 21 18:28:28 smithi077 bash[24339]: debug 2024-05-21T18:28:28.809+0000 7fee04d1f200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-05-21T18:28:29.217 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9ef9bcfdb32ec4999d7ca025815290e8395c6ae7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3de35fc8-179f-11ef-bc9a-c7b262605968 -- ceph orch daemon add osd smithi016:vg_nvme/lv_4 2024-05-21T18:28:29.536 INFO:journalctl@ceph.mgr.b.smithi077.stdout:May 21 18:28:29 smithi077 bash[24339]: debug 2024-05-21T18:28:29.089+0000 7fee04d1f200 -1 mgr[py] Module smb has missing NOTIFY_TYPES member 2024-05-21T18:28:29.537 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:29 smithi077 bash[23831]: cluster 2024-05-21T18:28:28.099450+0000 mgr.a (mgr.14152) 107 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:29.537 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:29 smithi077 bash[23831]: cluster 2024-05-21T18:28:28.099450+0000 mgr.a (mgr.14152) 107 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:29.537 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:29 smithi077 bash[23831]: audit 2024-05-21T18:28:28.399732+0000 mon.a (mon.0) 279 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:29.537 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:29 smithi077 bash[23831]: audit 2024-05-21T18:28:28.399732+0000 mon.a (mon.0) 279 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:29.537 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:29 smithi077 bash[23831]: audit 2024-05-21T18:28:28.405530+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:29.537 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:29 smithi077 bash[23831]: audit 2024-05-21T18:28:28.405530+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:29.537 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:29 smithi077 bash[23831]: audit 2024-05-21T18:28:28.431264+0000 mon.a (mon.0) 281 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T18:28:29.537 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:29 smithi077 bash[23831]: audit 2024-05-21T18:28:28.431264+0000 mon.a (mon.0) 281 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T18:28:29.538 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:29 smithi077 bash[23831]: audit 2024-05-21T18:28:29.116025+0000 mon.a (mon.0) 282 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:28:29.538 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:29 smithi077 bash[23831]: audit 2024-05-21T18:28:29.116025+0000 mon.a (mon.0) 282 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:28:29.538 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:29 smithi077 bash[23831]: audit 2024-05-21T18:28:29.117937+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T18:28:29.538 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:29 smithi077 bash[23831]: audit 2024-05-21T18:28:29.117937+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T18:28:29.538 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:29 smithi077 bash[23831]: audit 2024-05-21T18:28:29.128312+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:29.538 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:29 smithi077 bash[23831]: audit 2024-05-21T18:28:29.128312+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:29.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:29 smithi134 bash[24085]: cluster 2024-05-21T18:28:28.099450+0000 mgr.a (mgr.14152) 107 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:29.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:29 smithi134 bash[24085]: cluster 2024-05-21T18:28:28.099450+0000 mgr.a (mgr.14152) 107 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:29.604 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:29 smithi134 bash[24085]: audit 2024-05-21T18:28:28.399732+0000 mon.a (mon.0) 279 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:29.604 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:29 smithi134 bash[24085]: audit 2024-05-21T18:28:28.399732+0000 mon.a (mon.0) 279 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:29.604 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:29 smithi134 bash[24085]: audit 2024-05-21T18:28:28.405530+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:29.604 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:29 smithi134 bash[24085]: audit 2024-05-21T18:28:28.405530+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:29.604 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:29 smithi134 bash[24085]: audit 2024-05-21T18:28:28.431264+0000 mon.a (mon.0) 281 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T18:28:29.604 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:29 smithi134 bash[24085]: audit 2024-05-21T18:28:28.431264+0000 mon.a (mon.0) 281 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T18:28:29.604 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:29 smithi134 bash[24085]: audit 2024-05-21T18:28:29.116025+0000 mon.a (mon.0) 282 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:28:29.604 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:29 smithi134 bash[24085]: audit 2024-05-21T18:28:29.116025+0000 mon.a (mon.0) 282 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:28:29.604 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:29 smithi134 bash[24085]: audit 2024-05-21T18:28:29.117937+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T18:28:29.604 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:29 smithi134 bash[24085]: audit 2024-05-21T18:28:29.117937+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T18:28:29.604 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:29 smithi134 bash[24085]: audit 2024-05-21T18:28:29.128312+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:29.605 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:29 smithi134 bash[24085]: audit 2024-05-21T18:28:29.128312+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:29.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:29 smithi016 bash[21861]: cluster 2024-05-21T18:28:28.099450+0000 mgr.a (mgr.14152) 107 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:29.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:29 smithi016 bash[21861]: cluster 2024-05-21T18:28:28.099450+0000 mgr.a (mgr.14152) 107 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:29.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:29 smithi016 bash[21861]: audit 2024-05-21T18:28:28.399732+0000 mon.a (mon.0) 279 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:29.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:29 smithi016 bash[21861]: audit 2024-05-21T18:28:28.399732+0000 mon.a (mon.0) 279 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:29.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:29 smithi016 bash[21861]: audit 2024-05-21T18:28:28.405530+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:29.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:29 smithi016 bash[21861]: audit 2024-05-21T18:28:28.405530+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:29.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:29 smithi016 bash[21861]: audit 2024-05-21T18:28:28.431264+0000 mon.a (mon.0) 281 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T18:28:29.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:29 smithi016 bash[21861]: audit 2024-05-21T18:28:28.431264+0000 mon.a (mon.0) 281 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T18:28:29.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:29 smithi016 bash[21861]: audit 2024-05-21T18:28:29.116025+0000 mon.a (mon.0) 282 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:28:29.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:29 smithi016 bash[21861]: audit 2024-05-21T18:28:29.116025+0000 mon.a (mon.0) 282 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:28:29.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:29 smithi016 bash[21861]: audit 2024-05-21T18:28:29.117937+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T18:28:29.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:29 smithi016 bash[21861]: audit 2024-05-21T18:28:29.117937+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T18:28:29.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:29 smithi016 bash[21861]: audit 2024-05-21T18:28:29.128312+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:29.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:29 smithi016 bash[21861]: audit 2024-05-21T18:28:29.128312+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:28:29.797 INFO:journalctl@ceph.mgr.b.smithi077.stdout:May 21 18:28:29 smithi077 bash[24339]: debug 2024-05-21T18:28:29.537+0000 7fee04d1f200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-05-21T18:28:29.797 INFO:journalctl@ceph.mgr.b.smithi077.stdout:May 21 18:28:29 smithi077 bash[24339]: debug 2024-05-21T18:28:29.653+0000 7fee04d1f200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-05-21T18:28:30.548 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:30 smithi077 bash[23831]: cluster 2024-05-21T18:28:29.678749+0000 mon.a (mon.0) 285 : cluster [DBG] Standby manager daemon b started 2024-05-21T18:28:30.548 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:30 smithi077 bash[23831]: cluster 2024-05-21T18:28:29.678749+0000 mon.a (mon.0) 285 : cluster [DBG] Standby manager daemon b started 2024-05-21T18:28:30.548 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:30 smithi077 bash[23831]: audit 2024-05-21T18:28:29.680847+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.77:0/555950041' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-05-21T18:28:30.548 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:30 smithi077 bash[23831]: audit 2024-05-21T18:28:29.680847+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.77:0/555950041' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-05-21T18:28:30.548 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:30 smithi077 bash[23831]: audit 2024-05-21T18:28:29.681397+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.77:0/555950041' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-05-21T18:28:30.548 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:30 smithi077 bash[23831]: audit 2024-05-21T18:28:29.681397+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.77:0/555950041' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-05-21T18:28:30.548 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:30 smithi077 bash[23831]: audit 2024-05-21T18:28:29.682703+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.77:0/555950041' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-05-21T18:28:30.548 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:30 smithi077 bash[23831]: audit 2024-05-21T18:28:29.682703+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.77:0/555950041' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-05-21T18:28:30.548 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:30 smithi077 bash[23831]: audit 2024-05-21T18:28:29.683482+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.77:0/555950041' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-05-21T18:28:30.548 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:30 smithi077 bash[23831]: audit 2024-05-21T18:28:29.683482+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.77:0/555950041' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-05-21T18:28:30.604 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:30 smithi134 bash[24085]: cluster 2024-05-21T18:28:29.678749+0000 mon.a (mon.0) 285 : cluster [DBG] Standby manager daemon b started 2024-05-21T18:28:30.604 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:30 smithi134 bash[24085]: cluster 2024-05-21T18:28:29.678749+0000 mon.a (mon.0) 285 : cluster [DBG] Standby manager daemon b started 2024-05-21T18:28:30.604 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:30 smithi134 bash[24085]: audit 2024-05-21T18:28:29.680847+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.77:0/555950041' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-05-21T18:28:30.604 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:30 smithi134 bash[24085]: audit 2024-05-21T18:28:29.680847+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.77:0/555950041' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-05-21T18:28:30.604 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:30 smithi134 bash[24085]: audit 2024-05-21T18:28:29.681397+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.77:0/555950041' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-05-21T18:28:30.604 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:30 smithi134 bash[24085]: audit 2024-05-21T18:28:29.681397+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.77:0/555950041' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-05-21T18:28:30.604 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:30 smithi134 bash[24085]: audit 2024-05-21T18:28:29.682703+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.77:0/555950041' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-05-21T18:28:30.604 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:30 smithi134 bash[24085]: audit 2024-05-21T18:28:29.682703+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.77:0/555950041' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-05-21T18:28:30.604 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:30 smithi134 bash[24085]: audit 2024-05-21T18:28:29.683482+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.77:0/555950041' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-05-21T18:28:30.604 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:30 smithi134 bash[24085]: audit 2024-05-21T18:28:29.683482+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.77:0/555950041' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-05-21T18:28:30.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:30 smithi016 bash[21861]: cluster 2024-05-21T18:28:29.678749+0000 mon.a (mon.0) 285 : cluster [DBG] Standby manager daemon b started 2024-05-21T18:28:30.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:30 smithi016 bash[21861]: cluster 2024-05-21T18:28:29.678749+0000 mon.a (mon.0) 285 : cluster [DBG] Standby manager daemon b started 2024-05-21T18:28:30.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:30 smithi016 bash[21861]: audit 2024-05-21T18:28:29.680847+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.77:0/555950041' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-05-21T18:28:30.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:30 smithi016 bash[21861]: audit 2024-05-21T18:28:29.680847+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.77:0/555950041' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-05-21T18:28:30.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:30 smithi016 bash[21861]: audit 2024-05-21T18:28:29.681397+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.77:0/555950041' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-05-21T18:28:30.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:30 smithi016 bash[21861]: audit 2024-05-21T18:28:29.681397+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.77:0/555950041' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-05-21T18:28:30.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:30 smithi016 bash[21861]: audit 2024-05-21T18:28:29.682703+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.77:0/555950041' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-05-21T18:28:30.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:30 smithi016 bash[21861]: audit 2024-05-21T18:28:29.682703+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.77:0/555950041' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-05-21T18:28:30.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:30 smithi016 bash[21861]: audit 2024-05-21T18:28:29.683482+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.77:0/555950041' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-05-21T18:28:30.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:30 smithi016 bash[21861]: audit 2024-05-21T18:28:29.683482+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.77:0/555950041' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-05-21T18:28:31.605 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:31 smithi134 bash[24085]: cluster 2024-05-21T18:28:30.099878+0000 mgr.a (mgr.14152) 108 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:31.605 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:31 smithi134 bash[24085]: cluster 2024-05-21T18:28:30.099878+0000 mgr.a (mgr.14152) 108 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:31.605 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:31 smithi134 bash[24085]: cluster 2024-05-21T18:28:30.318861+0000 mon.a (mon.0) 286 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-05-21T18:28:31.605 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:31 smithi134 bash[24085]: cluster 2024-05-21T18:28:30.318861+0000 mon.a (mon.0) 286 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-05-21T18:28:31.605 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:31 smithi134 bash[24085]: audit 2024-05-21T18:28:30.319133+0000 mon.a (mon.0) 287 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-05-21T18:28:31.605 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:31 smithi134 bash[24085]: audit 2024-05-21T18:28:30.319133+0000 mon.a (mon.0) 287 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-05-21T18:28:31.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:31 smithi016 bash[21861]: cluster 2024-05-21T18:28:30.099878+0000 mgr.a (mgr.14152) 108 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:31.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:31 smithi016 bash[21861]: cluster 2024-05-21T18:28:30.099878+0000 mgr.a (mgr.14152) 108 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:31.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:31 smithi016 bash[21861]: cluster 2024-05-21T18:28:30.318861+0000 mon.a (mon.0) 286 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-05-21T18:28:31.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:31 smithi016 bash[21861]: cluster 2024-05-21T18:28:30.318861+0000 mon.a (mon.0) 286 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-05-21T18:28:31.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:31 smithi016 bash[21861]: audit 2024-05-21T18:28:30.319133+0000 mon.a (mon.0) 287 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-05-21T18:28:31.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:31 smithi016 bash[21861]: audit 2024-05-21T18:28:30.319133+0000 mon.a (mon.0) 287 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-05-21T18:28:31.797 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:31 smithi077 bash[23831]: cluster 2024-05-21T18:28:30.099878+0000 mgr.a (mgr.14152) 108 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:31.798 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:31 smithi077 bash[23831]: cluster 2024-05-21T18:28:30.099878+0000 mgr.a (mgr.14152) 108 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:31.798 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:31 smithi077 bash[23831]: cluster 2024-05-21T18:28:30.318861+0000 mon.a (mon.0) 286 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-05-21T18:28:31.798 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:31 smithi077 bash[23831]: cluster 2024-05-21T18:28:30.318861+0000 mon.a (mon.0) 286 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-05-21T18:28:31.798 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:31 smithi077 bash[23831]: audit 2024-05-21T18:28:30.319133+0000 mon.a (mon.0) 287 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-05-21T18:28:31.798 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:31 smithi077 bash[23831]: audit 2024-05-21T18:28:30.319133+0000 mon.a (mon.0) 287 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-05-21T18:28:33.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:33 smithi134 bash[24085]: cluster 2024-05-21T18:28:32.100317+0000 mgr.a (mgr.14152) 109 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:33.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:33 smithi134 bash[24085]: cluster 2024-05-21T18:28:32.100317+0000 mgr.a (mgr.14152) 109 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:33.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:33 smithi016 bash[21861]: cluster 2024-05-21T18:28:32.100317+0000 mgr.a (mgr.14152) 109 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:33.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:33 smithi016 bash[21861]: cluster 2024-05-21T18:28:32.100317+0000 mgr.a (mgr.14152) 109 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:33.797 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:33 smithi077 bash[23831]: cluster 2024-05-21T18:28:32.100317+0000 mgr.a (mgr.14152) 109 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:33.797 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:33 smithi077 bash[23831]: cluster 2024-05-21T18:28:32.100317+0000 mgr.a (mgr.14152) 109 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:33.936 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/mon.a/config 2024-05-21T18:28:35.542 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:35 smithi016 bash[21861]: cluster 2024-05-21T18:28:34.100752+0000 mgr.a (mgr.14152) 110 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:35.542 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:35 smithi016 bash[21861]: cluster 2024-05-21T18:28:34.100752+0000 mgr.a (mgr.14152) 110 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:35.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:35 smithi134 bash[24085]: cluster 2024-05-21T18:28:34.100752+0000 mgr.a (mgr.14152) 110 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:35.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:35 smithi134 bash[24085]: cluster 2024-05-21T18:28:34.100752+0000 mgr.a (mgr.14152) 110 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:35.797 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:35 smithi077 bash[23831]: cluster 2024-05-21T18:28:34.100752+0000 mgr.a (mgr.14152) 110 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:35.797 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:35 smithi077 bash[23831]: cluster 2024-05-21T18:28:34.100752+0000 mgr.a (mgr.14152) 110 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:37.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:37 smithi134 bash[24085]: cluster 2024-05-21T18:28:36.101196+0000 mgr.a (mgr.14152) 111 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:37.604 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:37 smithi134 bash[24085]: cluster 2024-05-21T18:28:36.101196+0000 mgr.a (mgr.14152) 111 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:37.604 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:37 smithi134 bash[24085]: audit 2024-05-21T18:28:36.667433+0000 mon.a (mon.0) 288 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-21T18:28:37.604 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:37 smithi134 bash[24085]: audit 2024-05-21T18:28:36.667433+0000 mon.a (mon.0) 288 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-21T18:28:37.604 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:37 smithi134 bash[24085]: audit 2024-05-21T18:28:36.673390+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-21T18:28:37.604 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:37 smithi134 bash[24085]: audit 2024-05-21T18:28:36.673390+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-21T18:28:37.604 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:37 smithi134 bash[24085]: audit 2024-05-21T18:28:36.674662+0000 mon.a (mon.0) 290 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:28:37.604 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:37 smithi134 bash[24085]: audit 2024-05-21T18:28:36.674662+0000 mon.a (mon.0) 290 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:28:37.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:37 smithi016 bash[21861]: cluster 2024-05-21T18:28:36.101196+0000 mgr.a (mgr.14152) 111 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:37.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:37 smithi016 bash[21861]: cluster 2024-05-21T18:28:36.101196+0000 mgr.a (mgr.14152) 111 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:37.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:37 smithi016 bash[21861]: audit 2024-05-21T18:28:36.667433+0000 mon.a (mon.0) 288 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-21T18:28:37.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:37 smithi016 bash[21861]: audit 2024-05-21T18:28:36.667433+0000 mon.a (mon.0) 288 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-21T18:28:37.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:37 smithi016 bash[21861]: audit 2024-05-21T18:28:36.673390+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-21T18:28:37.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:37 smithi016 bash[21861]: audit 2024-05-21T18:28:36.673390+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-21T18:28:37.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:37 smithi016 bash[21861]: audit 2024-05-21T18:28:36.674662+0000 mon.a (mon.0) 290 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:28:37.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:37 smithi016 bash[21861]: audit 2024-05-21T18:28:36.674662+0000 mon.a (mon.0) 290 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:28:37.797 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:37 smithi077 bash[23831]: cluster 2024-05-21T18:28:36.101196+0000 mgr.a (mgr.14152) 111 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:37.798 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:37 smithi077 bash[23831]: cluster 2024-05-21T18:28:36.101196+0000 mgr.a (mgr.14152) 111 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:37.798 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:37 smithi077 bash[23831]: audit 2024-05-21T18:28:36.667433+0000 mon.a (mon.0) 288 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-21T18:28:37.798 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:37 smithi077 bash[23831]: audit 2024-05-21T18:28:36.667433+0000 mon.a (mon.0) 288 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-21T18:28:37.798 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:37 smithi077 bash[23831]: audit 2024-05-21T18:28:36.673390+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-21T18:28:37.798 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:37 smithi077 bash[23831]: audit 2024-05-21T18:28:36.673390+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-21T18:28:37.798 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:37 smithi077 bash[23831]: audit 2024-05-21T18:28:36.674662+0000 mon.a (mon.0) 290 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:28:37.798 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:37 smithi077 bash[23831]: audit 2024-05-21T18:28:36.674662+0000 mon.a (mon.0) 290 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:28:38.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:38 smithi134 bash[24085]: audit 2024-05-21T18:28:36.660180+0000 mgr.a (mgr.14152) 112 : audit [DBG] from='client.14211 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi016:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T18:28:38.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:38 smithi134 bash[24085]: audit 2024-05-21T18:28:36.660180+0000 mgr.a (mgr.14152) 112 : audit [DBG] from='client.14211 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi016:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T18:28:38.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:38 smithi016 bash[21861]: audit 2024-05-21T18:28:36.660180+0000 mgr.a (mgr.14152) 112 : audit [DBG] from='client.14211 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi016:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T18:28:38.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:38 smithi016 bash[21861]: audit 2024-05-21T18:28:36.660180+0000 mgr.a (mgr.14152) 112 : audit [DBG] from='client.14211 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi016:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T18:28:38.797 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:38 smithi077 bash[23831]: audit 2024-05-21T18:28:36.660180+0000 mgr.a (mgr.14152) 112 : audit [DBG] from='client.14211 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi016:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T18:28:38.798 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:38 smithi077 bash[23831]: audit 2024-05-21T18:28:36.660180+0000 mgr.a (mgr.14152) 112 : audit [DBG] from='client.14211 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi016:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T18:28:39.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:39 smithi134 bash[24085]: cluster 2024-05-21T18:28:38.101600+0000 mgr.a (mgr.14152) 113 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:39.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:39 smithi134 bash[24085]: cluster 2024-05-21T18:28:38.101600+0000 mgr.a (mgr.14152) 113 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:39.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:39 smithi016 bash[21861]: cluster 2024-05-21T18:28:38.101600+0000 mgr.a (mgr.14152) 113 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:39.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:39 smithi016 bash[21861]: cluster 2024-05-21T18:28:38.101600+0000 mgr.a (mgr.14152) 113 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:39.797 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:39 smithi077 bash[23831]: cluster 2024-05-21T18:28:38.101600+0000 mgr.a (mgr.14152) 113 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:39.797 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:39 smithi077 bash[23831]: cluster 2024-05-21T18:28:38.101600+0000 mgr.a (mgr.14152) 113 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:40.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:40 smithi134 bash[24085]: cluster 2024-05-21T18:28:40.102017+0000 mgr.a (mgr.14152) 114 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:40.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:40 smithi134 bash[24085]: cluster 2024-05-21T18:28:40.102017+0000 mgr.a (mgr.14152) 114 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:40.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:40 smithi016 bash[21861]: cluster 2024-05-21T18:28:40.102017+0000 mgr.a (mgr.14152) 114 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:40.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:40 smithi016 bash[21861]: cluster 2024-05-21T18:28:40.102017+0000 mgr.a (mgr.14152) 114 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:40.797 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:40 smithi077 bash[23831]: cluster 2024-05-21T18:28:40.102017+0000 mgr.a (mgr.14152) 114 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:40.797 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:40 smithi077 bash[23831]: cluster 2024-05-21T18:28:40.102017+0000 mgr.a (mgr.14152) 114 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:43.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:43 smithi077 bash[23831]: cluster 2024-05-21T18:28:42.102431+0000 mgr.a (mgr.14152) 115 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:43.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:43 smithi077 bash[23831]: cluster 2024-05-21T18:28:42.102431+0000 mgr.a (mgr.14152) 115 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:43.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:43 smithi134 bash[24085]: cluster 2024-05-21T18:28:42.102431+0000 mgr.a (mgr.14152) 115 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:43.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:43 smithi134 bash[24085]: cluster 2024-05-21T18:28:42.102431+0000 mgr.a (mgr.14152) 115 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:43.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:43 smithi016 bash[21861]: cluster 2024-05-21T18:28:42.102431+0000 mgr.a (mgr.14152) 115 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:43.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:43 smithi016 bash[21861]: cluster 2024-05-21T18:28:42.102431+0000 mgr.a (mgr.14152) 115 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:45.550 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:45 smithi077 bash[23831]: cluster 2024-05-21T18:28:44.102874+0000 mgr.a (mgr.14152) 116 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:45.550 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:45 smithi077 bash[23831]: cluster 2024-05-21T18:28:44.102874+0000 mgr.a (mgr.14152) 116 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:45.550 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:45 smithi077 bash[23831]: audit 2024-05-21T18:28:44.851040+0000 mon.a (mon.0) 291 : audit [INF] from='client.? 172.21.15.16:0/2359127813' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "24013845-fad4-48fd-84db-20690746fd03"}]: dispatch 2024-05-21T18:28:45.551 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:45 smithi077 bash[23831]: audit 2024-05-21T18:28:44.851040+0000 mon.a (mon.0) 291 : audit [INF] from='client.? 172.21.15.16:0/2359127813' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "24013845-fad4-48fd-84db-20690746fd03"}]: dispatch 2024-05-21T18:28:45.551 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:45 smithi077 bash[23831]: audit 2024-05-21T18:28:44.853887+0000 mon.a (mon.0) 292 : audit [INF] from='client.? 172.21.15.16:0/2359127813' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "24013845-fad4-48fd-84db-20690746fd03"}]': finished 2024-05-21T18:28:45.551 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:45 smithi077 bash[23831]: audit 2024-05-21T18:28:44.853887+0000 mon.a (mon.0) 292 : audit [INF] from='client.? 172.21.15.16:0/2359127813' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "24013845-fad4-48fd-84db-20690746fd03"}]': finished 2024-05-21T18:28:45.551 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:45 smithi077 bash[23831]: cluster 2024-05-21T18:28:44.858442+0000 mon.a (mon.0) 293 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-05-21T18:28:45.551 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:45 smithi077 bash[23831]: cluster 2024-05-21T18:28:44.858442+0000 mon.a (mon.0) 293 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-05-21T18:28:45.551 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:45 smithi077 bash[23831]: audit 2024-05-21T18:28:44.858673+0000 mon.a (mon.0) 294 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-21T18:28:45.551 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:45 smithi077 bash[23831]: audit 2024-05-21T18:28:44.858673+0000 mon.a (mon.0) 294 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-21T18:28:45.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:45 smithi134 bash[24085]: cluster 2024-05-21T18:28:44.102874+0000 mgr.a (mgr.14152) 116 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:45.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:45 smithi134 bash[24085]: cluster 2024-05-21T18:28:44.102874+0000 mgr.a (mgr.14152) 116 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:45.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:45 smithi134 bash[24085]: audit 2024-05-21T18:28:44.851040+0000 mon.a (mon.0) 291 : audit [INF] from='client.? 172.21.15.16:0/2359127813' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "24013845-fad4-48fd-84db-20690746fd03"}]: dispatch 2024-05-21T18:28:45.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:45 smithi134 bash[24085]: audit 2024-05-21T18:28:44.851040+0000 mon.a (mon.0) 291 : audit [INF] from='client.? 172.21.15.16:0/2359127813' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "24013845-fad4-48fd-84db-20690746fd03"}]: dispatch 2024-05-21T18:28:45.604 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:45 smithi134 bash[24085]: audit 2024-05-21T18:28:44.853887+0000 mon.a (mon.0) 292 : audit [INF] from='client.? 172.21.15.16:0/2359127813' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "24013845-fad4-48fd-84db-20690746fd03"}]': finished 2024-05-21T18:28:45.604 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:45 smithi134 bash[24085]: audit 2024-05-21T18:28:44.853887+0000 mon.a (mon.0) 292 : audit [INF] from='client.? 172.21.15.16:0/2359127813' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "24013845-fad4-48fd-84db-20690746fd03"}]': finished 2024-05-21T18:28:45.604 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:45 smithi134 bash[24085]: cluster 2024-05-21T18:28:44.858442+0000 mon.a (mon.0) 293 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-05-21T18:28:45.604 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:45 smithi134 bash[24085]: cluster 2024-05-21T18:28:44.858442+0000 mon.a (mon.0) 293 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-05-21T18:28:45.604 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:45 smithi134 bash[24085]: audit 2024-05-21T18:28:44.858673+0000 mon.a (mon.0) 294 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-21T18:28:45.604 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:45 smithi134 bash[24085]: audit 2024-05-21T18:28:44.858673+0000 mon.a (mon.0) 294 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-21T18:28:45.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:45 smithi016 bash[21861]: cluster 2024-05-21T18:28:44.102874+0000 mgr.a (mgr.14152) 116 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:45.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:45 smithi016 bash[21861]: cluster 2024-05-21T18:28:44.102874+0000 mgr.a (mgr.14152) 116 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:45.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:45 smithi016 bash[21861]: audit 2024-05-21T18:28:44.851040+0000 mon.a (mon.0) 291 : audit [INF] from='client.? 172.21.15.16:0/2359127813' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "24013845-fad4-48fd-84db-20690746fd03"}]: dispatch 2024-05-21T18:28:45.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:45 smithi016 bash[21861]: audit 2024-05-21T18:28:44.851040+0000 mon.a (mon.0) 291 : audit [INF] from='client.? 172.21.15.16:0/2359127813' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "24013845-fad4-48fd-84db-20690746fd03"}]: dispatch 2024-05-21T18:28:45.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:45 smithi016 bash[21861]: audit 2024-05-21T18:28:44.853887+0000 mon.a (mon.0) 292 : audit [INF] from='client.? 172.21.15.16:0/2359127813' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "24013845-fad4-48fd-84db-20690746fd03"}]': finished 2024-05-21T18:28:45.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:45 smithi016 bash[21861]: audit 2024-05-21T18:28:44.853887+0000 mon.a (mon.0) 292 : audit [INF] from='client.? 172.21.15.16:0/2359127813' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "24013845-fad4-48fd-84db-20690746fd03"}]': finished 2024-05-21T18:28:45.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:45 smithi016 bash[21861]: cluster 2024-05-21T18:28:44.858442+0000 mon.a (mon.0) 293 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-05-21T18:28:45.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:45 smithi016 bash[21861]: cluster 2024-05-21T18:28:44.858442+0000 mon.a (mon.0) 293 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-05-21T18:28:45.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:45 smithi016 bash[21861]: audit 2024-05-21T18:28:44.858673+0000 mon.a (mon.0) 294 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-21T18:28:45.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:45 smithi016 bash[21861]: audit 2024-05-21T18:28:44.858673+0000 mon.a (mon.0) 294 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-21T18:28:46.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:46 smithi077 bash[23831]: audit 2024-05-21T18:28:45.576905+0000 mon.a (mon.0) 295 : audit [DBG] from='client.? 172.21.15.16:0/2216492011' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-21T18:28:46.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:46 smithi077 bash[23831]: audit 2024-05-21T18:28:45.576905+0000 mon.a (mon.0) 295 : audit [DBG] from='client.? 172.21.15.16:0/2216492011' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-21T18:28:46.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:46 smithi134 bash[24085]: audit 2024-05-21T18:28:45.576905+0000 mon.a (mon.0) 295 : audit [DBG] from='client.? 172.21.15.16:0/2216492011' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-21T18:28:46.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:46 smithi134 bash[24085]: audit 2024-05-21T18:28:45.576905+0000 mon.a (mon.0) 295 : audit [DBG] from='client.? 172.21.15.16:0/2216492011' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-21T18:28:46.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:46 smithi016 bash[21861]: audit 2024-05-21T18:28:45.576905+0000 mon.a (mon.0) 295 : audit [DBG] from='client.? 172.21.15.16:0/2216492011' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-21T18:28:46.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:46 smithi016 bash[21861]: audit 2024-05-21T18:28:45.576905+0000 mon.a (mon.0) 295 : audit [DBG] from='client.? 172.21.15.16:0/2216492011' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-21T18:28:47.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:47 smithi077 bash[23831]: cluster 2024-05-21T18:28:46.103281+0000 mgr.a (mgr.14152) 117 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:47.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:47 smithi077 bash[23831]: cluster 2024-05-21T18:28:46.103281+0000 mgr.a (mgr.14152) 117 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:47.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:47 smithi134 bash[24085]: cluster 2024-05-21T18:28:46.103281+0000 mgr.a (mgr.14152) 117 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:47.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:47 smithi134 bash[24085]: cluster 2024-05-21T18:28:46.103281+0000 mgr.a (mgr.14152) 117 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:47.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:47 smithi016 bash[21861]: cluster 2024-05-21T18:28:46.103281+0000 mgr.a (mgr.14152) 117 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:47.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:47 smithi016 bash[21861]: cluster 2024-05-21T18:28:46.103281+0000 mgr.a (mgr.14152) 117 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:49.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:49 smithi077 bash[23831]: cluster 2024-05-21T18:28:48.103721+0000 mgr.a (mgr.14152) 118 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:49.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:49 smithi077 bash[23831]: cluster 2024-05-21T18:28:48.103721+0000 mgr.a (mgr.14152) 118 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:49.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:49 smithi134 bash[24085]: cluster 2024-05-21T18:28:48.103721+0000 mgr.a (mgr.14152) 118 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:49.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:49 smithi134 bash[24085]: cluster 2024-05-21T18:28:48.103721+0000 mgr.a (mgr.14152) 118 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:49.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:49 smithi016 bash[21861]: cluster 2024-05-21T18:28:48.103721+0000 mgr.a (mgr.14152) 118 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:49.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:49 smithi016 bash[21861]: cluster 2024-05-21T18:28:48.103721+0000 mgr.a (mgr.14152) 118 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:51.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:51 smithi077 bash[23831]: cluster 2024-05-21T18:28:50.104180+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:51.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:51 smithi077 bash[23831]: cluster 2024-05-21T18:28:50.104180+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:51.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:51 smithi134 bash[24085]: cluster 2024-05-21T18:28:50.104180+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:51.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:51 smithi134 bash[24085]: cluster 2024-05-21T18:28:50.104180+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:51.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:51 smithi016 bash[21861]: cluster 2024-05-21T18:28:50.104180+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:51.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:51 smithi016 bash[21861]: cluster 2024-05-21T18:28:50.104180+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:53.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:53 smithi077 bash[23831]: cluster 2024-05-21T18:28:52.104725+0000 mgr.a (mgr.14152) 120 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:53.548 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:53 smithi077 bash[23831]: cluster 2024-05-21T18:28:52.104725+0000 mgr.a (mgr.14152) 120 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:53.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:53 smithi134 bash[24085]: cluster 2024-05-21T18:28:52.104725+0000 mgr.a (mgr.14152) 120 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:53.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:53 smithi134 bash[24085]: cluster 2024-05-21T18:28:52.104725+0000 mgr.a (mgr.14152) 120 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:53.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:53 smithi016 bash[21861]: cluster 2024-05-21T18:28:52.104725+0000 mgr.a (mgr.14152) 120 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:53.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:53 smithi016 bash[21861]: cluster 2024-05-21T18:28:52.104725+0000 mgr.a (mgr.14152) 120 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:55.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:55 smithi077 bash[23831]: cluster 2024-05-21T18:28:54.105275+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:55.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:55 smithi077 bash[23831]: cluster 2024-05-21T18:28:54.105275+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:55.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:55 smithi134 bash[24085]: cluster 2024-05-21T18:28:54.105275+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:55.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:55 smithi134 bash[24085]: cluster 2024-05-21T18:28:54.105275+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:55.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:55 smithi016 bash[21861]: cluster 2024-05-21T18:28:54.105275+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:55.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:55 smithi016 bash[21861]: cluster 2024-05-21T18:28:54.105275+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:57.491 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:57 smithi016 bash[21861]: cluster 2024-05-21T18:28:56.105782+0000 mgr.a (mgr.14152) 122 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:57.491 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:57 smithi016 bash[21861]: cluster 2024-05-21T18:28:56.105782+0000 mgr.a (mgr.14152) 122 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:57.491 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:57 smithi016 bash[21861]: audit 2024-05-21T18:28:57.047105+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-05-21T18:28:57.491 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:57 smithi016 bash[21861]: audit 2024-05-21T18:28:57.047105+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-05-21T18:28:57.491 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:57 smithi016 bash[21861]: audit 2024-05-21T18:28:57.049178+0000 mon.a (mon.0) 297 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:28:57.491 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:57 smithi016 bash[21861]: audit 2024-05-21T18:28:57.049178+0000 mon.a (mon.0) 297 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:28:57.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:57 smithi077 bash[23831]: cluster 2024-05-21T18:28:56.105782+0000 mgr.a (mgr.14152) 122 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:57.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:57 smithi077 bash[23831]: cluster 2024-05-21T18:28:56.105782+0000 mgr.a (mgr.14152) 122 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:57.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:57 smithi077 bash[23831]: audit 2024-05-21T18:28:57.047105+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-05-21T18:28:57.548 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:57 smithi077 bash[23831]: audit 2024-05-21T18:28:57.047105+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-05-21T18:28:57.548 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:57 smithi077 bash[23831]: audit 2024-05-21T18:28:57.049178+0000 mon.a (mon.0) 297 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:28:57.548 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:57 smithi077 bash[23831]: audit 2024-05-21T18:28:57.049178+0000 mon.a (mon.0) 297 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:28:57.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:57 smithi134 bash[24085]: cluster 2024-05-21T18:28:56.105782+0000 mgr.a (mgr.14152) 122 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:57.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:57 smithi134 bash[24085]: cluster 2024-05-21T18:28:56.105782+0000 mgr.a (mgr.14152) 122 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:57.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:57 smithi134 bash[24085]: audit 2024-05-21T18:28:57.047105+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-05-21T18:28:57.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:57 smithi134 bash[24085]: audit 2024-05-21T18:28:57.047105+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-05-21T18:28:57.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:57 smithi134 bash[24085]: audit 2024-05-21T18:28:57.049178+0000 mon.a (mon.0) 297 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:28:57.604 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:57 smithi134 bash[24085]: audit 2024-05-21T18:28:57.049178+0000 mon.a (mon.0) 297 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:28:58.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:58 smithi077 bash[23831]: cephadm 2024-05-21T18:28:57.051080+0000 mgr.a (mgr.14152) 123 : cephadm [INF] Deploying daemon osd.0 on smithi016 2024-05-21T18:28:58.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:58 smithi077 bash[23831]: cephadm 2024-05-21T18:28:57.051080+0000 mgr.a (mgr.14152) 123 : cephadm [INF] Deploying daemon osd.0 on smithi016 2024-05-21T18:28:58.561 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:58 smithi016 bash[21861]: cephadm 2024-05-21T18:28:57.051080+0000 mgr.a (mgr.14152) 123 : cephadm [INF] Deploying daemon osd.0 on smithi016 2024-05-21T18:28:58.561 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:58 smithi016 bash[21861]: cephadm 2024-05-21T18:28:57.051080+0000 mgr.a (mgr.14152) 123 : cephadm [INF] Deploying daemon osd.0 on smithi016 2024-05-21T18:28:58.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:58 smithi134 bash[24085]: cephadm 2024-05-21T18:28:57.051080+0000 mgr.a (mgr.14152) 123 : cephadm [INF] Deploying daemon osd.0 on smithi016 2024-05-21T18:28:58.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:58 smithi134 bash[24085]: cephadm 2024-05-21T18:28:57.051080+0000 mgr.a (mgr.14152) 123 : cephadm [INF] Deploying daemon osd.0 on smithi016 2024-05-21T18:28:59.355 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:59 smithi016 bash[21861]: cluster 2024-05-21T18:28:58.106226+0000 mgr.a (mgr.14152) 124 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:59.355 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:28:59 smithi016 bash[21861]: cluster 2024-05-21T18:28:58.106226+0000 mgr.a (mgr.14152) 124 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:59.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:59 smithi077 bash[23831]: cluster 2024-05-21T18:28:58.106226+0000 mgr.a (mgr.14152) 124 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:59.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:28:59 smithi077 bash[23831]: cluster 2024-05-21T18:28:58.106226+0000 mgr.a (mgr.14152) 124 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:59.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:59 smithi134 bash[24085]: cluster 2024-05-21T18:28:58.106226+0000 mgr.a (mgr.14152) 124 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:28:59.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:28:59 smithi134 bash[24085]: cluster 2024-05-21T18:28:58.106226+0000 mgr.a (mgr.14152) 124 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:29:01.070 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 21 18:29:00 smithi016 systemd[1]: /etc/systemd/system/ceph-3de35fc8-179f-11ef-bc9a-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-21T18:29:01.071 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:00 smithi016 systemd[1]: /etc/systemd/system/ceph-3de35fc8-179f-11ef-bc9a-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-21T18:29:01.354 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 21 18:29:01 smithi016 systemd[1]: /etc/systemd/system/ceph-3de35fc8-179f-11ef-bc9a-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-21T18:29:01.355 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:01 smithi016 bash[21861]: cluster 2024-05-21T18:29:00.106659+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:29:01.355 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:01 smithi016 bash[21861]: cluster 2024-05-21T18:29:00.106659+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:29:01.355 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:01 smithi016 systemd[1]: /etc/systemd/system/ceph-3de35fc8-179f-11ef-bc9a-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-21T18:29:01.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:01 smithi077 bash[23831]: cluster 2024-05-21T18:29:00.106659+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:29:01.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:01 smithi077 bash[23831]: cluster 2024-05-21T18:29:00.106659+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:29:01.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:01 smithi134 bash[24085]: cluster 2024-05-21T18:29:00.106659+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:29:01.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:01 smithi134 bash[24085]: cluster 2024-05-21T18:29:00.106659+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:29:02.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:02 smithi016 bash[21861]: audit 2024-05-21T18:29:01.364530+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:29:02.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:02 smithi016 bash[21861]: audit 2024-05-21T18:29:01.364530+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:29:02.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:02 smithi016 bash[21861]: audit 2024-05-21T18:29:01.371174+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:29:02.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:02 smithi016 bash[21861]: audit 2024-05-21T18:29:01.371174+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:29:02.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:02 smithi016 bash[21861]: audit 2024-05-21T18:29:01.382535+0000 mon.a (mon.0) 300 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T18:29:02.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:02 smithi016 bash[21861]: audit 2024-05-21T18:29:01.382535+0000 mon.a (mon.0) 300 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T18:29:02.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:02 smithi016 bash[21861]: cluster 2024-05-21T18:29:02.107093+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:29:02.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:02 smithi016 bash[21861]: cluster 2024-05-21T18:29:02.107093+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:29:02.797 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:02 smithi077 bash[23831]: audit 2024-05-21T18:29:01.364530+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:29:02.797 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:02 smithi077 bash[23831]: audit 2024-05-21T18:29:01.364530+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:29:02.797 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:02 smithi077 bash[23831]: audit 2024-05-21T18:29:01.371174+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:29:02.798 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:02 smithi077 bash[23831]: audit 2024-05-21T18:29:01.371174+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:29:02.798 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:02 smithi077 bash[23831]: audit 2024-05-21T18:29:01.382535+0000 mon.a (mon.0) 300 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T18:29:02.798 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:02 smithi077 bash[23831]: audit 2024-05-21T18:29:01.382535+0000 mon.a (mon.0) 300 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T18:29:02.798 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:02 smithi077 bash[23831]: cluster 2024-05-21T18:29:02.107093+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:29:02.798 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:02 smithi077 bash[23831]: cluster 2024-05-21T18:29:02.107093+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:29:02.853 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:02 smithi134 bash[24085]: audit 2024-05-21T18:29:01.364530+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:29:02.853 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:02 smithi134 bash[24085]: audit 2024-05-21T18:29:01.364530+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:29:02.853 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:02 smithi134 bash[24085]: audit 2024-05-21T18:29:01.371174+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:29:02.853 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:02 smithi134 bash[24085]: audit 2024-05-21T18:29:01.371174+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:29:02.853 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:02 smithi134 bash[24085]: audit 2024-05-21T18:29:01.382535+0000 mon.a (mon.0) 300 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T18:29:02.853 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:02 smithi134 bash[24085]: audit 2024-05-21T18:29:01.382535+0000 mon.a (mon.0) 300 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T18:29:02.854 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:02 smithi134 bash[24085]: cluster 2024-05-21T18:29:02.107093+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:29:02.854 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:02 smithi134 bash[24085]: cluster 2024-05-21T18:29:02.107093+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:29:05.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:05 smithi077 bash[23831]: cluster 2024-05-21T18:29:04.107491+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:29:05.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:05 smithi077 bash[23831]: cluster 2024-05-21T18:29:04.107491+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:29:05.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:05 smithi134 bash[24085]: cluster 2024-05-21T18:29:04.107491+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:29:05.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:05 smithi134 bash[24085]: cluster 2024-05-21T18:29:04.107491+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:29:05.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:05 smithi016 bash[21861]: cluster 2024-05-21T18:29:04.107491+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:29:05.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:05 smithi016 bash[21861]: cluster 2024-05-21T18:29:04.107491+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:29:07.355 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:07 smithi016 bash[21861]: cluster 2024-05-21T18:29:06.107899+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:29:07.355 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:07 smithi016 bash[21861]: cluster 2024-05-21T18:29:06.107899+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:29:07.355 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:07 smithi016 bash[21861]: audit 2024-05-21T18:29:06.615091+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:29:07.355 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:07 smithi016 bash[21861]: audit 2024-05-21T18:29:06.615091+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:29:07.355 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:07 smithi016 bash[21861]: audit 2024-05-21T18:29:06.619305+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:29:07.356 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:07 smithi016 bash[21861]: audit 2024-05-21T18:29:06.619305+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:29:07.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:07 smithi077 bash[23831]: cluster 2024-05-21T18:29:06.107899+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:29:07.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:07 smithi077 bash[23831]: cluster 2024-05-21T18:29:06.107899+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:29:07.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:07 smithi077 bash[23831]: audit 2024-05-21T18:29:06.615091+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:29:07.548 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:07 smithi077 bash[23831]: audit 2024-05-21T18:29:06.615091+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:29:07.548 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:07 smithi077 bash[23831]: audit 2024-05-21T18:29:06.619305+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:29:07.548 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:07 smithi077 bash[23831]: audit 2024-05-21T18:29:06.619305+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:29:07.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:07 smithi134 bash[24085]: cluster 2024-05-21T18:29:06.107899+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:29:07.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:07 smithi134 bash[24085]: cluster 2024-05-21T18:29:06.107899+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:29:07.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:07 smithi134 bash[24085]: audit 2024-05-21T18:29:06.615091+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:29:07.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:07 smithi134 bash[24085]: audit 2024-05-21T18:29:06.615091+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:29:07.604 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:07 smithi134 bash[24085]: audit 2024-05-21T18:29:06.619305+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:29:07.604 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:07 smithi134 bash[24085]: audit 2024-05-21T18:29:06.619305+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:29:08.507 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:08 smithi016 bash[21861]: audit 2024-05-21T18:29:07.190293+0000 mon.a (mon.0) 303 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:29:08.507 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:08 smithi016 bash[21861]: audit 2024-05-21T18:29:07.190293+0000 mon.a (mon.0) 303 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:29:08.507 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:08 smithi016 bash[21861]: audit 2024-05-21T18:29:07.191061+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T18:29:08.507 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:08 smithi016 bash[21861]: audit 2024-05-21T18:29:07.191061+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T18:29:08.507 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:08 smithi016 bash[21861]: audit 2024-05-21T18:29:07.195656+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:29:08.507 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:08 smithi016 bash[21861]: audit 2024-05-21T18:29:07.195656+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:29:08.507 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:08 smithi016 bash[21861]: audit 2024-05-21T18:29:07.901643+0000 mon.a (mon.0) 306 : audit [INF] from='osd.0 [v2:172.21.15.16:6802/2030911991,v1:172.21.15.16:6803/2030911991]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-05-21T18:29:08.507 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:08 smithi016 bash[21861]: audit 2024-05-21T18:29:07.901643+0000 mon.a (mon.0) 306 : audit [INF] from='osd.0 [v2:172.21.15.16:6802/2030911991,v1:172.21.15.16:6803/2030911991]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-05-21T18:29:08.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:08 smithi077 bash[23831]: audit 2024-05-21T18:29:07.190293+0000 mon.a (mon.0) 303 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:29:08.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:08 smithi077 bash[23831]: audit 2024-05-21T18:29:07.190293+0000 mon.a (mon.0) 303 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:29:08.548 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:08 smithi077 bash[23831]: audit 2024-05-21T18:29:07.191061+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T18:29:08.548 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:08 smithi077 bash[23831]: audit 2024-05-21T18:29:07.191061+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T18:29:08.548 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:08 smithi077 bash[23831]: audit 2024-05-21T18:29:07.195656+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:29:08.548 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:08 smithi077 bash[23831]: audit 2024-05-21T18:29:07.195656+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:29:08.548 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:08 smithi077 bash[23831]: audit 2024-05-21T18:29:07.901643+0000 mon.a (mon.0) 306 : audit [INF] from='osd.0 [v2:172.21.15.16:6802/2030911991,v1:172.21.15.16:6803/2030911991]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-05-21T18:29:08.548 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:08 smithi077 bash[23831]: audit 2024-05-21T18:29:07.901643+0000 mon.a (mon.0) 306 : audit [INF] from='osd.0 [v2:172.21.15.16:6802/2030911991,v1:172.21.15.16:6803/2030911991]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-05-21T18:29:08.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:08 smithi134 bash[24085]: audit 2024-05-21T18:29:07.190293+0000 mon.a (mon.0) 303 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:29:08.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:08 smithi134 bash[24085]: audit 2024-05-21T18:29:07.190293+0000 mon.a (mon.0) 303 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:29:08.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:08 smithi134 bash[24085]: audit 2024-05-21T18:29:07.191061+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T18:29:08.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:08 smithi134 bash[24085]: audit 2024-05-21T18:29:07.191061+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T18:29:08.604 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:08 smithi134 bash[24085]: audit 2024-05-21T18:29:07.195656+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:29:08.604 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:08 smithi134 bash[24085]: audit 2024-05-21T18:29:07.195656+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:29:08.604 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:08 smithi134 bash[24085]: audit 2024-05-21T18:29:07.901643+0000 mon.a (mon.0) 306 : audit [INF] from='osd.0 [v2:172.21.15.16:6802/2030911991,v1:172.21.15.16:6803/2030911991]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-05-21T18:29:08.604 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:08 smithi134 bash[24085]: audit 2024-05-21T18:29:07.901643+0000 mon.a (mon.0) 306 : audit [INF] from='osd.0 [v2:172.21.15.16:6802/2030911991,v1:172.21.15.16:6803/2030911991]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-05-21T18:29:09.488 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:09 smithi016 bash[21861]: cluster 2024-05-21T18:29:08.108431+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:29:09.489 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:09 smithi016 bash[21861]: cluster 2024-05-21T18:29:08.108431+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:29:09.489 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:09 smithi016 bash[21861]: audit 2024-05-21T18:29:08.202187+0000 mon.a (mon.0) 307 : audit [INF] from='osd.0 [v2:172.21.15.16:6802/2030911991,v1:172.21.15.16:6803/2030911991]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-05-21T18:29:09.489 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:09 smithi016 bash[21861]: audit 2024-05-21T18:29:08.202187+0000 mon.a (mon.0) 307 : audit [INF] from='osd.0 [v2:172.21.15.16:6802/2030911991,v1:172.21.15.16:6803/2030911991]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-05-21T18:29:09.489 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:09 smithi016 bash[21861]: cluster 2024-05-21T18:29:08.206584+0000 mon.a (mon.0) 308 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-05-21T18:29:09.489 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:09 smithi016 bash[21861]: cluster 2024-05-21T18:29:08.206584+0000 mon.a (mon.0) 308 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-05-21T18:29:09.489 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:09 smithi016 bash[21861]: audit 2024-05-21T18:29:08.207093+0000 mon.a (mon.0) 309 : audit [INF] from='osd.0 [v2:172.21.15.16:6802/2030911991,v1:172.21.15.16:6803/2030911991]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]: dispatch 2024-05-21T18:29:09.489 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:09 smithi016 bash[21861]: audit 2024-05-21T18:29:08.207093+0000 mon.a (mon.0) 309 : audit [INF] from='osd.0 [v2:172.21.15.16:6802/2030911991,v1:172.21.15.16:6803/2030911991]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]: dispatch 2024-05-21T18:29:09.489 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:09 smithi016 bash[21861]: audit 2024-05-21T18:29:08.207687+0000 mon.a (mon.0) 310 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-21T18:29:09.489 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:09 smithi016 bash[21861]: audit 2024-05-21T18:29:08.207687+0000 mon.a (mon.0) 310 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-21T18:29:09.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:09 smithi077 bash[23831]: cluster 2024-05-21T18:29:08.108431+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:29:09.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:09 smithi077 bash[23831]: cluster 2024-05-21T18:29:08.108431+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:29:09.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:09 smithi077 bash[23831]: audit 2024-05-21T18:29:08.202187+0000 mon.a (mon.0) 307 : audit [INF] from='osd.0 [v2:172.21.15.16:6802/2030911991,v1:172.21.15.16:6803/2030911991]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-05-21T18:29:09.548 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:09 smithi077 bash[23831]: audit 2024-05-21T18:29:08.202187+0000 mon.a (mon.0) 307 : audit [INF] from='osd.0 [v2:172.21.15.16:6802/2030911991,v1:172.21.15.16:6803/2030911991]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-05-21T18:29:09.548 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:09 smithi077 bash[23831]: cluster 2024-05-21T18:29:08.206584+0000 mon.a (mon.0) 308 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-05-21T18:29:09.548 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:09 smithi077 bash[23831]: cluster 2024-05-21T18:29:08.206584+0000 mon.a (mon.0) 308 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-05-21T18:29:09.548 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:09 smithi077 bash[23831]: audit 2024-05-21T18:29:08.207093+0000 mon.a (mon.0) 309 : audit [INF] from='osd.0 [v2:172.21.15.16:6802/2030911991,v1:172.21.15.16:6803/2030911991]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]: dispatch 2024-05-21T18:29:09.548 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:09 smithi077 bash[23831]: audit 2024-05-21T18:29:08.207093+0000 mon.a (mon.0) 309 : audit [INF] from='osd.0 [v2:172.21.15.16:6802/2030911991,v1:172.21.15.16:6803/2030911991]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]: dispatch 2024-05-21T18:29:09.548 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:09 smithi077 bash[23831]: audit 2024-05-21T18:29:08.207687+0000 mon.a (mon.0) 310 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-21T18:29:09.548 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:09 smithi077 bash[23831]: audit 2024-05-21T18:29:08.207687+0000 mon.a (mon.0) 310 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-21T18:29:09.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:09 smithi134 bash[24085]: cluster 2024-05-21T18:29:08.108431+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:29:09.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:09 smithi134 bash[24085]: cluster 2024-05-21T18:29:08.108431+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:29:09.604 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:09 smithi134 bash[24085]: audit 2024-05-21T18:29:08.202187+0000 mon.a (mon.0) 307 : audit [INF] from='osd.0 [v2:172.21.15.16:6802/2030911991,v1:172.21.15.16:6803/2030911991]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-05-21T18:29:09.604 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:09 smithi134 bash[24085]: audit 2024-05-21T18:29:08.202187+0000 mon.a (mon.0) 307 : audit [INF] from='osd.0 [v2:172.21.15.16:6802/2030911991,v1:172.21.15.16:6803/2030911991]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-05-21T18:29:09.604 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:09 smithi134 bash[24085]: cluster 2024-05-21T18:29:08.206584+0000 mon.a (mon.0) 308 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-05-21T18:29:09.604 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:09 smithi134 bash[24085]: cluster 2024-05-21T18:29:08.206584+0000 mon.a (mon.0) 308 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-05-21T18:29:09.604 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:09 smithi134 bash[24085]: audit 2024-05-21T18:29:08.207093+0000 mon.a (mon.0) 309 : audit [INF] from='osd.0 [v2:172.21.15.16:6802/2030911991,v1:172.21.15.16:6803/2030911991]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]: dispatch 2024-05-21T18:29:09.604 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:09 smithi134 bash[24085]: audit 2024-05-21T18:29:08.207093+0000 mon.a (mon.0) 309 : audit [INF] from='osd.0 [v2:172.21.15.16:6802/2030911991,v1:172.21.15.16:6803/2030911991]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]: dispatch 2024-05-21T18:29:09.604 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:09 smithi134 bash[24085]: audit 2024-05-21T18:29:08.207687+0000 mon.a (mon.0) 310 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-21T18:29:09.604 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:09 smithi134 bash[24085]: audit 2024-05-21T18:29:08.207687+0000 mon.a (mon.0) 310 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-21T18:29:09.829 INFO:teuthology.orchestra.run.smithi016.stdout:Created osd(s) 0 on host 'smithi016' 2024-05-21T18:29:10.409 DEBUG:teuthology.orchestra.run.smithi016:osd.0> sudo journalctl -f -n 0 -u ceph-3de35fc8-179f-11ef-bc9a-c7b262605968@osd.0.service 2024-05-21T18:29:10.411 INFO:tasks.cephadm:Deploying osd.1 on smithi016 with /dev/vg_nvme/lv_3... 2024-05-21T18:29:10.412 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9ef9bcfdb32ec4999d7ca025815290e8395c6ae7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3de35fc8-179f-11ef-bc9a-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-05-21T18:29:10.466 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:10 smithi016 bash[21861]: audit 2024-05-21T18:29:09.204191+0000 mon.a (mon.0) 311 : audit [INF] from='osd.0 [v2:172.21.15.16:6802/2030911991,v1:172.21.15.16:6803/2030911991]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]': finished 2024-05-21T18:29:10.466 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:10 smithi016 bash[21861]: audit 2024-05-21T18:29:09.204191+0000 mon.a (mon.0) 311 : audit [INF] from='osd.0 [v2:172.21.15.16:6802/2030911991,v1:172.21.15.16:6803/2030911991]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]': finished 2024-05-21T18:29:10.466 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:10 smithi016 bash[21861]: cluster 2024-05-21T18:29:09.207171+0000 mon.a (mon.0) 312 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-05-21T18:29:10.466 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:10 smithi016 bash[21861]: cluster 2024-05-21T18:29:09.207171+0000 mon.a (mon.0) 312 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-05-21T18:29:10.466 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:10 smithi016 bash[21861]: audit 2024-05-21T18:29:09.207982+0000 mon.a (mon.0) 313 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-21T18:29:10.466 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:10 smithi016 bash[21861]: audit 2024-05-21T18:29:09.207982+0000 mon.a (mon.0) 313 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-21T18:29:10.466 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:10 smithi016 bash[21861]: audit 2024-05-21T18:29:09.214317+0000 mon.a (mon.0) 314 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-21T18:29:10.466 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:10 smithi016 bash[21861]: audit 2024-05-21T18:29:09.214317+0000 mon.a (mon.0) 314 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-21T18:29:10.466 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:10 smithi016 bash[21861]: audit 2024-05-21T18:29:09.497767+0000 mon.a (mon.0) 315 : audit [INF] from='osd.0 [v2:172.21.15.16:6802/2030911991,v1:172.21.15.16:6803/2030911991]' entity='osd.0' 2024-05-21T18:29:10.467 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:10 smithi016 bash[21861]: audit 2024-05-21T18:29:09.497767+0000 mon.a (mon.0) 315 : audit [INF] from='osd.0 [v2:172.21.15.16:6802/2030911991,v1:172.21.15.16:6803/2030911991]' entity='osd.0' 2024-05-21T18:29:10.467 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:10 smithi016 bash[21861]: audit 2024-05-21T18:29:09.811061+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:29:10.467 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:10 smithi016 bash[21861]: audit 2024-05-21T18:29:09.811061+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:29:10.467 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:10 smithi016 bash[21861]: audit 2024-05-21T18:29:09.819344+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:29:10.467 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:10 smithi016 bash[21861]: audit 2024-05-21T18:29:09.819344+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:29:10.467 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:10 smithi016 bash[21861]: audit 2024-05-21T18:29:09.847041+0000 mon.a (mon.0) 318 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T18:29:10.467 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:10 smithi016 bash[21861]: audit 2024-05-21T18:29:09.847041+0000 mon.a (mon.0) 318 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T18:29:10.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:10 smithi077 bash[23831]: audit 2024-05-21T18:29:09.204191+0000 mon.a (mon.0) 311 : audit [INF] from='osd.0 [v2:172.21.15.16:6802/2030911991,v1:172.21.15.16:6803/2030911991]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]': finished 2024-05-21T18:29:10.548 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:10 smithi077 bash[23831]: audit 2024-05-21T18:29:09.204191+0000 mon.a (mon.0) 311 : audit [INF] from='osd.0 [v2:172.21.15.16:6802/2030911991,v1:172.21.15.16:6803/2030911991]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]': finished 2024-05-21T18:29:10.548 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:10 smithi077 bash[23831]: cluster 2024-05-21T18:29:09.207171+0000 mon.a (mon.0) 312 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-05-21T18:29:10.548 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:10 smithi077 bash[23831]: cluster 2024-05-21T18:29:09.207171+0000 mon.a (mon.0) 312 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-05-21T18:29:10.548 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:10 smithi077 bash[23831]: audit 2024-05-21T18:29:09.207982+0000 mon.a (mon.0) 313 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-21T18:29:10.548 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:10 smithi077 bash[23831]: audit 2024-05-21T18:29:09.207982+0000 mon.a (mon.0) 313 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-21T18:29:10.548 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:10 smithi077 bash[23831]: audit 2024-05-21T18:29:09.214317+0000 mon.a (mon.0) 314 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-21T18:29:10.548 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:10 smithi077 bash[23831]: audit 2024-05-21T18:29:09.214317+0000 mon.a (mon.0) 314 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-21T18:29:10.548 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:10 smithi077 bash[23831]: audit 2024-05-21T18:29:09.497767+0000 mon.a (mon.0) 315 : audit [INF] from='osd.0 [v2:172.21.15.16:6802/2030911991,v1:172.21.15.16:6803/2030911991]' entity='osd.0' 2024-05-21T18:29:10.548 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:10 smithi077 bash[23831]: audit 2024-05-21T18:29:09.497767+0000 mon.a (mon.0) 315 : audit [INF] from='osd.0 [v2:172.21.15.16:6802/2030911991,v1:172.21.15.16:6803/2030911991]' entity='osd.0' 2024-05-21T18:29:10.548 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:10 smithi077 bash[23831]: audit 2024-05-21T18:29:09.811061+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:29:10.548 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:10 smithi077 bash[23831]: audit 2024-05-21T18:29:09.811061+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:29:10.549 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:10 smithi077 bash[23831]: audit 2024-05-21T18:29:09.819344+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:29:10.549 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:10 smithi077 bash[23831]: audit 2024-05-21T18:29:09.819344+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:29:10.549 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:10 smithi077 bash[23831]: audit 2024-05-21T18:29:09.847041+0000 mon.a (mon.0) 318 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T18:29:10.549 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:10 smithi077 bash[23831]: audit 2024-05-21T18:29:09.847041+0000 mon.a (mon.0) 318 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T18:29:10.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:10 smithi134 bash[24085]: audit 2024-05-21T18:29:09.204191+0000 mon.a (mon.0) 311 : audit [INF] from='osd.0 [v2:172.21.15.16:6802/2030911991,v1:172.21.15.16:6803/2030911991]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]': finished 2024-05-21T18:29:10.604 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:10 smithi134 bash[24085]: audit 2024-05-21T18:29:09.204191+0000 mon.a (mon.0) 311 : audit [INF] from='osd.0 [v2:172.21.15.16:6802/2030911991,v1:172.21.15.16:6803/2030911991]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]': finished 2024-05-21T18:29:10.604 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:10 smithi134 bash[24085]: cluster 2024-05-21T18:29:09.207171+0000 mon.a (mon.0) 312 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-05-21T18:29:10.604 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:10 smithi134 bash[24085]: cluster 2024-05-21T18:29:09.207171+0000 mon.a (mon.0) 312 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-05-21T18:29:10.604 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:10 smithi134 bash[24085]: audit 2024-05-21T18:29:09.207982+0000 mon.a (mon.0) 313 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-21T18:29:10.604 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:10 smithi134 bash[24085]: audit 2024-05-21T18:29:09.207982+0000 mon.a (mon.0) 313 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-21T18:29:10.604 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:10 smithi134 bash[24085]: audit 2024-05-21T18:29:09.214317+0000 mon.a (mon.0) 314 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-21T18:29:10.604 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:10 smithi134 bash[24085]: audit 2024-05-21T18:29:09.214317+0000 mon.a (mon.0) 314 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-21T18:29:10.604 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:10 smithi134 bash[24085]: audit 2024-05-21T18:29:09.497767+0000 mon.a (mon.0) 315 : audit [INF] from='osd.0 [v2:172.21.15.16:6802/2030911991,v1:172.21.15.16:6803/2030911991]' entity='osd.0' 2024-05-21T18:29:10.604 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:10 smithi134 bash[24085]: audit 2024-05-21T18:29:09.497767+0000 mon.a (mon.0) 315 : audit [INF] from='osd.0 [v2:172.21.15.16:6802/2030911991,v1:172.21.15.16:6803/2030911991]' entity='osd.0' 2024-05-21T18:29:10.604 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:10 smithi134 bash[24085]: audit 2024-05-21T18:29:09.811061+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:29:10.604 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:10 smithi134 bash[24085]: audit 2024-05-21T18:29:09.811061+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:29:10.605 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:10 smithi134 bash[24085]: audit 2024-05-21T18:29:09.819344+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:29:10.605 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:10 smithi134 bash[24085]: audit 2024-05-21T18:29:09.819344+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:29:10.605 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:10 smithi134 bash[24085]: audit 2024-05-21T18:29:09.847041+0000 mon.a (mon.0) 318 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T18:29:10.605 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:10 smithi134 bash[24085]: audit 2024-05-21T18:29:09.847041+0000 mon.a (mon.0) 318 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T18:29:11.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:11 smithi077 bash[23831]: cluster 2024-05-21T18:29:08.862806+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-21T18:29:11.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:11 smithi077 bash[23831]: cluster 2024-05-21T18:29:08.862806+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-21T18:29:11.548 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:11 smithi077 bash[23831]: cluster 2024-05-21T18:29:08.862876+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-21T18:29:11.548 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:11 smithi077 bash[23831]: cluster 2024-05-21T18:29:08.862876+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-21T18:29:11.548 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:11 smithi077 bash[23831]: cluster 2024-05-21T18:29:10.108870+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:29:11.548 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:11 smithi077 bash[23831]: cluster 2024-05-21T18:29:10.108870+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:29:11.548 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:11 smithi077 bash[23831]: audit 2024-05-21T18:29:10.219868+0000 mon.a (mon.0) 319 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-21T18:29:11.548 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:11 smithi077 bash[23831]: audit 2024-05-21T18:29:10.219868+0000 mon.a (mon.0) 319 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-21T18:29:11.548 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:11 smithi077 bash[23831]: cluster 2024-05-21T18:29:10.499463+0000 mon.a (mon.0) 320 : cluster [INF] osd.0 [v2:172.21.15.16:6802/2030911991,v1:172.21.15.16:6803/2030911991] boot 2024-05-21T18:29:11.548 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:11 smithi077 bash[23831]: cluster 2024-05-21T18:29:10.499463+0000 mon.a (mon.0) 320 : cluster [INF] osd.0 [v2:172.21.15.16:6802/2030911991,v1:172.21.15.16:6803/2030911991] boot 2024-05-21T18:29:11.548 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:11 smithi077 bash[23831]: cluster 2024-05-21T18:29:10.499506+0000 mon.a (mon.0) 321 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-05-21T18:29:11.548 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:11 smithi077 bash[23831]: cluster 2024-05-21T18:29:10.499506+0000 mon.a (mon.0) 321 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-05-21T18:29:11.548 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:11 smithi077 bash[23831]: audit 2024-05-21T18:29:10.499831+0000 mon.a (mon.0) 322 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-21T18:29:11.548 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:11 smithi077 bash[23831]: audit 2024-05-21T18:29:10.499831+0000 mon.a (mon.0) 322 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-21T18:29:11.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:11 smithi134 bash[24085]: cluster 2024-05-21T18:29:08.862806+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-21T18:29:11.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:11 smithi134 bash[24085]: cluster 2024-05-21T18:29:08.862806+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-21T18:29:11.604 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:11 smithi134 bash[24085]: cluster 2024-05-21T18:29:08.862876+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-21T18:29:11.604 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:11 smithi134 bash[24085]: cluster 2024-05-21T18:29:08.862876+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-21T18:29:11.604 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:11 smithi134 bash[24085]: cluster 2024-05-21T18:29:10.108870+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:29:11.604 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:11 smithi134 bash[24085]: cluster 2024-05-21T18:29:10.108870+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:29:11.604 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:11 smithi134 bash[24085]: audit 2024-05-21T18:29:10.219868+0000 mon.a (mon.0) 319 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-21T18:29:11.604 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:11 smithi134 bash[24085]: audit 2024-05-21T18:29:10.219868+0000 mon.a (mon.0) 319 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-21T18:29:11.604 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:11 smithi134 bash[24085]: cluster 2024-05-21T18:29:10.499463+0000 mon.a (mon.0) 320 : cluster [INF] osd.0 [v2:172.21.15.16:6802/2030911991,v1:172.21.15.16:6803/2030911991] boot 2024-05-21T18:29:11.604 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:11 smithi134 bash[24085]: cluster 2024-05-21T18:29:10.499463+0000 mon.a (mon.0) 320 : cluster [INF] osd.0 [v2:172.21.15.16:6802/2030911991,v1:172.21.15.16:6803/2030911991] boot 2024-05-21T18:29:11.604 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:11 smithi134 bash[24085]: cluster 2024-05-21T18:29:10.499506+0000 mon.a (mon.0) 321 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-05-21T18:29:11.604 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:11 smithi134 bash[24085]: cluster 2024-05-21T18:29:10.499506+0000 mon.a (mon.0) 321 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-05-21T18:29:11.604 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:11 smithi134 bash[24085]: audit 2024-05-21T18:29:10.499831+0000 mon.a (mon.0) 322 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-21T18:29:11.604 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:11 smithi134 bash[24085]: audit 2024-05-21T18:29:10.499831+0000 mon.a (mon.0) 322 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-21T18:29:11.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:11 smithi016 bash[21861]: cluster 2024-05-21T18:29:08.862806+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-21T18:29:11.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:11 smithi016 bash[21861]: cluster 2024-05-21T18:29:08.862806+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-21T18:29:11.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:11 smithi016 bash[21861]: cluster 2024-05-21T18:29:08.862876+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-21T18:29:11.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:11 smithi016 bash[21861]: cluster 2024-05-21T18:29:08.862876+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-21T18:29:11.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:11 smithi016 bash[21861]: cluster 2024-05-21T18:29:10.108870+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:29:11.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:11 smithi016 bash[21861]: cluster 2024-05-21T18:29:10.108870+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-21T18:29:11.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:11 smithi016 bash[21861]: audit 2024-05-21T18:29:10.219868+0000 mon.a (mon.0) 319 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-21T18:29:11.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:11 smithi016 bash[21861]: audit 2024-05-21T18:29:10.219868+0000 mon.a (mon.0) 319 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-21T18:29:11.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:11 smithi016 bash[21861]: cluster 2024-05-21T18:29:10.499463+0000 mon.a (mon.0) 320 : cluster [INF] osd.0 [v2:172.21.15.16:6802/2030911991,v1:172.21.15.16:6803/2030911991] boot 2024-05-21T18:29:11.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:11 smithi016 bash[21861]: cluster 2024-05-21T18:29:10.499463+0000 mon.a (mon.0) 320 : cluster [INF] osd.0 [v2:172.21.15.16:6802/2030911991,v1:172.21.15.16:6803/2030911991] boot 2024-05-21T18:29:11.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:11 smithi016 bash[21861]: cluster 2024-05-21T18:29:10.499506+0000 mon.a (mon.0) 321 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-05-21T18:29:11.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:11 smithi016 bash[21861]: cluster 2024-05-21T18:29:10.499506+0000 mon.a (mon.0) 321 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-05-21T18:29:11.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:11 smithi016 bash[21861]: audit 2024-05-21T18:29:10.499831+0000 mon.a (mon.0) 322 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-21T18:29:11.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:11 smithi016 bash[21861]: audit 2024-05-21T18:29:10.499831+0000 mon.a (mon.0) 322 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-21T18:29:13.103 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:12 smithi134 bash[24085]: cluster 2024-05-21T18:29:11.825550+0000 mon.a (mon.0) 323 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-05-21T18:29:13.103 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:12 smithi134 bash[24085]: cluster 2024-05-21T18:29:11.825550+0000 mon.a (mon.0) 323 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-05-21T18:29:13.103 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:12 smithi134 bash[24085]: cluster 2024-05-21T18:29:12.109367+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:29:13.103 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:12 smithi134 bash[24085]: cluster 2024-05-21T18:29:12.109367+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:29:13.105 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:12 smithi016 bash[21861]: cluster 2024-05-21T18:29:11.825550+0000 mon.a (mon.0) 323 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-05-21T18:29:13.105 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:12 smithi016 bash[21861]: cluster 2024-05-21T18:29:11.825550+0000 mon.a (mon.0) 323 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-05-21T18:29:13.105 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:12 smithi016 bash[21861]: cluster 2024-05-21T18:29:12.109367+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:29:13.106 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:12 smithi016 bash[21861]: cluster 2024-05-21T18:29:12.109367+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:29:13.297 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:12 smithi077 bash[23831]: cluster 2024-05-21T18:29:11.825550+0000 mon.a (mon.0) 323 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-05-21T18:29:13.297 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:12 smithi077 bash[23831]: cluster 2024-05-21T18:29:11.825550+0000 mon.a (mon.0) 323 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-05-21T18:29:13.297 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:12 smithi077 bash[23831]: cluster 2024-05-21T18:29:12.109367+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:29:13.297 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:12 smithi077 bash[23831]: cluster 2024-05-21T18:29:12.109367+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:29:14.836 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/mon.a/config 2024-05-21T18:29:15.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:15 smithi077 bash[23831]: cluster 2024-05-21T18:29:14.109816+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:29:15.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:15 smithi077 bash[23831]: cluster 2024-05-21T18:29:14.109816+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:29:15.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:15 smithi134 bash[24085]: cluster 2024-05-21T18:29:14.109816+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:29:15.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:15 smithi134 bash[24085]: cluster 2024-05-21T18:29:14.109816+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:29:15.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:15 smithi016 bash[21861]: cluster 2024-05-21T18:29:14.109816+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:29:15.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:15 smithi016 bash[21861]: cluster 2024-05-21T18:29:14.109816+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:29:17.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:17 smithi077 bash[23831]: cluster 2024-05-21T18:29:16.110243+0000 mgr.a (mgr.14152) 133 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:29:17.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:17 smithi077 bash[23831]: cluster 2024-05-21T18:29:16.110243+0000 mgr.a (mgr.14152) 133 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:29:17.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:17 smithi134 bash[24085]: cluster 2024-05-21T18:29:16.110243+0000 mgr.a (mgr.14152) 133 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:29:17.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:17 smithi134 bash[24085]: cluster 2024-05-21T18:29:16.110243+0000 mgr.a (mgr.14152) 133 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:29:17.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:17 smithi016 bash[21861]: cluster 2024-05-21T18:29:16.110243+0000 mgr.a (mgr.14152) 133 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:29:17.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:17 smithi016 bash[21861]: cluster 2024-05-21T18:29:16.110243+0000 mgr.a (mgr.14152) 133 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:29:18.640 INFO:teuthology.orchestra.run.smithi016.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-05-21T18:29:18.640 INFO:teuthology.orchestra.run.smithi016.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-05-21T18:29:18.640 INFO:teuthology.orchestra.run.smithi016.stderr: stderr: 10+0 records in 2024-05-21T18:29:18.640 INFO:teuthology.orchestra.run.smithi016.stderr:10+0 records out 2024-05-21T18:29:18.640 INFO:teuthology.orchestra.run.smithi016.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0110273 s, 951 MB/s 2024-05-21T18:29:18.640 INFO:teuthology.orchestra.run.smithi016.stderr:--> Zapping successful for: 2024-05-21T18:29:19.276 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9ef9bcfdb32ec4999d7ca025815290e8395c6ae7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3de35fc8-179f-11ef-bc9a-c7b262605968 -- ceph orch daemon add osd smithi016:vg_nvme/lv_3 2024-05-21T18:29:19.328 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:19 smithi016 bash[21861]: cluster 2024-05-21T18:29:18.110554+0000 mgr.a (mgr.14152) 134 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:29:19.328 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:19 smithi016 bash[21861]: cluster 2024-05-21T18:29:18.110554+0000 mgr.a (mgr.14152) 134 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:29:19.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:19 smithi077 bash[23831]: cluster 2024-05-21T18:29:18.110554+0000 mgr.a (mgr.14152) 134 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:29:19.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:19 smithi077 bash[23831]: cluster 2024-05-21T18:29:18.110554+0000 mgr.a (mgr.14152) 134 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:29:19.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:19 smithi134 bash[24085]: cluster 2024-05-21T18:29:18.110554+0000 mgr.a (mgr.14152) 134 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:29:20.237 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:19 smithi134 bash[24085]: cluster 2024-05-21T18:29:18.110554+0000 mgr.a (mgr.14152) 134 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:29:21.047 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:20 smithi077 bash[23831]: cephadm 2024-05-21T18:29:19.789499+0000 mgr.a (mgr.14152) 135 : cephadm [INF] Detected new or changed devices on smithi016 2024-05-21T18:29:21.048 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:20 smithi077 bash[23831]: cephadm 2024-05-21T18:29:19.789499+0000 mgr.a (mgr.14152) 135 : cephadm [INF] Detected new or changed devices on smithi016 2024-05-21T18:29:21.048 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:20 smithi077 bash[23831]: audit 2024-05-21T18:29:19.798927+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:29:21.048 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:20 smithi077 bash[23831]: audit 2024-05-21T18:29:19.798927+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:29:21.048 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:20 smithi077 bash[23831]: audit 2024-05-21T18:29:19.808071+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:29:21.048 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:20 smithi077 bash[23831]: audit 2024-05-21T18:29:19.808071+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:29:21.048 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:20 smithi077 bash[23831]: audit 2024-05-21T18:29:19.810880+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-05-21T18:29:21.048 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:20 smithi077 bash[23831]: audit 2024-05-21T18:29:19.810880+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-05-21T18:29:21.048 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:20 smithi077 bash[23831]: cephadm 2024-05-21T18:29:19.812425+0000 mgr.a (mgr.14152) 136 : cephadm [INF] Adjusting osd_memory_target on smithi016 to 17269M 2024-05-21T18:29:21.048 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:20 smithi077 bash[23831]: cephadm 2024-05-21T18:29:19.812425+0000 mgr.a (mgr.14152) 136 : cephadm [INF] Adjusting osd_memory_target on smithi016 to 17269M 2024-05-21T18:29:21.048 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:20 smithi077 bash[23831]: audit 2024-05-21T18:29:19.819009+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:29:21.049 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:20 smithi077 bash[23831]: audit 2024-05-21T18:29:19.819009+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:29:21.049 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:20 smithi077 bash[23831]: audit 2024-05-21T18:29:19.823456+0000 mon.a (mon.0) 328 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:29:21.049 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:20 smithi077 bash[23831]: audit 2024-05-21T18:29:19.823456+0000 mon.a (mon.0) 328 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:29:21.049 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:20 smithi077 bash[23831]: audit 2024-05-21T18:29:19.825302+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T18:29:21.049 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:20 smithi077 bash[23831]: audit 2024-05-21T18:29:19.825302+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T18:29:21.049 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:20 smithi077 bash[23831]: audit 2024-05-21T18:29:19.835909+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:29:21.049 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:20 smithi077 bash[23831]: audit 2024-05-21T18:29:19.835909+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:29:21.049 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:20 smithi077 bash[23831]: cluster 2024-05-21T18:29:20.111001+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:29:21.049 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:20 smithi077 bash[23831]: cluster 2024-05-21T18:29:20.111001+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:29:21.103 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:20 smithi134 bash[24085]: cephadm 2024-05-21T18:29:19.789499+0000 mgr.a (mgr.14152) 135 : cephadm [INF] Detected new or changed devices on smithi016 2024-05-21T18:29:21.104 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:20 smithi134 bash[24085]: cephadm 2024-05-21T18:29:19.789499+0000 mgr.a (mgr.14152) 135 : cephadm [INF] Detected new or changed devices on smithi016 2024-05-21T18:29:21.104 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:20 smithi134 bash[24085]: audit 2024-05-21T18:29:19.798927+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:29:21.104 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:20 smithi134 bash[24085]: audit 2024-05-21T18:29:19.798927+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:29:21.104 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:20 smithi134 bash[24085]: audit 2024-05-21T18:29:19.808071+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:29:21.104 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:20 smithi134 bash[24085]: audit 2024-05-21T18:29:19.808071+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:29:21.104 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:20 smithi134 bash[24085]: audit 2024-05-21T18:29:19.810880+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-05-21T18:29:21.104 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:20 smithi134 bash[24085]: audit 2024-05-21T18:29:19.810880+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-05-21T18:29:21.104 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:20 smithi134 bash[24085]: cephadm 2024-05-21T18:29:19.812425+0000 mgr.a (mgr.14152) 136 : cephadm [INF] Adjusting osd_memory_target on smithi016 to 17269M 2024-05-21T18:29:21.104 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:20 smithi134 bash[24085]: cephadm 2024-05-21T18:29:19.812425+0000 mgr.a (mgr.14152) 136 : cephadm [INF] Adjusting osd_memory_target on smithi016 to 17269M 2024-05-21T18:29:21.104 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:20 smithi134 bash[24085]: audit 2024-05-21T18:29:19.819009+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:29:21.104 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:20 smithi134 bash[24085]: audit 2024-05-21T18:29:19.819009+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:29:21.104 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:20 smithi134 bash[24085]: audit 2024-05-21T18:29:19.823456+0000 mon.a (mon.0) 328 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:29:21.104 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:20 smithi134 bash[24085]: audit 2024-05-21T18:29:19.823456+0000 mon.a (mon.0) 328 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:29:21.104 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:20 smithi134 bash[24085]: audit 2024-05-21T18:29:19.825302+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T18:29:21.105 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:20 smithi134 bash[24085]: audit 2024-05-21T18:29:19.825302+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T18:29:21.105 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:20 smithi134 bash[24085]: audit 2024-05-21T18:29:19.835909+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:29:21.105 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:20 smithi134 bash[24085]: audit 2024-05-21T18:29:19.835909+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:29:21.105 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:20 smithi134 bash[24085]: cluster 2024-05-21T18:29:20.111001+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:29:21.105 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:20 smithi134 bash[24085]: cluster 2024-05-21T18:29:20.111001+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:29:21.105 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:20 smithi016 bash[21861]: cephadm 2024-05-21T18:29:19.789499+0000 mgr.a (mgr.14152) 135 : cephadm [INF] Detected new or changed devices on smithi016 2024-05-21T18:29:21.105 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:20 smithi016 bash[21861]: cephadm 2024-05-21T18:29:19.789499+0000 mgr.a (mgr.14152) 135 : cephadm [INF] Detected new or changed devices on smithi016 2024-05-21T18:29:21.105 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:20 smithi016 bash[21861]: audit 2024-05-21T18:29:19.798927+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:29:21.105 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:20 smithi016 bash[21861]: audit 2024-05-21T18:29:19.798927+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:29:21.106 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:20 smithi016 bash[21861]: audit 2024-05-21T18:29:19.808071+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:29:21.106 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:20 smithi016 bash[21861]: audit 2024-05-21T18:29:19.808071+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:29:21.106 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:20 smithi016 bash[21861]: audit 2024-05-21T18:29:19.810880+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-05-21T18:29:21.106 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:20 smithi016 bash[21861]: audit 2024-05-21T18:29:19.810880+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-05-21T18:29:21.106 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:20 smithi016 bash[21861]: cephadm 2024-05-21T18:29:19.812425+0000 mgr.a (mgr.14152) 136 : cephadm [INF] Adjusting osd_memory_target on smithi016 to 17269M 2024-05-21T18:29:21.106 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:20 smithi016 bash[21861]: cephadm 2024-05-21T18:29:19.812425+0000 mgr.a (mgr.14152) 136 : cephadm [INF] Adjusting osd_memory_target on smithi016 to 17269M 2024-05-21T18:29:21.106 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:20 smithi016 bash[21861]: audit 2024-05-21T18:29:19.819009+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:29:21.106 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:20 smithi016 bash[21861]: audit 2024-05-21T18:29:19.819009+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:29:21.106 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:20 smithi016 bash[21861]: audit 2024-05-21T18:29:19.823456+0000 mon.a (mon.0) 328 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:29:21.106 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:20 smithi016 bash[21861]: audit 2024-05-21T18:29:19.823456+0000 mon.a (mon.0) 328 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:29:21.106 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:20 smithi016 bash[21861]: audit 2024-05-21T18:29:19.825302+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T18:29:21.106 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:20 smithi016 bash[21861]: audit 2024-05-21T18:29:19.825302+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T18:29:21.106 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:20 smithi016 bash[21861]: audit 2024-05-21T18:29:19.835909+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:29:21.107 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:20 smithi016 bash[21861]: audit 2024-05-21T18:29:19.835909+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:29:21.107 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:20 smithi016 bash[21861]: cluster 2024-05-21T18:29:20.111001+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:29:21.107 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:20 smithi016 bash[21861]: cluster 2024-05-21T18:29:20.111001+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:29:23.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:23 smithi077 bash[23831]: cluster 2024-05-21T18:29:22.111452+0000 mgr.a (mgr.14152) 138 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:29:23.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:23 smithi077 bash[23831]: cluster 2024-05-21T18:29:22.111452+0000 mgr.a (mgr.14152) 138 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:29:23.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:23 smithi134 bash[24085]: cluster 2024-05-21T18:29:22.111452+0000 mgr.a (mgr.14152) 138 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:29:23.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:23 smithi134 bash[24085]: cluster 2024-05-21T18:29:22.111452+0000 mgr.a (mgr.14152) 138 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:29:23.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:23 smithi016 bash[21861]: cluster 2024-05-21T18:29:22.111452+0000 mgr.a (mgr.14152) 138 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:29:23.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:23 smithi016 bash[21861]: cluster 2024-05-21T18:29:22.111452+0000 mgr.a (mgr.14152) 138 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:29:24.040 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/mon.a/config 2024-05-21T18:29:25.354 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:25 smithi016 bash[21861]: cluster 2024-05-21T18:29:24.111964+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:29:25.355 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:25 smithi016 bash[21861]: cluster 2024-05-21T18:29:24.111964+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:29:25.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:25 smithi077 bash[23831]: cluster 2024-05-21T18:29:24.111964+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:29:25.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:25 smithi077 bash[23831]: cluster 2024-05-21T18:29:24.111964+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:29:25.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:25 smithi134 bash[24085]: cluster 2024-05-21T18:29:24.111964+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:29:25.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:25 smithi134 bash[24085]: cluster 2024-05-21T18:29:24.111964+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:29:27.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:27 smithi077 bash[23831]: cluster 2024-05-21T18:29:26.112437+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:29:27.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:27 smithi077 bash[23831]: cluster 2024-05-21T18:29:26.112437+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:29:27.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:27 smithi077 bash[23831]: audit 2024-05-21T18:29:26.593679+0000 mon.a (mon.0) 331 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-21T18:29:27.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:27 smithi077 bash[23831]: audit 2024-05-21T18:29:26.593679+0000 mon.a (mon.0) 331 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-21T18:29:27.548 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:27 smithi077 bash[23831]: audit 2024-05-21T18:29:26.599651+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-21T18:29:27.548 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:27 smithi077 bash[23831]: audit 2024-05-21T18:29:26.599651+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-21T18:29:27.548 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:27 smithi077 bash[23831]: audit 2024-05-21T18:29:26.600862+0000 mon.a (mon.0) 333 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:29:27.548 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:27 smithi077 bash[23831]: audit 2024-05-21T18:29:26.600862+0000 mon.a (mon.0) 333 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:29:27.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:27 smithi134 bash[24085]: cluster 2024-05-21T18:29:26.112437+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:29:27.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:27 smithi134 bash[24085]: cluster 2024-05-21T18:29:26.112437+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:29:27.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:27 smithi134 bash[24085]: audit 2024-05-21T18:29:26.593679+0000 mon.a (mon.0) 331 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-21T18:29:27.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:27 smithi134 bash[24085]: audit 2024-05-21T18:29:26.593679+0000 mon.a (mon.0) 331 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-21T18:29:27.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:27 smithi134 bash[24085]: audit 2024-05-21T18:29:26.599651+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-21T18:29:27.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:27 smithi134 bash[24085]: audit 2024-05-21T18:29:26.599651+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-21T18:29:27.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:27 smithi134 bash[24085]: audit 2024-05-21T18:29:26.600862+0000 mon.a (mon.0) 333 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:29:27.604 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:27 smithi134 bash[24085]: audit 2024-05-21T18:29:26.600862+0000 mon.a (mon.0) 333 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:29:27.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:27 smithi016 bash[21861]: cluster 2024-05-21T18:29:26.112437+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:29:27.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:27 smithi016 bash[21861]: cluster 2024-05-21T18:29:26.112437+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:29:27.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:27 smithi016 bash[21861]: audit 2024-05-21T18:29:26.593679+0000 mon.a (mon.0) 331 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-21T18:29:27.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:27 smithi016 bash[21861]: audit 2024-05-21T18:29:26.593679+0000 mon.a (mon.0) 331 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-21T18:29:27.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:27 smithi016 bash[21861]: audit 2024-05-21T18:29:26.599651+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-21T18:29:27.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:27 smithi016 bash[21861]: audit 2024-05-21T18:29:26.599651+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-21T18:29:27.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:27 smithi016 bash[21861]: audit 2024-05-21T18:29:26.600862+0000 mon.a (mon.0) 333 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:29:27.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:27 smithi016 bash[21861]: audit 2024-05-21T18:29:26.600862+0000 mon.a (mon.0) 333 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:29:28.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:28 smithi077 bash[23831]: audit 2024-05-21T18:29:26.590587+0000 mgr.a (mgr.14152) 141 : audit [DBG] from='client.14238 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi016:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T18:29:28.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:28 smithi077 bash[23831]: audit 2024-05-21T18:29:26.590587+0000 mgr.a (mgr.14152) 141 : audit [DBG] from='client.14238 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi016:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T18:29:28.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:28 smithi134 bash[24085]: audit 2024-05-21T18:29:26.590587+0000 mgr.a (mgr.14152) 141 : audit [DBG] from='client.14238 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi016:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T18:29:28.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:28 smithi134 bash[24085]: audit 2024-05-21T18:29:26.590587+0000 mgr.a (mgr.14152) 141 : audit [DBG] from='client.14238 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi016:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T18:29:28.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:28 smithi016 bash[21861]: audit 2024-05-21T18:29:26.590587+0000 mgr.a (mgr.14152) 141 : audit [DBG] from='client.14238 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi016:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T18:29:28.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:28 smithi016 bash[21861]: audit 2024-05-21T18:29:26.590587+0000 mgr.a (mgr.14152) 141 : audit [DBG] from='client.14238 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi016:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T18:29:29.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:29 smithi077 bash[23831]: cluster 2024-05-21T18:29:28.112916+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:29:29.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:29 smithi077 bash[23831]: cluster 2024-05-21T18:29:28.112916+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:29:29.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:29 smithi134 bash[24085]: cluster 2024-05-21T18:29:28.112916+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:29:29.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:29 smithi134 bash[24085]: cluster 2024-05-21T18:29:28.112916+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:29:29.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:29 smithi016 bash[21861]: cluster 2024-05-21T18:29:28.112916+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:29:29.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:29 smithi016 bash[21861]: cluster 2024-05-21T18:29:28.112916+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:29:31.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:31 smithi077 bash[23831]: cluster 2024-05-21T18:29:30.113406+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:29:31.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:31 smithi077 bash[23831]: cluster 2024-05-21T18:29:30.113406+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:29:31.585 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:31 smithi016 bash[21861]: cluster 2024-05-21T18:29:30.113406+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:29:31.585 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:31 smithi016 bash[21861]: cluster 2024-05-21T18:29:30.113406+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:29:31.602 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:31 smithi134 bash[24085]: cluster 2024-05-21T18:29:30.113406+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:29:31.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:31 smithi134 bash[24085]: cluster 2024-05-21T18:29:30.113406+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:29:33.354 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:33 smithi016 bash[21861]: cluster 2024-05-21T18:29:32.113872+0000 mgr.a (mgr.14152) 144 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:29:33.355 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:33 smithi016 bash[21861]: cluster 2024-05-21T18:29:32.113872+0000 mgr.a (mgr.14152) 144 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:29:33.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:33 smithi077 bash[23831]: cluster 2024-05-21T18:29:32.113872+0000 mgr.a (mgr.14152) 144 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:29:33.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:33 smithi077 bash[23831]: cluster 2024-05-21T18:29:32.113872+0000 mgr.a (mgr.14152) 144 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:29:33.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:33 smithi134 bash[24085]: cluster 2024-05-21T18:29:32.113872+0000 mgr.a (mgr.14152) 144 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:29:33.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:33 smithi134 bash[24085]: cluster 2024-05-21T18:29:32.113872+0000 mgr.a (mgr.14152) 144 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:29:35.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:35 smithi077 bash[23831]: cluster 2024-05-21T18:29:34.114350+0000 mgr.a (mgr.14152) 145 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:29:35.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:35 smithi077 bash[23831]: cluster 2024-05-21T18:29:34.114350+0000 mgr.a (mgr.14152) 145 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:29:35.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:35 smithi077 bash[23831]: audit 2024-05-21T18:29:34.657680+0000 mon.a (mon.0) 334 : audit [INF] from='client.? 172.21.15.16:0/456566989' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b57026b8-6d14-4586-8a32-3f35c03d8a19"}]: dispatch 2024-05-21T18:29:35.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:35 smithi077 bash[23831]: audit 2024-05-21T18:29:34.657680+0000 mon.a (mon.0) 334 : audit [INF] from='client.? 172.21.15.16:0/456566989' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b57026b8-6d14-4586-8a32-3f35c03d8a19"}]: dispatch 2024-05-21T18:29:35.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:35 smithi077 bash[23831]: audit 2024-05-21T18:29:34.660646+0000 mon.a (mon.0) 335 : audit [INF] from='client.? 172.21.15.16:0/456566989' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b57026b8-6d14-4586-8a32-3f35c03d8a19"}]': finished 2024-05-21T18:29:35.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:35 smithi077 bash[23831]: audit 2024-05-21T18:29:34.660646+0000 mon.a (mon.0) 335 : audit [INF] from='client.? 172.21.15.16:0/456566989' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b57026b8-6d14-4586-8a32-3f35c03d8a19"}]': finished 2024-05-21T18:29:35.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:35 smithi077 bash[23831]: cluster 2024-05-21T18:29:34.664400+0000 mon.a (mon.0) 336 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-05-21T18:29:35.548 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:35 smithi077 bash[23831]: cluster 2024-05-21T18:29:34.664400+0000 mon.a (mon.0) 336 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-05-21T18:29:35.548 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:35 smithi077 bash[23831]: audit 2024-05-21T18:29:34.664604+0000 mon.a (mon.0) 337 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-21T18:29:35.548 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:35 smithi077 bash[23831]: audit 2024-05-21T18:29:34.664604+0000 mon.a (mon.0) 337 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-21T18:29:35.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:35 smithi134 bash[24085]: cluster 2024-05-21T18:29:34.114350+0000 mgr.a (mgr.14152) 145 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:29:35.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:35 smithi134 bash[24085]: cluster 2024-05-21T18:29:34.114350+0000 mgr.a (mgr.14152) 145 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:29:35.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:35 smithi134 bash[24085]: audit 2024-05-21T18:29:34.657680+0000 mon.a (mon.0) 334 : audit [INF] from='client.? 172.21.15.16:0/456566989' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b57026b8-6d14-4586-8a32-3f35c03d8a19"}]: dispatch 2024-05-21T18:29:35.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:35 smithi134 bash[24085]: audit 2024-05-21T18:29:34.657680+0000 mon.a (mon.0) 334 : audit [INF] from='client.? 172.21.15.16:0/456566989' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b57026b8-6d14-4586-8a32-3f35c03d8a19"}]: dispatch 2024-05-21T18:29:35.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:35 smithi134 bash[24085]: audit 2024-05-21T18:29:34.660646+0000 mon.a (mon.0) 335 : audit [INF] from='client.? 172.21.15.16:0/456566989' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b57026b8-6d14-4586-8a32-3f35c03d8a19"}]': finished 2024-05-21T18:29:35.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:35 smithi134 bash[24085]: audit 2024-05-21T18:29:34.660646+0000 mon.a (mon.0) 335 : audit [INF] from='client.? 172.21.15.16:0/456566989' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b57026b8-6d14-4586-8a32-3f35c03d8a19"}]': finished 2024-05-21T18:29:35.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:35 smithi134 bash[24085]: cluster 2024-05-21T18:29:34.664400+0000 mon.a (mon.0) 336 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-05-21T18:29:35.604 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:35 smithi134 bash[24085]: cluster 2024-05-21T18:29:34.664400+0000 mon.a (mon.0) 336 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-05-21T18:29:35.604 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:35 smithi134 bash[24085]: audit 2024-05-21T18:29:34.664604+0000 mon.a (mon.0) 337 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-21T18:29:35.604 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:35 smithi134 bash[24085]: audit 2024-05-21T18:29:34.664604+0000 mon.a (mon.0) 337 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-21T18:29:35.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:35 smithi016 bash[21861]: cluster 2024-05-21T18:29:34.114350+0000 mgr.a (mgr.14152) 145 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:29:35.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:35 smithi016 bash[21861]: cluster 2024-05-21T18:29:34.114350+0000 mgr.a (mgr.14152) 145 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:29:35.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:35 smithi016 bash[21861]: audit 2024-05-21T18:29:34.657680+0000 mon.a (mon.0) 334 : audit [INF] from='client.? 172.21.15.16:0/456566989' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b57026b8-6d14-4586-8a32-3f35c03d8a19"}]: dispatch 2024-05-21T18:29:35.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:35 smithi016 bash[21861]: audit 2024-05-21T18:29:34.657680+0000 mon.a (mon.0) 334 : audit [INF] from='client.? 172.21.15.16:0/456566989' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b57026b8-6d14-4586-8a32-3f35c03d8a19"}]: dispatch 2024-05-21T18:29:35.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:35 smithi016 bash[21861]: audit 2024-05-21T18:29:34.660646+0000 mon.a (mon.0) 335 : audit [INF] from='client.? 172.21.15.16:0/456566989' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b57026b8-6d14-4586-8a32-3f35c03d8a19"}]': finished 2024-05-21T18:29:35.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:35 smithi016 bash[21861]: audit 2024-05-21T18:29:34.660646+0000 mon.a (mon.0) 335 : audit [INF] from='client.? 172.21.15.16:0/456566989' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b57026b8-6d14-4586-8a32-3f35c03d8a19"}]': finished 2024-05-21T18:29:35.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:35 smithi016 bash[21861]: cluster 2024-05-21T18:29:34.664400+0000 mon.a (mon.0) 336 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-05-21T18:29:35.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:35 smithi016 bash[21861]: cluster 2024-05-21T18:29:34.664400+0000 mon.a (mon.0) 336 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-05-21T18:29:35.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:35 smithi016 bash[21861]: audit 2024-05-21T18:29:34.664604+0000 mon.a (mon.0) 337 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-21T18:29:35.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:35 smithi016 bash[21861]: audit 2024-05-21T18:29:34.664604+0000 mon.a (mon.0) 337 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-21T18:29:36.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:36 smithi077 bash[23831]: audit 2024-05-21T18:29:35.379909+0000 mon.a (mon.0) 338 : audit [DBG] from='client.? 172.21.15.16:0/2878529609' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-21T18:29:36.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:36 smithi077 bash[23831]: audit 2024-05-21T18:29:35.379909+0000 mon.a (mon.0) 338 : audit [DBG] from='client.? 172.21.15.16:0/2878529609' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-21T18:29:36.602 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:36 smithi134 bash[24085]: audit 2024-05-21T18:29:35.379909+0000 mon.a (mon.0) 338 : audit [DBG] from='client.? 172.21.15.16:0/2878529609' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-21T18:29:36.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:36 smithi134 bash[24085]: audit 2024-05-21T18:29:35.379909+0000 mon.a (mon.0) 338 : audit [DBG] from='client.? 172.21.15.16:0/2878529609' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-21T18:29:36.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:36 smithi016 bash[21861]: audit 2024-05-21T18:29:35.379909+0000 mon.a (mon.0) 338 : audit [DBG] from='client.? 172.21.15.16:0/2878529609' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-21T18:29:36.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:36 smithi016 bash[21861]: audit 2024-05-21T18:29:35.379909+0000 mon.a (mon.0) 338 : audit [DBG] from='client.? 172.21.15.16:0/2878529609' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-21T18:29:37.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:37 smithi077 bash[23831]: cluster 2024-05-21T18:29:36.114828+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:29:37.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:37 smithi077 bash[23831]: cluster 2024-05-21T18:29:36.114828+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:29:37.602 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:37 smithi134 bash[24085]: cluster 2024-05-21T18:29:36.114828+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:29:37.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:37 smithi134 bash[24085]: cluster 2024-05-21T18:29:36.114828+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:29:37.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:37 smithi016 bash[21861]: cluster 2024-05-21T18:29:36.114828+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:29:37.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:37 smithi016 bash[21861]: cluster 2024-05-21T18:29:36.114828+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:29:39.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:39 smithi077 bash[23831]: cluster 2024-05-21T18:29:38.115486+0000 mgr.a (mgr.14152) 147 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:29:39.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:39 smithi077 bash[23831]: cluster 2024-05-21T18:29:38.115486+0000 mgr.a (mgr.14152) 147 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:29:39.602 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:39 smithi134 bash[24085]: cluster 2024-05-21T18:29:38.115486+0000 mgr.a (mgr.14152) 147 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:29:39.602 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:39 smithi134 bash[24085]: cluster 2024-05-21T18:29:38.115486+0000 mgr.a (mgr.14152) 147 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:29:39.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:39 smithi016 bash[21861]: cluster 2024-05-21T18:29:38.115486+0000 mgr.a (mgr.14152) 147 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:29:39.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:39 smithi016 bash[21861]: cluster 2024-05-21T18:29:38.115486+0000 mgr.a (mgr.14152) 147 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:29:41.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:41 smithi077 bash[23831]: cluster 2024-05-21T18:29:40.116006+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:29:41.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:41 smithi077 bash[23831]: cluster 2024-05-21T18:29:40.116006+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:29:41.602 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:41 smithi134 bash[24085]: cluster 2024-05-21T18:29:40.116006+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:29:41.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:41 smithi134 bash[24085]: cluster 2024-05-21T18:29:40.116006+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:29:41.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:41 smithi016 bash[21861]: cluster 2024-05-21T18:29:40.116006+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:29:41.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:41 smithi016 bash[21861]: cluster 2024-05-21T18:29:40.116006+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:29:43.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:43 smithi077 bash[23831]: cluster 2024-05-21T18:29:42.116466+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:29:43.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:43 smithi077 bash[23831]: cluster 2024-05-21T18:29:42.116466+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:29:43.589 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:43 smithi016 bash[21861]: cluster 2024-05-21T18:29:42.116466+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:29:43.589 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:43 smithi016 bash[21861]: cluster 2024-05-21T18:29:42.116466+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:29:43.602 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:43 smithi134 bash[24085]: cluster 2024-05-21T18:29:42.116466+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:29:43.602 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:43 smithi134 bash[24085]: cluster 2024-05-21T18:29:42.116466+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:29:45.354 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:45 smithi016 bash[21861]: cluster 2024-05-21T18:29:44.117044+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:29:45.355 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:45 smithi016 bash[21861]: cluster 2024-05-21T18:29:44.117044+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:29:45.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:45 smithi077 bash[23831]: cluster 2024-05-21T18:29:44.117044+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:29:45.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:45 smithi077 bash[23831]: cluster 2024-05-21T18:29:44.117044+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:29:45.602 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:45 smithi134 bash[24085]: cluster 2024-05-21T18:29:44.117044+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:29:45.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:45 smithi134 bash[24085]: cluster 2024-05-21T18:29:44.117044+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:29:47.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:47 smithi077 bash[23831]: cluster 2024-05-21T18:29:46.117476+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:29:47.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:47 smithi077 bash[23831]: cluster 2024-05-21T18:29:46.117476+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:29:47.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:47 smithi077 bash[23831]: audit 2024-05-21T18:29:46.842380+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-05-21T18:29:47.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:47 smithi077 bash[23831]: audit 2024-05-21T18:29:46.842380+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-05-21T18:29:47.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:47 smithi077 bash[23831]: audit 2024-05-21T18:29:46.843932+0000 mon.a (mon.0) 340 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:29:47.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:47 smithi077 bash[23831]: audit 2024-05-21T18:29:46.843932+0000 mon.a (mon.0) 340 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:29:47.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:47 smithi134 bash[24085]: cluster 2024-05-21T18:29:46.117476+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:29:47.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:47 smithi134 bash[24085]: cluster 2024-05-21T18:29:46.117476+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:29:47.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:47 smithi134 bash[24085]: audit 2024-05-21T18:29:46.842380+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-05-21T18:29:47.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:47 smithi134 bash[24085]: audit 2024-05-21T18:29:46.842380+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-05-21T18:29:47.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:47 smithi134 bash[24085]: audit 2024-05-21T18:29:46.843932+0000 mon.a (mon.0) 340 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:29:47.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:47 smithi134 bash[24085]: audit 2024-05-21T18:29:46.843932+0000 mon.a (mon.0) 340 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:29:47.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:47 smithi016 bash[21861]: cluster 2024-05-21T18:29:46.117476+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:29:47.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:47 smithi016 bash[21861]: cluster 2024-05-21T18:29:46.117476+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:29:47.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:47 smithi016 bash[21861]: audit 2024-05-21T18:29:46.842380+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-05-21T18:29:47.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:47 smithi016 bash[21861]: audit 2024-05-21T18:29:46.842380+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-05-21T18:29:47.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:47 smithi016 bash[21861]: audit 2024-05-21T18:29:46.843932+0000 mon.a (mon.0) 340 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:29:47.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:47 smithi016 bash[21861]: audit 2024-05-21T18:29:46.843932+0000 mon.a (mon.0) 340 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:29:48.354 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:48 smithi016 bash[21861]: cephadm 2024-05-21T18:29:46.845295+0000 mgr.a (mgr.14152) 152 : cephadm [INF] Deploying daemon osd.1 on smithi016 2024-05-21T18:29:48.355 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:48 smithi016 bash[21861]: cephadm 2024-05-21T18:29:46.845295+0000 mgr.a (mgr.14152) 152 : cephadm [INF] Deploying daemon osd.1 on smithi016 2024-05-21T18:29:48.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:48 smithi077 bash[23831]: cephadm 2024-05-21T18:29:46.845295+0000 mgr.a (mgr.14152) 152 : cephadm [INF] Deploying daemon osd.1 on smithi016 2024-05-21T18:29:48.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:48 smithi077 bash[23831]: cephadm 2024-05-21T18:29:46.845295+0000 mgr.a (mgr.14152) 152 : cephadm [INF] Deploying daemon osd.1 on smithi016 2024-05-21T18:29:48.602 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:48 smithi134 bash[24085]: cephadm 2024-05-21T18:29:46.845295+0000 mgr.a (mgr.14152) 152 : cephadm [INF] Deploying daemon osd.1 on smithi016 2024-05-21T18:29:48.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:48 smithi134 bash[24085]: cephadm 2024-05-21T18:29:46.845295+0000 mgr.a (mgr.14152) 152 : cephadm [INF] Deploying daemon osd.1 on smithi016 2024-05-21T18:29:49.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:49 smithi077 bash[23831]: cluster 2024-05-21T18:29:48.117812+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:29:49.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:49 smithi077 bash[23831]: cluster 2024-05-21T18:29:48.117812+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:29:49.551 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:49 smithi016 bash[21861]: cluster 2024-05-21T18:29:48.117812+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:29:49.551 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:49 smithi016 bash[21861]: cluster 2024-05-21T18:29:48.117812+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:29:49.602 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:49 smithi134 bash[24085]: cluster 2024-05-21T18:29:48.117812+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:29:49.602 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:49 smithi134 bash[24085]: cluster 2024-05-21T18:29:48.117812+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:29:50.956 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 21 18:29:50 smithi016 systemd[1]: /etc/systemd/system/ceph-3de35fc8-179f-11ef-bc9a-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-21T18:29:51.027 INFO:journalctl@ceph.osd.0.smithi016.stdout:May 21 18:29:50 smithi016 systemd[1]: /etc/systemd/system/ceph-3de35fc8-179f-11ef-bc9a-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-21T18:29:51.027 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:50 smithi016 systemd[1]: /etc/systemd/system/ceph-3de35fc8-179f-11ef-bc9a-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-21T18:29:51.213 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:51 smithi016 systemd[1]: /etc/systemd/system/ceph-3de35fc8-179f-11ef-bc9a-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-21T18:29:51.213 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 21 18:29:51 smithi016 systemd[1]: /etc/systemd/system/ceph-3de35fc8-179f-11ef-bc9a-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-21T18:29:51.214 INFO:journalctl@ceph.osd.0.smithi016.stdout:May 21 18:29:51 smithi016 systemd[1]: /etc/systemd/system/ceph-3de35fc8-179f-11ef-bc9a-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-21T18:29:51.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:51 smithi077 bash[23831]: cluster 2024-05-21T18:29:50.118340+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:29:51.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:51 smithi077 bash[23831]: cluster 2024-05-21T18:29:50.118340+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:29:51.602 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:51 smithi134 bash[24085]: cluster 2024-05-21T18:29:50.118340+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:29:51.602 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:51 smithi134 bash[24085]: cluster 2024-05-21T18:29:50.118340+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:29:51.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:51 smithi016 bash[21861]: cluster 2024-05-21T18:29:50.118340+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:29:51.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:51 smithi016 bash[21861]: cluster 2024-05-21T18:29:50.118340+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:29:52.354 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:52 smithi016 bash[21861]: audit 2024-05-21T18:29:51.265873+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:29:52.355 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:52 smithi016 bash[21861]: audit 2024-05-21T18:29:51.265873+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:29:52.355 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:52 smithi016 bash[21861]: audit 2024-05-21T18:29:51.271250+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:29:52.355 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:52 smithi016 bash[21861]: audit 2024-05-21T18:29:51.271250+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:29:52.355 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:52 smithi016 bash[21861]: audit 2024-05-21T18:29:51.284974+0000 mon.a (mon.0) 343 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T18:29:52.355 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:52 smithi016 bash[21861]: audit 2024-05-21T18:29:51.284974+0000 mon.a (mon.0) 343 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T18:29:52.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:52 smithi077 bash[23831]: audit 2024-05-21T18:29:51.265873+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:29:52.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:52 smithi077 bash[23831]: audit 2024-05-21T18:29:51.265873+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:29:52.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:52 smithi077 bash[23831]: audit 2024-05-21T18:29:51.271250+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:29:52.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:52 smithi077 bash[23831]: audit 2024-05-21T18:29:51.271250+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:29:52.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:52 smithi077 bash[23831]: audit 2024-05-21T18:29:51.284974+0000 mon.a (mon.0) 343 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T18:29:52.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:52 smithi077 bash[23831]: audit 2024-05-21T18:29:51.284974+0000 mon.a (mon.0) 343 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T18:29:52.602 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:52 smithi134 bash[24085]: audit 2024-05-21T18:29:51.265873+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:29:52.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:52 smithi134 bash[24085]: audit 2024-05-21T18:29:51.265873+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:29:52.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:52 smithi134 bash[24085]: audit 2024-05-21T18:29:51.271250+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:29:52.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:52 smithi134 bash[24085]: audit 2024-05-21T18:29:51.271250+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:29:52.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:52 smithi134 bash[24085]: audit 2024-05-21T18:29:51.284974+0000 mon.a (mon.0) 343 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T18:29:52.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:52 smithi134 bash[24085]: audit 2024-05-21T18:29:51.284974+0000 mon.a (mon.0) 343 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T18:29:53.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:53 smithi077 bash[23831]: cluster 2024-05-21T18:29:52.118670+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:29:53.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:53 smithi077 bash[23831]: cluster 2024-05-21T18:29:52.118670+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:29:53.602 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:53 smithi134 bash[24085]: cluster 2024-05-21T18:29:52.118670+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:29:53.602 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:53 smithi134 bash[24085]: cluster 2024-05-21T18:29:52.118670+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:29:53.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:53 smithi016 bash[21861]: cluster 2024-05-21T18:29:52.118670+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:29:53.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:53 smithi016 bash[21861]: cluster 2024-05-21T18:29:52.118670+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:29:55.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:55 smithi077 bash[23831]: cluster 2024-05-21T18:29:54.118970+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:29:55.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:55 smithi077 bash[23831]: cluster 2024-05-21T18:29:54.118970+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:29:55.602 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:55 smithi134 bash[24085]: cluster 2024-05-21T18:29:54.118970+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:29:55.602 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:55 smithi134 bash[24085]: cluster 2024-05-21T18:29:54.118970+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:29:55.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:55 smithi016 bash[21861]: cluster 2024-05-21T18:29:54.118970+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:29:55.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:55 smithi016 bash[21861]: cluster 2024-05-21T18:29:54.118970+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:29:57.354 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:57 smithi016 bash[21861]: cluster 2024-05-21T18:29:56.119389+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:29:57.355 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:57 smithi016 bash[21861]: cluster 2024-05-21T18:29:56.119389+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:29:57.355 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:57 smithi016 bash[21861]: audit 2024-05-21T18:29:56.524572+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:29:57.355 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:57 smithi016 bash[21861]: audit 2024-05-21T18:29:56.524572+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:29:57.355 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:57 smithi016 bash[21861]: audit 2024-05-21T18:29:56.531098+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:29:57.355 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:57 smithi016 bash[21861]: audit 2024-05-21T18:29:56.531098+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:29:57.355 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:57 smithi016 bash[21861]: audit 2024-05-21T18:29:56.531975+0000 mon.a (mon.0) 346 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:29:57.355 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:57 smithi016 bash[21861]: audit 2024-05-21T18:29:56.531975+0000 mon.a (mon.0) 346 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:29:57.355 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:57 smithi016 bash[21861]: audit 2024-05-21T18:29:56.532730+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T18:29:57.355 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:57 smithi016 bash[21861]: audit 2024-05-21T18:29:56.532730+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T18:29:57.355 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:57 smithi016 bash[21861]: audit 2024-05-21T18:29:56.537763+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:29:57.355 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:57 smithi016 bash[21861]: audit 2024-05-21T18:29:56.537763+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:29:57.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:57 smithi077 bash[23831]: cluster 2024-05-21T18:29:56.119389+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:29:57.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:57 smithi077 bash[23831]: cluster 2024-05-21T18:29:56.119389+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:29:57.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:57 smithi077 bash[23831]: audit 2024-05-21T18:29:56.524572+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:29:57.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:57 smithi077 bash[23831]: audit 2024-05-21T18:29:56.524572+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:29:57.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:57 smithi077 bash[23831]: audit 2024-05-21T18:29:56.531098+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:29:57.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:57 smithi077 bash[23831]: audit 2024-05-21T18:29:56.531098+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:29:57.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:57 smithi077 bash[23831]: audit 2024-05-21T18:29:56.531975+0000 mon.a (mon.0) 346 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:29:57.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:57 smithi077 bash[23831]: audit 2024-05-21T18:29:56.531975+0000 mon.a (mon.0) 346 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:29:57.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:57 smithi077 bash[23831]: audit 2024-05-21T18:29:56.532730+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T18:29:57.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:57 smithi077 bash[23831]: audit 2024-05-21T18:29:56.532730+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T18:29:57.548 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:57 smithi077 bash[23831]: audit 2024-05-21T18:29:56.537763+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:29:57.548 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:57 smithi077 bash[23831]: audit 2024-05-21T18:29:56.537763+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:29:57.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:57 smithi134 bash[24085]: cluster 2024-05-21T18:29:56.119389+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:29:57.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:57 smithi134 bash[24085]: cluster 2024-05-21T18:29:56.119389+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:29:57.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:57 smithi134 bash[24085]: audit 2024-05-21T18:29:56.524572+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:29:57.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:57 smithi134 bash[24085]: audit 2024-05-21T18:29:56.524572+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:29:57.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:57 smithi134 bash[24085]: audit 2024-05-21T18:29:56.531098+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:29:57.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:57 smithi134 bash[24085]: audit 2024-05-21T18:29:56.531098+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:29:57.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:57 smithi134 bash[24085]: audit 2024-05-21T18:29:56.531975+0000 mon.a (mon.0) 346 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:29:57.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:57 smithi134 bash[24085]: audit 2024-05-21T18:29:56.531975+0000 mon.a (mon.0) 346 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:29:57.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:57 smithi134 bash[24085]: audit 2024-05-21T18:29:56.532730+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T18:29:57.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:57 smithi134 bash[24085]: audit 2024-05-21T18:29:56.532730+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T18:29:57.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:57 smithi134 bash[24085]: audit 2024-05-21T18:29:56.537763+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:29:57.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:57 smithi134 bash[24085]: audit 2024-05-21T18:29:56.537763+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:29:58.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:58 smithi077 bash[23831]: audit 2024-05-21T18:29:57.679535+0000 mon.a (mon.0) 349 : audit [INF] from='osd.1 [v2:172.21.15.16:6810/781052387,v1:172.21.15.16:6811/781052387]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-05-21T18:29:58.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:58 smithi077 bash[23831]: audit 2024-05-21T18:29:57.679535+0000 mon.a (mon.0) 349 : audit [INF] from='osd.1 [v2:172.21.15.16:6810/781052387,v1:172.21.15.16:6811/781052387]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-05-21T18:29:58.602 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:58 smithi134 bash[24085]: audit 2024-05-21T18:29:57.679535+0000 mon.a (mon.0) 349 : audit [INF] from='osd.1 [v2:172.21.15.16:6810/781052387,v1:172.21.15.16:6811/781052387]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-05-21T18:29:58.602 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:58 smithi134 bash[24085]: audit 2024-05-21T18:29:57.679535+0000 mon.a (mon.0) 349 : audit [INF] from='osd.1 [v2:172.21.15.16:6810/781052387,v1:172.21.15.16:6811/781052387]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-05-21T18:29:58.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:58 smithi016 bash[21861]: audit 2024-05-21T18:29:57.679535+0000 mon.a (mon.0) 349 : audit [INF] from='osd.1 [v2:172.21.15.16:6810/781052387,v1:172.21.15.16:6811/781052387]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-05-21T18:29:58.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:58 smithi016 bash[21861]: audit 2024-05-21T18:29:57.679535+0000 mon.a (mon.0) 349 : audit [INF] from='osd.1 [v2:172.21.15.16:6810/781052387,v1:172.21.15.16:6811/781052387]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-05-21T18:29:59.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:59 smithi077 bash[23831]: cluster 2024-05-21T18:29:58.119863+0000 mgr.a (mgr.14152) 158 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:29:59.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:59 smithi077 bash[23831]: cluster 2024-05-21T18:29:58.119863+0000 mgr.a (mgr.14152) 158 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:29:59.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:59 smithi077 bash[23831]: audit 2024-05-21T18:29:58.292317+0000 mon.a (mon.0) 350 : audit [INF] from='osd.1 [v2:172.21.15.16:6810/781052387,v1:172.21.15.16:6811/781052387]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-05-21T18:29:59.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:59 smithi077 bash[23831]: audit 2024-05-21T18:29:58.292317+0000 mon.a (mon.0) 350 : audit [INF] from='osd.1 [v2:172.21.15.16:6810/781052387,v1:172.21.15.16:6811/781052387]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-05-21T18:29:59.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:59 smithi077 bash[23831]: cluster 2024-05-21T18:29:58.297354+0000 mon.a (mon.0) 351 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-05-21T18:29:59.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:59 smithi077 bash[23831]: cluster 2024-05-21T18:29:58.297354+0000 mon.a (mon.0) 351 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-05-21T18:29:59.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:59 smithi077 bash[23831]: audit 2024-05-21T18:29:58.298020+0000 mon.a (mon.0) 352 : audit [INF] from='osd.1 [v2:172.21.15.16:6810/781052387,v1:172.21.15.16:6811/781052387]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]: dispatch 2024-05-21T18:29:59.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:59 smithi077 bash[23831]: audit 2024-05-21T18:29:58.298020+0000 mon.a (mon.0) 352 : audit [INF] from='osd.1 [v2:172.21.15.16:6810/781052387,v1:172.21.15.16:6811/781052387]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]: dispatch 2024-05-21T18:29:59.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:59 smithi077 bash[23831]: audit 2024-05-21T18:29:58.298471+0000 mon.a (mon.0) 353 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-21T18:29:59.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:29:59 smithi077 bash[23831]: audit 2024-05-21T18:29:58.298471+0000 mon.a (mon.0) 353 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-21T18:29:59.552 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:59 smithi016 bash[21861]: cluster 2024-05-21T18:29:58.119863+0000 mgr.a (mgr.14152) 158 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:29:59.552 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:59 smithi016 bash[21861]: cluster 2024-05-21T18:29:58.119863+0000 mgr.a (mgr.14152) 158 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:29:59.553 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:59 smithi016 bash[21861]: audit 2024-05-21T18:29:58.292317+0000 mon.a (mon.0) 350 : audit [INF] from='osd.1 [v2:172.21.15.16:6810/781052387,v1:172.21.15.16:6811/781052387]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-05-21T18:29:59.553 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:59 smithi016 bash[21861]: audit 2024-05-21T18:29:58.292317+0000 mon.a (mon.0) 350 : audit [INF] from='osd.1 [v2:172.21.15.16:6810/781052387,v1:172.21.15.16:6811/781052387]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-05-21T18:29:59.553 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:59 smithi016 bash[21861]: cluster 2024-05-21T18:29:58.297354+0000 mon.a (mon.0) 351 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-05-21T18:29:59.553 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:59 smithi016 bash[21861]: cluster 2024-05-21T18:29:58.297354+0000 mon.a (mon.0) 351 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-05-21T18:29:59.553 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:59 smithi016 bash[21861]: audit 2024-05-21T18:29:58.298020+0000 mon.a (mon.0) 352 : audit [INF] from='osd.1 [v2:172.21.15.16:6810/781052387,v1:172.21.15.16:6811/781052387]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]: dispatch 2024-05-21T18:29:59.553 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:59 smithi016 bash[21861]: audit 2024-05-21T18:29:58.298020+0000 mon.a (mon.0) 352 : audit [INF] from='osd.1 [v2:172.21.15.16:6810/781052387,v1:172.21.15.16:6811/781052387]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]: dispatch 2024-05-21T18:29:59.553 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:59 smithi016 bash[21861]: audit 2024-05-21T18:29:58.298471+0000 mon.a (mon.0) 353 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-21T18:29:59.553 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:29:59 smithi016 bash[21861]: audit 2024-05-21T18:29:58.298471+0000 mon.a (mon.0) 353 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-21T18:29:59.602 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:59 smithi134 bash[24085]: cluster 2024-05-21T18:29:58.119863+0000 mgr.a (mgr.14152) 158 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:29:59.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:59 smithi134 bash[24085]: cluster 2024-05-21T18:29:58.119863+0000 mgr.a (mgr.14152) 158 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:29:59.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:59 smithi134 bash[24085]: audit 2024-05-21T18:29:58.292317+0000 mon.a (mon.0) 350 : audit [INF] from='osd.1 [v2:172.21.15.16:6810/781052387,v1:172.21.15.16:6811/781052387]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-05-21T18:29:59.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:59 smithi134 bash[24085]: audit 2024-05-21T18:29:58.292317+0000 mon.a (mon.0) 350 : audit [INF] from='osd.1 [v2:172.21.15.16:6810/781052387,v1:172.21.15.16:6811/781052387]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-05-21T18:29:59.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:59 smithi134 bash[24085]: cluster 2024-05-21T18:29:58.297354+0000 mon.a (mon.0) 351 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-05-21T18:29:59.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:59 smithi134 bash[24085]: cluster 2024-05-21T18:29:58.297354+0000 mon.a (mon.0) 351 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-05-21T18:29:59.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:59 smithi134 bash[24085]: audit 2024-05-21T18:29:58.298020+0000 mon.a (mon.0) 352 : audit [INF] from='osd.1 [v2:172.21.15.16:6810/781052387,v1:172.21.15.16:6811/781052387]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]: dispatch 2024-05-21T18:29:59.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:59 smithi134 bash[24085]: audit 2024-05-21T18:29:58.298020+0000 mon.a (mon.0) 352 : audit [INF] from='osd.1 [v2:172.21.15.16:6810/781052387,v1:172.21.15.16:6811/781052387]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]: dispatch 2024-05-21T18:29:59.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:59 smithi134 bash[24085]: audit 2024-05-21T18:29:58.298471+0000 mon.a (mon.0) 353 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-21T18:29:59.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:29:59 smithi134 bash[24085]: audit 2024-05-21T18:29:58.298471+0000 mon.a (mon.0) 353 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-21T18:30:00.093 INFO:teuthology.orchestra.run.smithi016.stdout:Created osd(s) 1 on host 'smithi016' 2024-05-21T18:30:00.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:00 smithi134 bash[24085]: audit 2024-05-21T18:29:59.294016+0000 mon.a (mon.0) 354 : audit [INF] from='osd.1 [v2:172.21.15.16:6810/781052387,v1:172.21.15.16:6811/781052387]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]': finished 2024-05-21T18:30:00.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:00 smithi134 bash[24085]: audit 2024-05-21T18:29:59.294016+0000 mon.a (mon.0) 354 : audit [INF] from='osd.1 [v2:172.21.15.16:6810/781052387,v1:172.21.15.16:6811/781052387]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]': finished 2024-05-21T18:30:00.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:00 smithi134 bash[24085]: cluster 2024-05-21T18:29:59.296768+0000 mon.a (mon.0) 355 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-05-21T18:30:00.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:00 smithi134 bash[24085]: cluster 2024-05-21T18:29:59.296768+0000 mon.a (mon.0) 355 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-05-21T18:30:00.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:00 smithi134 bash[24085]: audit 2024-05-21T18:29:59.297694+0000 mon.a (mon.0) 356 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-21T18:30:00.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:00 smithi134 bash[24085]: audit 2024-05-21T18:29:59.297694+0000 mon.a (mon.0) 356 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-21T18:30:00.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:00 smithi134 bash[24085]: audit 2024-05-21T18:29:59.302785+0000 mon.a (mon.0) 357 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-21T18:30:00.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:00 smithi134 bash[24085]: audit 2024-05-21T18:29:59.302785+0000 mon.a (mon.0) 357 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-21T18:30:00.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:00 smithi134 bash[24085]: cluster 2024-05-21T18:30:00.000155+0000 mon.a (mon.0) 358 : cluster [INF] overall HEALTH_OK 2024-05-21T18:30:00.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:00 smithi134 bash[24085]: cluster 2024-05-21T18:30:00.000155+0000 mon.a (mon.0) 358 : cluster [INF] overall HEALTH_OK 2024-05-21T18:30:00.604 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:00 smithi134 bash[24085]: audit 2024-05-21T18:30:00.061165+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:30:00.604 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:00 smithi134 bash[24085]: audit 2024-05-21T18:30:00.061165+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:30:00.604 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:00 smithi134 bash[24085]: audit 2024-05-21T18:30:00.066874+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:30:00.604 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:00 smithi134 bash[24085]: audit 2024-05-21T18:30:00.066874+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:30:00.604 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:00 smithi134 bash[24085]: audit 2024-05-21T18:30:00.094199+0000 mon.a (mon.0) 361 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T18:30:00.604 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:00 smithi134 bash[24085]: audit 2024-05-21T18:30:00.094199+0000 mon.a (mon.0) 361 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T18:30:00.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:00 smithi016 bash[21861]: audit 2024-05-21T18:29:59.294016+0000 mon.a (mon.0) 354 : audit [INF] from='osd.1 [v2:172.21.15.16:6810/781052387,v1:172.21.15.16:6811/781052387]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]': finished 2024-05-21T18:30:00.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:00 smithi016 bash[21861]: audit 2024-05-21T18:29:59.294016+0000 mon.a (mon.0) 354 : audit [INF] from='osd.1 [v2:172.21.15.16:6810/781052387,v1:172.21.15.16:6811/781052387]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]': finished 2024-05-21T18:30:00.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:00 smithi016 bash[21861]: cluster 2024-05-21T18:29:59.296768+0000 mon.a (mon.0) 355 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-05-21T18:30:00.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:00 smithi016 bash[21861]: cluster 2024-05-21T18:29:59.296768+0000 mon.a (mon.0) 355 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-05-21T18:30:00.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:00 smithi016 bash[21861]: audit 2024-05-21T18:29:59.297694+0000 mon.a (mon.0) 356 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-21T18:30:00.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:00 smithi016 bash[21861]: audit 2024-05-21T18:29:59.297694+0000 mon.a (mon.0) 356 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-21T18:30:00.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:00 smithi016 bash[21861]: audit 2024-05-21T18:29:59.302785+0000 mon.a (mon.0) 357 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-21T18:30:00.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:00 smithi016 bash[21861]: audit 2024-05-21T18:29:59.302785+0000 mon.a (mon.0) 357 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-21T18:30:00.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:00 smithi016 bash[21861]: cluster 2024-05-21T18:30:00.000155+0000 mon.a (mon.0) 358 : cluster [INF] overall HEALTH_OK 2024-05-21T18:30:00.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:00 smithi016 bash[21861]: cluster 2024-05-21T18:30:00.000155+0000 mon.a (mon.0) 358 : cluster [INF] overall HEALTH_OK 2024-05-21T18:30:00.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:00 smithi016 bash[21861]: audit 2024-05-21T18:30:00.061165+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:30:00.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:00 smithi016 bash[21861]: audit 2024-05-21T18:30:00.061165+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:30:00.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:00 smithi016 bash[21861]: audit 2024-05-21T18:30:00.066874+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:30:00.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:00 smithi016 bash[21861]: audit 2024-05-21T18:30:00.066874+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:30:00.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:00 smithi016 bash[21861]: audit 2024-05-21T18:30:00.094199+0000 mon.a (mon.0) 361 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T18:30:00.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:00 smithi016 bash[21861]: audit 2024-05-21T18:30:00.094199+0000 mon.a (mon.0) 361 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T18:30:00.749 DEBUG:teuthology.orchestra.run.smithi016:osd.1> sudo journalctl -f -n 0 -u ceph-3de35fc8-179f-11ef-bc9a-c7b262605968@osd.1.service 2024-05-21T18:30:00.792 INFO:tasks.cephadm:Deploying osd.2 on smithi077 with /dev/vg_nvme/lv_4... 2024-05-21T18:30:00.792 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9ef9bcfdb32ec4999d7ca025815290e8395c6ae7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3de35fc8-179f-11ef-bc9a-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-05-21T18:30:00.797 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:00 smithi077 bash[23831]: audit 2024-05-21T18:29:59.294016+0000 mon.a (mon.0) 354 : audit [INF] from='osd.1 [v2:172.21.15.16:6810/781052387,v1:172.21.15.16:6811/781052387]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]': finished 2024-05-21T18:30:00.797 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:00 smithi077 bash[23831]: audit 2024-05-21T18:29:59.294016+0000 mon.a (mon.0) 354 : audit [INF] from='osd.1 [v2:172.21.15.16:6810/781052387,v1:172.21.15.16:6811/781052387]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]': finished 2024-05-21T18:30:00.797 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:00 smithi077 bash[23831]: cluster 2024-05-21T18:29:59.296768+0000 mon.a (mon.0) 355 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-05-21T18:30:00.797 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:00 smithi077 bash[23831]: cluster 2024-05-21T18:29:59.296768+0000 mon.a (mon.0) 355 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-05-21T18:30:00.797 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:00 smithi077 bash[23831]: audit 2024-05-21T18:29:59.297694+0000 mon.a (mon.0) 356 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-21T18:30:00.797 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:00 smithi077 bash[23831]: audit 2024-05-21T18:29:59.297694+0000 mon.a (mon.0) 356 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-21T18:30:00.797 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:00 smithi077 bash[23831]: audit 2024-05-21T18:29:59.302785+0000 mon.a (mon.0) 357 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-21T18:30:00.797 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:00 smithi077 bash[23831]: audit 2024-05-21T18:29:59.302785+0000 mon.a (mon.0) 357 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-21T18:30:00.797 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:00 smithi077 bash[23831]: cluster 2024-05-21T18:30:00.000155+0000 mon.a (mon.0) 358 : cluster [INF] overall HEALTH_OK 2024-05-21T18:30:00.797 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:00 smithi077 bash[23831]: cluster 2024-05-21T18:30:00.000155+0000 mon.a (mon.0) 358 : cluster [INF] overall HEALTH_OK 2024-05-21T18:30:00.797 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:00 smithi077 bash[23831]: audit 2024-05-21T18:30:00.061165+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:30:00.798 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:00 smithi077 bash[23831]: audit 2024-05-21T18:30:00.061165+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:30:00.798 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:00 smithi077 bash[23831]: audit 2024-05-21T18:30:00.066874+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:30:00.798 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:00 smithi077 bash[23831]: audit 2024-05-21T18:30:00.066874+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:30:00.798 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:00 smithi077 bash[23831]: audit 2024-05-21T18:30:00.094199+0000 mon.a (mon.0) 361 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T18:30:00.798 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:00 smithi077 bash[23831]: audit 2024-05-21T18:30:00.094199+0000 mon.a (mon.0) 361 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T18:30:01.602 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:01 smithi134 bash[24085]: cluster 2024-05-21T18:29:58.650493+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-21T18:30:01.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:01 smithi134 bash[24085]: cluster 2024-05-21T18:29:58.650493+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-21T18:30:01.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:01 smithi134 bash[24085]: cluster 2024-05-21T18:29:58.650627+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-21T18:30:01.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:01 smithi134 bash[24085]: cluster 2024-05-21T18:29:58.650627+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-21T18:30:01.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:01 smithi134 bash[24085]: cluster 2024-05-21T18:30:00.120291+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:30:01.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:01 smithi134 bash[24085]: cluster 2024-05-21T18:30:00.120291+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:30:01.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:01 smithi134 bash[24085]: audit 2024-05-21T18:30:00.309959+0000 mon.a (mon.0) 362 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-21T18:30:01.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:01 smithi134 bash[24085]: audit 2024-05-21T18:30:00.309959+0000 mon.a (mon.0) 362 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-21T18:30:01.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:01 smithi134 bash[24085]: cluster 2024-05-21T18:30:00.316098+0000 mon.a (mon.0) 363 : cluster [INF] osd.1 [v2:172.21.15.16:6810/781052387,v1:172.21.15.16:6811/781052387] boot 2024-05-21T18:30:01.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:01 smithi134 bash[24085]: cluster 2024-05-21T18:30:00.316098+0000 mon.a (mon.0) 363 : cluster [INF] osd.1 [v2:172.21.15.16:6810/781052387,v1:172.21.15.16:6811/781052387] boot 2024-05-21T18:30:01.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:01 smithi134 bash[24085]: cluster 2024-05-21T18:30:00.316183+0000 mon.a (mon.0) 364 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-05-21T18:30:01.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:01 smithi134 bash[24085]: cluster 2024-05-21T18:30:00.316183+0000 mon.a (mon.0) 364 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-05-21T18:30:01.604 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:01 smithi134 bash[24085]: audit 2024-05-21T18:30:00.316417+0000 mon.a (mon.0) 365 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-21T18:30:01.604 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:01 smithi134 bash[24085]: audit 2024-05-21T18:30:00.316417+0000 mon.a (mon.0) 365 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-21T18:30:01.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:01 smithi016 bash[21861]: cluster 2024-05-21T18:29:58.650493+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-21T18:30:01.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:01 smithi016 bash[21861]: cluster 2024-05-21T18:29:58.650493+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-21T18:30:01.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:01 smithi016 bash[21861]: cluster 2024-05-21T18:29:58.650627+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-21T18:30:01.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:01 smithi016 bash[21861]: cluster 2024-05-21T18:29:58.650627+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-21T18:30:01.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:01 smithi016 bash[21861]: cluster 2024-05-21T18:30:00.120291+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:30:01.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:01 smithi016 bash[21861]: cluster 2024-05-21T18:30:00.120291+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:30:01.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:01 smithi016 bash[21861]: audit 2024-05-21T18:30:00.309959+0000 mon.a (mon.0) 362 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-21T18:30:01.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:01 smithi016 bash[21861]: audit 2024-05-21T18:30:00.309959+0000 mon.a (mon.0) 362 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-21T18:30:01.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:01 smithi016 bash[21861]: cluster 2024-05-21T18:30:00.316098+0000 mon.a (mon.0) 363 : cluster [INF] osd.1 [v2:172.21.15.16:6810/781052387,v1:172.21.15.16:6811/781052387] boot 2024-05-21T18:30:01.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:01 smithi016 bash[21861]: cluster 2024-05-21T18:30:00.316098+0000 mon.a (mon.0) 363 : cluster [INF] osd.1 [v2:172.21.15.16:6810/781052387,v1:172.21.15.16:6811/781052387] boot 2024-05-21T18:30:01.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:01 smithi016 bash[21861]: cluster 2024-05-21T18:30:00.316183+0000 mon.a (mon.0) 364 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-05-21T18:30:01.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:01 smithi016 bash[21861]: cluster 2024-05-21T18:30:00.316183+0000 mon.a (mon.0) 364 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-05-21T18:30:01.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:01 smithi016 bash[21861]: audit 2024-05-21T18:30:00.316417+0000 mon.a (mon.0) 365 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-21T18:30:01.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:01 smithi016 bash[21861]: audit 2024-05-21T18:30:00.316417+0000 mon.a (mon.0) 365 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-21T18:30:01.797 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:01 smithi077 bash[23831]: cluster 2024-05-21T18:29:58.650493+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-21T18:30:01.797 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:01 smithi077 bash[23831]: cluster 2024-05-21T18:29:58.650493+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-21T18:30:01.797 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:01 smithi077 bash[23831]: cluster 2024-05-21T18:29:58.650627+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-21T18:30:01.797 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:01 smithi077 bash[23831]: cluster 2024-05-21T18:29:58.650627+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-21T18:30:01.797 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:01 smithi077 bash[23831]: cluster 2024-05-21T18:30:00.120291+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:30:01.797 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:01 smithi077 bash[23831]: cluster 2024-05-21T18:30:00.120291+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-21T18:30:01.797 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:01 smithi077 bash[23831]: audit 2024-05-21T18:30:00.309959+0000 mon.a (mon.0) 362 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-21T18:30:01.797 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:01 smithi077 bash[23831]: audit 2024-05-21T18:30:00.309959+0000 mon.a (mon.0) 362 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-21T18:30:01.797 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:01 smithi077 bash[23831]: cluster 2024-05-21T18:30:00.316098+0000 mon.a (mon.0) 363 : cluster [INF] osd.1 [v2:172.21.15.16:6810/781052387,v1:172.21.15.16:6811/781052387] boot 2024-05-21T18:30:01.797 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:01 smithi077 bash[23831]: cluster 2024-05-21T18:30:00.316098+0000 mon.a (mon.0) 363 : cluster [INF] osd.1 [v2:172.21.15.16:6810/781052387,v1:172.21.15.16:6811/781052387] boot 2024-05-21T18:30:01.798 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:01 smithi077 bash[23831]: cluster 2024-05-21T18:30:00.316183+0000 mon.a (mon.0) 364 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-05-21T18:30:01.798 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:01 smithi077 bash[23831]: cluster 2024-05-21T18:30:00.316183+0000 mon.a (mon.0) 364 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-05-21T18:30:01.798 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:01 smithi077 bash[23831]: audit 2024-05-21T18:30:00.316417+0000 mon.a (mon.0) 365 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-21T18:30:01.798 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:01 smithi077 bash[23831]: audit 2024-05-21T18:30:00.316417+0000 mon.a (mon.0) 365 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-21T18:30:02.602 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:02 smithi134 bash[24085]: cluster 2024-05-21T18:30:01.319031+0000 mon.a (mon.0) 366 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-05-21T18:30:02.602 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:02 smithi134 bash[24085]: cluster 2024-05-21T18:30:01.319031+0000 mon.a (mon.0) 366 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-05-21T18:30:02.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:02 smithi016 bash[21861]: cluster 2024-05-21T18:30:01.319031+0000 mon.a (mon.0) 366 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-05-21T18:30:02.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:02 smithi016 bash[21861]: cluster 2024-05-21T18:30:01.319031+0000 mon.a (mon.0) 366 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-05-21T18:30:02.796 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:02 smithi077 bash[23831]: cluster 2024-05-21T18:30:01.319031+0000 mon.a (mon.0) 366 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-05-21T18:30:02.797 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:02 smithi077 bash[23831]: cluster 2024-05-21T18:30:01.319031+0000 mon.a (mon.0) 366 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-05-21T18:30:03.602 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:03 smithi134 bash[24085]: cluster 2024-05-21T18:30:02.120739+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:03.602 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:03 smithi134 bash[24085]: cluster 2024-05-21T18:30:02.120739+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:03.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:03 smithi016 bash[21861]: cluster 2024-05-21T18:30:02.120739+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:03.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:03 smithi016 bash[21861]: cluster 2024-05-21T18:30:02.120739+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:03.796 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:03 smithi077 bash[23831]: cluster 2024-05-21T18:30:02.120739+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:03.796 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:03 smithi077 bash[23831]: cluster 2024-05-21T18:30:02.120739+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:05.354 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:05 smithi016 bash[21861]: cluster 2024-05-21T18:30:04.121195+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:05.354 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:05 smithi016 bash[21861]: cluster 2024-05-21T18:30:04.121195+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:05.502 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/mon.b/config 2024-05-21T18:30:05.602 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:05 smithi134 bash[24085]: cluster 2024-05-21T18:30:04.121195+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:05.602 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:05 smithi134 bash[24085]: cluster 2024-05-21T18:30:04.121195+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:05.796 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:05 smithi077 bash[23831]: cluster 2024-05-21T18:30:04.121195+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:05.796 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:05 smithi077 bash[23831]: cluster 2024-05-21T18:30:04.121195+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:07.602 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:07 smithi134 bash[24085]: cluster 2024-05-21T18:30:06.121501+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:07.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:07 smithi134 bash[24085]: cluster 2024-05-21T18:30:06.121501+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:07.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:07 smithi016 bash[21861]: cluster 2024-05-21T18:30:06.121501+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:07.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:07 smithi016 bash[21861]: cluster 2024-05-21T18:30:06.121501+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:07.659 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:07 smithi077 bash[23831]: cluster 2024-05-21T18:30:06.121501+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:07.659 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:07 smithi077 bash[23831]: cluster 2024-05-21T18:30:06.121501+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:08.308 INFO:teuthology.orchestra.run.smithi077.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-05-21T18:30:08.309 INFO:teuthology.orchestra.run.smithi077.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-05-21T18:30:08.309 INFO:teuthology.orchestra.run.smithi077.stderr: stderr: 10+0 records in 2024-05-21T18:30:08.309 INFO:teuthology.orchestra.run.smithi077.stderr:10+0 records out 2024-05-21T18:30:08.309 INFO:teuthology.orchestra.run.smithi077.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0148653 s, 705 MB/s 2024-05-21T18:30:08.309 INFO:teuthology.orchestra.run.smithi077.stderr:--> Zapping successful for: 2024-05-21T18:30:08.965 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9ef9bcfdb32ec4999d7ca025815290e8395c6ae7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3de35fc8-179f-11ef-bc9a-c7b262605968 -- ceph orch daemon add osd smithi077:vg_nvme/lv_4 2024-05-21T18:30:09.602 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:09 smithi134 bash[24085]: cluster 2024-05-21T18:30:08.121787+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:09.602 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:09 smithi134 bash[24085]: cluster 2024-05-21T18:30:08.121787+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:09.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:09 smithi016 bash[21861]: cluster 2024-05-21T18:30:08.121787+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:09.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:09 smithi016 bash[21861]: cluster 2024-05-21T18:30:08.121787+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:09.796 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:09 smithi077 bash[23831]: cluster 2024-05-21T18:30:08.121787+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:09.796 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:09 smithi077 bash[23831]: cluster 2024-05-21T18:30:08.121787+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:10.797 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:10 smithi077 bash[23831]: cephadm 2024-05-21T18:30:09.485806+0000 mgr.a (mgr.14152) 164 : cephadm [INF] Detected new or changed devices on smithi016 2024-05-21T18:30:10.797 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:10 smithi077 bash[23831]: cephadm 2024-05-21T18:30:09.485806+0000 mgr.a (mgr.14152) 164 : cephadm [INF] Detected new or changed devices on smithi016 2024-05-21T18:30:10.797 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:10 smithi077 bash[23831]: audit 2024-05-21T18:30:09.494058+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:30:10.797 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:10 smithi077 bash[23831]: audit 2024-05-21T18:30:09.494058+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:30:10.797 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:10 smithi077 bash[23831]: audit 2024-05-21T18:30:09.502964+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:30:10.797 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:10 smithi077 bash[23831]: audit 2024-05-21T18:30:09.502964+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:30:10.798 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:10 smithi077 bash[23831]: audit 2024-05-21T18:30:09.505653+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-05-21T18:30:10.798 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:10 smithi077 bash[23831]: audit 2024-05-21T18:30:09.505653+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-05-21T18:30:10.798 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:10 smithi077 bash[23831]: audit 2024-05-21T18:30:09.507668+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-05-21T18:30:10.798 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:10 smithi077 bash[23831]: audit 2024-05-21T18:30:09.507668+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-05-21T18:30:10.798 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:10 smithi077 bash[23831]: cephadm 2024-05-21T18:30:09.509090+0000 mgr.a (mgr.14152) 165 : cephadm [INF] Adjusting osd_memory_target on smithi016 to 8634M 2024-05-21T18:30:10.798 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:10 smithi077 bash[23831]: cephadm 2024-05-21T18:30:09.509090+0000 mgr.a (mgr.14152) 165 : cephadm [INF] Adjusting osd_memory_target on smithi016 to 8634M 2024-05-21T18:30:10.798 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:10 smithi077 bash[23831]: audit 2024-05-21T18:30:09.515457+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:30:10.798 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:10 smithi077 bash[23831]: audit 2024-05-21T18:30:09.515457+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:30:10.798 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:10 smithi077 bash[23831]: audit 2024-05-21T18:30:09.519405+0000 mon.a (mon.0) 372 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:30:10.798 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:10 smithi077 bash[23831]: audit 2024-05-21T18:30:09.519405+0000 mon.a (mon.0) 372 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:30:10.798 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:10 smithi077 bash[23831]: audit 2024-05-21T18:30:09.521167+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T18:30:10.799 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:10 smithi077 bash[23831]: audit 2024-05-21T18:30:09.521167+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T18:30:10.799 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:10 smithi077 bash[23831]: audit 2024-05-21T18:30:09.531234+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:30:10.799 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:10 smithi077 bash[23831]: audit 2024-05-21T18:30:09.531234+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:30:10.799 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:10 smithi077 bash[23831]: cluster 2024-05-21T18:30:10.122312+0000 mgr.a (mgr.14152) 166 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:10.799 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:10 smithi077 bash[23831]: cluster 2024-05-21T18:30:10.122312+0000 mgr.a (mgr.14152) 166 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:10.853 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:10 smithi134 bash[24085]: cephadm 2024-05-21T18:30:09.485806+0000 mgr.a (mgr.14152) 164 : cephadm [INF] Detected new or changed devices on smithi016 2024-05-21T18:30:10.853 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:10 smithi134 bash[24085]: cephadm 2024-05-21T18:30:09.485806+0000 mgr.a (mgr.14152) 164 : cephadm [INF] Detected new or changed devices on smithi016 2024-05-21T18:30:10.853 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:10 smithi134 bash[24085]: audit 2024-05-21T18:30:09.494058+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:30:10.853 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:10 smithi134 bash[24085]: audit 2024-05-21T18:30:09.494058+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:30:10.853 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:10 smithi134 bash[24085]: audit 2024-05-21T18:30:09.502964+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:30:10.853 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:10 smithi134 bash[24085]: audit 2024-05-21T18:30:09.502964+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:30:10.853 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:10 smithi134 bash[24085]: audit 2024-05-21T18:30:09.505653+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-05-21T18:30:10.853 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:10 smithi134 bash[24085]: audit 2024-05-21T18:30:09.505653+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-05-21T18:30:10.853 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:10 smithi134 bash[24085]: audit 2024-05-21T18:30:09.507668+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-05-21T18:30:10.853 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:10 smithi134 bash[24085]: audit 2024-05-21T18:30:09.507668+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-05-21T18:30:10.854 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:10 smithi134 bash[24085]: cephadm 2024-05-21T18:30:09.509090+0000 mgr.a (mgr.14152) 165 : cephadm [INF] Adjusting osd_memory_target on smithi016 to 8634M 2024-05-21T18:30:10.854 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:10 smithi134 bash[24085]: cephadm 2024-05-21T18:30:09.509090+0000 mgr.a (mgr.14152) 165 : cephadm [INF] Adjusting osd_memory_target on smithi016 to 8634M 2024-05-21T18:30:10.854 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:10 smithi134 bash[24085]: audit 2024-05-21T18:30:09.515457+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:30:10.854 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:10 smithi134 bash[24085]: audit 2024-05-21T18:30:09.515457+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:30:10.854 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:10 smithi134 bash[24085]: audit 2024-05-21T18:30:09.519405+0000 mon.a (mon.0) 372 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:30:10.854 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:10 smithi134 bash[24085]: audit 2024-05-21T18:30:09.519405+0000 mon.a (mon.0) 372 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:30:10.854 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:10 smithi134 bash[24085]: audit 2024-05-21T18:30:09.521167+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T18:30:10.854 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:10 smithi134 bash[24085]: audit 2024-05-21T18:30:09.521167+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T18:30:10.854 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:10 smithi134 bash[24085]: audit 2024-05-21T18:30:09.531234+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:30:10.854 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:10 smithi134 bash[24085]: audit 2024-05-21T18:30:09.531234+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:30:10.854 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:10 smithi134 bash[24085]: cluster 2024-05-21T18:30:10.122312+0000 mgr.a (mgr.14152) 166 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:10.854 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:10 smithi134 bash[24085]: cluster 2024-05-21T18:30:10.122312+0000 mgr.a (mgr.14152) 166 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:10.855 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:10 smithi016 bash[21861]: cephadm 2024-05-21T18:30:09.485806+0000 mgr.a (mgr.14152) 164 : cephadm [INF] Detected new or changed devices on smithi016 2024-05-21T18:30:10.855 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:10 smithi016 bash[21861]: cephadm 2024-05-21T18:30:09.485806+0000 mgr.a (mgr.14152) 164 : cephadm [INF] Detected new or changed devices on smithi016 2024-05-21T18:30:10.855 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:10 smithi016 bash[21861]: audit 2024-05-21T18:30:09.494058+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:30:10.855 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:10 smithi016 bash[21861]: audit 2024-05-21T18:30:09.494058+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:30:10.855 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:10 smithi016 bash[21861]: audit 2024-05-21T18:30:09.502964+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:30:10.855 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:10 smithi016 bash[21861]: audit 2024-05-21T18:30:09.502964+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:30:10.855 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:10 smithi016 bash[21861]: audit 2024-05-21T18:30:09.505653+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-05-21T18:30:10.855 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:10 smithi016 bash[21861]: audit 2024-05-21T18:30:09.505653+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-05-21T18:30:10.856 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:10 smithi016 bash[21861]: audit 2024-05-21T18:30:09.507668+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-05-21T18:30:10.856 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:10 smithi016 bash[21861]: audit 2024-05-21T18:30:09.507668+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-05-21T18:30:10.856 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:10 smithi016 bash[21861]: cephadm 2024-05-21T18:30:09.509090+0000 mgr.a (mgr.14152) 165 : cephadm [INF] Adjusting osd_memory_target on smithi016 to 8634M 2024-05-21T18:30:10.856 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:10 smithi016 bash[21861]: cephadm 2024-05-21T18:30:09.509090+0000 mgr.a (mgr.14152) 165 : cephadm [INF] Adjusting osd_memory_target on smithi016 to 8634M 2024-05-21T18:30:10.856 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:10 smithi016 bash[21861]: audit 2024-05-21T18:30:09.515457+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:30:10.856 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:10 smithi016 bash[21861]: audit 2024-05-21T18:30:09.515457+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:30:10.856 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:10 smithi016 bash[21861]: audit 2024-05-21T18:30:09.519405+0000 mon.a (mon.0) 372 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:30:10.856 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:10 smithi016 bash[21861]: audit 2024-05-21T18:30:09.519405+0000 mon.a (mon.0) 372 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:30:10.856 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:10 smithi016 bash[21861]: audit 2024-05-21T18:30:09.521167+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T18:30:10.856 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:10 smithi016 bash[21861]: audit 2024-05-21T18:30:09.521167+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T18:30:10.856 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:10 smithi016 bash[21861]: audit 2024-05-21T18:30:09.531234+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:30:10.856 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:10 smithi016 bash[21861]: audit 2024-05-21T18:30:09.531234+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:30:10.856 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:10 smithi016 bash[21861]: cluster 2024-05-21T18:30:10.122312+0000 mgr.a (mgr.14152) 166 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:10.857 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:10 smithi016 bash[21861]: cluster 2024-05-21T18:30:10.122312+0000 mgr.a (mgr.14152) 166 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:13.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:13 smithi077 bash[23831]: cluster 2024-05-21T18:30:12.122865+0000 mgr.a (mgr.14152) 167 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:13.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:13 smithi077 bash[23831]: cluster 2024-05-21T18:30:12.122865+0000 mgr.a (mgr.14152) 167 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:13.602 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:13 smithi134 bash[24085]: cluster 2024-05-21T18:30:12.122865+0000 mgr.a (mgr.14152) 167 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:13.602 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:13 smithi134 bash[24085]: cluster 2024-05-21T18:30:12.122865+0000 mgr.a (mgr.14152) 167 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:13.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:13 smithi016 bash[21861]: cluster 2024-05-21T18:30:12.122865+0000 mgr.a (mgr.14152) 167 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:13.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:13 smithi016 bash[21861]: cluster 2024-05-21T18:30:12.122865+0000 mgr.a (mgr.14152) 167 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:13.718 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/mon.b/config 2024-05-21T18:30:15.549 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:15 smithi077 bash[23831]: cluster 2024-05-21T18:30:14.123333+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:15.550 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:15 smithi077 bash[23831]: cluster 2024-05-21T18:30:14.123333+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:15.602 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:15 smithi134 bash[24085]: cluster 2024-05-21T18:30:14.123333+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:15.602 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:15 smithi134 bash[24085]: cluster 2024-05-21T18:30:14.123333+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:15.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:15 smithi016 bash[21861]: cluster 2024-05-21T18:30:14.123333+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:15.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:15 smithi016 bash[21861]: cluster 2024-05-21T18:30:14.123333+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:17.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:17 smithi077 bash[23831]: cluster 2024-05-21T18:30:16.123787+0000 mgr.a (mgr.14152) 169 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:17.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:17 smithi077 bash[23831]: cluster 2024-05-21T18:30:16.123787+0000 mgr.a (mgr.14152) 169 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:17.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:17 smithi077 bash[23831]: audit 2024-05-21T18:30:16.398229+0000 mon.a (mon.0) 375 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-21T18:30:17.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:17 smithi077 bash[23831]: audit 2024-05-21T18:30:16.398229+0000 mon.a (mon.0) 375 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-21T18:30:17.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:17 smithi077 bash[23831]: audit 2024-05-21T18:30:16.406816+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-21T18:30:17.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:17 smithi077 bash[23831]: audit 2024-05-21T18:30:16.406816+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-21T18:30:17.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:17 smithi077 bash[23831]: audit 2024-05-21T18:30:16.408735+0000 mon.a (mon.0) 377 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:30:17.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:17 smithi077 bash[23831]: audit 2024-05-21T18:30:16.408735+0000 mon.a (mon.0) 377 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:30:17.602 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:17 smithi134 bash[24085]: cluster 2024-05-21T18:30:16.123787+0000 mgr.a (mgr.14152) 169 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:17.602 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:17 smithi134 bash[24085]: cluster 2024-05-21T18:30:16.123787+0000 mgr.a (mgr.14152) 169 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:17.602 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:17 smithi134 bash[24085]: audit 2024-05-21T18:30:16.398229+0000 mon.a (mon.0) 375 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-21T18:30:17.602 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:17 smithi134 bash[24085]: audit 2024-05-21T18:30:16.398229+0000 mon.a (mon.0) 375 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-21T18:30:17.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:17 smithi134 bash[24085]: audit 2024-05-21T18:30:16.406816+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-21T18:30:17.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:17 smithi134 bash[24085]: audit 2024-05-21T18:30:16.406816+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-21T18:30:17.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:17 smithi134 bash[24085]: audit 2024-05-21T18:30:16.408735+0000 mon.a (mon.0) 377 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:30:17.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:17 smithi134 bash[24085]: audit 2024-05-21T18:30:16.408735+0000 mon.a (mon.0) 377 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:30:17.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:17 smithi016 bash[21861]: cluster 2024-05-21T18:30:16.123787+0000 mgr.a (mgr.14152) 169 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:17.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:17 smithi016 bash[21861]: cluster 2024-05-21T18:30:16.123787+0000 mgr.a (mgr.14152) 169 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:17.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:17 smithi016 bash[21861]: audit 2024-05-21T18:30:16.398229+0000 mon.a (mon.0) 375 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-21T18:30:17.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:17 smithi016 bash[21861]: audit 2024-05-21T18:30:16.398229+0000 mon.a (mon.0) 375 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-21T18:30:17.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:17 smithi016 bash[21861]: audit 2024-05-21T18:30:16.406816+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-21T18:30:17.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:17 smithi016 bash[21861]: audit 2024-05-21T18:30:16.406816+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-21T18:30:17.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:17 smithi016 bash[21861]: audit 2024-05-21T18:30:16.408735+0000 mon.a (mon.0) 377 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:30:17.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:17 smithi016 bash[21861]: audit 2024-05-21T18:30:16.408735+0000 mon.a (mon.0) 377 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:30:18.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:18 smithi077 bash[23831]: audit 2024-05-21T18:30:16.390733+0000 mgr.a (mgr.14152) 170 : audit [DBG] from='client.24149 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi077:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T18:30:18.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:18 smithi077 bash[23831]: audit 2024-05-21T18:30:16.390733+0000 mgr.a (mgr.14152) 170 : audit [DBG] from='client.24149 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi077:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T18:30:18.602 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:18 smithi134 bash[24085]: audit 2024-05-21T18:30:16.390733+0000 mgr.a (mgr.14152) 170 : audit [DBG] from='client.24149 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi077:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T18:30:18.602 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:18 smithi134 bash[24085]: audit 2024-05-21T18:30:16.390733+0000 mgr.a (mgr.14152) 170 : audit [DBG] from='client.24149 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi077:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T18:30:18.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:18 smithi016 bash[21861]: audit 2024-05-21T18:30:16.390733+0000 mgr.a (mgr.14152) 170 : audit [DBG] from='client.24149 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi077:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T18:30:18.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:18 smithi016 bash[21861]: audit 2024-05-21T18:30:16.390733+0000 mgr.a (mgr.14152) 170 : audit [DBG] from='client.24149 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi077:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T18:30:19.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:19 smithi077 bash[23831]: cluster 2024-05-21T18:30:18.124347+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:19.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:19 smithi077 bash[23831]: cluster 2024-05-21T18:30:18.124347+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:19.602 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:19 smithi134 bash[24085]: cluster 2024-05-21T18:30:18.124347+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:19.602 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:19 smithi134 bash[24085]: cluster 2024-05-21T18:30:18.124347+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:19.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:19 smithi016 bash[21861]: cluster 2024-05-21T18:30:18.124347+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:19.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:19 smithi016 bash[21861]: cluster 2024-05-21T18:30:18.124347+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:21.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:21 smithi077 bash[23831]: cluster 2024-05-21T18:30:20.124847+0000 mgr.a (mgr.14152) 172 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:21.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:21 smithi077 bash[23831]: cluster 2024-05-21T18:30:20.124847+0000 mgr.a (mgr.14152) 172 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:21.602 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:21 smithi134 bash[24085]: cluster 2024-05-21T18:30:20.124847+0000 mgr.a (mgr.14152) 172 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:21.602 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:21 smithi134 bash[24085]: cluster 2024-05-21T18:30:20.124847+0000 mgr.a (mgr.14152) 172 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:21.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:21 smithi016 bash[21861]: cluster 2024-05-21T18:30:20.124847+0000 mgr.a (mgr.14152) 172 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:21.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:21 smithi016 bash[21861]: cluster 2024-05-21T18:30:20.124847+0000 mgr.a (mgr.14152) 172 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:23.296 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:23 smithi077 bash[23831]: cluster 2024-05-21T18:30:22.125344+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:23.296 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:23 smithi077 bash[23831]: cluster 2024-05-21T18:30:22.125344+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:23.602 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:23 smithi134 bash[24085]: cluster 2024-05-21T18:30:22.125344+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:23.602 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:23 smithi134 bash[24085]: cluster 2024-05-21T18:30:22.125344+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:23.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:23 smithi016 bash[21861]: cluster 2024-05-21T18:30:22.125344+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:23.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:23 smithi016 bash[21861]: cluster 2024-05-21T18:30:22.125344+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:25.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:25 smithi077 bash[23831]: cluster 2024-05-21T18:30:24.125844+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:25.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:25 smithi077 bash[23831]: cluster 2024-05-21T18:30:24.125844+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:25.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:25 smithi077 bash[23831]: audit 2024-05-21T18:30:24.709579+0000 mon.a (mon.0) 378 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "bfe59e1c-cbe0-4cac-b5de-3ade0b586f82"}]: dispatch 2024-05-21T18:30:25.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:25 smithi077 bash[23831]: audit 2024-05-21T18:30:24.709579+0000 mon.a (mon.0) 378 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "bfe59e1c-cbe0-4cac-b5de-3ade0b586f82"}]: dispatch 2024-05-21T18:30:25.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:25 smithi077 bash[23831]: audit 2024-05-21T18:30:24.711349+0000 mon.b (mon.2) 6 : audit [INF] from='client.? 172.21.15.77:0/565677311' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "bfe59e1c-cbe0-4cac-b5de-3ade0b586f82"}]: dispatch 2024-05-21T18:30:25.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:25 smithi077 bash[23831]: audit 2024-05-21T18:30:24.711349+0000 mon.b (mon.2) 6 : audit [INF] from='client.? 172.21.15.77:0/565677311' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "bfe59e1c-cbe0-4cac-b5de-3ade0b586f82"}]: dispatch 2024-05-21T18:30:25.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:25 smithi077 bash[23831]: audit 2024-05-21T18:30:24.713247+0000 mon.a (mon.0) 379 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "bfe59e1c-cbe0-4cac-b5de-3ade0b586f82"}]': finished 2024-05-21T18:30:25.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:25 smithi077 bash[23831]: audit 2024-05-21T18:30:24.713247+0000 mon.a (mon.0) 379 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "bfe59e1c-cbe0-4cac-b5de-3ade0b586f82"}]': finished 2024-05-21T18:30:25.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:25 smithi077 bash[23831]: cluster 2024-05-21T18:30:24.718942+0000 mon.a (mon.0) 380 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-05-21T18:30:25.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:25 smithi077 bash[23831]: cluster 2024-05-21T18:30:24.718942+0000 mon.a (mon.0) 380 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-05-21T18:30:25.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:25 smithi077 bash[23831]: audit 2024-05-21T18:30:24.719530+0000 mon.a (mon.0) 381 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-21T18:30:25.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:25 smithi077 bash[23831]: audit 2024-05-21T18:30:24.719530+0000 mon.a (mon.0) 381 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-21T18:30:25.602 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:25 smithi134 bash[24085]: cluster 2024-05-21T18:30:24.125844+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:25.602 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:25 smithi134 bash[24085]: cluster 2024-05-21T18:30:24.125844+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:25.602 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:25 smithi134 bash[24085]: audit 2024-05-21T18:30:24.709579+0000 mon.a (mon.0) 378 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "bfe59e1c-cbe0-4cac-b5de-3ade0b586f82"}]: dispatch 2024-05-21T18:30:25.602 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:25 smithi134 bash[24085]: audit 2024-05-21T18:30:24.709579+0000 mon.a (mon.0) 378 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "bfe59e1c-cbe0-4cac-b5de-3ade0b586f82"}]: dispatch 2024-05-21T18:30:25.602 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:25 smithi134 bash[24085]: audit 2024-05-21T18:30:24.711349+0000 mon.b (mon.2) 6 : audit [INF] from='client.? 172.21.15.77:0/565677311' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "bfe59e1c-cbe0-4cac-b5de-3ade0b586f82"}]: dispatch 2024-05-21T18:30:25.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:25 smithi134 bash[24085]: audit 2024-05-21T18:30:24.711349+0000 mon.b (mon.2) 6 : audit [INF] from='client.? 172.21.15.77:0/565677311' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "bfe59e1c-cbe0-4cac-b5de-3ade0b586f82"}]: dispatch 2024-05-21T18:30:25.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:25 smithi134 bash[24085]: audit 2024-05-21T18:30:24.713247+0000 mon.a (mon.0) 379 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "bfe59e1c-cbe0-4cac-b5de-3ade0b586f82"}]': finished 2024-05-21T18:30:25.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:25 smithi134 bash[24085]: audit 2024-05-21T18:30:24.713247+0000 mon.a (mon.0) 379 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "bfe59e1c-cbe0-4cac-b5de-3ade0b586f82"}]': finished 2024-05-21T18:30:25.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:25 smithi134 bash[24085]: cluster 2024-05-21T18:30:24.718942+0000 mon.a (mon.0) 380 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-05-21T18:30:25.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:25 smithi134 bash[24085]: cluster 2024-05-21T18:30:24.718942+0000 mon.a (mon.0) 380 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-05-21T18:30:25.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:25 smithi134 bash[24085]: audit 2024-05-21T18:30:24.719530+0000 mon.a (mon.0) 381 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-21T18:30:25.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:25 smithi134 bash[24085]: audit 2024-05-21T18:30:24.719530+0000 mon.a (mon.0) 381 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-21T18:30:25.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:25 smithi016 bash[21861]: cluster 2024-05-21T18:30:24.125844+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:25.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:25 smithi016 bash[21861]: cluster 2024-05-21T18:30:24.125844+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:25.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:25 smithi016 bash[21861]: audit 2024-05-21T18:30:24.709579+0000 mon.a (mon.0) 378 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "bfe59e1c-cbe0-4cac-b5de-3ade0b586f82"}]: dispatch 2024-05-21T18:30:25.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:25 smithi016 bash[21861]: audit 2024-05-21T18:30:24.709579+0000 mon.a (mon.0) 378 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "bfe59e1c-cbe0-4cac-b5de-3ade0b586f82"}]: dispatch 2024-05-21T18:30:25.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:25 smithi016 bash[21861]: audit 2024-05-21T18:30:24.711349+0000 mon.b (mon.2) 6 : audit [INF] from='client.? 172.21.15.77:0/565677311' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "bfe59e1c-cbe0-4cac-b5de-3ade0b586f82"}]: dispatch 2024-05-21T18:30:25.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:25 smithi016 bash[21861]: audit 2024-05-21T18:30:24.711349+0000 mon.b (mon.2) 6 : audit [INF] from='client.? 172.21.15.77:0/565677311' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "bfe59e1c-cbe0-4cac-b5de-3ade0b586f82"}]: dispatch 2024-05-21T18:30:25.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:25 smithi016 bash[21861]: audit 2024-05-21T18:30:24.713247+0000 mon.a (mon.0) 379 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "bfe59e1c-cbe0-4cac-b5de-3ade0b586f82"}]': finished 2024-05-21T18:30:25.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:25 smithi016 bash[21861]: audit 2024-05-21T18:30:24.713247+0000 mon.a (mon.0) 379 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "bfe59e1c-cbe0-4cac-b5de-3ade0b586f82"}]': finished 2024-05-21T18:30:25.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:25 smithi016 bash[21861]: cluster 2024-05-21T18:30:24.718942+0000 mon.a (mon.0) 380 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-05-21T18:30:25.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:25 smithi016 bash[21861]: cluster 2024-05-21T18:30:24.718942+0000 mon.a (mon.0) 380 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-05-21T18:30:25.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:25 smithi016 bash[21861]: audit 2024-05-21T18:30:24.719530+0000 mon.a (mon.0) 381 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-21T18:30:25.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:25 smithi016 bash[21861]: audit 2024-05-21T18:30:24.719530+0000 mon.a (mon.0) 381 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-21T18:30:26.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:26 smithi077 bash[23831]: audit 2024-05-21T18:30:25.395645+0000 mon.b (mon.2) 7 : audit [DBG] from='client.? 172.21.15.77:0/3969026757' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-21T18:30:26.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:26 smithi077 bash[23831]: audit 2024-05-21T18:30:25.395645+0000 mon.b (mon.2) 7 : audit [DBG] from='client.? 172.21.15.77:0/3969026757' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-21T18:30:26.602 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:26 smithi134 bash[24085]: audit 2024-05-21T18:30:25.395645+0000 mon.b (mon.2) 7 : audit [DBG] from='client.? 172.21.15.77:0/3969026757' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-21T18:30:26.602 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:26 smithi134 bash[24085]: audit 2024-05-21T18:30:25.395645+0000 mon.b (mon.2) 7 : audit [DBG] from='client.? 172.21.15.77:0/3969026757' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-21T18:30:26.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:26 smithi016 bash[21861]: audit 2024-05-21T18:30:25.395645+0000 mon.b (mon.2) 7 : audit [DBG] from='client.? 172.21.15.77:0/3969026757' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-21T18:30:26.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:26 smithi016 bash[21861]: audit 2024-05-21T18:30:25.395645+0000 mon.b (mon.2) 7 : audit [DBG] from='client.? 172.21.15.77:0/3969026757' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-21T18:30:27.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:27 smithi077 bash[23831]: cluster 2024-05-21T18:30:26.126316+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:27.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:27 smithi077 bash[23831]: cluster 2024-05-21T18:30:26.126316+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:27.602 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:27 smithi134 bash[24085]: cluster 2024-05-21T18:30:26.126316+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:27.602 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:27 smithi134 bash[24085]: cluster 2024-05-21T18:30:26.126316+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:27.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:27 smithi016 bash[21861]: cluster 2024-05-21T18:30:26.126316+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:27.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:27 smithi016 bash[21861]: cluster 2024-05-21T18:30:26.126316+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:29.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:29 smithi077 bash[23831]: cluster 2024-05-21T18:30:28.126973+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:29.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:29 smithi077 bash[23831]: cluster 2024-05-21T18:30:28.126973+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:29.602 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:29 smithi134 bash[24085]: cluster 2024-05-21T18:30:28.126973+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:29.602 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:29 smithi134 bash[24085]: cluster 2024-05-21T18:30:28.126973+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:29.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:29 smithi016 bash[21861]: cluster 2024-05-21T18:30:28.126973+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:29.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:29 smithi016 bash[21861]: cluster 2024-05-21T18:30:28.126973+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:31.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:31 smithi077 bash[23831]: cluster 2024-05-21T18:30:30.127562+0000 mgr.a (mgr.14152) 177 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:31.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:31 smithi077 bash[23831]: cluster 2024-05-21T18:30:30.127562+0000 mgr.a (mgr.14152) 177 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:31.602 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:31 smithi134 bash[24085]: cluster 2024-05-21T18:30:30.127562+0000 mgr.a (mgr.14152) 177 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:31.602 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:31 smithi134 bash[24085]: cluster 2024-05-21T18:30:30.127562+0000 mgr.a (mgr.14152) 177 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:31.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:31 smithi016 bash[21861]: cluster 2024-05-21T18:30:30.127562+0000 mgr.a (mgr.14152) 177 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:31.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:31 smithi016 bash[21861]: cluster 2024-05-21T18:30:30.127562+0000 mgr.a (mgr.14152) 177 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:33.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:33 smithi077 bash[23831]: cluster 2024-05-21T18:30:32.128166+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:33.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:33 smithi077 bash[23831]: cluster 2024-05-21T18:30:32.128166+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:33.602 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:33 smithi134 bash[24085]: cluster 2024-05-21T18:30:32.128166+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:33.602 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:33 smithi134 bash[24085]: cluster 2024-05-21T18:30:32.128166+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:33.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:33 smithi016 bash[21861]: cluster 2024-05-21T18:30:32.128166+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:33.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:33 smithi016 bash[21861]: cluster 2024-05-21T18:30:32.128166+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:35.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:35 smithi077 bash[23831]: cluster 2024-05-21T18:30:34.128733+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:35.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:35 smithi077 bash[23831]: cluster 2024-05-21T18:30:34.128733+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:35.602 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:35 smithi134 bash[24085]: cluster 2024-05-21T18:30:34.128733+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:35.602 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:35 smithi134 bash[24085]: cluster 2024-05-21T18:30:34.128733+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:35.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:35 smithi016 bash[21861]: cluster 2024-05-21T18:30:34.128733+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:35.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:35 smithi016 bash[21861]: cluster 2024-05-21T18:30:34.128733+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:37.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:37 smithi077 bash[23831]: cluster 2024-05-21T18:30:36.129319+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:37.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:37 smithi077 bash[23831]: cluster 2024-05-21T18:30:36.129319+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:37.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:37 smithi077 bash[23831]: audit 2024-05-21T18:30:36.888383+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-05-21T18:30:37.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:37 smithi077 bash[23831]: audit 2024-05-21T18:30:36.888383+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-05-21T18:30:37.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:37 smithi077 bash[23831]: audit 2024-05-21T18:30:36.890206+0000 mon.a (mon.0) 383 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:30:37.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:37 smithi077 bash[23831]: audit 2024-05-21T18:30:36.890206+0000 mon.a (mon.0) 383 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:30:37.602 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:37 smithi134 bash[24085]: cluster 2024-05-21T18:30:36.129319+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:37.602 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:37 smithi134 bash[24085]: cluster 2024-05-21T18:30:36.129319+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:37.602 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:37 smithi134 bash[24085]: audit 2024-05-21T18:30:36.888383+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-05-21T18:30:37.602 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:37 smithi134 bash[24085]: audit 2024-05-21T18:30:36.888383+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-05-21T18:30:37.602 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:37 smithi134 bash[24085]: audit 2024-05-21T18:30:36.890206+0000 mon.a (mon.0) 383 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:30:37.602 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:37 smithi134 bash[24085]: audit 2024-05-21T18:30:36.890206+0000 mon.a (mon.0) 383 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:30:37.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:37 smithi016 bash[21861]: cluster 2024-05-21T18:30:36.129319+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:37.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:37 smithi016 bash[21861]: cluster 2024-05-21T18:30:36.129319+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:37.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:37 smithi016 bash[21861]: audit 2024-05-21T18:30:36.888383+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-05-21T18:30:37.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:37 smithi016 bash[21861]: audit 2024-05-21T18:30:36.888383+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-05-21T18:30:37.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:37 smithi016 bash[21861]: audit 2024-05-21T18:30:36.890206+0000 mon.a (mon.0) 383 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:30:37.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:37 smithi016 bash[21861]: audit 2024-05-21T18:30:36.890206+0000 mon.a (mon.0) 383 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:30:38.375 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:38 smithi077 bash[23831]: cephadm 2024-05-21T18:30:36.892027+0000 mgr.a (mgr.14152) 181 : cephadm [INF] Deploying daemon osd.2 on smithi077 2024-05-21T18:30:38.375 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:38 smithi077 bash[23831]: cephadm 2024-05-21T18:30:36.892027+0000 mgr.a (mgr.14152) 181 : cephadm [INF] Deploying daemon osd.2 on smithi077 2024-05-21T18:30:38.601 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:38 smithi134 bash[24085]: cephadm 2024-05-21T18:30:36.892027+0000 mgr.a (mgr.14152) 181 : cephadm [INF] Deploying daemon osd.2 on smithi077 2024-05-21T18:30:38.602 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:38 smithi134 bash[24085]: cephadm 2024-05-21T18:30:36.892027+0000 mgr.a (mgr.14152) 181 : cephadm [INF] Deploying daemon osd.2 on smithi077 2024-05-21T18:30:38.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:38 smithi016 bash[21861]: cephadm 2024-05-21T18:30:36.892027+0000 mgr.a (mgr.14152) 181 : cephadm [INF] Deploying daemon osd.2 on smithi077 2024-05-21T18:30:38.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:38 smithi016 bash[21861]: cephadm 2024-05-21T18:30:36.892027+0000 mgr.a (mgr.14152) 181 : cephadm [INF] Deploying daemon osd.2 on smithi077 2024-05-21T18:30:39.526 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:39 smithi077 bash[23831]: cluster 2024-05-21T18:30:38.129938+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:39.526 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:39 smithi077 bash[23831]: cluster 2024-05-21T18:30:38.129938+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:39.601 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:39 smithi134 bash[24085]: cluster 2024-05-21T18:30:38.129938+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:39.602 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:39 smithi134 bash[24085]: cluster 2024-05-21T18:30:38.129938+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:39.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:39 smithi016 bash[21861]: cluster 2024-05-21T18:30:38.129938+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:39.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:39 smithi016 bash[21861]: cluster 2024-05-21T18:30:38.129938+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:40.974 INFO:journalctl@ceph.mgr.b.smithi077.stdout:May 21 18:30:40 smithi077 systemd[1]: /etc/systemd/system/ceph-3de35fc8-179f-11ef-bc9a-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-21T18:30:40.975 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:40 smithi077 systemd[1]: /etc/systemd/system/ceph-3de35fc8-179f-11ef-bc9a-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-21T18:30:41.248 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:41 smithi077 systemd[1]: /etc/systemd/system/ceph-3de35fc8-179f-11ef-bc9a-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-21T18:30:41.249 INFO:journalctl@ceph.mgr.b.smithi077.stdout:May 21 18:30:41 smithi077 systemd[1]: /etc/systemd/system/ceph-3de35fc8-179f-11ef-bc9a-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-21T18:30:41.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:41 smithi077 bash[23831]: cluster 2024-05-21T18:30:40.130520+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:41.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:41 smithi077 bash[23831]: cluster 2024-05-21T18:30:40.130520+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:41.601 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:41 smithi134 bash[24085]: cluster 2024-05-21T18:30:40.130520+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:41.602 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:41 smithi134 bash[24085]: cluster 2024-05-21T18:30:40.130520+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:41.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:41 smithi016 bash[21861]: cluster 2024-05-21T18:30:40.130520+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:41.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:41 smithi016 bash[21861]: cluster 2024-05-21T18:30:40.130520+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:42.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:42 smithi077 bash[23831]: audit 2024-05-21T18:30:41.267917+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:30:42.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:42 smithi077 bash[23831]: audit 2024-05-21T18:30:41.267917+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:30:42.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:42 smithi077 bash[23831]: audit 2024-05-21T18:30:41.276558+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:30:42.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:42 smithi077 bash[23831]: audit 2024-05-21T18:30:41.276558+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:30:42.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:42 smithi077 bash[23831]: audit 2024-05-21T18:30:41.287358+0000 mon.a (mon.0) 386 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T18:30:42.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:42 smithi077 bash[23831]: audit 2024-05-21T18:30:41.287358+0000 mon.a (mon.0) 386 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T18:30:42.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:42 smithi134 bash[24085]: audit 2024-05-21T18:30:41.267917+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:30:42.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:42 smithi134 bash[24085]: audit 2024-05-21T18:30:41.267917+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:30:42.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:42 smithi134 bash[24085]: audit 2024-05-21T18:30:41.276558+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:30:42.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:42 smithi134 bash[24085]: audit 2024-05-21T18:30:41.276558+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:30:42.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:42 smithi134 bash[24085]: audit 2024-05-21T18:30:41.287358+0000 mon.a (mon.0) 386 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T18:30:42.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:42 smithi134 bash[24085]: audit 2024-05-21T18:30:41.287358+0000 mon.a (mon.0) 386 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T18:30:42.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:42 smithi016 bash[21861]: audit 2024-05-21T18:30:41.267917+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:30:42.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:42 smithi016 bash[21861]: audit 2024-05-21T18:30:41.267917+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:30:42.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:42 smithi016 bash[21861]: audit 2024-05-21T18:30:41.276558+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:30:42.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:42 smithi016 bash[21861]: audit 2024-05-21T18:30:41.276558+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:30:42.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:42 smithi016 bash[21861]: audit 2024-05-21T18:30:41.287358+0000 mon.a (mon.0) 386 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T18:30:42.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:42 smithi016 bash[21861]: audit 2024-05-21T18:30:41.287358+0000 mon.a (mon.0) 386 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T18:30:43.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:43 smithi077 bash[23831]: cluster 2024-05-21T18:30:42.131055+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:43.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:43 smithi077 bash[23831]: cluster 2024-05-21T18:30:42.131055+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:43.601 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:43 smithi134 bash[24085]: cluster 2024-05-21T18:30:42.131055+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:43.601 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:43 smithi134 bash[24085]: cluster 2024-05-21T18:30:42.131055+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:43.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:43 smithi016 bash[21861]: cluster 2024-05-21T18:30:42.131055+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:43.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:43 smithi016 bash[21861]: cluster 2024-05-21T18:30:42.131055+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:45.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:45 smithi077 bash[23831]: cluster 2024-05-21T18:30:44.131599+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:45.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:45 smithi077 bash[23831]: cluster 2024-05-21T18:30:44.131599+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:45.601 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:45 smithi134 bash[24085]: cluster 2024-05-21T18:30:44.131599+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:45.602 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:45 smithi134 bash[24085]: cluster 2024-05-21T18:30:44.131599+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:45.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:45 smithi016 bash[21861]: cluster 2024-05-21T18:30:44.131599+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:45.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:45 smithi016 bash[21861]: cluster 2024-05-21T18:30:44.131599+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:47.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:47 smithi077 bash[23831]: cluster 2024-05-21T18:30:46.132191+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:47.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:47 smithi077 bash[23831]: cluster 2024-05-21T18:30:46.132191+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:47.601 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:47 smithi134 bash[24085]: cluster 2024-05-21T18:30:46.132191+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:47.601 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:47 smithi134 bash[24085]: cluster 2024-05-21T18:30:46.132191+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:47.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:47 smithi016 bash[21861]: cluster 2024-05-21T18:30:46.132191+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:47.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:47 smithi016 bash[21861]: cluster 2024-05-21T18:30:46.132191+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:48.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:48 smithi077 bash[23831]: audit 2024-05-21T18:30:47.733347+0000 mon.a (mon.0) 387 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-21T18:30:48.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:48 smithi077 bash[23831]: audit 2024-05-21T18:30:47.733347+0000 mon.a (mon.0) 387 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-21T18:30:48.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:48 smithi077 bash[23831]: audit 2024-05-21T18:30:47.735238+0000 mon.b (mon.2) 8 : audit [INF] from='osd.2 [v2:172.21.15.77:6800/964258009,v1:172.21.15.77:6801/964258009]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-21T18:30:48.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:48 smithi077 bash[23831]: audit 2024-05-21T18:30:47.735238+0000 mon.b (mon.2) 8 : audit [INF] from='osd.2 [v2:172.21.15.77:6800/964258009,v1:172.21.15.77:6801/964258009]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-21T18:30:48.601 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:48 smithi134 bash[24085]: audit 2024-05-21T18:30:47.733347+0000 mon.a (mon.0) 387 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-21T18:30:48.602 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:48 smithi134 bash[24085]: audit 2024-05-21T18:30:47.733347+0000 mon.a (mon.0) 387 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-21T18:30:48.602 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:48 smithi134 bash[24085]: audit 2024-05-21T18:30:47.735238+0000 mon.b (mon.2) 8 : audit [INF] from='osd.2 [v2:172.21.15.77:6800/964258009,v1:172.21.15.77:6801/964258009]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-21T18:30:48.602 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:48 smithi134 bash[24085]: audit 2024-05-21T18:30:47.735238+0000 mon.b (mon.2) 8 : audit [INF] from='osd.2 [v2:172.21.15.77:6800/964258009,v1:172.21.15.77:6801/964258009]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-21T18:30:48.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:48 smithi016 bash[21861]: audit 2024-05-21T18:30:47.733347+0000 mon.a (mon.0) 387 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-21T18:30:48.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:48 smithi016 bash[21861]: audit 2024-05-21T18:30:47.733347+0000 mon.a (mon.0) 387 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-21T18:30:48.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:48 smithi016 bash[21861]: audit 2024-05-21T18:30:47.735238+0000 mon.b (mon.2) 8 : audit [INF] from='osd.2 [v2:172.21.15.77:6800/964258009,v1:172.21.15.77:6801/964258009]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-21T18:30:48.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:48 smithi016 bash[21861]: audit 2024-05-21T18:30:47.735238+0000 mon.b (mon.2) 8 : audit [INF] from='osd.2 [v2:172.21.15.77:6800/964258009,v1:172.21.15.77:6801/964258009]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-21T18:30:49.602 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:49 smithi134 bash[24085]: cluster 2024-05-21T18:30:48.132725+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:49.602 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:49 smithi134 bash[24085]: cluster 2024-05-21T18:30:48.132725+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:49.602 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:49 smithi134 bash[24085]: audit 2024-05-21T18:30:48.293130+0000 mon.a (mon.0) 388 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-05-21T18:30:49.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:49 smithi134 bash[24085]: audit 2024-05-21T18:30:48.293130+0000 mon.a (mon.0) 388 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-05-21T18:30:49.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:49 smithi134 bash[24085]: audit 2024-05-21T18:30:48.299188+0000 mon.b (mon.2) 9 : audit [INF] from='osd.2 [v2:172.21.15.77:6800/964258009,v1:172.21.15.77:6801/964258009]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi077", "root=default"]}]: dispatch 2024-05-21T18:30:49.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:49 smithi134 bash[24085]: audit 2024-05-21T18:30:48.299188+0000 mon.b (mon.2) 9 : audit [INF] from='osd.2 [v2:172.21.15.77:6800/964258009,v1:172.21.15.77:6801/964258009]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi077", "root=default"]}]: dispatch 2024-05-21T18:30:49.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:49 smithi134 bash[24085]: cluster 2024-05-21T18:30:48.300114+0000 mon.a (mon.0) 389 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-05-21T18:30:49.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:49 smithi134 bash[24085]: cluster 2024-05-21T18:30:48.300114+0000 mon.a (mon.0) 389 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-05-21T18:30:49.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:49 smithi134 bash[24085]: audit 2024-05-21T18:30:48.300621+0000 mon.a (mon.0) 390 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-21T18:30:49.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:49 smithi134 bash[24085]: audit 2024-05-21T18:30:48.300621+0000 mon.a (mon.0) 390 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-21T18:30:49.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:49 smithi134 bash[24085]: audit 2024-05-21T18:30:48.301440+0000 mon.a (mon.0) 391 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi077", "root=default"]}]: dispatch 2024-05-21T18:30:49.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:49 smithi134 bash[24085]: audit 2024-05-21T18:30:48.301440+0000 mon.a (mon.0) 391 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi077", "root=default"]}]: dispatch 2024-05-21T18:30:49.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:49 smithi134 bash[24085]: audit 2024-05-21T18:30:48.308386+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:30:49.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:49 smithi134 bash[24085]: audit 2024-05-21T18:30:48.308386+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:30:49.604 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:49 smithi134 bash[24085]: audit 2024-05-21T18:30:48.317616+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:30:49.604 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:49 smithi134 bash[24085]: audit 2024-05-21T18:30:48.317616+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:30:49.604 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:49 smithi134 bash[24085]: audit 2024-05-21T18:30:49.001822+0000 mon.a (mon.0) 394 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:30:49.604 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:49 smithi134 bash[24085]: audit 2024-05-21T18:30:49.001822+0000 mon.a (mon.0) 394 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:30:49.604 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:49 smithi134 bash[24085]: audit 2024-05-21T18:30:49.003657+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T18:30:49.604 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:49 smithi134 bash[24085]: audit 2024-05-21T18:30:49.003657+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T18:30:49.604 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:49 smithi134 bash[24085]: audit 2024-05-21T18:30:49.014885+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:30:49.604 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:49 smithi134 bash[24085]: audit 2024-05-21T18:30:49.014885+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:30:49.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:49 smithi016 bash[21861]: cluster 2024-05-21T18:30:48.132725+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:49.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:49 smithi016 bash[21861]: cluster 2024-05-21T18:30:48.132725+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:49.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:49 smithi016 bash[21861]: audit 2024-05-21T18:30:48.293130+0000 mon.a (mon.0) 388 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-05-21T18:30:49.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:49 smithi016 bash[21861]: audit 2024-05-21T18:30:48.293130+0000 mon.a (mon.0) 388 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-05-21T18:30:49.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:49 smithi016 bash[21861]: audit 2024-05-21T18:30:48.299188+0000 mon.b (mon.2) 9 : audit [INF] from='osd.2 [v2:172.21.15.77:6800/964258009,v1:172.21.15.77:6801/964258009]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi077", "root=default"]}]: dispatch 2024-05-21T18:30:49.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:49 smithi016 bash[21861]: audit 2024-05-21T18:30:48.299188+0000 mon.b (mon.2) 9 : audit [INF] from='osd.2 [v2:172.21.15.77:6800/964258009,v1:172.21.15.77:6801/964258009]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi077", "root=default"]}]: dispatch 2024-05-21T18:30:49.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:49 smithi016 bash[21861]: cluster 2024-05-21T18:30:48.300114+0000 mon.a (mon.0) 389 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-05-21T18:30:49.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:49 smithi016 bash[21861]: cluster 2024-05-21T18:30:48.300114+0000 mon.a (mon.0) 389 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-05-21T18:30:49.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:49 smithi016 bash[21861]: audit 2024-05-21T18:30:48.300621+0000 mon.a (mon.0) 390 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-21T18:30:49.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:49 smithi016 bash[21861]: audit 2024-05-21T18:30:48.300621+0000 mon.a (mon.0) 390 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-21T18:30:49.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:49 smithi016 bash[21861]: audit 2024-05-21T18:30:48.301440+0000 mon.a (mon.0) 391 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi077", "root=default"]}]: dispatch 2024-05-21T18:30:49.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:49 smithi016 bash[21861]: audit 2024-05-21T18:30:48.301440+0000 mon.a (mon.0) 391 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi077", "root=default"]}]: dispatch 2024-05-21T18:30:49.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:49 smithi016 bash[21861]: audit 2024-05-21T18:30:48.308386+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:30:49.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:49 smithi016 bash[21861]: audit 2024-05-21T18:30:48.308386+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:30:49.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:49 smithi016 bash[21861]: audit 2024-05-21T18:30:48.317616+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:30:49.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:49 smithi016 bash[21861]: audit 2024-05-21T18:30:48.317616+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:30:49.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:49 smithi016 bash[21861]: audit 2024-05-21T18:30:49.001822+0000 mon.a (mon.0) 394 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:30:49.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:49 smithi016 bash[21861]: audit 2024-05-21T18:30:49.001822+0000 mon.a (mon.0) 394 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:30:49.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:49 smithi016 bash[21861]: audit 2024-05-21T18:30:49.003657+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T18:30:49.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:49 smithi016 bash[21861]: audit 2024-05-21T18:30:49.003657+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T18:30:49.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:49 smithi016 bash[21861]: audit 2024-05-21T18:30:49.014885+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:30:49.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:49 smithi016 bash[21861]: audit 2024-05-21T18:30:49.014885+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:30:49.796 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:49 smithi077 bash[23831]: cluster 2024-05-21T18:30:48.132725+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:49.797 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:49 smithi077 bash[23831]: cluster 2024-05-21T18:30:48.132725+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:49.797 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:49 smithi077 bash[23831]: audit 2024-05-21T18:30:48.293130+0000 mon.a (mon.0) 388 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-05-21T18:30:49.797 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:49 smithi077 bash[23831]: audit 2024-05-21T18:30:48.293130+0000 mon.a (mon.0) 388 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-05-21T18:30:49.797 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:49 smithi077 bash[23831]: audit 2024-05-21T18:30:48.299188+0000 mon.b (mon.2) 9 : audit [INF] from='osd.2 [v2:172.21.15.77:6800/964258009,v1:172.21.15.77:6801/964258009]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi077", "root=default"]}]: dispatch 2024-05-21T18:30:49.797 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:49 smithi077 bash[23831]: audit 2024-05-21T18:30:48.299188+0000 mon.b (mon.2) 9 : audit [INF] from='osd.2 [v2:172.21.15.77:6800/964258009,v1:172.21.15.77:6801/964258009]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi077", "root=default"]}]: dispatch 2024-05-21T18:30:49.797 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:49 smithi077 bash[23831]: cluster 2024-05-21T18:30:48.300114+0000 mon.a (mon.0) 389 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-05-21T18:30:49.797 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:49 smithi077 bash[23831]: cluster 2024-05-21T18:30:48.300114+0000 mon.a (mon.0) 389 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-05-21T18:30:49.797 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:49 smithi077 bash[23831]: audit 2024-05-21T18:30:48.300621+0000 mon.a (mon.0) 390 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-21T18:30:49.797 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:49 smithi077 bash[23831]: audit 2024-05-21T18:30:48.300621+0000 mon.a (mon.0) 390 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-21T18:30:49.797 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:49 smithi077 bash[23831]: audit 2024-05-21T18:30:48.301440+0000 mon.a (mon.0) 391 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi077", "root=default"]}]: dispatch 2024-05-21T18:30:49.797 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:49 smithi077 bash[23831]: audit 2024-05-21T18:30:48.301440+0000 mon.a (mon.0) 391 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi077", "root=default"]}]: dispatch 2024-05-21T18:30:49.798 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:49 smithi077 bash[23831]: audit 2024-05-21T18:30:48.308386+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:30:49.798 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:49 smithi077 bash[23831]: audit 2024-05-21T18:30:48.308386+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:30:49.798 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:49 smithi077 bash[23831]: audit 2024-05-21T18:30:48.317616+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:30:49.798 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:49 smithi077 bash[23831]: audit 2024-05-21T18:30:48.317616+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:30:49.798 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:49 smithi077 bash[23831]: audit 2024-05-21T18:30:49.001822+0000 mon.a (mon.0) 394 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:30:49.798 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:49 smithi077 bash[23831]: audit 2024-05-21T18:30:49.001822+0000 mon.a (mon.0) 394 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:30:49.798 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:49 smithi077 bash[23831]: audit 2024-05-21T18:30:49.003657+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T18:30:49.798 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:49 smithi077 bash[23831]: audit 2024-05-21T18:30:49.003657+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T18:30:49.798 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:49 smithi077 bash[23831]: audit 2024-05-21T18:30:49.014885+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:30:49.798 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:49 smithi077 bash[23831]: audit 2024-05-21T18:30:49.014885+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:30:50.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:50 smithi077 bash[23831]: audit 2024-05-21T18:30:49.295763+0000 mon.a (mon.0) 397 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi077", "root=default"]}]': finished 2024-05-21T18:30:50.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:50 smithi077 bash[23831]: audit 2024-05-21T18:30:49.295763+0000 mon.a (mon.0) 397 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi077", "root=default"]}]': finished 2024-05-21T18:30:50.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:50 smithi077 bash[23831]: cluster 2024-05-21T18:30:49.301639+0000 mon.a (mon.0) 398 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-05-21T18:30:50.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:50 smithi077 bash[23831]: cluster 2024-05-21T18:30:49.301639+0000 mon.a (mon.0) 398 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-05-21T18:30:50.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:50 smithi077 bash[23831]: audit 2024-05-21T18:30:49.302532+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-21T18:30:50.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:50 smithi077 bash[23831]: audit 2024-05-21T18:30:49.302532+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-21T18:30:50.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:50 smithi077 bash[23831]: audit 2024-05-21T18:30:49.313732+0000 mon.a (mon.0) 400 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-21T18:30:50.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:50 smithi077 bash[23831]: audit 2024-05-21T18:30:49.313732+0000 mon.a (mon.0) 400 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-21T18:30:50.548 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:50 smithi077 bash[23831]: audit 2024-05-21T18:30:49.841630+0000 mon.a (mon.0) 401 : audit [INF] from='osd.2 ' entity='osd.2' 2024-05-21T18:30:50.548 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:50 smithi077 bash[23831]: audit 2024-05-21T18:30:49.841630+0000 mon.a (mon.0) 401 : audit [INF] from='osd.2 ' entity='osd.2' 2024-05-21T18:30:50.602 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:50 smithi134 bash[24085]: audit 2024-05-21T18:30:49.295763+0000 mon.a (mon.0) 397 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi077", "root=default"]}]': finished 2024-05-21T18:30:50.602 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:50 smithi134 bash[24085]: audit 2024-05-21T18:30:49.295763+0000 mon.a (mon.0) 397 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi077", "root=default"]}]': finished 2024-05-21T18:30:50.602 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:50 smithi134 bash[24085]: cluster 2024-05-21T18:30:49.301639+0000 mon.a (mon.0) 398 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-05-21T18:30:50.602 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:50 smithi134 bash[24085]: cluster 2024-05-21T18:30:49.301639+0000 mon.a (mon.0) 398 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-05-21T18:30:50.602 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:50 smithi134 bash[24085]: audit 2024-05-21T18:30:49.302532+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-21T18:30:50.602 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:50 smithi134 bash[24085]: audit 2024-05-21T18:30:49.302532+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-21T18:30:50.602 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:50 smithi134 bash[24085]: audit 2024-05-21T18:30:49.313732+0000 mon.a (mon.0) 400 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-21T18:30:50.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:50 smithi134 bash[24085]: audit 2024-05-21T18:30:49.313732+0000 mon.a (mon.0) 400 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-21T18:30:50.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:50 smithi134 bash[24085]: audit 2024-05-21T18:30:49.841630+0000 mon.a (mon.0) 401 : audit [INF] from='osd.2 ' entity='osd.2' 2024-05-21T18:30:50.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:50 smithi134 bash[24085]: audit 2024-05-21T18:30:49.841630+0000 mon.a (mon.0) 401 : audit [INF] from='osd.2 ' entity='osd.2' 2024-05-21T18:30:50.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:50 smithi016 bash[21861]: audit 2024-05-21T18:30:49.295763+0000 mon.a (mon.0) 397 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi077", "root=default"]}]': finished 2024-05-21T18:30:50.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:50 smithi016 bash[21861]: audit 2024-05-21T18:30:49.295763+0000 mon.a (mon.0) 397 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi077", "root=default"]}]': finished 2024-05-21T18:30:50.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:50 smithi016 bash[21861]: cluster 2024-05-21T18:30:49.301639+0000 mon.a (mon.0) 398 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-05-21T18:30:50.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:50 smithi016 bash[21861]: cluster 2024-05-21T18:30:49.301639+0000 mon.a (mon.0) 398 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-05-21T18:30:50.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:50 smithi016 bash[21861]: audit 2024-05-21T18:30:49.302532+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-21T18:30:50.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:50 smithi016 bash[21861]: audit 2024-05-21T18:30:49.302532+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-21T18:30:50.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:50 smithi016 bash[21861]: audit 2024-05-21T18:30:49.313732+0000 mon.a (mon.0) 400 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-21T18:30:50.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:50 smithi016 bash[21861]: audit 2024-05-21T18:30:49.313732+0000 mon.a (mon.0) 400 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-21T18:30:50.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:50 smithi016 bash[21861]: audit 2024-05-21T18:30:49.841630+0000 mon.a (mon.0) 401 : audit [INF] from='osd.2 ' entity='osd.2' 2024-05-21T18:30:50.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:50 smithi016 bash[21861]: audit 2024-05-21T18:30:49.841630+0000 mon.a (mon.0) 401 : audit [INF] from='osd.2 ' entity='osd.2' 2024-05-21T18:30:51.479 INFO:teuthology.orchestra.run.smithi077.stdout:Created osd(s) 2 on host 'smithi077' 2024-05-21T18:30:51.602 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:51 smithi134 bash[24085]: cluster 2024-05-21T18:30:48.684317+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-21T18:30:51.602 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:51 smithi134 bash[24085]: cluster 2024-05-21T18:30:48.684317+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-21T18:30:51.602 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:51 smithi134 bash[24085]: cluster 2024-05-21T18:30:48.684400+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-21T18:30:51.602 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:51 smithi134 bash[24085]: cluster 2024-05-21T18:30:48.684400+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-21T18:30:51.602 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:51 smithi134 bash[24085]: cluster 2024-05-21T18:30:50.133185+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:51.602 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:51 smithi134 bash[24085]: cluster 2024-05-21T18:30:50.133185+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:51.602 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:51 smithi134 bash[24085]: audit 2024-05-21T18:30:50.313237+0000 mon.a (mon.0) 402 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-21T18:30:51.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:51 smithi134 bash[24085]: audit 2024-05-21T18:30:50.313237+0000 mon.a (mon.0) 402 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-21T18:30:51.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:51 smithi134 bash[24085]: cluster 2024-05-21T18:30:50.845434+0000 mon.a (mon.0) 403 : cluster [INF] osd.2 [v2:172.21.15.77:6800/964258009,v1:172.21.15.77:6801/964258009] boot 2024-05-21T18:30:51.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:51 smithi134 bash[24085]: cluster 2024-05-21T18:30:50.845434+0000 mon.a (mon.0) 403 : cluster [INF] osd.2 [v2:172.21.15.77:6800/964258009,v1:172.21.15.77:6801/964258009] boot 2024-05-21T18:30:51.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:51 smithi134 bash[24085]: cluster 2024-05-21T18:30:50.845532+0000 mon.a (mon.0) 404 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-05-21T18:30:51.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:51 smithi134 bash[24085]: cluster 2024-05-21T18:30:50.845532+0000 mon.a (mon.0) 404 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-05-21T18:30:51.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:51 smithi134 bash[24085]: audit 2024-05-21T18:30:50.846076+0000 mon.a (mon.0) 405 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-21T18:30:51.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:51 smithi134 bash[24085]: audit 2024-05-21T18:30:50.846076+0000 mon.a (mon.0) 405 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-21T18:30:51.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:51 smithi016 bash[21861]: cluster 2024-05-21T18:30:48.684317+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-21T18:30:51.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:51 smithi016 bash[21861]: cluster 2024-05-21T18:30:48.684317+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-21T18:30:51.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:51 smithi016 bash[21861]: cluster 2024-05-21T18:30:48.684400+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-21T18:30:51.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:51 smithi016 bash[21861]: cluster 2024-05-21T18:30:48.684400+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-21T18:30:51.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:51 smithi016 bash[21861]: cluster 2024-05-21T18:30:50.133185+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:51.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:51 smithi016 bash[21861]: cluster 2024-05-21T18:30:50.133185+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:51.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:51 smithi016 bash[21861]: audit 2024-05-21T18:30:50.313237+0000 mon.a (mon.0) 402 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-21T18:30:51.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:51 smithi016 bash[21861]: audit 2024-05-21T18:30:50.313237+0000 mon.a (mon.0) 402 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-21T18:30:51.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:51 smithi016 bash[21861]: cluster 2024-05-21T18:30:50.845434+0000 mon.a (mon.0) 403 : cluster [INF] osd.2 [v2:172.21.15.77:6800/964258009,v1:172.21.15.77:6801/964258009] boot 2024-05-21T18:30:51.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:51 smithi016 bash[21861]: cluster 2024-05-21T18:30:50.845434+0000 mon.a (mon.0) 403 : cluster [INF] osd.2 [v2:172.21.15.77:6800/964258009,v1:172.21.15.77:6801/964258009] boot 2024-05-21T18:30:51.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:51 smithi016 bash[21861]: cluster 2024-05-21T18:30:50.845532+0000 mon.a (mon.0) 404 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-05-21T18:30:51.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:51 smithi016 bash[21861]: cluster 2024-05-21T18:30:50.845532+0000 mon.a (mon.0) 404 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-05-21T18:30:51.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:51 smithi016 bash[21861]: audit 2024-05-21T18:30:50.846076+0000 mon.a (mon.0) 405 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-21T18:30:51.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:51 smithi016 bash[21861]: audit 2024-05-21T18:30:50.846076+0000 mon.a (mon.0) 405 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-21T18:30:51.690 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:51 smithi077 bash[23831]: cluster 2024-05-21T18:30:48.684317+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-21T18:30:51.691 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:51 smithi077 bash[23831]: cluster 2024-05-21T18:30:48.684317+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-21T18:30:51.691 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:51 smithi077 bash[23831]: cluster 2024-05-21T18:30:48.684400+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-21T18:30:51.691 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:51 smithi077 bash[23831]: cluster 2024-05-21T18:30:48.684400+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-21T18:30:51.691 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:51 smithi077 bash[23831]: cluster 2024-05-21T18:30:50.133185+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:51.691 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:51 smithi077 bash[23831]: cluster 2024-05-21T18:30:50.133185+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-21T18:30:51.691 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:51 smithi077 bash[23831]: audit 2024-05-21T18:30:50.313237+0000 mon.a (mon.0) 402 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-21T18:30:51.691 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:51 smithi077 bash[23831]: audit 2024-05-21T18:30:50.313237+0000 mon.a (mon.0) 402 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-21T18:30:51.691 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:51 smithi077 bash[23831]: cluster 2024-05-21T18:30:50.845434+0000 mon.a (mon.0) 403 : cluster [INF] osd.2 [v2:172.21.15.77:6800/964258009,v1:172.21.15.77:6801/964258009] boot 2024-05-21T18:30:51.691 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:51 smithi077 bash[23831]: cluster 2024-05-21T18:30:50.845434+0000 mon.a (mon.0) 403 : cluster [INF] osd.2 [v2:172.21.15.77:6800/964258009,v1:172.21.15.77:6801/964258009] boot 2024-05-21T18:30:51.691 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:51 smithi077 bash[23831]: cluster 2024-05-21T18:30:50.845532+0000 mon.a (mon.0) 404 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-05-21T18:30:51.691 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:51 smithi077 bash[23831]: cluster 2024-05-21T18:30:50.845532+0000 mon.a (mon.0) 404 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-05-21T18:30:51.691 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:51 smithi077 bash[23831]: audit 2024-05-21T18:30:50.846076+0000 mon.a (mon.0) 405 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-21T18:30:51.691 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:51 smithi077 bash[23831]: audit 2024-05-21T18:30:50.846076+0000 mon.a (mon.0) 405 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-21T18:30:52.144 DEBUG:teuthology.orchestra.run.smithi077:osd.2> sudo journalctl -f -n 0 -u ceph-3de35fc8-179f-11ef-bc9a-c7b262605968@osd.2.service 2024-05-21T18:30:52.146 INFO:tasks.cephadm:Deploying osd.3 on smithi077 with /dev/vg_nvme/lv_3... 2024-05-21T18:30:52.147 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9ef9bcfdb32ec4999d7ca025815290e8395c6ae7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3de35fc8-179f-11ef-bc9a-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-05-21T18:30:52.796 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:52 smithi077 bash[23831]: audit 2024-05-21T18:30:51.467773+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:30:52.797 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:52 smithi077 bash[23831]: audit 2024-05-21T18:30:51.467773+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:30:52.797 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:52 smithi077 bash[23831]: audit 2024-05-21T18:30:51.476434+0000 mon.a (mon.0) 407 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:30:52.797 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:52 smithi077 bash[23831]: audit 2024-05-21T18:30:51.476434+0000 mon.a (mon.0) 407 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:30:52.797 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:52 smithi077 bash[23831]: audit 2024-05-21T18:30:51.488121+0000 mon.a (mon.0) 408 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T18:30:52.797 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:52 smithi077 bash[23831]: audit 2024-05-21T18:30:51.488121+0000 mon.a (mon.0) 408 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T18:30:52.798 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:52 smithi077 bash[23831]: cluster 2024-05-21T18:30:52.133677+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:30:52.798 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:52 smithi077 bash[23831]: cluster 2024-05-21T18:30:52.133677+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:30:52.798 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:52 smithi077 bash[23831]: audit 2024-05-21T18:30:52.280224+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' 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-05-21T18:30:52.798 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:52 smithi077 bash[23831]: audit 2024-05-21T18:30:52.280224+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' 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-05-21T18:30:52.852 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:52 smithi134 bash[24085]: audit 2024-05-21T18:30:51.467773+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:30:52.852 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:52 smithi134 bash[24085]: audit 2024-05-21T18:30:51.467773+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:30:52.852 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:52 smithi134 bash[24085]: audit 2024-05-21T18:30:51.476434+0000 mon.a (mon.0) 407 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:30:52.852 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:52 smithi134 bash[24085]: audit 2024-05-21T18:30:51.476434+0000 mon.a (mon.0) 407 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:30:52.852 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:52 smithi134 bash[24085]: audit 2024-05-21T18:30:51.488121+0000 mon.a (mon.0) 408 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T18:30:52.852 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:52 smithi134 bash[24085]: audit 2024-05-21T18:30:51.488121+0000 mon.a (mon.0) 408 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T18:30:52.852 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:52 smithi134 bash[24085]: cluster 2024-05-21T18:30:52.133677+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:30:52.852 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:52 smithi134 bash[24085]: cluster 2024-05-21T18:30:52.133677+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:30:52.852 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:52 smithi134 bash[24085]: audit 2024-05-21T18:30:52.280224+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' 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-05-21T18:30:52.852 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:52 smithi134 bash[24085]: audit 2024-05-21T18:30:52.280224+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' 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-05-21T18:30:52.854 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:52 smithi016 bash[21861]: audit 2024-05-21T18:30:51.467773+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:30:52.854 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:52 smithi016 bash[21861]: audit 2024-05-21T18:30:51.467773+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:30:52.854 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:52 smithi016 bash[21861]: audit 2024-05-21T18:30:51.476434+0000 mon.a (mon.0) 407 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:30:52.854 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:52 smithi016 bash[21861]: audit 2024-05-21T18:30:51.476434+0000 mon.a (mon.0) 407 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:30:52.854 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:52 smithi016 bash[21861]: audit 2024-05-21T18:30:51.488121+0000 mon.a (mon.0) 408 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T18:30:52.855 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:52 smithi016 bash[21861]: audit 2024-05-21T18:30:51.488121+0000 mon.a (mon.0) 408 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T18:30:52.855 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:52 smithi016 bash[21861]: cluster 2024-05-21T18:30:52.133677+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:30:52.855 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:52 smithi016 bash[21861]: cluster 2024-05-21T18:30:52.133677+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:30:52.855 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:52 smithi016 bash[21861]: audit 2024-05-21T18:30:52.280224+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' 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-05-21T18:30:52.855 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:52 smithi016 bash[21861]: audit 2024-05-21T18:30:52.280224+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' 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-05-21T18:30:53.796 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:53 smithi077 bash[23831]: audit 2024-05-21T18:30:52.483449+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' 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-05-21T18:30:53.796 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:53 smithi077 bash[23831]: audit 2024-05-21T18:30:52.483449+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' 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-05-21T18:30:53.796 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:53 smithi077 bash[23831]: cluster 2024-05-21T18:30:52.488717+0000 mon.a (mon.0) 411 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-05-21T18:30:53.796 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:53 smithi077 bash[23831]: cluster 2024-05-21T18:30:52.488717+0000 mon.a (mon.0) 411 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-05-21T18:30:53.796 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:53 smithi077 bash[23831]: audit 2024-05-21T18:30:52.490958+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-05-21T18:30:53.796 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:53 smithi077 bash[23831]: audit 2024-05-21T18:30:52.490958+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-05-21T18:30:53.851 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:53 smithi134 bash[24085]: audit 2024-05-21T18:30:52.483449+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' 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-05-21T18:30:53.852 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:53 smithi134 bash[24085]: audit 2024-05-21T18:30:52.483449+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' 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-05-21T18:30:53.852 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:53 smithi134 bash[24085]: cluster 2024-05-21T18:30:52.488717+0000 mon.a (mon.0) 411 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-05-21T18:30:53.852 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:53 smithi134 bash[24085]: cluster 2024-05-21T18:30:52.488717+0000 mon.a (mon.0) 411 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-05-21T18:30:53.852 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:53 smithi134 bash[24085]: audit 2024-05-21T18:30:52.490958+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-05-21T18:30:53.853 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:53 smithi134 bash[24085]: audit 2024-05-21T18:30:52.490958+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-05-21T18:30:53.854 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:53 smithi016 bash[21861]: audit 2024-05-21T18:30:52.483449+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' 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-05-21T18:30:53.854 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:53 smithi016 bash[21861]: audit 2024-05-21T18:30:52.483449+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' 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-05-21T18:30:53.854 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:53 smithi016 bash[21861]: cluster 2024-05-21T18:30:52.488717+0000 mon.a (mon.0) 411 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-05-21T18:30:53.854 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:53 smithi016 bash[21861]: cluster 2024-05-21T18:30:52.488717+0000 mon.a (mon.0) 411 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-05-21T18:30:53.854 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:53 smithi016 bash[21861]: audit 2024-05-21T18:30:52.490958+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-05-21T18:30:53.854 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:53 smithi016 bash[21861]: audit 2024-05-21T18:30:52.490958+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-05-21T18:30:54.796 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:54 smithi077 bash[23831]: audit 2024-05-21T18:30:53.493449+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-05-21T18:30:54.796 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:54 smithi077 bash[23831]: audit 2024-05-21T18:30:53.493449+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-05-21T18:30:54.797 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:54 smithi077 bash[23831]: cluster 2024-05-21T18:30:53.498318+0000 mon.a (mon.0) 414 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-05-21T18:30:54.797 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:54 smithi077 bash[23831]: cluster 2024-05-21T18:30:53.498318+0000 mon.a (mon.0) 414 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-05-21T18:30:54.797 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:54 smithi077 bash[23831]: audit 2024-05-21T18:30:54.048774+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:30:54.797 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:54 smithi077 bash[23831]: audit 2024-05-21T18:30:54.048774+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:30:54.797 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:54 smithi077 bash[23831]: cluster 2024-05-21T18:30:54.134196+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v149: 1 pgs: 1 unknown; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:30:54.797 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:54 smithi077 bash[23831]: cluster 2024-05-21T18:30:54.134196+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v149: 1 pgs: 1 unknown; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:30:54.797 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:54 smithi077 bash[23831]: audit 2024-05-21T18:30:54.205086+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:30:54.797 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:54 smithi077 bash[23831]: audit 2024-05-21T18:30:54.205086+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:30:54.797 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:54 smithi077 bash[23831]: audit 2024-05-21T18:30:54.207685+0000 mon.a (mon.0) 417 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-21T18:30:54.797 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:54 smithi077 bash[23831]: audit 2024-05-21T18:30:54.207685+0000 mon.a (mon.0) 417 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-21T18:30:54.797 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:54 smithi077 bash[23831]: audit 2024-05-21T18:30:54.260376+0000 mon.a (mon.0) 418 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-21T18:30:54.797 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:54 smithi077 bash[23831]: audit 2024-05-21T18:30:54.260376+0000 mon.a (mon.0) 418 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-21T18:30:54.797 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:54 smithi077 bash[23831]: audit 2024-05-21T18:30:54.260896+0000 mon.a (mon.0) 419 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-21T18:30:54.798 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:54 smithi077 bash[23831]: audit 2024-05-21T18:30:54.260896+0000 mon.a (mon.0) 419 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-21T18:30:54.798 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:54 smithi077 bash[23831]: audit 2024-05-21T18:30:54.261350+0000 mon.a (mon.0) 420 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-21T18:30:54.798 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:54 smithi077 bash[23831]: audit 2024-05-21T18:30:54.261350+0000 mon.a (mon.0) 420 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-21T18:30:54.798 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:54 smithi077 bash[23831]: audit 2024-05-21T18:30:54.261567+0000 mon.a (mon.0) 421 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-21T18:30:54.798 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:54 smithi077 bash[23831]: audit 2024-05-21T18:30:54.261567+0000 mon.a (mon.0) 421 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-21T18:30:54.798 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:54 smithi077 bash[23831]: audit 2024-05-21T18:30:54.264448+0000 mon.a (mon.0) 422 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-21T18:30:54.798 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:54 smithi077 bash[23831]: audit 2024-05-21T18:30:54.264448+0000 mon.a (mon.0) 422 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-21T18:30:54.798 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:54 smithi077 bash[23831]: audit 2024-05-21T18:30:54.264672+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-21T18:30:54.799 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:54 smithi077 bash[23831]: audit 2024-05-21T18:30:54.264672+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-21T18:30:54.799 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:54 smithi077 bash[23831]: audit 2024-05-21T18:30:54.264757+0000 mon.c (mon.1) 3 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-21T18:30:54.799 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:54 smithi077 bash[23831]: audit 2024-05-21T18:30:54.264757+0000 mon.c (mon.1) 3 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-21T18:30:54.799 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:54 smithi077 bash[23831]: audit 2024-05-21T18:30:54.264880+0000 mon.a (mon.0) 424 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-21T18:30:54.799 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:54 smithi077 bash[23831]: audit 2024-05-21T18:30:54.264880+0000 mon.a (mon.0) 424 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-21T18:30:54.799 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:54 smithi077 bash[23831]: audit 2024-05-21T18:30:54.320519+0000 mon.c (mon.1) 4 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-21T18:30:54.799 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:54 smithi077 bash[23831]: audit 2024-05-21T18:30:54.320519+0000 mon.c (mon.1) 4 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-21T18:30:54.799 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:54 smithi077 bash[23831]: audit 2024-05-21T18:30:54.371746+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:30:54.799 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:54 smithi077 bash[23831]: audit 2024-05-21T18:30:54.371746+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:30:54.799 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:54 smithi077 bash[23831]: audit 2024-05-21T18:30:54.375121+0000 mon.a (mon.0) 426 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-21T18:30:54.799 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:54 smithi077 bash[23831]: audit 2024-05-21T18:30:54.375121+0000 mon.a (mon.0) 426 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-21T18:30:54.799 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:54 smithi077 bash[23831]: audit 2024-05-21T18:30:54.375501+0000 mon.a (mon.0) 427 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-21T18:30:54.799 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:54 smithi077 bash[23831]: audit 2024-05-21T18:30:54.375501+0000 mon.a (mon.0) 427 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-21T18:30:54.799 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:54 smithi077 bash[23831]: audit 2024-05-21T18:30:54.376000+0000 mon.a (mon.0) 428 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-21T18:30:54.800 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:54 smithi077 bash[23831]: audit 2024-05-21T18:30:54.376000+0000 mon.a (mon.0) 428 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-21T18:30:54.800 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:54 smithi077 bash[23831]: audit 2024-05-21T18:30:54.377515+0000 mon.b (mon.2) 10 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-21T18:30:54.800 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:54 smithi077 bash[23831]: audit 2024-05-21T18:30:54.377515+0000 mon.b (mon.2) 10 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-21T18:30:54.800 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:54 smithi077 bash[23831]: audit 2024-05-21T18:30:54.432163+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-21T18:30:54.800 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:54 smithi077 bash[23831]: audit 2024-05-21T18:30:54.432163+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-21T18:30:54.852 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:54 smithi134 bash[24085]: audit 2024-05-21T18:30:53.493449+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-05-21T18:30:54.852 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:54 smithi134 bash[24085]: audit 2024-05-21T18:30:53.493449+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-05-21T18:30:54.852 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:54 smithi134 bash[24085]: cluster 2024-05-21T18:30:53.498318+0000 mon.a (mon.0) 414 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-05-21T18:30:54.852 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:54 smithi134 bash[24085]: cluster 2024-05-21T18:30:53.498318+0000 mon.a (mon.0) 414 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-05-21T18:30:54.852 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:54 smithi134 bash[24085]: audit 2024-05-21T18:30:54.048774+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:30:54.852 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:54 smithi134 bash[24085]: audit 2024-05-21T18:30:54.048774+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:30:54.853 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:54 smithi134 bash[24085]: cluster 2024-05-21T18:30:54.134196+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v149: 1 pgs: 1 unknown; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:30:54.853 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:54 smithi134 bash[24085]: cluster 2024-05-21T18:30:54.134196+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v149: 1 pgs: 1 unknown; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:30:54.853 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:54 smithi134 bash[24085]: audit 2024-05-21T18:30:54.205086+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:30:54.853 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:54 smithi134 bash[24085]: audit 2024-05-21T18:30:54.205086+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:30:54.853 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:54 smithi134 bash[24085]: audit 2024-05-21T18:30:54.207685+0000 mon.a (mon.0) 417 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-21T18:30:54.853 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:54 smithi134 bash[24085]: audit 2024-05-21T18:30:54.207685+0000 mon.a (mon.0) 417 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-21T18:30:54.853 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:54 smithi134 bash[24085]: audit 2024-05-21T18:30:54.260376+0000 mon.a (mon.0) 418 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-21T18:30:54.853 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:54 smithi134 bash[24085]: audit 2024-05-21T18:30:54.260376+0000 mon.a (mon.0) 418 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-21T18:30:54.853 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:54 smithi134 bash[24085]: audit 2024-05-21T18:30:54.260896+0000 mon.a (mon.0) 419 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-21T18:30:54.853 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:54 smithi134 bash[24085]: audit 2024-05-21T18:30:54.260896+0000 mon.a (mon.0) 419 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-21T18:30:54.853 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:54 smithi134 bash[24085]: audit 2024-05-21T18:30:54.261350+0000 mon.a (mon.0) 420 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-21T18:30:54.853 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:54 smithi134 bash[24085]: audit 2024-05-21T18:30:54.261350+0000 mon.a (mon.0) 420 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-21T18:30:54.853 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:54 smithi134 bash[24085]: audit 2024-05-21T18:30:54.261567+0000 mon.a (mon.0) 421 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-21T18:30:54.853 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:54 smithi134 bash[24085]: audit 2024-05-21T18:30:54.261567+0000 mon.a (mon.0) 421 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-21T18:30:54.854 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:54 smithi134 bash[24085]: audit 2024-05-21T18:30:54.264448+0000 mon.a (mon.0) 422 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-21T18:30:54.854 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:54 smithi134 bash[24085]: audit 2024-05-21T18:30:54.264448+0000 mon.a (mon.0) 422 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-21T18:30:54.854 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:54 smithi134 bash[24085]: audit 2024-05-21T18:30:54.264672+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-21T18:30:54.854 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:54 smithi134 bash[24085]: audit 2024-05-21T18:30:54.264672+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-21T18:30:54.854 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:54 smithi134 bash[24085]: audit 2024-05-21T18:30:54.264757+0000 mon.c (mon.1) 3 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-21T18:30:54.854 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:54 smithi134 bash[24085]: audit 2024-05-21T18:30:54.264757+0000 mon.c (mon.1) 3 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-21T18:30:54.854 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:54 smithi134 bash[24085]: audit 2024-05-21T18:30:54.264880+0000 mon.a (mon.0) 424 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-21T18:30:54.854 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:54 smithi134 bash[24085]: audit 2024-05-21T18:30:54.264880+0000 mon.a (mon.0) 424 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-21T18:30:54.854 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:54 smithi134 bash[24085]: audit 2024-05-21T18:30:54.320519+0000 mon.c (mon.1) 4 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-21T18:30:54.855 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:54 smithi134 bash[24085]: audit 2024-05-21T18:30:54.320519+0000 mon.c (mon.1) 4 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-21T18:30:54.855 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:54 smithi134 bash[24085]: audit 2024-05-21T18:30:54.371746+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:30:54.855 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:54 smithi134 bash[24085]: audit 2024-05-21T18:30:54.371746+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:30:54.855 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:54 smithi134 bash[24085]: audit 2024-05-21T18:30:54.375121+0000 mon.a (mon.0) 426 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-21T18:30:54.855 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:54 smithi134 bash[24085]: audit 2024-05-21T18:30:54.375121+0000 mon.a (mon.0) 426 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-21T18:30:54.855 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:54 smithi134 bash[24085]: audit 2024-05-21T18:30:54.375501+0000 mon.a (mon.0) 427 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-21T18:30:54.855 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:54 smithi134 bash[24085]: audit 2024-05-21T18:30:54.375501+0000 mon.a (mon.0) 427 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-21T18:30:54.855 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:54 smithi134 bash[24085]: audit 2024-05-21T18:30:54.376000+0000 mon.a (mon.0) 428 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-21T18:30:54.855 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:54 smithi134 bash[24085]: audit 2024-05-21T18:30:54.376000+0000 mon.a (mon.0) 428 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-21T18:30:54.855 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:54 smithi134 bash[24085]: audit 2024-05-21T18:30:54.377515+0000 mon.b (mon.2) 10 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-21T18:30:54.855 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:54 smithi134 bash[24085]: audit 2024-05-21T18:30:54.377515+0000 mon.b (mon.2) 10 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-21T18:30:54.855 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:54 smithi134 bash[24085]: audit 2024-05-21T18:30:54.432163+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-21T18:30:54.855 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:54 smithi134 bash[24085]: audit 2024-05-21T18:30:54.432163+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-21T18:30:54.856 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:54 smithi016 bash[21861]: audit 2024-05-21T18:30:53.493449+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-05-21T18:30:54.856 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:54 smithi016 bash[21861]: audit 2024-05-21T18:30:53.493449+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-05-21T18:30:54.856 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:54 smithi016 bash[21861]: cluster 2024-05-21T18:30:53.498318+0000 mon.a (mon.0) 414 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-05-21T18:30:54.856 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:54 smithi016 bash[21861]: cluster 2024-05-21T18:30:53.498318+0000 mon.a (mon.0) 414 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-05-21T18:30:54.856 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:54 smithi016 bash[21861]: audit 2024-05-21T18:30:54.048774+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:30:54.856 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:54 smithi016 bash[21861]: audit 2024-05-21T18:30:54.048774+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:30:54.856 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:54 smithi016 bash[21861]: cluster 2024-05-21T18:30:54.134196+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v149: 1 pgs: 1 unknown; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:30:54.857 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:54 smithi016 bash[21861]: cluster 2024-05-21T18:30:54.134196+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v149: 1 pgs: 1 unknown; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:30:54.857 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:54 smithi016 bash[21861]: audit 2024-05-21T18:30:54.205086+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:30:54.857 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:54 smithi016 bash[21861]: audit 2024-05-21T18:30:54.205086+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:30:54.857 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:54 smithi016 bash[21861]: audit 2024-05-21T18:30:54.207685+0000 mon.a (mon.0) 417 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-21T18:30:54.857 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:54 smithi016 bash[21861]: audit 2024-05-21T18:30:54.207685+0000 mon.a (mon.0) 417 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-21T18:30:54.857 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:54 smithi016 bash[21861]: audit 2024-05-21T18:30:54.260376+0000 mon.a (mon.0) 418 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-21T18:30:54.857 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:54 smithi016 bash[21861]: audit 2024-05-21T18:30:54.260376+0000 mon.a (mon.0) 418 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-21T18:30:54.857 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:54 smithi016 bash[21861]: audit 2024-05-21T18:30:54.260896+0000 mon.a (mon.0) 419 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-21T18:30:54.857 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:54 smithi016 bash[21861]: audit 2024-05-21T18:30:54.260896+0000 mon.a (mon.0) 419 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-21T18:30:54.857 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:54 smithi016 bash[21861]: audit 2024-05-21T18:30:54.261350+0000 mon.a (mon.0) 420 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-21T18:30:54.858 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:54 smithi016 bash[21861]: audit 2024-05-21T18:30:54.261350+0000 mon.a (mon.0) 420 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-21T18:30:54.858 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:54 smithi016 bash[21861]: audit 2024-05-21T18:30:54.261567+0000 mon.a (mon.0) 421 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-21T18:30:54.858 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:54 smithi016 bash[21861]: audit 2024-05-21T18:30:54.261567+0000 mon.a (mon.0) 421 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-21T18:30:54.858 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:54 smithi016 bash[21861]: audit 2024-05-21T18:30:54.264448+0000 mon.a (mon.0) 422 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-21T18:30:54.858 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:54 smithi016 bash[21861]: audit 2024-05-21T18:30:54.264448+0000 mon.a (mon.0) 422 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-21T18:30:54.858 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:54 smithi016 bash[21861]: audit 2024-05-21T18:30:54.264672+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-21T18:30:54.858 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:54 smithi016 bash[21861]: audit 2024-05-21T18:30:54.264672+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-21T18:30:54.858 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:54 smithi016 bash[21861]: audit 2024-05-21T18:30:54.264757+0000 mon.c (mon.1) 3 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-21T18:30:54.858 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:54 smithi016 bash[21861]: audit 2024-05-21T18:30:54.264757+0000 mon.c (mon.1) 3 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-21T18:30:54.858 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:54 smithi016 bash[21861]: audit 2024-05-21T18:30:54.264880+0000 mon.a (mon.0) 424 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-21T18:30:54.858 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:54 smithi016 bash[21861]: audit 2024-05-21T18:30:54.264880+0000 mon.a (mon.0) 424 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-21T18:30:54.858 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:54 smithi016 bash[21861]: audit 2024-05-21T18:30:54.320519+0000 mon.c (mon.1) 4 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-21T18:30:54.858 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:54 smithi016 bash[21861]: audit 2024-05-21T18:30:54.320519+0000 mon.c (mon.1) 4 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-21T18:30:54.859 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:54 smithi016 bash[21861]: audit 2024-05-21T18:30:54.371746+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:30:54.859 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:54 smithi016 bash[21861]: audit 2024-05-21T18:30:54.371746+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:30:54.859 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:54 smithi016 bash[21861]: audit 2024-05-21T18:30:54.375121+0000 mon.a (mon.0) 426 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-21T18:30:54.859 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:54 smithi016 bash[21861]: audit 2024-05-21T18:30:54.375121+0000 mon.a (mon.0) 426 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-21T18:30:54.859 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:54 smithi016 bash[21861]: audit 2024-05-21T18:30:54.375501+0000 mon.a (mon.0) 427 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-21T18:30:54.859 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:54 smithi016 bash[21861]: audit 2024-05-21T18:30:54.375501+0000 mon.a (mon.0) 427 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-21T18:30:54.859 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:54 smithi016 bash[21861]: audit 2024-05-21T18:30:54.376000+0000 mon.a (mon.0) 428 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-21T18:30:54.859 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:54 smithi016 bash[21861]: audit 2024-05-21T18:30:54.376000+0000 mon.a (mon.0) 428 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-21T18:30:54.859 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:54 smithi016 bash[21861]: audit 2024-05-21T18:30:54.377515+0000 mon.b (mon.2) 10 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-21T18:30:54.859 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:54 smithi016 bash[21861]: audit 2024-05-21T18:30:54.377515+0000 mon.b (mon.2) 10 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-21T18:30:54.859 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:54 smithi016 bash[21861]: audit 2024-05-21T18:30:54.432163+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-21T18:30:54.860 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:54 smithi016 bash[21861]: audit 2024-05-21T18:30:54.432163+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-21T18:30:55.796 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:55 smithi077 bash[23831]: cluster 2024-05-21T18:30:54.513546+0000 mon.a (mon.0) 429 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-05-21T18:30:55.796 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:55 smithi077 bash[23831]: cluster 2024-05-21T18:30:54.513546+0000 mon.a (mon.0) 429 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-05-21T18:30:55.851 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:55 smithi134 bash[24085]: cluster 2024-05-21T18:30:54.513546+0000 mon.a (mon.0) 429 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-05-21T18:30:55.852 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:55 smithi134 bash[24085]: cluster 2024-05-21T18:30:54.513546+0000 mon.a (mon.0) 429 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-05-21T18:30:55.854 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:55 smithi016 bash[21861]: cluster 2024-05-21T18:30:54.513546+0000 mon.a (mon.0) 429 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-05-21T18:30:55.854 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:55 smithi016 bash[21861]: cluster 2024-05-21T18:30:54.513546+0000 mon.a (mon.0) 429 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-05-21T18:30:56.435 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/mon.b/config 2024-05-21T18:30:56.796 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:56 smithi077 bash[23831]: cluster 2024-05-21T18:30:55.527527+0000 mon.a (mon.0) 430 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-05-21T18:30:56.796 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:56 smithi077 bash[23831]: cluster 2024-05-21T18:30:55.527527+0000 mon.a (mon.0) 430 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-05-21T18:30:56.796 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:56 smithi077 bash[23831]: cluster 2024-05-21T18:30:56.134718+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v151: 1 pgs: 1 unknown; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:30:56.796 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:56 smithi077 bash[23831]: cluster 2024-05-21T18:30:56.134718+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v151: 1 pgs: 1 unknown; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:30:56.851 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:56 smithi134 bash[24085]: cluster 2024-05-21T18:30:55.527527+0000 mon.a (mon.0) 430 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-05-21T18:30:56.851 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:56 smithi134 bash[24085]: cluster 2024-05-21T18:30:55.527527+0000 mon.a (mon.0) 430 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-05-21T18:30:56.851 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:56 smithi134 bash[24085]: cluster 2024-05-21T18:30:56.134718+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v151: 1 pgs: 1 unknown; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:30:56.851 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:56 smithi134 bash[24085]: cluster 2024-05-21T18:30:56.134718+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v151: 1 pgs: 1 unknown; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:30:56.854 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:56 smithi016 bash[21861]: cluster 2024-05-21T18:30:55.527527+0000 mon.a (mon.0) 430 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-05-21T18:30:56.854 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:56 smithi016 bash[21861]: cluster 2024-05-21T18:30:55.527527+0000 mon.a (mon.0) 430 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-05-21T18:30:56.854 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:56 smithi016 bash[21861]: cluster 2024-05-21T18:30:56.134718+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v151: 1 pgs: 1 unknown; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:30:56.854 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:56 smithi016 bash[21861]: cluster 2024-05-21T18:30:56.134718+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v151: 1 pgs: 1 unknown; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:30:59.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:59 smithi077 bash[23831]: cluster 2024-05-21T18:30:58.135220+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:30:59.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:30:59 smithi077 bash[23831]: cluster 2024-05-21T18:30:58.135220+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:30:59.601 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:59 smithi134 bash[24085]: cluster 2024-05-21T18:30:58.135220+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:30:59.601 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:30:59 smithi134 bash[24085]: cluster 2024-05-21T18:30:58.135220+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:30:59.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:59 smithi016 bash[21861]: cluster 2024-05-21T18:30:58.135220+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:30:59.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:30:59 smithi016 bash[21861]: cluster 2024-05-21T18:30:58.135220+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:31:00.475 INFO:teuthology.orchestra.run.smithi077.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-05-21T18:31:00.475 INFO:teuthology.orchestra.run.smithi077.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-05-21T18:31:00.475 INFO:teuthology.orchestra.run.smithi077.stderr: stderr: 10+0 records in 2024-05-21T18:31:00.475 INFO:teuthology.orchestra.run.smithi077.stderr:10+0 records out 2024-05-21T18:31:00.475 INFO:teuthology.orchestra.run.smithi077.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0137343 s, 763 MB/s 2024-05-21T18:31:00.476 INFO:teuthology.orchestra.run.smithi077.stderr:--> Zapping successful for: 2024-05-21T18:31:01.262 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9ef9bcfdb32ec4999d7ca025815290e8395c6ae7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3de35fc8-179f-11ef-bc9a-c7b262605968 -- ceph orch daemon add osd smithi077:vg_nvme/lv_3 2024-05-21T18:31:01.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:01 smithi077 bash[23831]: cluster 2024-05-21T18:31:00.135739+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:31:01.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:01 smithi077 bash[23831]: cluster 2024-05-21T18:31:00.135739+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:31:01.601 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:01 smithi134 bash[24085]: cluster 2024-05-21T18:31:00.135739+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:31:01.601 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:01 smithi134 bash[24085]: cluster 2024-05-21T18:31:00.135739+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:31:01.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:01 smithi016 bash[21861]: cluster 2024-05-21T18:31:00.135739+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:31:01.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:01 smithi016 bash[21861]: cluster 2024-05-21T18:31:00.135739+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:31:03.046 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:02 smithi077 bash[23831]: cephadm 2024-05-21T18:31:01.635924+0000 mgr.a (mgr.14152) 194 : cephadm [INF] Detected new or changed devices on smithi077 2024-05-21T18:31:03.046 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:02 smithi077 bash[23831]: cephadm 2024-05-21T18:31:01.635924+0000 mgr.a (mgr.14152) 194 : cephadm [INF] Detected new or changed devices on smithi077 2024-05-21T18:31:03.047 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:02 smithi077 bash[23831]: audit 2024-05-21T18:31:01.644805+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:31:03.047 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:02 smithi077 bash[23831]: audit 2024-05-21T18:31:01.644805+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:31:03.047 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:02 smithi077 bash[23831]: audit 2024-05-21T18:31:01.654041+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:31:03.047 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:02 smithi077 bash[23831]: audit 2024-05-21T18:31:01.654041+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:31:03.047 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:02 smithi077 bash[23831]: audit 2024-05-21T18:31:01.657087+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-05-21T18:31:03.047 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:02 smithi077 bash[23831]: audit 2024-05-21T18:31:01.657087+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-05-21T18:31:03.047 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:02 smithi077 bash[23831]: cephadm 2024-05-21T18:31:01.658478+0000 mgr.a (mgr.14152) 195 : cephadm [INF] Adjusting osd_memory_target on smithi077 to 17265M 2024-05-21T18:31:03.047 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:02 smithi077 bash[23831]: cephadm 2024-05-21T18:31:01.658478+0000 mgr.a (mgr.14152) 195 : cephadm [INF] Adjusting osd_memory_target on smithi077 to 17265M 2024-05-21T18:31:03.047 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:02 smithi077 bash[23831]: audit 2024-05-21T18:31:01.664681+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:31:03.047 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:02 smithi077 bash[23831]: audit 2024-05-21T18:31:01.664681+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:31:03.047 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:02 smithi077 bash[23831]: audit 2024-05-21T18:31:01.668963+0000 mon.a (mon.0) 435 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:31:03.047 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:02 smithi077 bash[23831]: audit 2024-05-21T18:31:01.668963+0000 mon.a (mon.0) 435 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:31:03.047 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:02 smithi077 bash[23831]: audit 2024-05-21T18:31:01.670758+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T18:31:03.048 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:02 smithi077 bash[23831]: audit 2024-05-21T18:31:01.670758+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T18:31:03.048 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:02 smithi077 bash[23831]: audit 2024-05-21T18:31:01.680709+0000 mon.a (mon.0) 437 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:31:03.048 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:02 smithi077 bash[23831]: audit 2024-05-21T18:31:01.680709+0000 mon.a (mon.0) 437 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:31:03.048 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:02 smithi077 bash[23831]: cluster 2024-05-21T18:31:02.136423+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:31:03.048 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:02 smithi077 bash[23831]: cluster 2024-05-21T18:31:02.136423+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:31:03.102 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:02 smithi134 bash[24085]: cephadm 2024-05-21T18:31:01.635924+0000 mgr.a (mgr.14152) 194 : cephadm [INF] Detected new or changed devices on smithi077 2024-05-21T18:31:03.102 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:02 smithi134 bash[24085]: cephadm 2024-05-21T18:31:01.635924+0000 mgr.a (mgr.14152) 194 : cephadm [INF] Detected new or changed devices on smithi077 2024-05-21T18:31:03.102 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:02 smithi134 bash[24085]: audit 2024-05-21T18:31:01.644805+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:31:03.102 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:02 smithi134 bash[24085]: audit 2024-05-21T18:31:01.644805+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:31:03.102 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:02 smithi134 bash[24085]: audit 2024-05-21T18:31:01.654041+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:31:03.102 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:02 smithi134 bash[24085]: audit 2024-05-21T18:31:01.654041+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:31:03.102 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:02 smithi134 bash[24085]: audit 2024-05-21T18:31:01.657087+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-05-21T18:31:03.102 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:02 smithi134 bash[24085]: audit 2024-05-21T18:31:01.657087+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-05-21T18:31:03.102 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:02 smithi134 bash[24085]: cephadm 2024-05-21T18:31:01.658478+0000 mgr.a (mgr.14152) 195 : cephadm [INF] Adjusting osd_memory_target on smithi077 to 17265M 2024-05-21T18:31:03.103 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:02 smithi134 bash[24085]: cephadm 2024-05-21T18:31:01.658478+0000 mgr.a (mgr.14152) 195 : cephadm [INF] Adjusting osd_memory_target on smithi077 to 17265M 2024-05-21T18:31:03.103 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:02 smithi134 bash[24085]: audit 2024-05-21T18:31:01.664681+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:31:03.103 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:02 smithi134 bash[24085]: audit 2024-05-21T18:31:01.664681+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:31:03.103 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:02 smithi134 bash[24085]: audit 2024-05-21T18:31:01.668963+0000 mon.a (mon.0) 435 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:31:03.103 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:02 smithi134 bash[24085]: audit 2024-05-21T18:31:01.668963+0000 mon.a (mon.0) 435 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:31:03.103 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:02 smithi134 bash[24085]: audit 2024-05-21T18:31:01.670758+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T18:31:03.103 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:02 smithi134 bash[24085]: audit 2024-05-21T18:31:01.670758+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T18:31:03.103 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:02 smithi134 bash[24085]: audit 2024-05-21T18:31:01.680709+0000 mon.a (mon.0) 437 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:31:03.103 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:02 smithi134 bash[24085]: audit 2024-05-21T18:31:01.680709+0000 mon.a (mon.0) 437 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:31:03.103 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:02 smithi134 bash[24085]: cluster 2024-05-21T18:31:02.136423+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:31:03.103 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:02 smithi134 bash[24085]: cluster 2024-05-21T18:31:02.136423+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:31:03.104 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:02 smithi016 bash[21861]: cephadm 2024-05-21T18:31:01.635924+0000 mgr.a (mgr.14152) 194 : cephadm [INF] Detected new or changed devices on smithi077 2024-05-21T18:31:03.104 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:02 smithi016 bash[21861]: cephadm 2024-05-21T18:31:01.635924+0000 mgr.a (mgr.14152) 194 : cephadm [INF] Detected new or changed devices on smithi077 2024-05-21T18:31:03.105 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:02 smithi016 bash[21861]: audit 2024-05-21T18:31:01.644805+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:31:03.105 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:02 smithi016 bash[21861]: audit 2024-05-21T18:31:01.644805+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:31:03.105 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:02 smithi016 bash[21861]: audit 2024-05-21T18:31:01.654041+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:31:03.105 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:02 smithi016 bash[21861]: audit 2024-05-21T18:31:01.654041+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:31:03.105 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:02 smithi016 bash[21861]: audit 2024-05-21T18:31:01.657087+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-05-21T18:31:03.105 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:02 smithi016 bash[21861]: audit 2024-05-21T18:31:01.657087+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-05-21T18:31:03.105 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:02 smithi016 bash[21861]: cephadm 2024-05-21T18:31:01.658478+0000 mgr.a (mgr.14152) 195 : cephadm [INF] Adjusting osd_memory_target on smithi077 to 17265M 2024-05-21T18:31:03.105 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:02 smithi016 bash[21861]: cephadm 2024-05-21T18:31:01.658478+0000 mgr.a (mgr.14152) 195 : cephadm [INF] Adjusting osd_memory_target on smithi077 to 17265M 2024-05-21T18:31:03.105 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:02 smithi016 bash[21861]: audit 2024-05-21T18:31:01.664681+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:31:03.105 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:02 smithi016 bash[21861]: audit 2024-05-21T18:31:01.664681+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:31:03.105 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:02 smithi016 bash[21861]: audit 2024-05-21T18:31:01.668963+0000 mon.a (mon.0) 435 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:31:03.105 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:02 smithi016 bash[21861]: audit 2024-05-21T18:31:01.668963+0000 mon.a (mon.0) 435 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:31:03.105 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:02 smithi016 bash[21861]: audit 2024-05-21T18:31:01.670758+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T18:31:03.105 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:02 smithi016 bash[21861]: audit 2024-05-21T18:31:01.670758+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T18:31:03.106 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:02 smithi016 bash[21861]: audit 2024-05-21T18:31:01.680709+0000 mon.a (mon.0) 437 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:31:03.106 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:02 smithi016 bash[21861]: audit 2024-05-21T18:31:01.680709+0000 mon.a (mon.0) 437 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:31:03.106 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:02 smithi016 bash[21861]: cluster 2024-05-21T18:31:02.136423+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:31:03.106 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:02 smithi016 bash[21861]: cluster 2024-05-21T18:31:02.136423+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:31:05.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:05 smithi077 bash[23831]: cluster 2024-05-21T18:31:04.136974+0000 mgr.a (mgr.14152) 197 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:31:05.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:05 smithi077 bash[23831]: cluster 2024-05-21T18:31:04.136974+0000 mgr.a (mgr.14152) 197 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:31:05.601 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:05 smithi134 bash[24085]: cluster 2024-05-21T18:31:04.136974+0000 mgr.a (mgr.14152) 197 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:31:05.601 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:05 smithi134 bash[24085]: cluster 2024-05-21T18:31:04.136974+0000 mgr.a (mgr.14152) 197 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:31:05.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:05 smithi016 bash[21861]: cluster 2024-05-21T18:31:04.136974+0000 mgr.a (mgr.14152) 197 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:31:05.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:05 smithi016 bash[21861]: cluster 2024-05-21T18:31:04.136974+0000 mgr.a (mgr.14152) 197 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:31:05.981 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/mon.b/config 2024-05-21T18:31:07.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:07 smithi077 bash[23831]: cluster 2024-05-21T18:31:06.137491+0000 mgr.a (mgr.14152) 198 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:31:07.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:07 smithi077 bash[23831]: cluster 2024-05-21T18:31:06.137491+0000 mgr.a (mgr.14152) 198 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:31:07.601 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:07 smithi134 bash[24085]: cluster 2024-05-21T18:31:06.137491+0000 mgr.a (mgr.14152) 198 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:31:07.601 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:07 smithi134 bash[24085]: cluster 2024-05-21T18:31:06.137491+0000 mgr.a (mgr.14152) 198 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:31:07.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:07 smithi016 bash[21861]: cluster 2024-05-21T18:31:06.137491+0000 mgr.a (mgr.14152) 198 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:31:07.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:07 smithi016 bash[21861]: cluster 2024-05-21T18:31:06.137491+0000 mgr.a (mgr.14152) 198 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:31:09.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:09 smithi077 bash[23831]: cluster 2024-05-21T18:31:08.138057+0000 mgr.a (mgr.14152) 199 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:31:09.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:09 smithi077 bash[23831]: cluster 2024-05-21T18:31:08.138057+0000 mgr.a (mgr.14152) 199 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:31:09.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:09 smithi077 bash[23831]: audit 2024-05-21T18:31:08.747610+0000 mon.a (mon.0) 438 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-21T18:31:09.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:09 smithi077 bash[23831]: audit 2024-05-21T18:31:08.747610+0000 mon.a (mon.0) 438 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-21T18:31:09.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:09 smithi077 bash[23831]: audit 2024-05-21T18:31:08.756598+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-21T18:31:09.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:09 smithi077 bash[23831]: audit 2024-05-21T18:31:08.756598+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-21T18:31:09.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:09 smithi077 bash[23831]: audit 2024-05-21T18:31:08.758341+0000 mon.a (mon.0) 440 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:31:09.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:09 smithi077 bash[23831]: audit 2024-05-21T18:31:08.758341+0000 mon.a (mon.0) 440 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:31:09.602 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:09 smithi134 bash[24085]: cluster 2024-05-21T18:31:08.138057+0000 mgr.a (mgr.14152) 199 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:31:09.602 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:09 smithi134 bash[24085]: cluster 2024-05-21T18:31:08.138057+0000 mgr.a (mgr.14152) 199 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:31:09.602 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:09 smithi134 bash[24085]: audit 2024-05-21T18:31:08.747610+0000 mon.a (mon.0) 438 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-21T18:31:09.602 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:09 smithi134 bash[24085]: audit 2024-05-21T18:31:08.747610+0000 mon.a (mon.0) 438 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-21T18:31:09.602 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:09 smithi134 bash[24085]: audit 2024-05-21T18:31:08.756598+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-21T18:31:09.602 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:09 smithi134 bash[24085]: audit 2024-05-21T18:31:08.756598+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-21T18:31:09.602 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:09 smithi134 bash[24085]: audit 2024-05-21T18:31:08.758341+0000 mon.a (mon.0) 440 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:31:09.602 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:09 smithi134 bash[24085]: audit 2024-05-21T18:31:08.758341+0000 mon.a (mon.0) 440 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:31:09.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:09 smithi016 bash[21861]: cluster 2024-05-21T18:31:08.138057+0000 mgr.a (mgr.14152) 199 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:31:09.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:09 smithi016 bash[21861]: cluster 2024-05-21T18:31:08.138057+0000 mgr.a (mgr.14152) 199 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:31:09.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:09 smithi016 bash[21861]: audit 2024-05-21T18:31:08.747610+0000 mon.a (mon.0) 438 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-21T18:31:09.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:09 smithi016 bash[21861]: audit 2024-05-21T18:31:08.747610+0000 mon.a (mon.0) 438 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-21T18:31:09.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:09 smithi016 bash[21861]: audit 2024-05-21T18:31:08.756598+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-21T18:31:09.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:09 smithi016 bash[21861]: audit 2024-05-21T18:31:08.756598+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-21T18:31:09.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:09 smithi016 bash[21861]: audit 2024-05-21T18:31:08.758341+0000 mon.a (mon.0) 440 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:31:09.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:09 smithi016 bash[21861]: audit 2024-05-21T18:31:08.758341+0000 mon.a (mon.0) 440 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:31:10.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:10 smithi077 bash[23831]: audit 2024-05-21T18:31:08.740449+0000 mgr.a (mgr.14152) 200 : audit [DBG] from='client.24185 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi077:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T18:31:10.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:10 smithi077 bash[23831]: audit 2024-05-21T18:31:08.740449+0000 mgr.a (mgr.14152) 200 : audit [DBG] from='client.24185 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi077:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T18:31:10.601 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:10 smithi134 bash[24085]: audit 2024-05-21T18:31:08.740449+0000 mgr.a (mgr.14152) 200 : audit [DBG] from='client.24185 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi077:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T18:31:10.601 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:10 smithi134 bash[24085]: audit 2024-05-21T18:31:08.740449+0000 mgr.a (mgr.14152) 200 : audit [DBG] from='client.24185 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi077:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T18:31:10.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:10 smithi016 bash[21861]: audit 2024-05-21T18:31:08.740449+0000 mgr.a (mgr.14152) 200 : audit [DBG] from='client.24185 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi077:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T18:31:10.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:10 smithi016 bash[21861]: audit 2024-05-21T18:31:08.740449+0000 mgr.a (mgr.14152) 200 : audit [DBG] from='client.24185 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi077:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T18:31:11.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:11 smithi077 bash[23831]: cluster 2024-05-21T18:31:10.138583+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:31:11.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:11 smithi077 bash[23831]: cluster 2024-05-21T18:31:10.138583+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:31:11.601 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:11 smithi134 bash[24085]: cluster 2024-05-21T18:31:10.138583+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:31:11.601 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:11 smithi134 bash[24085]: cluster 2024-05-21T18:31:10.138583+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:31:11.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:11 smithi016 bash[21861]: cluster 2024-05-21T18:31:10.138583+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:31:11.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:11 smithi016 bash[21861]: cluster 2024-05-21T18:31:10.138583+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:31:13.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:13 smithi077 bash[23831]: cluster 2024-05-21T18:31:12.139112+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:31:13.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:13 smithi077 bash[23831]: cluster 2024-05-21T18:31:12.139112+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:31:13.601 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:13 smithi134 bash[24085]: cluster 2024-05-21T18:31:12.139112+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:31:13.601 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:13 smithi134 bash[24085]: cluster 2024-05-21T18:31:12.139112+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:31:13.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:13 smithi016 bash[21861]: cluster 2024-05-21T18:31:12.139112+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:31:13.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:13 smithi016 bash[21861]: cluster 2024-05-21T18:31:12.139112+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:31:15.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:15 smithi077 bash[23831]: cluster 2024-05-21T18:31:14.139616+0000 mgr.a (mgr.14152) 203 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:31:15.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:15 smithi077 bash[23831]: cluster 2024-05-21T18:31:14.139616+0000 mgr.a (mgr.14152) 203 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:31:15.601 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:15 smithi134 bash[24085]: cluster 2024-05-21T18:31:14.139616+0000 mgr.a (mgr.14152) 203 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:31:15.601 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:15 smithi134 bash[24085]: cluster 2024-05-21T18:31:14.139616+0000 mgr.a (mgr.14152) 203 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:31:15.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:15 smithi016 bash[21861]: cluster 2024-05-21T18:31:14.139616+0000 mgr.a (mgr.14152) 203 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:31:15.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:15 smithi016 bash[21861]: cluster 2024-05-21T18:31:14.139616+0000 mgr.a (mgr.14152) 203 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:31:17.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:17 smithi077 bash[23831]: cluster 2024-05-21T18:31:16.140244+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:31:17.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:17 smithi077 bash[23831]: cluster 2024-05-21T18:31:16.140244+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:31:17.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:17 smithi077 bash[23831]: audit 2024-05-21T18:31:16.847132+0000 mon.a (mon.0) 441 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c4bfea3a-0f61-4d6b-b125-aab0c331a114"}]: dispatch 2024-05-21T18:31:17.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:17 smithi077 bash[23831]: audit 2024-05-21T18:31:16.847132+0000 mon.a (mon.0) 441 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c4bfea3a-0f61-4d6b-b125-aab0c331a114"}]: dispatch 2024-05-21T18:31:17.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:17 smithi077 bash[23831]: audit 2024-05-21T18:31:16.849391+0000 mon.b (mon.2) 12 : audit [INF] from='client.? 172.21.15.77:0/510821462' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c4bfea3a-0f61-4d6b-b125-aab0c331a114"}]: dispatch 2024-05-21T18:31:17.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:17 smithi077 bash[23831]: audit 2024-05-21T18:31:16.849391+0000 mon.b (mon.2) 12 : audit [INF] from='client.? 172.21.15.77:0/510821462' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c4bfea3a-0f61-4d6b-b125-aab0c331a114"}]: dispatch 2024-05-21T18:31:17.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:17 smithi077 bash[23831]: audit 2024-05-21T18:31:16.850719+0000 mon.a (mon.0) 442 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c4bfea3a-0f61-4d6b-b125-aab0c331a114"}]': finished 2024-05-21T18:31:17.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:17 smithi077 bash[23831]: audit 2024-05-21T18:31:16.850719+0000 mon.a (mon.0) 442 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c4bfea3a-0f61-4d6b-b125-aab0c331a114"}]': finished 2024-05-21T18:31:17.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:17 smithi077 bash[23831]: cluster 2024-05-21T18:31:16.856065+0000 mon.a (mon.0) 443 : cluster [DBG] osdmap e22: 4 total, 3 up, 4 in 2024-05-21T18:31:17.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:17 smithi077 bash[23831]: cluster 2024-05-21T18:31:16.856065+0000 mon.a (mon.0) 443 : cluster [DBG] osdmap e22: 4 total, 3 up, 4 in 2024-05-21T18:31:17.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:17 smithi077 bash[23831]: audit 2024-05-21T18:31:16.856639+0000 mon.a (mon.0) 444 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-21T18:31:17.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:17 smithi077 bash[23831]: audit 2024-05-21T18:31:16.856639+0000 mon.a (mon.0) 444 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-21T18:31:17.602 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:17 smithi134 bash[24085]: cluster 2024-05-21T18:31:16.140244+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:31:17.602 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:17 smithi134 bash[24085]: cluster 2024-05-21T18:31:16.140244+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:31:17.602 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:17 smithi134 bash[24085]: audit 2024-05-21T18:31:16.847132+0000 mon.a (mon.0) 441 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c4bfea3a-0f61-4d6b-b125-aab0c331a114"}]: dispatch 2024-05-21T18:31:17.602 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:17 smithi134 bash[24085]: audit 2024-05-21T18:31:16.847132+0000 mon.a (mon.0) 441 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c4bfea3a-0f61-4d6b-b125-aab0c331a114"}]: dispatch 2024-05-21T18:31:17.602 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:17 smithi134 bash[24085]: audit 2024-05-21T18:31:16.849391+0000 mon.b (mon.2) 12 : audit [INF] from='client.? 172.21.15.77:0/510821462' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c4bfea3a-0f61-4d6b-b125-aab0c331a114"}]: dispatch 2024-05-21T18:31:17.602 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:17 smithi134 bash[24085]: audit 2024-05-21T18:31:16.849391+0000 mon.b (mon.2) 12 : audit [INF] from='client.? 172.21.15.77:0/510821462' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c4bfea3a-0f61-4d6b-b125-aab0c331a114"}]: dispatch 2024-05-21T18:31:17.602 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:17 smithi134 bash[24085]: audit 2024-05-21T18:31:16.850719+0000 mon.a (mon.0) 442 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c4bfea3a-0f61-4d6b-b125-aab0c331a114"}]': finished 2024-05-21T18:31:17.602 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:17 smithi134 bash[24085]: audit 2024-05-21T18:31:16.850719+0000 mon.a (mon.0) 442 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c4bfea3a-0f61-4d6b-b125-aab0c331a114"}]': finished 2024-05-21T18:31:17.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:17 smithi134 bash[24085]: cluster 2024-05-21T18:31:16.856065+0000 mon.a (mon.0) 443 : cluster [DBG] osdmap e22: 4 total, 3 up, 4 in 2024-05-21T18:31:17.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:17 smithi134 bash[24085]: cluster 2024-05-21T18:31:16.856065+0000 mon.a (mon.0) 443 : cluster [DBG] osdmap e22: 4 total, 3 up, 4 in 2024-05-21T18:31:17.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:17 smithi134 bash[24085]: audit 2024-05-21T18:31:16.856639+0000 mon.a (mon.0) 444 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-21T18:31:17.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:17 smithi134 bash[24085]: audit 2024-05-21T18:31:16.856639+0000 mon.a (mon.0) 444 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-21T18:31:17.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:17 smithi016 bash[21861]: cluster 2024-05-21T18:31:16.140244+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:31:17.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:17 smithi016 bash[21861]: cluster 2024-05-21T18:31:16.140244+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:31:17.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:17 smithi016 bash[21861]: audit 2024-05-21T18:31:16.847132+0000 mon.a (mon.0) 441 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c4bfea3a-0f61-4d6b-b125-aab0c331a114"}]: dispatch 2024-05-21T18:31:17.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:17 smithi016 bash[21861]: audit 2024-05-21T18:31:16.847132+0000 mon.a (mon.0) 441 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c4bfea3a-0f61-4d6b-b125-aab0c331a114"}]: dispatch 2024-05-21T18:31:17.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:17 smithi016 bash[21861]: audit 2024-05-21T18:31:16.849391+0000 mon.b (mon.2) 12 : audit [INF] from='client.? 172.21.15.77:0/510821462' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c4bfea3a-0f61-4d6b-b125-aab0c331a114"}]: dispatch 2024-05-21T18:31:17.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:17 smithi016 bash[21861]: audit 2024-05-21T18:31:16.849391+0000 mon.b (mon.2) 12 : audit [INF] from='client.? 172.21.15.77:0/510821462' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c4bfea3a-0f61-4d6b-b125-aab0c331a114"}]: dispatch 2024-05-21T18:31:17.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:17 smithi016 bash[21861]: audit 2024-05-21T18:31:16.850719+0000 mon.a (mon.0) 442 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c4bfea3a-0f61-4d6b-b125-aab0c331a114"}]': finished 2024-05-21T18:31:17.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:17 smithi016 bash[21861]: audit 2024-05-21T18:31:16.850719+0000 mon.a (mon.0) 442 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c4bfea3a-0f61-4d6b-b125-aab0c331a114"}]': finished 2024-05-21T18:31:17.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:17 smithi016 bash[21861]: cluster 2024-05-21T18:31:16.856065+0000 mon.a (mon.0) 443 : cluster [DBG] osdmap e22: 4 total, 3 up, 4 in 2024-05-21T18:31:17.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:17 smithi016 bash[21861]: cluster 2024-05-21T18:31:16.856065+0000 mon.a (mon.0) 443 : cluster [DBG] osdmap e22: 4 total, 3 up, 4 in 2024-05-21T18:31:17.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:17 smithi016 bash[21861]: audit 2024-05-21T18:31:16.856639+0000 mon.a (mon.0) 444 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-21T18:31:17.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:17 smithi016 bash[21861]: audit 2024-05-21T18:31:16.856639+0000 mon.a (mon.0) 444 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-21T18:31:18.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:18 smithi077 bash[23831]: audit 2024-05-21T18:31:17.599015+0000 mon.b (mon.2) 13 : audit [DBG] from='client.? 172.21.15.77:0/959862488' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-21T18:31:18.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:18 smithi077 bash[23831]: audit 2024-05-21T18:31:17.599015+0000 mon.b (mon.2) 13 : audit [DBG] from='client.? 172.21.15.77:0/959862488' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-21T18:31:18.601 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:18 smithi134 bash[24085]: audit 2024-05-21T18:31:17.599015+0000 mon.b (mon.2) 13 : audit [DBG] from='client.? 172.21.15.77:0/959862488' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-21T18:31:18.601 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:18 smithi134 bash[24085]: audit 2024-05-21T18:31:17.599015+0000 mon.b (mon.2) 13 : audit [DBG] from='client.? 172.21.15.77:0/959862488' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-21T18:31:18.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:18 smithi016 bash[21861]: audit 2024-05-21T18:31:17.599015+0000 mon.b (mon.2) 13 : audit [DBG] from='client.? 172.21.15.77:0/959862488' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-21T18:31:18.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:18 smithi016 bash[21861]: audit 2024-05-21T18:31:17.599015+0000 mon.b (mon.2) 13 : audit [DBG] from='client.? 172.21.15.77:0/959862488' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-21T18:31:19.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:19 smithi077 bash[23831]: cluster 2024-05-21T18:31:18.140868+0000 mgr.a (mgr.14152) 205 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:31:19.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:19 smithi077 bash[23831]: cluster 2024-05-21T18:31:18.140868+0000 mgr.a (mgr.14152) 205 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:31:19.601 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:19 smithi134 bash[24085]: cluster 2024-05-21T18:31:18.140868+0000 mgr.a (mgr.14152) 205 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:31:19.601 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:19 smithi134 bash[24085]: cluster 2024-05-21T18:31:18.140868+0000 mgr.a (mgr.14152) 205 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:31:19.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:19 smithi016 bash[21861]: cluster 2024-05-21T18:31:18.140868+0000 mgr.a (mgr.14152) 205 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:31:19.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:19 smithi016 bash[21861]: cluster 2024-05-21T18:31:18.140868+0000 mgr.a (mgr.14152) 205 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:31:21.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:21 smithi077 bash[23831]: cluster 2024-05-21T18:31:20.141570+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:31:21.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:21 smithi077 bash[23831]: cluster 2024-05-21T18:31:20.141570+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:31:21.601 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:21 smithi134 bash[24085]: cluster 2024-05-21T18:31:20.141570+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:31:21.601 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:21 smithi134 bash[24085]: cluster 2024-05-21T18:31:20.141570+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:31:21.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:21 smithi016 bash[21861]: cluster 2024-05-21T18:31:20.141570+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:31:21.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:21 smithi016 bash[21861]: cluster 2024-05-21T18:31:20.141570+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:31:23.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:23 smithi077 bash[23831]: cluster 2024-05-21T18:31:22.142169+0000 mgr.a (mgr.14152) 207 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:31:23.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:23 smithi077 bash[23831]: cluster 2024-05-21T18:31:22.142169+0000 mgr.a (mgr.14152) 207 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:31:23.601 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:23 smithi134 bash[24085]: cluster 2024-05-21T18:31:22.142169+0000 mgr.a (mgr.14152) 207 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:31:23.601 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:23 smithi134 bash[24085]: cluster 2024-05-21T18:31:22.142169+0000 mgr.a (mgr.14152) 207 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:31:23.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:23 smithi016 bash[21861]: cluster 2024-05-21T18:31:22.142169+0000 mgr.a (mgr.14152) 207 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:31:23.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:23 smithi016 bash[21861]: cluster 2024-05-21T18:31:22.142169+0000 mgr.a (mgr.14152) 207 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:31:25.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:25 smithi077 bash[23831]: cluster 2024-05-21T18:31:24.142839+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:31:25.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:25 smithi077 bash[23831]: cluster 2024-05-21T18:31:24.142839+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:31:25.601 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:25 smithi134 bash[24085]: cluster 2024-05-21T18:31:24.142839+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:31:25.601 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:25 smithi134 bash[24085]: cluster 2024-05-21T18:31:24.142839+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:31:25.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:25 smithi016 bash[21861]: cluster 2024-05-21T18:31:24.142839+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:31:25.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:25 smithi016 bash[21861]: cluster 2024-05-21T18:31:24.142839+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:31:27.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:27 smithi077 bash[23831]: cluster 2024-05-21T18:31:26.143471+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:31:27.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:27 smithi077 bash[23831]: cluster 2024-05-21T18:31:26.143471+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:31:27.601 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:27 smithi134 bash[24085]: cluster 2024-05-21T18:31:26.143471+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:31:27.601 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:27 smithi134 bash[24085]: cluster 2024-05-21T18:31:26.143471+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:31:27.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:27 smithi016 bash[21861]: cluster 2024-05-21T18:31:26.143471+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:31:27.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:27 smithi016 bash[21861]: cluster 2024-05-21T18:31:26.143471+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:31:29.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:29 smithi077 bash[23831]: cluster 2024-05-21T18:31:28.144186+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:31:29.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:29 smithi077 bash[23831]: cluster 2024-05-21T18:31:28.144186+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:31:29.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:29 smithi077 bash[23831]: audit 2024-05-21T18:31:29.146117+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-05-21T18:31:29.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:29 smithi077 bash[23831]: audit 2024-05-21T18:31:29.146117+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-05-21T18:31:29.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:29 smithi077 bash[23831]: audit 2024-05-21T18:31:29.147921+0000 mon.a (mon.0) 446 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:31:29.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:29 smithi077 bash[23831]: audit 2024-05-21T18:31:29.147921+0000 mon.a (mon.0) 446 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:31:29.601 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:29 smithi134 bash[24085]: cluster 2024-05-21T18:31:28.144186+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:31:29.601 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:29 smithi134 bash[24085]: cluster 2024-05-21T18:31:28.144186+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:31:29.601 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:29 smithi134 bash[24085]: audit 2024-05-21T18:31:29.146117+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-05-21T18:31:29.601 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:29 smithi134 bash[24085]: audit 2024-05-21T18:31:29.146117+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-05-21T18:31:29.601 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:29 smithi134 bash[24085]: audit 2024-05-21T18:31:29.147921+0000 mon.a (mon.0) 446 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:31:29.601 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:29 smithi134 bash[24085]: audit 2024-05-21T18:31:29.147921+0000 mon.a (mon.0) 446 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:31:29.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:29 smithi016 bash[21861]: cluster 2024-05-21T18:31:28.144186+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:31:29.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:29 smithi016 bash[21861]: cluster 2024-05-21T18:31:28.144186+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:31:29.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:29 smithi016 bash[21861]: audit 2024-05-21T18:31:29.146117+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-05-21T18:31:29.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:29 smithi016 bash[21861]: audit 2024-05-21T18:31:29.146117+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-05-21T18:31:29.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:29 smithi016 bash[21861]: audit 2024-05-21T18:31:29.147921+0000 mon.a (mon.0) 446 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:31:29.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:29 smithi016 bash[21861]: audit 2024-05-21T18:31:29.147921+0000 mon.a (mon.0) 446 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:31:30.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:30 smithi077 bash[23831]: cephadm 2024-05-21T18:31:29.149574+0000 mgr.a (mgr.14152) 211 : cephadm [INF] Deploying daemon osd.3 on smithi077 2024-05-21T18:31:30.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:30 smithi077 bash[23831]: cephadm 2024-05-21T18:31:29.149574+0000 mgr.a (mgr.14152) 211 : cephadm [INF] Deploying daemon osd.3 on smithi077 2024-05-21T18:31:30.601 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:30 smithi134 bash[24085]: cephadm 2024-05-21T18:31:29.149574+0000 mgr.a (mgr.14152) 211 : cephadm [INF] Deploying daemon osd.3 on smithi077 2024-05-21T18:31:30.601 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:30 smithi134 bash[24085]: cephadm 2024-05-21T18:31:29.149574+0000 mgr.a (mgr.14152) 211 : cephadm [INF] Deploying daemon osd.3 on smithi077 2024-05-21T18:31:30.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:30 smithi016 bash[21861]: cephadm 2024-05-21T18:31:29.149574+0000 mgr.a (mgr.14152) 211 : cephadm [INF] Deploying daemon osd.3 on smithi077 2024-05-21T18:31:30.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:30 smithi016 bash[21861]: cephadm 2024-05-21T18:31:29.149574+0000 mgr.a (mgr.14152) 211 : cephadm [INF] Deploying daemon osd.3 on smithi077 2024-05-21T18:31:31.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:31 smithi077 bash[23831]: cluster 2024-05-21T18:31:30.144769+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:31:31.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:31 smithi077 bash[23831]: cluster 2024-05-21T18:31:30.144769+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:31:31.600 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:31 smithi134 bash[24085]: cluster 2024-05-21T18:31:30.144769+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:31:31.601 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:31 smithi134 bash[24085]: cluster 2024-05-21T18:31:30.144769+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:31:31.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:31 smithi016 bash[21861]: cluster 2024-05-21T18:31:30.144769+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:31:31.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:31 smithi016 bash[21861]: cluster 2024-05-21T18:31:30.144769+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:31:33.196 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:33 smithi077 systemd[1]: /etc/systemd/system/ceph-3de35fc8-179f-11ef-bc9a-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-21T18:31:33.197 INFO:journalctl@ceph.mgr.b.smithi077.stdout:May 21 18:31:33 smithi077 systemd[1]: /etc/systemd/system/ceph-3de35fc8-179f-11ef-bc9a-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-21T18:31:33.197 INFO:journalctl@ceph.osd.2.smithi077.stdout:May 21 18:31:33 smithi077 systemd[1]: /etc/systemd/system/ceph-3de35fc8-179f-11ef-bc9a-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-21T18:31:33.474 INFO:journalctl@ceph.mgr.b.smithi077.stdout:May 21 18:31:33 smithi077 systemd[1]: /etc/systemd/system/ceph-3de35fc8-179f-11ef-bc9a-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-21T18:31:33.475 INFO:journalctl@ceph.osd.2.smithi077.stdout:May 21 18:31:33 smithi077 systemd[1]: /etc/systemd/system/ceph-3de35fc8-179f-11ef-bc9a-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-21T18:31:33.475 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:33 smithi077 bash[23831]: cluster 2024-05-21T18:31:32.145324+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:31:33.475 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:33 smithi077 bash[23831]: cluster 2024-05-21T18:31:32.145324+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:31:33.475 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:33 smithi077 systemd[1]: /etc/systemd/system/ceph-3de35fc8-179f-11ef-bc9a-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-21T18:31:33.601 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:33 smithi134 bash[24085]: cluster 2024-05-21T18:31:32.145324+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:31:33.601 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:33 smithi134 bash[24085]: cluster 2024-05-21T18:31:32.145324+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:31:33.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:33 smithi016 bash[21861]: cluster 2024-05-21T18:31:32.145324+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:31:33.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:33 smithi016 bash[21861]: cluster 2024-05-21T18:31:32.145324+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:31:34.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:34 smithi077 bash[23831]: audit 2024-05-21T18:31:33.476365+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:31:34.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:34 smithi077 bash[23831]: audit 2024-05-21T18:31:33.476365+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:31:34.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:34 smithi077 bash[23831]: audit 2024-05-21T18:31:33.485420+0000 mon.a (mon.0) 448 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:31:34.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:34 smithi077 bash[23831]: audit 2024-05-21T18:31:33.485420+0000 mon.a (mon.0) 448 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:31:34.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:34 smithi077 bash[23831]: audit 2024-05-21T18:31:33.486249+0000 mon.a (mon.0) 449 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T18:31:34.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:34 smithi077 bash[23831]: audit 2024-05-21T18:31:33.486249+0000 mon.a (mon.0) 449 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T18:31:34.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:34 smithi077 bash[23831]: cluster 2024-05-21T18:31:34.145852+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:31:34.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:34 smithi077 bash[23831]: cluster 2024-05-21T18:31:34.145852+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:31:34.851 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:34 smithi134 bash[24085]: audit 2024-05-21T18:31:33.476365+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:31:34.851 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:34 smithi134 bash[24085]: audit 2024-05-21T18:31:33.476365+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:31:34.851 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:34 smithi134 bash[24085]: audit 2024-05-21T18:31:33.485420+0000 mon.a (mon.0) 448 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:31:34.851 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:34 smithi134 bash[24085]: audit 2024-05-21T18:31:33.485420+0000 mon.a (mon.0) 448 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:31:34.851 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:34 smithi134 bash[24085]: audit 2024-05-21T18:31:33.486249+0000 mon.a (mon.0) 449 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T18:31:34.851 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:34 smithi134 bash[24085]: audit 2024-05-21T18:31:33.486249+0000 mon.a (mon.0) 449 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T18:31:34.851 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:34 smithi134 bash[24085]: cluster 2024-05-21T18:31:34.145852+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:31:34.852 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:34 smithi134 bash[24085]: cluster 2024-05-21T18:31:34.145852+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:31:34.854 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:34 smithi016 bash[21861]: audit 2024-05-21T18:31:33.476365+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:31:34.854 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:34 smithi016 bash[21861]: audit 2024-05-21T18:31:33.476365+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:31:34.854 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:34 smithi016 bash[21861]: audit 2024-05-21T18:31:33.485420+0000 mon.a (mon.0) 448 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:31:34.854 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:34 smithi016 bash[21861]: audit 2024-05-21T18:31:33.485420+0000 mon.a (mon.0) 448 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:31:34.854 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:34 smithi016 bash[21861]: audit 2024-05-21T18:31:33.486249+0000 mon.a (mon.0) 449 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T18:31:34.854 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:34 smithi016 bash[21861]: audit 2024-05-21T18:31:33.486249+0000 mon.a (mon.0) 449 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T18:31:34.854 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:34 smithi016 bash[21861]: cluster 2024-05-21T18:31:34.145852+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:31:34.854 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:34 smithi016 bash[21861]: cluster 2024-05-21T18:31:34.145852+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:31:37.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:37 smithi077 bash[23831]: cluster 2024-05-21T18:31:36.146320+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:31:37.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:37 smithi077 bash[23831]: cluster 2024-05-21T18:31:36.146320+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:31:37.600 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:37 smithi134 bash[24085]: cluster 2024-05-21T18:31:36.146320+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:31:37.601 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:37 smithi134 bash[24085]: cluster 2024-05-21T18:31:36.146320+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:31:37.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:37 smithi016 bash[21861]: cluster 2024-05-21T18:31:36.146320+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:31:37.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:37 smithi016 bash[21861]: cluster 2024-05-21T18:31:36.146320+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:31:39.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:39 smithi077 bash[23831]: cluster 2024-05-21T18:31:38.146910+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:31:39.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:39 smithi077 bash[23831]: cluster 2024-05-21T18:31:38.146910+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:31:39.601 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:39 smithi134 bash[24085]: cluster 2024-05-21T18:31:38.146910+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:31:39.601 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:39 smithi134 bash[24085]: cluster 2024-05-21T18:31:38.146910+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:31:39.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:39 smithi016 bash[21861]: cluster 2024-05-21T18:31:38.146910+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:31:39.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:39 smithi016 bash[21861]: cluster 2024-05-21T18:31:38.146910+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:31:40.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:40 smithi077 bash[23831]: audit 2024-05-21T18:31:39.865135+0000 mon.a (mon.0) 450 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-05-21T18:31:40.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:40 smithi077 bash[23831]: audit 2024-05-21T18:31:39.865135+0000 mon.a (mon.0) 450 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-05-21T18:31:40.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:40 smithi077 bash[23831]: audit 2024-05-21T18:31:39.867399+0000 mon.b (mon.2) 14 : audit [INF] from='osd.3 [v2:172.21.15.77:6808/3794234928,v1:172.21.15.77:6809/3794234928]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-05-21T18:31:40.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:40 smithi077 bash[23831]: audit 2024-05-21T18:31:39.867399+0000 mon.b (mon.2) 14 : audit [INF] from='osd.3 [v2:172.21.15.77:6808/3794234928,v1:172.21.15.77:6809/3794234928]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-05-21T18:31:40.601 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:40 smithi134 bash[24085]: audit 2024-05-21T18:31:39.865135+0000 mon.a (mon.0) 450 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-05-21T18:31:40.601 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:40 smithi134 bash[24085]: audit 2024-05-21T18:31:39.865135+0000 mon.a (mon.0) 450 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-05-21T18:31:40.601 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:40 smithi134 bash[24085]: audit 2024-05-21T18:31:39.867399+0000 mon.b (mon.2) 14 : audit [INF] from='osd.3 [v2:172.21.15.77:6808/3794234928,v1:172.21.15.77:6809/3794234928]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-05-21T18:31:40.601 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:40 smithi134 bash[24085]: audit 2024-05-21T18:31:39.867399+0000 mon.b (mon.2) 14 : audit [INF] from='osd.3 [v2:172.21.15.77:6808/3794234928,v1:172.21.15.77:6809/3794234928]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-05-21T18:31:40.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:40 smithi016 bash[21861]: audit 2024-05-21T18:31:39.865135+0000 mon.a (mon.0) 450 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-05-21T18:31:40.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:40 smithi016 bash[21861]: audit 2024-05-21T18:31:39.865135+0000 mon.a (mon.0) 450 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-05-21T18:31:40.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:40 smithi016 bash[21861]: audit 2024-05-21T18:31:39.867399+0000 mon.b (mon.2) 14 : audit [INF] from='osd.3 [v2:172.21.15.77:6808/3794234928,v1:172.21.15.77:6809/3794234928]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-05-21T18:31:40.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:40 smithi016 bash[21861]: audit 2024-05-21T18:31:39.867399+0000 mon.b (mon.2) 14 : audit [INF] from='osd.3 [v2:172.21.15.77:6808/3794234928,v1:172.21.15.77:6809/3794234928]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-05-21T18:31:41.409 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:41 smithi077 bash[23831]: cluster 2024-05-21T18:31:40.147448+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:31:41.410 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:41 smithi077 bash[23831]: cluster 2024-05-21T18:31:40.147448+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:31:41.410 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:41 smithi077 bash[23831]: audit 2024-05-21T18:31:40.213787+0000 mon.a (mon.0) 451 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-05-21T18:31:41.410 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:41 smithi077 bash[23831]: audit 2024-05-21T18:31:40.213787+0000 mon.a (mon.0) 451 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-05-21T18:31:41.410 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:41 smithi077 bash[23831]: audit 2024-05-21T18:31:40.220058+0000 mon.b (mon.2) 15 : audit [INF] from='osd.3 [v2:172.21.15.77:6808/3794234928,v1:172.21.15.77:6809/3794234928]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi077", "root=default"]}]: dispatch 2024-05-21T18:31:41.410 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:41 smithi077 bash[23831]: audit 2024-05-21T18:31:40.220058+0000 mon.b (mon.2) 15 : audit [INF] from='osd.3 [v2:172.21.15.77:6808/3794234928,v1:172.21.15.77:6809/3794234928]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi077", "root=default"]}]: dispatch 2024-05-21T18:31:41.410 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:41 smithi077 bash[23831]: cluster 2024-05-21T18:31:40.220209+0000 mon.a (mon.0) 452 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2024-05-21T18:31:41.410 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:41 smithi077 bash[23831]: cluster 2024-05-21T18:31:40.220209+0000 mon.a (mon.0) 452 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2024-05-21T18:31:41.410 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:41 smithi077 bash[23831]: audit 2024-05-21T18:31:40.220833+0000 mon.a (mon.0) 453 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-21T18:31:41.410 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:41 smithi077 bash[23831]: audit 2024-05-21T18:31:40.220833+0000 mon.a (mon.0) 453 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-21T18:31:41.410 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:41 smithi077 bash[23831]: audit 2024-05-21T18:31:40.221546+0000 mon.a (mon.0) 454 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi077", "root=default"]}]: dispatch 2024-05-21T18:31:41.410 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:41 smithi077 bash[23831]: audit 2024-05-21T18:31:40.221546+0000 mon.a (mon.0) 454 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi077", "root=default"]}]: dispatch 2024-05-21T18:31:41.411 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:41 smithi077 bash[23831]: audit 2024-05-21T18:31:40.499340+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:31:41.411 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:41 smithi077 bash[23831]: audit 2024-05-21T18:31:40.499340+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:31:41.411 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:41 smithi077 bash[23831]: audit 2024-05-21T18:31:40.508948+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:31:41.411 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:41 smithi077 bash[23831]: audit 2024-05-21T18:31:40.508948+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:31:41.411 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:41 smithi077 bash[23831]: audit 2024-05-21T18:31:40.511220+0000 mon.a (mon.0) 457 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:31:41.411 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:41 smithi077 bash[23831]: audit 2024-05-21T18:31:40.511220+0000 mon.a (mon.0) 457 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:31:41.411 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:41 smithi077 bash[23831]: audit 2024-05-21T18:31:40.513102+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T18:31:41.411 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:41 smithi077 bash[23831]: audit 2024-05-21T18:31:40.513102+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T18:31:41.411 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:41 smithi077 bash[23831]: audit 2024-05-21T18:31:40.523296+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:31:41.411 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:41 smithi077 bash[23831]: audit 2024-05-21T18:31:40.523296+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:31:41.601 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:41 smithi134 bash[24085]: cluster 2024-05-21T18:31:40.147448+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:31:41.602 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:41 smithi134 bash[24085]: cluster 2024-05-21T18:31:40.147448+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:31:41.602 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:41 smithi134 bash[24085]: audit 2024-05-21T18:31:40.213787+0000 mon.a (mon.0) 451 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-05-21T18:31:41.602 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:41 smithi134 bash[24085]: audit 2024-05-21T18:31:40.213787+0000 mon.a (mon.0) 451 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-05-21T18:31:41.602 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:41 smithi134 bash[24085]: audit 2024-05-21T18:31:40.220058+0000 mon.b (mon.2) 15 : audit [INF] from='osd.3 [v2:172.21.15.77:6808/3794234928,v1:172.21.15.77:6809/3794234928]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi077", "root=default"]}]: dispatch 2024-05-21T18:31:41.602 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:41 smithi134 bash[24085]: audit 2024-05-21T18:31:40.220058+0000 mon.b (mon.2) 15 : audit [INF] from='osd.3 [v2:172.21.15.77:6808/3794234928,v1:172.21.15.77:6809/3794234928]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi077", "root=default"]}]: dispatch 2024-05-21T18:31:41.602 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:41 smithi134 bash[24085]: cluster 2024-05-21T18:31:40.220209+0000 mon.a (mon.0) 452 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2024-05-21T18:31:41.602 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:41 smithi134 bash[24085]: cluster 2024-05-21T18:31:40.220209+0000 mon.a (mon.0) 452 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2024-05-21T18:31:41.602 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:41 smithi134 bash[24085]: audit 2024-05-21T18:31:40.220833+0000 mon.a (mon.0) 453 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-21T18:31:41.602 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:41 smithi134 bash[24085]: audit 2024-05-21T18:31:40.220833+0000 mon.a (mon.0) 453 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-21T18:31:41.602 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:41 smithi134 bash[24085]: audit 2024-05-21T18:31:40.221546+0000 mon.a (mon.0) 454 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi077", "root=default"]}]: dispatch 2024-05-21T18:31:41.602 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:41 smithi134 bash[24085]: audit 2024-05-21T18:31:40.221546+0000 mon.a (mon.0) 454 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi077", "root=default"]}]: dispatch 2024-05-21T18:31:41.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:41 smithi134 bash[24085]: audit 2024-05-21T18:31:40.499340+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:31:41.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:41 smithi134 bash[24085]: audit 2024-05-21T18:31:40.499340+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:31:41.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:41 smithi134 bash[24085]: audit 2024-05-21T18:31:40.508948+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:31:41.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:41 smithi134 bash[24085]: audit 2024-05-21T18:31:40.508948+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:31:41.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:41 smithi134 bash[24085]: audit 2024-05-21T18:31:40.511220+0000 mon.a (mon.0) 457 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:31:41.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:41 smithi134 bash[24085]: audit 2024-05-21T18:31:40.511220+0000 mon.a (mon.0) 457 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:31:41.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:41 smithi134 bash[24085]: audit 2024-05-21T18:31:40.513102+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T18:31:41.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:41 smithi134 bash[24085]: audit 2024-05-21T18:31:40.513102+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T18:31:41.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:41 smithi134 bash[24085]: audit 2024-05-21T18:31:40.523296+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:31:41.603 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:41 smithi134 bash[24085]: audit 2024-05-21T18:31:40.523296+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:31:41.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:41 smithi016 bash[21861]: cluster 2024-05-21T18:31:40.147448+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:31:41.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:41 smithi016 bash[21861]: cluster 2024-05-21T18:31:40.147448+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:31:41.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:41 smithi016 bash[21861]: audit 2024-05-21T18:31:40.213787+0000 mon.a (mon.0) 451 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-05-21T18:31:41.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:41 smithi016 bash[21861]: audit 2024-05-21T18:31:40.213787+0000 mon.a (mon.0) 451 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-05-21T18:31:41.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:41 smithi016 bash[21861]: audit 2024-05-21T18:31:40.220058+0000 mon.b (mon.2) 15 : audit [INF] from='osd.3 [v2:172.21.15.77:6808/3794234928,v1:172.21.15.77:6809/3794234928]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi077", "root=default"]}]: dispatch 2024-05-21T18:31:41.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:41 smithi016 bash[21861]: audit 2024-05-21T18:31:40.220058+0000 mon.b (mon.2) 15 : audit [INF] from='osd.3 [v2:172.21.15.77:6808/3794234928,v1:172.21.15.77:6809/3794234928]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi077", "root=default"]}]: dispatch 2024-05-21T18:31:41.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:41 smithi016 bash[21861]: cluster 2024-05-21T18:31:40.220209+0000 mon.a (mon.0) 452 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2024-05-21T18:31:41.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:41 smithi016 bash[21861]: cluster 2024-05-21T18:31:40.220209+0000 mon.a (mon.0) 452 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2024-05-21T18:31:41.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:41 smithi016 bash[21861]: audit 2024-05-21T18:31:40.220833+0000 mon.a (mon.0) 453 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-21T18:31:41.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:41 smithi016 bash[21861]: audit 2024-05-21T18:31:40.220833+0000 mon.a (mon.0) 453 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-21T18:31:41.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:41 smithi016 bash[21861]: audit 2024-05-21T18:31:40.221546+0000 mon.a (mon.0) 454 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi077", "root=default"]}]: dispatch 2024-05-21T18:31:41.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:41 smithi016 bash[21861]: audit 2024-05-21T18:31:40.221546+0000 mon.a (mon.0) 454 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi077", "root=default"]}]: dispatch 2024-05-21T18:31:41.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:41 smithi016 bash[21861]: audit 2024-05-21T18:31:40.499340+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:31:41.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:41 smithi016 bash[21861]: audit 2024-05-21T18:31:40.499340+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:31:41.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:41 smithi016 bash[21861]: audit 2024-05-21T18:31:40.508948+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:31:41.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:41 smithi016 bash[21861]: audit 2024-05-21T18:31:40.508948+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:31:41.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:41 smithi016 bash[21861]: audit 2024-05-21T18:31:40.511220+0000 mon.a (mon.0) 457 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:31:41.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:41 smithi016 bash[21861]: audit 2024-05-21T18:31:40.511220+0000 mon.a (mon.0) 457 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:31:41.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:41 smithi016 bash[21861]: audit 2024-05-21T18:31:40.513102+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T18:31:41.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:41 smithi016 bash[21861]: audit 2024-05-21T18:31:40.513102+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T18:31:41.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:41 smithi016 bash[21861]: audit 2024-05-21T18:31:40.523296+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:31:41.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:41 smithi016 bash[21861]: audit 2024-05-21T18:31:40.523296+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:31:42.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:42 smithi077 bash[23831]: audit 2024-05-21T18:31:41.216346+0000 mon.a (mon.0) 460 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi077", "root=default"]}]': finished 2024-05-21T18:31:42.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:42 smithi077 bash[23831]: audit 2024-05-21T18:31:41.216346+0000 mon.a (mon.0) 460 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi077", "root=default"]}]': finished 2024-05-21T18:31:42.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:42 smithi077 bash[23831]: cluster 2024-05-21T18:31:41.221998+0000 mon.a (mon.0) 461 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2024-05-21T18:31:42.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:42 smithi077 bash[23831]: cluster 2024-05-21T18:31:41.221998+0000 mon.a (mon.0) 461 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2024-05-21T18:31:42.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:42 smithi077 bash[23831]: audit 2024-05-21T18:31:41.222946+0000 mon.a (mon.0) 462 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-21T18:31:42.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:42 smithi077 bash[23831]: audit 2024-05-21T18:31:41.222946+0000 mon.a (mon.0) 462 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-21T18:31:42.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:42 smithi077 bash[23831]: audit 2024-05-21T18:31:41.234195+0000 mon.a (mon.0) 463 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-21T18:31:42.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:42 smithi077 bash[23831]: audit 2024-05-21T18:31:41.234195+0000 mon.a (mon.0) 463 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-21T18:31:42.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:42 smithi077 bash[23831]: audit 2024-05-21T18:31:41.737842+0000 mon.a (mon.0) 464 : audit [INF] from='osd.3 ' entity='osd.3' 2024-05-21T18:31:42.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:42 smithi077 bash[23831]: audit 2024-05-21T18:31:41.737842+0000 mon.a (mon.0) 464 : audit [INF] from='osd.3 ' entity='osd.3' 2024-05-21T18:31:42.601 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:42 smithi134 bash[24085]: audit 2024-05-21T18:31:41.216346+0000 mon.a (mon.0) 460 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi077", "root=default"]}]': finished 2024-05-21T18:31:42.601 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:42 smithi134 bash[24085]: audit 2024-05-21T18:31:41.216346+0000 mon.a (mon.0) 460 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi077", "root=default"]}]': finished 2024-05-21T18:31:42.601 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:42 smithi134 bash[24085]: cluster 2024-05-21T18:31:41.221998+0000 mon.a (mon.0) 461 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2024-05-21T18:31:42.601 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:42 smithi134 bash[24085]: cluster 2024-05-21T18:31:41.221998+0000 mon.a (mon.0) 461 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2024-05-21T18:31:42.601 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:42 smithi134 bash[24085]: audit 2024-05-21T18:31:41.222946+0000 mon.a (mon.0) 462 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-21T18:31:42.601 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:42 smithi134 bash[24085]: audit 2024-05-21T18:31:41.222946+0000 mon.a (mon.0) 462 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-21T18:31:42.601 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:42 smithi134 bash[24085]: audit 2024-05-21T18:31:41.234195+0000 mon.a (mon.0) 463 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-21T18:31:42.601 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:42 smithi134 bash[24085]: audit 2024-05-21T18:31:41.234195+0000 mon.a (mon.0) 463 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-21T18:31:42.602 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:42 smithi134 bash[24085]: audit 2024-05-21T18:31:41.737842+0000 mon.a (mon.0) 464 : audit [INF] from='osd.3 ' entity='osd.3' 2024-05-21T18:31:42.602 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:42 smithi134 bash[24085]: audit 2024-05-21T18:31:41.737842+0000 mon.a (mon.0) 464 : audit [INF] from='osd.3 ' entity='osd.3' 2024-05-21T18:31:42.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:42 smithi016 bash[21861]: audit 2024-05-21T18:31:41.216346+0000 mon.a (mon.0) 460 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi077", "root=default"]}]': finished 2024-05-21T18:31:42.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:42 smithi016 bash[21861]: audit 2024-05-21T18:31:41.216346+0000 mon.a (mon.0) 460 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi077", "root=default"]}]': finished 2024-05-21T18:31:42.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:42 smithi016 bash[21861]: cluster 2024-05-21T18:31:41.221998+0000 mon.a (mon.0) 461 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2024-05-21T18:31:42.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:42 smithi016 bash[21861]: cluster 2024-05-21T18:31:41.221998+0000 mon.a (mon.0) 461 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2024-05-21T18:31:42.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:42 smithi016 bash[21861]: audit 2024-05-21T18:31:41.222946+0000 mon.a (mon.0) 462 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-21T18:31:42.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:42 smithi016 bash[21861]: audit 2024-05-21T18:31:41.222946+0000 mon.a (mon.0) 462 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-21T18:31:42.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:42 smithi016 bash[21861]: audit 2024-05-21T18:31:41.234195+0000 mon.a (mon.0) 463 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-21T18:31:42.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:42 smithi016 bash[21861]: audit 2024-05-21T18:31:41.234195+0000 mon.a (mon.0) 463 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-21T18:31:42.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:42 smithi016 bash[21861]: audit 2024-05-21T18:31:41.737842+0000 mon.a (mon.0) 464 : audit [INF] from='osd.3 ' entity='osd.3' 2024-05-21T18:31:42.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:42 smithi016 bash[21861]: audit 2024-05-21T18:31:41.737842+0000 mon.a (mon.0) 464 : audit [INF] from='osd.3 ' entity='osd.3' 2024-05-21T18:31:43.493 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:43 smithi077 bash[23831]: cluster 2024-05-21T18:31:40.839936+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-21T18:31:43.493 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:43 smithi077 bash[23831]: cluster 2024-05-21T18:31:40.839936+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-21T18:31:43.493 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:43 smithi077 bash[23831]: cluster 2024-05-21T18:31:40.840058+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-21T18:31:43.493 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:43 smithi077 bash[23831]: cluster 2024-05-21T18:31:40.840058+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-21T18:31:43.493 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:43 smithi077 bash[23831]: cluster 2024-05-21T18:31:42.147993+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v177: 1 pgs: 1 unknown; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:31:43.494 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:43 smithi077 bash[23831]: cluster 2024-05-21T18:31:42.147993+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v177: 1 pgs: 1 unknown; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:31:43.494 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:43 smithi077 bash[23831]: cluster 2024-05-21T18:31:42.224505+0000 mon.a (mon.0) 465 : cluster [INF] osd.3 [v2:172.21.15.77:6808/3794234928,v1:172.21.15.77:6809/3794234928] boot 2024-05-21T18:31:43.494 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:43 smithi077 bash[23831]: cluster 2024-05-21T18:31:42.224505+0000 mon.a (mon.0) 465 : cluster [INF] osd.3 [v2:172.21.15.77:6808/3794234928,v1:172.21.15.77:6809/3794234928] boot 2024-05-21T18:31:43.494 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:43 smithi077 bash[23831]: cluster 2024-05-21T18:31:42.224663+0000 mon.a (mon.0) 466 : cluster [DBG] osdmap e25: 4 total, 4 up, 4 in 2024-05-21T18:31:43.494 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:43 smithi077 bash[23831]: cluster 2024-05-21T18:31:42.224663+0000 mon.a (mon.0) 466 : cluster [DBG] osdmap e25: 4 total, 4 up, 4 in 2024-05-21T18:31:43.494 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:43 smithi077 bash[23831]: audit 2024-05-21T18:31:42.224917+0000 mon.a (mon.0) 467 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-21T18:31:43.494 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:43 smithi077 bash[23831]: audit 2024-05-21T18:31:42.224917+0000 mon.a (mon.0) 467 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-21T18:31:43.494 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:43 smithi077 bash[23831]: cluster 2024-05-21T18:31:43.226924+0000 mon.a (mon.0) 468 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-05-21T18:31:43.494 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:43 smithi077 bash[23831]: cluster 2024-05-21T18:31:43.226924+0000 mon.a (mon.0) 468 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-05-21T18:31:43.601 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:43 smithi134 bash[24085]: cluster 2024-05-21T18:31:40.839936+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-21T18:31:43.601 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:43 smithi134 bash[24085]: cluster 2024-05-21T18:31:40.839936+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-21T18:31:43.601 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:43 smithi134 bash[24085]: cluster 2024-05-21T18:31:40.840058+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-21T18:31:43.601 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:43 smithi134 bash[24085]: cluster 2024-05-21T18:31:40.840058+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-21T18:31:43.601 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:43 smithi134 bash[24085]: cluster 2024-05-21T18:31:42.147993+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v177: 1 pgs: 1 unknown; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:31:43.601 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:43 smithi134 bash[24085]: cluster 2024-05-21T18:31:42.147993+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v177: 1 pgs: 1 unknown; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:31:43.602 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:43 smithi134 bash[24085]: cluster 2024-05-21T18:31:42.224505+0000 mon.a (mon.0) 465 : cluster [INF] osd.3 [v2:172.21.15.77:6808/3794234928,v1:172.21.15.77:6809/3794234928] boot 2024-05-21T18:31:43.602 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:43 smithi134 bash[24085]: cluster 2024-05-21T18:31:42.224505+0000 mon.a (mon.0) 465 : cluster [INF] osd.3 [v2:172.21.15.77:6808/3794234928,v1:172.21.15.77:6809/3794234928] boot 2024-05-21T18:31:43.602 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:43 smithi134 bash[24085]: cluster 2024-05-21T18:31:42.224663+0000 mon.a (mon.0) 466 : cluster [DBG] osdmap e25: 4 total, 4 up, 4 in 2024-05-21T18:31:43.602 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:43 smithi134 bash[24085]: cluster 2024-05-21T18:31:42.224663+0000 mon.a (mon.0) 466 : cluster [DBG] osdmap e25: 4 total, 4 up, 4 in 2024-05-21T18:31:43.602 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:43 smithi134 bash[24085]: audit 2024-05-21T18:31:42.224917+0000 mon.a (mon.0) 467 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-21T18:31:43.602 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:43 smithi134 bash[24085]: audit 2024-05-21T18:31:42.224917+0000 mon.a (mon.0) 467 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-21T18:31:43.602 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:43 smithi134 bash[24085]: cluster 2024-05-21T18:31:43.226924+0000 mon.a (mon.0) 468 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-05-21T18:31:43.602 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:43 smithi134 bash[24085]: cluster 2024-05-21T18:31:43.226924+0000 mon.a (mon.0) 468 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-05-21T18:31:43.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:43 smithi016 bash[21861]: cluster 2024-05-21T18:31:40.839936+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-21T18:31:43.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:43 smithi016 bash[21861]: cluster 2024-05-21T18:31:40.839936+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-21T18:31:43.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:43 smithi016 bash[21861]: cluster 2024-05-21T18:31:40.840058+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-21T18:31:43.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:43 smithi016 bash[21861]: cluster 2024-05-21T18:31:40.840058+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-21T18:31:43.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:43 smithi016 bash[21861]: cluster 2024-05-21T18:31:42.147993+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v177: 1 pgs: 1 unknown; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:31:43.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:43 smithi016 bash[21861]: cluster 2024-05-21T18:31:42.147993+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v177: 1 pgs: 1 unknown; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-21T18:31:43.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:43 smithi016 bash[21861]: cluster 2024-05-21T18:31:42.224505+0000 mon.a (mon.0) 465 : cluster [INF] osd.3 [v2:172.21.15.77:6808/3794234928,v1:172.21.15.77:6809/3794234928] boot 2024-05-21T18:31:43.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:43 smithi016 bash[21861]: cluster 2024-05-21T18:31:42.224505+0000 mon.a (mon.0) 465 : cluster [INF] osd.3 [v2:172.21.15.77:6808/3794234928,v1:172.21.15.77:6809/3794234928] boot 2024-05-21T18:31:43.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:43 smithi016 bash[21861]: cluster 2024-05-21T18:31:42.224663+0000 mon.a (mon.0) 466 : cluster [DBG] osdmap e25: 4 total, 4 up, 4 in 2024-05-21T18:31:43.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:43 smithi016 bash[21861]: cluster 2024-05-21T18:31:42.224663+0000 mon.a (mon.0) 466 : cluster [DBG] osdmap e25: 4 total, 4 up, 4 in 2024-05-21T18:31:43.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:43 smithi016 bash[21861]: audit 2024-05-21T18:31:42.224917+0000 mon.a (mon.0) 467 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-21T18:31:43.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:43 smithi016 bash[21861]: audit 2024-05-21T18:31:42.224917+0000 mon.a (mon.0) 467 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-21T18:31:43.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:43 smithi016 bash[21861]: cluster 2024-05-21T18:31:43.226924+0000 mon.a (mon.0) 468 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-05-21T18:31:43.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:43 smithi016 bash[21861]: cluster 2024-05-21T18:31:43.226924+0000 mon.a (mon.0) 468 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-05-21T18:31:44.041 INFO:teuthology.orchestra.run.smithi077.stdout:Created osd(s) 3 on host 'smithi077' 2024-05-21T18:31:44.653 DEBUG:teuthology.orchestra.run.smithi077:osd.3> sudo journalctl -f -n 0 -u ceph-3de35fc8-179f-11ef-bc9a-c7b262605968@osd.3.service 2024-05-21T18:31:44.658 INFO:tasks.cephadm:Deploying osd.4 on smithi134 with /dev/vg_nvme/lv_4... 2024-05-21T18:31:44.659 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9ef9bcfdb32ec4999d7ca025815290e8395c6ae7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3de35fc8-179f-11ef-bc9a-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-05-21T18:31:45.295 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:45 smithi077 bash[23831]: audit 2024-05-21T18:31:44.020926+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:31:45.296 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:45 smithi077 bash[23831]: audit 2024-05-21T18:31:44.020926+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:31:45.296 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:45 smithi077 bash[23831]: audit 2024-05-21T18:31:44.030068+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:31:45.296 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:45 smithi077 bash[23831]: audit 2024-05-21T18:31:44.030068+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:31:45.296 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:45 smithi077 bash[23831]: audit 2024-05-21T18:31:44.053741+0000 mon.a (mon.0) 471 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T18:31:45.296 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:45 smithi077 bash[23831]: audit 2024-05-21T18:31:44.053741+0000 mon.a (mon.0) 471 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T18:31:45.296 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:45 smithi077 bash[23831]: cluster 2024-05-21T18:31:44.148509+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v180: 1 pgs: 1 unknown; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:31:45.296 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:45 smithi077 bash[23831]: cluster 2024-05-21T18:31:44.148509+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v180: 1 pgs: 1 unknown; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:31:45.296 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:45 smithi077 bash[23831]: cluster 2024-05-21T18:31:44.228750+0000 mon.a (mon.0) 472 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2024-05-21T18:31:45.296 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:45 smithi077 bash[23831]: cluster 2024-05-21T18:31:44.228750+0000 mon.a (mon.0) 472 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2024-05-21T18:31:45.351 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:45 smithi134 bash[24085]: audit 2024-05-21T18:31:44.020926+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:31:45.351 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:45 smithi134 bash[24085]: audit 2024-05-21T18:31:44.020926+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:31:45.351 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:45 smithi134 bash[24085]: audit 2024-05-21T18:31:44.030068+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:31:45.352 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:45 smithi134 bash[24085]: audit 2024-05-21T18:31:44.030068+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:31:45.352 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:45 smithi134 bash[24085]: audit 2024-05-21T18:31:44.053741+0000 mon.a (mon.0) 471 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T18:31:45.352 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:45 smithi134 bash[24085]: audit 2024-05-21T18:31:44.053741+0000 mon.a (mon.0) 471 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T18:31:45.352 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:45 smithi134 bash[24085]: cluster 2024-05-21T18:31:44.148509+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v180: 1 pgs: 1 unknown; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:31:45.352 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:45 smithi134 bash[24085]: cluster 2024-05-21T18:31:44.148509+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v180: 1 pgs: 1 unknown; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:31:45.352 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:45 smithi134 bash[24085]: cluster 2024-05-21T18:31:44.228750+0000 mon.a (mon.0) 472 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2024-05-21T18:31:45.352 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:45 smithi134 bash[24085]: cluster 2024-05-21T18:31:44.228750+0000 mon.a (mon.0) 472 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2024-05-21T18:31:45.354 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:45 smithi016 bash[21861]: audit 2024-05-21T18:31:44.020926+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:31:45.354 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:45 smithi016 bash[21861]: audit 2024-05-21T18:31:44.020926+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:31:45.354 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:45 smithi016 bash[21861]: audit 2024-05-21T18:31:44.030068+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:31:45.354 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:45 smithi016 bash[21861]: audit 2024-05-21T18:31:44.030068+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:31:45.354 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:45 smithi016 bash[21861]: audit 2024-05-21T18:31:44.053741+0000 mon.a (mon.0) 471 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T18:31:45.354 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:45 smithi016 bash[21861]: audit 2024-05-21T18:31:44.053741+0000 mon.a (mon.0) 471 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T18:31:45.354 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:45 smithi016 bash[21861]: cluster 2024-05-21T18:31:44.148509+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v180: 1 pgs: 1 unknown; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:31:45.354 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:45 smithi016 bash[21861]: cluster 2024-05-21T18:31:44.148509+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v180: 1 pgs: 1 unknown; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:31:45.354 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:45 smithi016 bash[21861]: cluster 2024-05-21T18:31:44.228750+0000 mon.a (mon.0) 472 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2024-05-21T18:31:45.354 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:45 smithi016 bash[21861]: cluster 2024-05-21T18:31:44.228750+0000 mon.a (mon.0) 472 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2024-05-21T18:31:47.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:47 smithi077 bash[23831]: cluster 2024-05-21T18:31:46.149015+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v182: 1 pgs: 1 unknown; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:31:47.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:47 smithi077 bash[23831]: cluster 2024-05-21T18:31:46.149015+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v182: 1 pgs: 1 unknown; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:31:47.600 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:47 smithi134 bash[24085]: cluster 2024-05-21T18:31:46.149015+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v182: 1 pgs: 1 unknown; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:31:47.601 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:47 smithi134 bash[24085]: cluster 2024-05-21T18:31:46.149015+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v182: 1 pgs: 1 unknown; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:31:47.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:47 smithi016 bash[21861]: cluster 2024-05-21T18:31:46.149015+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v182: 1 pgs: 1 unknown; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:31:47.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:47 smithi016 bash[21861]: cluster 2024-05-21T18:31:46.149015+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v182: 1 pgs: 1 unknown; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:31:48.365 INFO:teuthology.orchestra.run.smithi134.stderr:Inferring config /var/lib/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/mon.c/config 2024-05-21T18:31:49.350 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:49 smithi134 bash[24085]: cluster 2024-05-21T18:31:48.149611+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-05-21T18:31:49.351 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:49 smithi134 bash[24085]: cluster 2024-05-21T18:31:48.149611+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-05-21T18:31:49.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:49 smithi077 bash[23831]: cluster 2024-05-21T18:31:48.149611+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-05-21T18:31:49.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:49 smithi077 bash[23831]: cluster 2024-05-21T18:31:48.149611+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-05-21T18:31:49.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:49 smithi016 bash[21861]: cluster 2024-05-21T18:31:48.149611+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-05-21T18:31:49.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:49 smithi016 bash[21861]: cluster 2024-05-21T18:31:48.149611+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-05-21T18:31:51.178 INFO:teuthology.orchestra.run.smithi134.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-05-21T18:31:51.178 INFO:teuthology.orchestra.run.smithi134.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-05-21T18:31:51.178 INFO:teuthology.orchestra.run.smithi134.stderr: stderr: 10+0 records in 2024-05-21T18:31:51.179 INFO:teuthology.orchestra.run.smithi134.stderr:10+0 records out 2024-05-21T18:31:51.179 INFO:teuthology.orchestra.run.smithi134.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0144718 s, 725 MB/s 2024-05-21T18:31:51.179 INFO:teuthology.orchestra.run.smithi134.stderr:--> Zapping successful for: 2024-05-21T18:31:51.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:51 smithi077 bash[23831]: cluster 2024-05-21T18:31:50.150156+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail; 73 KiB/s, 0 objects/s recovering 2024-05-21T18:31:51.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:51 smithi077 bash[23831]: cluster 2024-05-21T18:31:50.150156+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail; 73 KiB/s, 0 objects/s recovering 2024-05-21T18:31:51.600 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:51 smithi134 bash[24085]: cluster 2024-05-21T18:31:50.150156+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail; 73 KiB/s, 0 objects/s recovering 2024-05-21T18:31:51.601 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:51 smithi134 bash[24085]: cluster 2024-05-21T18:31:50.150156+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail; 73 KiB/s, 0 objects/s recovering 2024-05-21T18:31:51.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:51 smithi016 bash[21861]: cluster 2024-05-21T18:31:50.150156+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail; 73 KiB/s, 0 objects/s recovering 2024-05-21T18:31:51.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:51 smithi016 bash[21861]: cluster 2024-05-21T18:31:50.150156+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail; 73 KiB/s, 0 objects/s recovering 2024-05-21T18:31:51.860 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9ef9bcfdb32ec4999d7ca025815290e8395c6ae7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3de35fc8-179f-11ef-bc9a-c7b262605968 -- ceph orch daemon add osd smithi134:vg_nvme/lv_4 2024-05-21T18:31:53.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:53 smithi077 bash[23831]: cluster 2024-05-21T18:31:52.150770+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail; 65 KiB/s, 0 objects/s recovering 2024-05-21T18:31:53.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:53 smithi077 bash[23831]: cluster 2024-05-21T18:31:52.150770+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail; 65 KiB/s, 0 objects/s recovering 2024-05-21T18:31:53.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:53 smithi077 bash[23831]: audit 2024-05-21T18:31:53.212769+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:31:53.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:53 smithi077 bash[23831]: audit 2024-05-21T18:31:53.212769+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:31:53.600 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:53 smithi134 bash[24085]: cluster 2024-05-21T18:31:52.150770+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail; 65 KiB/s, 0 objects/s recovering 2024-05-21T18:31:53.601 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:53 smithi134 bash[24085]: cluster 2024-05-21T18:31:52.150770+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail; 65 KiB/s, 0 objects/s recovering 2024-05-21T18:31:53.601 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:53 smithi134 bash[24085]: audit 2024-05-21T18:31:53.212769+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:31:53.601 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:53 smithi134 bash[24085]: audit 2024-05-21T18:31:53.212769+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:31:53.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:53 smithi016 bash[21861]: cluster 2024-05-21T18:31:52.150770+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail; 65 KiB/s, 0 objects/s recovering 2024-05-21T18:31:53.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:53 smithi016 bash[21861]: cluster 2024-05-21T18:31:52.150770+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail; 65 KiB/s, 0 objects/s recovering 2024-05-21T18:31:53.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:53 smithi016 bash[21861]: audit 2024-05-21T18:31:53.212769+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:31:53.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:53 smithi016 bash[21861]: audit 2024-05-21T18:31:53.212769+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:31:54.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:54 smithi077 bash[23831]: cephadm 2024-05-21T18:31:53.203371+0000 mgr.a (mgr.14152) 224 : cephadm [INF] Detected new or changed devices on smithi077 2024-05-21T18:31:54.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:54 smithi077 bash[23831]: cephadm 2024-05-21T18:31:53.203371+0000 mgr.a (mgr.14152) 224 : cephadm [INF] Detected new or changed devices on smithi077 2024-05-21T18:31:54.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:54 smithi077 bash[23831]: audit 2024-05-21T18:31:53.222658+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:31:54.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:54 smithi077 bash[23831]: audit 2024-05-21T18:31:53.222658+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:31:54.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:54 smithi077 bash[23831]: audit 2024-05-21T18:31:53.231189+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-05-21T18:31:54.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:54 smithi077 bash[23831]: audit 2024-05-21T18:31:53.231189+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-05-21T18:31:54.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:54 smithi077 bash[23831]: audit 2024-05-21T18:31:53.233162+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-05-21T18:31:54.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:54 smithi077 bash[23831]: audit 2024-05-21T18:31:53.233162+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-05-21T18:31:54.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:54 smithi077 bash[23831]: cephadm 2024-05-21T18:31:53.234533+0000 mgr.a (mgr.14152) 225 : cephadm [INF] Adjusting osd_memory_target on smithi077 to 8632M 2024-05-21T18:31:54.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:54 smithi077 bash[23831]: cephadm 2024-05-21T18:31:53.234533+0000 mgr.a (mgr.14152) 225 : cephadm [INF] Adjusting osd_memory_target on smithi077 to 8632M 2024-05-21T18:31:54.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:54 smithi077 bash[23831]: audit 2024-05-21T18:31:53.240975+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:31:54.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:54 smithi077 bash[23831]: audit 2024-05-21T18:31:53.240975+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:31:54.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:54 smithi077 bash[23831]: audit 2024-05-21T18:31:53.244834+0000 mon.a (mon.0) 478 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:31:54.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:54 smithi077 bash[23831]: audit 2024-05-21T18:31:53.244834+0000 mon.a (mon.0) 478 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:31:54.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:54 smithi077 bash[23831]: audit 2024-05-21T18:31:53.246759+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T18:31:54.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:54 smithi077 bash[23831]: audit 2024-05-21T18:31:53.246759+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T18:31:54.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:54 smithi077 bash[23831]: audit 2024-05-21T18:31:53.256956+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:31:54.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:54 smithi077 bash[23831]: audit 2024-05-21T18:31:53.256956+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:31:54.601 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:54 smithi134 bash[24085]: cephadm 2024-05-21T18:31:53.203371+0000 mgr.a (mgr.14152) 224 : cephadm [INF] Detected new or changed devices on smithi077 2024-05-21T18:31:54.601 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:54 smithi134 bash[24085]: cephadm 2024-05-21T18:31:53.203371+0000 mgr.a (mgr.14152) 224 : cephadm [INF] Detected new or changed devices on smithi077 2024-05-21T18:31:54.601 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:54 smithi134 bash[24085]: audit 2024-05-21T18:31:53.222658+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:31:54.601 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:54 smithi134 bash[24085]: audit 2024-05-21T18:31:53.222658+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:31:54.601 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:54 smithi134 bash[24085]: audit 2024-05-21T18:31:53.231189+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-05-21T18:31:54.601 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:54 smithi134 bash[24085]: audit 2024-05-21T18:31:53.231189+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-05-21T18:31:54.602 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:54 smithi134 bash[24085]: audit 2024-05-21T18:31:53.233162+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-05-21T18:31:54.602 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:54 smithi134 bash[24085]: audit 2024-05-21T18:31:53.233162+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-05-21T18:31:54.602 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:54 smithi134 bash[24085]: cephadm 2024-05-21T18:31:53.234533+0000 mgr.a (mgr.14152) 225 : cephadm [INF] Adjusting osd_memory_target on smithi077 to 8632M 2024-05-21T18:31:54.602 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:54 smithi134 bash[24085]: cephadm 2024-05-21T18:31:53.234533+0000 mgr.a (mgr.14152) 225 : cephadm [INF] Adjusting osd_memory_target on smithi077 to 8632M 2024-05-21T18:31:54.602 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:54 smithi134 bash[24085]: audit 2024-05-21T18:31:53.240975+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:31:54.602 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:54 smithi134 bash[24085]: audit 2024-05-21T18:31:53.240975+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:31:54.602 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:54 smithi134 bash[24085]: audit 2024-05-21T18:31:53.244834+0000 mon.a (mon.0) 478 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:31:54.602 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:54 smithi134 bash[24085]: audit 2024-05-21T18:31:53.244834+0000 mon.a (mon.0) 478 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:31:54.602 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:54 smithi134 bash[24085]: audit 2024-05-21T18:31:53.246759+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T18:31:54.602 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:54 smithi134 bash[24085]: audit 2024-05-21T18:31:53.246759+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T18:31:54.602 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:54 smithi134 bash[24085]: audit 2024-05-21T18:31:53.256956+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:31:54.602 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:54 smithi134 bash[24085]: audit 2024-05-21T18:31:53.256956+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:31:54.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:54 smithi016 bash[21861]: cephadm 2024-05-21T18:31:53.203371+0000 mgr.a (mgr.14152) 224 : cephadm [INF] Detected new or changed devices on smithi077 2024-05-21T18:31:54.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:54 smithi016 bash[21861]: cephadm 2024-05-21T18:31:53.203371+0000 mgr.a (mgr.14152) 224 : cephadm [INF] Detected new or changed devices on smithi077 2024-05-21T18:31:54.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:54 smithi016 bash[21861]: audit 2024-05-21T18:31:53.222658+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:31:54.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:54 smithi016 bash[21861]: audit 2024-05-21T18:31:53.222658+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:31:54.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:54 smithi016 bash[21861]: audit 2024-05-21T18:31:53.231189+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-05-21T18:31:54.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:54 smithi016 bash[21861]: audit 2024-05-21T18:31:53.231189+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-05-21T18:31:54.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:54 smithi016 bash[21861]: audit 2024-05-21T18:31:53.233162+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-05-21T18:31:54.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:54 smithi016 bash[21861]: audit 2024-05-21T18:31:53.233162+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-05-21T18:31:54.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:54 smithi016 bash[21861]: cephadm 2024-05-21T18:31:53.234533+0000 mgr.a (mgr.14152) 225 : cephadm [INF] Adjusting osd_memory_target on smithi077 to 8632M 2024-05-21T18:31:54.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:54 smithi016 bash[21861]: cephadm 2024-05-21T18:31:53.234533+0000 mgr.a (mgr.14152) 225 : cephadm [INF] Adjusting osd_memory_target on smithi077 to 8632M 2024-05-21T18:31:54.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:54 smithi016 bash[21861]: audit 2024-05-21T18:31:53.240975+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:31:54.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:54 smithi016 bash[21861]: audit 2024-05-21T18:31:53.240975+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:31:54.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:54 smithi016 bash[21861]: audit 2024-05-21T18:31:53.244834+0000 mon.a (mon.0) 478 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:31:54.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:54 smithi016 bash[21861]: audit 2024-05-21T18:31:53.244834+0000 mon.a (mon.0) 478 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:31:54.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:54 smithi016 bash[21861]: audit 2024-05-21T18:31:53.246759+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T18:31:54.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:54 smithi016 bash[21861]: audit 2024-05-21T18:31:53.246759+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T18:31:54.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:54 smithi016 bash[21861]: audit 2024-05-21T18:31:53.256956+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:31:54.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:54 smithi016 bash[21861]: audit 2024-05-21T18:31:53.256956+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:31:55.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:55 smithi077 bash[23831]: cluster 2024-05-21T18:31:54.151283+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-05-21T18:31:55.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:55 smithi077 bash[23831]: cluster 2024-05-21T18:31:54.151283+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-05-21T18:31:55.560 INFO:teuthology.orchestra.run.smithi134.stderr:Inferring config /var/lib/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/mon.c/config 2024-05-21T18:31:55.581 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:55 smithi134 bash[24085]: cluster 2024-05-21T18:31:54.151283+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-05-21T18:31:55.581 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:55 smithi134 bash[24085]: cluster 2024-05-21T18:31:54.151283+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-05-21T18:31:55.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:55 smithi016 bash[21861]: cluster 2024-05-21T18:31:54.151283+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-05-21T18:31:55.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:55 smithi016 bash[21861]: cluster 2024-05-21T18:31:54.151283+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-05-21T18:31:57.350 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:57 smithi134 bash[24085]: cluster 2024-05-21T18:31:56.151826+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-05-21T18:31:57.351 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:57 smithi134 bash[24085]: cluster 2024-05-21T18:31:56.151826+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-05-21T18:31:57.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:57 smithi077 bash[23831]: cluster 2024-05-21T18:31:56.151826+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-05-21T18:31:57.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:57 smithi077 bash[23831]: cluster 2024-05-21T18:31:56.151826+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-05-21T18:31:57.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:57 smithi016 bash[21861]: cluster 2024-05-21T18:31:56.151826+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-05-21T18:31:57.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:57 smithi016 bash[21861]: cluster 2024-05-21T18:31:56.151826+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-05-21T18:31:58.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:58 smithi077 bash[23831]: audit 2024-05-21T18:31:58.046064+0000 mon.a (mon.0) 481 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-21T18:31:58.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:58 smithi077 bash[23831]: audit 2024-05-21T18:31:58.046064+0000 mon.a (mon.0) 481 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-21T18:31:58.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:58 smithi077 bash[23831]: audit 2024-05-21T18:31:58.052677+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-21T18:31:58.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:58 smithi077 bash[23831]: audit 2024-05-21T18:31:58.052677+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-21T18:31:58.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:58 smithi077 bash[23831]: audit 2024-05-21T18:31:58.054460+0000 mon.a (mon.0) 483 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:31:58.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:58 smithi077 bash[23831]: audit 2024-05-21T18:31:58.054460+0000 mon.a (mon.0) 483 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:31:58.600 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:58 smithi134 bash[24085]: audit 2024-05-21T18:31:58.046064+0000 mon.a (mon.0) 481 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-21T18:31:58.600 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:58 smithi134 bash[24085]: audit 2024-05-21T18:31:58.046064+0000 mon.a (mon.0) 481 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-21T18:31:58.600 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:58 smithi134 bash[24085]: audit 2024-05-21T18:31:58.052677+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-21T18:31:58.601 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:58 smithi134 bash[24085]: audit 2024-05-21T18:31:58.052677+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-21T18:31:58.601 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:58 smithi134 bash[24085]: audit 2024-05-21T18:31:58.054460+0000 mon.a (mon.0) 483 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:31:58.601 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:58 smithi134 bash[24085]: audit 2024-05-21T18:31:58.054460+0000 mon.a (mon.0) 483 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:31:58.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:58 smithi016 bash[21861]: audit 2024-05-21T18:31:58.046064+0000 mon.a (mon.0) 481 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-21T18:31:58.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:58 smithi016 bash[21861]: audit 2024-05-21T18:31:58.046064+0000 mon.a (mon.0) 481 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-21T18:31:58.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:58 smithi016 bash[21861]: audit 2024-05-21T18:31:58.052677+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-21T18:31:58.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:58 smithi016 bash[21861]: audit 2024-05-21T18:31:58.052677+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-21T18:31:58.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:58 smithi016 bash[21861]: audit 2024-05-21T18:31:58.054460+0000 mon.a (mon.0) 483 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:31:58.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:58 smithi016 bash[21861]: audit 2024-05-21T18:31:58.054460+0000 mon.a (mon.0) 483 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:31:59.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:59 smithi077 bash[23831]: audit 2024-05-21T18:31:58.038233+0000 mgr.a (mgr.14152) 228 : audit [DBG] from='client.24184 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi134:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T18:31:59.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:59 smithi077 bash[23831]: audit 2024-05-21T18:31:58.038233+0000 mgr.a (mgr.14152) 228 : audit [DBG] from='client.24184 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi134:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T18:31:59.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:59 smithi077 bash[23831]: cluster 2024-05-21T18:31:58.152380+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-05-21T18:31:59.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:31:59 smithi077 bash[23831]: cluster 2024-05-21T18:31:58.152380+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-05-21T18:31:59.600 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:59 smithi134 bash[24085]: audit 2024-05-21T18:31:58.038233+0000 mgr.a (mgr.14152) 228 : audit [DBG] from='client.24184 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi134:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T18:31:59.601 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:59 smithi134 bash[24085]: audit 2024-05-21T18:31:58.038233+0000 mgr.a (mgr.14152) 228 : audit [DBG] from='client.24184 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi134:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T18:31:59.601 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:59 smithi134 bash[24085]: cluster 2024-05-21T18:31:58.152380+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-05-21T18:31:59.601 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:31:59 smithi134 bash[24085]: cluster 2024-05-21T18:31:58.152380+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-05-21T18:31:59.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:59 smithi016 bash[21861]: audit 2024-05-21T18:31:58.038233+0000 mgr.a (mgr.14152) 228 : audit [DBG] from='client.24184 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi134:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T18:31:59.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:59 smithi016 bash[21861]: audit 2024-05-21T18:31:58.038233+0000 mgr.a (mgr.14152) 228 : audit [DBG] from='client.24184 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi134:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T18:31:59.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:59 smithi016 bash[21861]: cluster 2024-05-21T18:31:58.152380+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-05-21T18:31:59.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:31:59 smithi016 bash[21861]: cluster 2024-05-21T18:31:58.152380+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-05-21T18:32:01.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:01 smithi077 bash[23831]: cluster 2024-05-21T18:32:00.152913+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:32:01.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:01 smithi077 bash[23831]: cluster 2024-05-21T18:32:00.152913+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:32:01.600 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:01 smithi134 bash[24085]: cluster 2024-05-21T18:32:00.152913+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:32:01.600 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:01 smithi134 bash[24085]: cluster 2024-05-21T18:32:00.152913+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:32:01.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:01 smithi016 bash[21861]: cluster 2024-05-21T18:32:00.152913+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:32:01.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:01 smithi016 bash[21861]: cluster 2024-05-21T18:32:00.152913+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:32:03.350 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:03 smithi134 bash[24085]: cluster 2024-05-21T18:32:02.153450+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:32:03.351 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:03 smithi134 bash[24085]: cluster 2024-05-21T18:32:02.153450+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:32:03.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:03 smithi077 bash[23831]: cluster 2024-05-21T18:32:02.153450+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:32:03.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:03 smithi077 bash[23831]: cluster 2024-05-21T18:32:02.153450+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:32:03.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:03 smithi016 bash[21861]: cluster 2024-05-21T18:32:02.153450+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:32:03.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:03 smithi016 bash[21861]: cluster 2024-05-21T18:32:02.153450+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:32:05.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:05 smithi077 bash[23831]: cluster 2024-05-21T18:32:04.154090+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:32:05.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:05 smithi077 bash[23831]: cluster 2024-05-21T18:32:04.154090+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:32:05.600 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:05 smithi134 bash[24085]: cluster 2024-05-21T18:32:04.154090+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:32:05.600 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:05 smithi134 bash[24085]: cluster 2024-05-21T18:32:04.154090+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:32:05.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:05 smithi016 bash[21861]: cluster 2024-05-21T18:32:04.154090+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:32:05.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:05 smithi016 bash[21861]: cluster 2024-05-21T18:32:04.154090+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:32:06.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:06 smithi077 bash[23831]: audit 2024-05-21T18:32:06.179926+0000 mon.a (mon.0) 484 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "661ceda6-7edf-4e07-9c3c-e51164bd5f00"}]: dispatch 2024-05-21T18:32:06.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:06 smithi077 bash[23831]: audit 2024-05-21T18:32:06.179926+0000 mon.a (mon.0) 484 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "661ceda6-7edf-4e07-9c3c-e51164bd5f00"}]: dispatch 2024-05-21T18:32:06.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:06 smithi077 bash[23831]: audit 2024-05-21T18:32:06.180015+0000 mon.c (mon.1) 5 : audit [INF] from='client.? 172.21.15.134:0/2809568676' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "661ceda6-7edf-4e07-9c3c-e51164bd5f00"}]: dispatch 2024-05-21T18:32:06.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:06 smithi077 bash[23831]: audit 2024-05-21T18:32:06.180015+0000 mon.c (mon.1) 5 : audit [INF] from='client.? 172.21.15.134:0/2809568676' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "661ceda6-7edf-4e07-9c3c-e51164bd5f00"}]: dispatch 2024-05-21T18:32:06.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:06 smithi077 bash[23831]: audit 2024-05-21T18:32:06.183368+0000 mon.a (mon.0) 485 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "661ceda6-7edf-4e07-9c3c-e51164bd5f00"}]': finished 2024-05-21T18:32:06.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:06 smithi077 bash[23831]: audit 2024-05-21T18:32:06.183368+0000 mon.a (mon.0) 485 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "661ceda6-7edf-4e07-9c3c-e51164bd5f00"}]': finished 2024-05-21T18:32:06.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:06 smithi077 bash[23831]: cluster 2024-05-21T18:32:06.189095+0000 mon.a (mon.0) 486 : cluster [DBG] osdmap e28: 5 total, 4 up, 5 in 2024-05-21T18:32:06.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:06 smithi077 bash[23831]: cluster 2024-05-21T18:32:06.189095+0000 mon.a (mon.0) 486 : cluster [DBG] osdmap e28: 5 total, 4 up, 5 in 2024-05-21T18:32:06.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:06 smithi077 bash[23831]: audit 2024-05-21T18:32:06.189637+0000 mon.a (mon.0) 487 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-21T18:32:06.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:06 smithi077 bash[23831]: audit 2024-05-21T18:32:06.189637+0000 mon.a (mon.0) 487 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-21T18:32:06.600 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:06 smithi134 bash[24085]: audit 2024-05-21T18:32:06.179926+0000 mon.a (mon.0) 484 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "661ceda6-7edf-4e07-9c3c-e51164bd5f00"}]: dispatch 2024-05-21T18:32:06.600 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:06 smithi134 bash[24085]: audit 2024-05-21T18:32:06.179926+0000 mon.a (mon.0) 484 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "661ceda6-7edf-4e07-9c3c-e51164bd5f00"}]: dispatch 2024-05-21T18:32:06.600 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:06 smithi134 bash[24085]: audit 2024-05-21T18:32:06.180015+0000 mon.c (mon.1) 5 : audit [INF] from='client.? 172.21.15.134:0/2809568676' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "661ceda6-7edf-4e07-9c3c-e51164bd5f00"}]: dispatch 2024-05-21T18:32:06.600 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:06 smithi134 bash[24085]: audit 2024-05-21T18:32:06.180015+0000 mon.c (mon.1) 5 : audit [INF] from='client.? 172.21.15.134:0/2809568676' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "661ceda6-7edf-4e07-9c3c-e51164bd5f00"}]: dispatch 2024-05-21T18:32:06.600 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:06 smithi134 bash[24085]: audit 2024-05-21T18:32:06.183368+0000 mon.a (mon.0) 485 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "661ceda6-7edf-4e07-9c3c-e51164bd5f00"}]': finished 2024-05-21T18:32:06.601 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:06 smithi134 bash[24085]: audit 2024-05-21T18:32:06.183368+0000 mon.a (mon.0) 485 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "661ceda6-7edf-4e07-9c3c-e51164bd5f00"}]': finished 2024-05-21T18:32:06.601 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:06 smithi134 bash[24085]: cluster 2024-05-21T18:32:06.189095+0000 mon.a (mon.0) 486 : cluster [DBG] osdmap e28: 5 total, 4 up, 5 in 2024-05-21T18:32:06.601 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:06 smithi134 bash[24085]: cluster 2024-05-21T18:32:06.189095+0000 mon.a (mon.0) 486 : cluster [DBG] osdmap e28: 5 total, 4 up, 5 in 2024-05-21T18:32:06.601 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:06 smithi134 bash[24085]: audit 2024-05-21T18:32:06.189637+0000 mon.a (mon.0) 487 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-21T18:32:06.601 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:06 smithi134 bash[24085]: audit 2024-05-21T18:32:06.189637+0000 mon.a (mon.0) 487 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-21T18:32:06.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:06 smithi016 bash[21861]: audit 2024-05-21T18:32:06.179926+0000 mon.a (mon.0) 484 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "661ceda6-7edf-4e07-9c3c-e51164bd5f00"}]: dispatch 2024-05-21T18:32:06.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:06 smithi016 bash[21861]: audit 2024-05-21T18:32:06.179926+0000 mon.a (mon.0) 484 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "661ceda6-7edf-4e07-9c3c-e51164bd5f00"}]: dispatch 2024-05-21T18:32:06.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:06 smithi016 bash[21861]: audit 2024-05-21T18:32:06.180015+0000 mon.c (mon.1) 5 : audit [INF] from='client.? 172.21.15.134:0/2809568676' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "661ceda6-7edf-4e07-9c3c-e51164bd5f00"}]: dispatch 2024-05-21T18:32:06.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:06 smithi016 bash[21861]: audit 2024-05-21T18:32:06.180015+0000 mon.c (mon.1) 5 : audit [INF] from='client.? 172.21.15.134:0/2809568676' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "661ceda6-7edf-4e07-9c3c-e51164bd5f00"}]: dispatch 2024-05-21T18:32:06.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:06 smithi016 bash[21861]: audit 2024-05-21T18:32:06.183368+0000 mon.a (mon.0) 485 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "661ceda6-7edf-4e07-9c3c-e51164bd5f00"}]': finished 2024-05-21T18:32:06.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:06 smithi016 bash[21861]: audit 2024-05-21T18:32:06.183368+0000 mon.a (mon.0) 485 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "661ceda6-7edf-4e07-9c3c-e51164bd5f00"}]': finished 2024-05-21T18:32:06.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:06 smithi016 bash[21861]: cluster 2024-05-21T18:32:06.189095+0000 mon.a (mon.0) 486 : cluster [DBG] osdmap e28: 5 total, 4 up, 5 in 2024-05-21T18:32:06.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:06 smithi016 bash[21861]: cluster 2024-05-21T18:32:06.189095+0000 mon.a (mon.0) 486 : cluster [DBG] osdmap e28: 5 total, 4 up, 5 in 2024-05-21T18:32:06.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:06 smithi016 bash[21861]: audit 2024-05-21T18:32:06.189637+0000 mon.a (mon.0) 487 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-21T18:32:06.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:06 smithi016 bash[21861]: audit 2024-05-21T18:32:06.189637+0000 mon.a (mon.0) 487 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-21T18:32:07.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:07 smithi077 bash[23831]: cluster 2024-05-21T18:32:06.154658+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:32:07.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:07 smithi077 bash[23831]: cluster 2024-05-21T18:32:06.154658+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:32:07.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:07 smithi077 bash[23831]: audit 2024-05-21T18:32:06.893680+0000 mon.c (mon.1) 6 : audit [DBG] from='client.? 172.21.15.134:0/3713442844' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-21T18:32:07.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:07 smithi077 bash[23831]: audit 2024-05-21T18:32:06.893680+0000 mon.c (mon.1) 6 : audit [DBG] from='client.? 172.21.15.134:0/3713442844' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-21T18:32:07.600 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:07 smithi134 bash[24085]: cluster 2024-05-21T18:32:06.154658+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:32:07.600 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:07 smithi134 bash[24085]: cluster 2024-05-21T18:32:06.154658+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:32:07.600 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:07 smithi134 bash[24085]: audit 2024-05-21T18:32:06.893680+0000 mon.c (mon.1) 6 : audit [DBG] from='client.? 172.21.15.134:0/3713442844' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-21T18:32:07.601 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:07 smithi134 bash[24085]: audit 2024-05-21T18:32:06.893680+0000 mon.c (mon.1) 6 : audit [DBG] from='client.? 172.21.15.134:0/3713442844' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-21T18:32:07.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:07 smithi016 bash[21861]: cluster 2024-05-21T18:32:06.154658+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:32:07.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:07 smithi016 bash[21861]: cluster 2024-05-21T18:32:06.154658+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:32:07.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:07 smithi016 bash[21861]: audit 2024-05-21T18:32:06.893680+0000 mon.c (mon.1) 6 : audit [DBG] from='client.? 172.21.15.134:0/3713442844' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-21T18:32:07.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:07 smithi016 bash[21861]: audit 2024-05-21T18:32:06.893680+0000 mon.c (mon.1) 6 : audit [DBG] from='client.? 172.21.15.134:0/3713442844' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-21T18:32:09.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:09 smithi077 bash[23831]: cluster 2024-05-21T18:32:08.155238+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:32:09.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:09 smithi077 bash[23831]: cluster 2024-05-21T18:32:08.155238+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:32:09.574 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:09 smithi134 bash[24085]: cluster 2024-05-21T18:32:08.155238+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:32:09.574 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:09 smithi134 bash[24085]: cluster 2024-05-21T18:32:08.155238+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:32:09.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:09 smithi016 bash[21861]: cluster 2024-05-21T18:32:08.155238+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:32:09.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:09 smithi016 bash[21861]: cluster 2024-05-21T18:32:08.155238+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:32:11.600 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:11 smithi134 bash[24085]: cluster 2024-05-21T18:32:10.155775+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:32:11.600 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:11 smithi134 bash[24085]: cluster 2024-05-21T18:32:10.155775+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:32:11.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:11 smithi016 bash[21861]: cluster 2024-05-21T18:32:10.155775+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:32:11.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:11 smithi016 bash[21861]: cluster 2024-05-21T18:32:10.155775+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:32:11.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:11 smithi077 bash[23831]: cluster 2024-05-21T18:32:10.155775+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:32:11.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:11 smithi077 bash[23831]: cluster 2024-05-21T18:32:10.155775+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:32:13.600 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:13 smithi134 bash[24085]: cluster 2024-05-21T18:32:12.156307+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:32:13.600 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:13 smithi134 bash[24085]: cluster 2024-05-21T18:32:12.156307+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:32:13.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:13 smithi016 bash[21861]: cluster 2024-05-21T18:32:12.156307+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:32:13.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:13 smithi016 bash[21861]: cluster 2024-05-21T18:32:12.156307+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:32:13.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:13 smithi077 bash[23831]: cluster 2024-05-21T18:32:12.156307+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:32:13.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:13 smithi077 bash[23831]: cluster 2024-05-21T18:32:12.156307+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:32:15.350 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:15 smithi134 bash[24085]: cluster 2024-05-21T18:32:14.156952+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:32:15.350 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:15 smithi134 bash[24085]: cluster 2024-05-21T18:32:14.156952+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:32:15.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:15 smithi016 bash[21861]: cluster 2024-05-21T18:32:14.156952+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:32:15.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:15 smithi016 bash[21861]: cluster 2024-05-21T18:32:14.156952+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:32:15.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:15 smithi077 bash[23831]: cluster 2024-05-21T18:32:14.156952+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:32:15.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:15 smithi077 bash[23831]: cluster 2024-05-21T18:32:14.156952+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:32:17.600 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:17 smithi134 bash[24085]: cluster 2024-05-21T18:32:16.157580+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:32:17.600 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:17 smithi134 bash[24085]: cluster 2024-05-21T18:32:16.157580+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:32:17.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:17 smithi016 bash[21861]: cluster 2024-05-21T18:32:16.157580+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:32:17.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:17 smithi016 bash[21861]: cluster 2024-05-21T18:32:16.157580+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:32:17.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:17 smithi077 bash[23831]: cluster 2024-05-21T18:32:16.157580+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:32:17.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:17 smithi077 bash[23831]: cluster 2024-05-21T18:32:16.157580+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:32:19.600 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:19 smithi134 bash[24085]: cluster 2024-05-21T18:32:18.158182+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:32:19.600 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:19 smithi134 bash[24085]: cluster 2024-05-21T18:32:18.158182+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:32:19.600 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:19 smithi134 bash[24085]: audit 2024-05-21T18:32:18.349997+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-05-21T18:32:19.600 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:19 smithi134 bash[24085]: audit 2024-05-21T18:32:18.349997+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-05-21T18:32:19.600 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:19 smithi134 bash[24085]: audit 2024-05-21T18:32:18.351737+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:32:19.601 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:19 smithi134 bash[24085]: audit 2024-05-21T18:32:18.351737+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:32:19.601 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:19 smithi134 bash[24085]: cephadm 2024-05-21T18:32:18.353364+0000 mgr.a (mgr.14152) 240 : cephadm [INF] Deploying daemon osd.4 on smithi134 2024-05-21T18:32:19.601 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:19 smithi134 bash[24085]: cephadm 2024-05-21T18:32:18.353364+0000 mgr.a (mgr.14152) 240 : cephadm [INF] Deploying daemon osd.4 on smithi134 2024-05-21T18:32:19.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:19 smithi016 bash[21861]: cluster 2024-05-21T18:32:18.158182+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:32:19.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:19 smithi016 bash[21861]: cluster 2024-05-21T18:32:18.158182+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:32:19.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:19 smithi016 bash[21861]: audit 2024-05-21T18:32:18.349997+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-05-21T18:32:19.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:19 smithi016 bash[21861]: audit 2024-05-21T18:32:18.349997+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-05-21T18:32:19.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:19 smithi016 bash[21861]: audit 2024-05-21T18:32:18.351737+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:32:19.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:19 smithi016 bash[21861]: audit 2024-05-21T18:32:18.351737+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:32:19.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:19 smithi016 bash[21861]: cephadm 2024-05-21T18:32:18.353364+0000 mgr.a (mgr.14152) 240 : cephadm [INF] Deploying daemon osd.4 on smithi134 2024-05-21T18:32:19.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:19 smithi016 bash[21861]: cephadm 2024-05-21T18:32:18.353364+0000 mgr.a (mgr.14152) 240 : cephadm [INF] Deploying daemon osd.4 on smithi134 2024-05-21T18:32:19.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:19 smithi077 bash[23831]: cluster 2024-05-21T18:32:18.158182+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:32:19.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:19 smithi077 bash[23831]: cluster 2024-05-21T18:32:18.158182+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:32:19.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:19 smithi077 bash[23831]: audit 2024-05-21T18:32:18.349997+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-05-21T18:32:19.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:19 smithi077 bash[23831]: audit 2024-05-21T18:32:18.349997+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-05-21T18:32:19.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:19 smithi077 bash[23831]: audit 2024-05-21T18:32:18.351737+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:32:19.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:19 smithi077 bash[23831]: audit 2024-05-21T18:32:18.351737+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:32:19.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:19 smithi077 bash[23831]: cephadm 2024-05-21T18:32:18.353364+0000 mgr.a (mgr.14152) 240 : cephadm [INF] Deploying daemon osd.4 on smithi134 2024-05-21T18:32:19.796 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:19 smithi077 bash[23831]: cephadm 2024-05-21T18:32:18.353364+0000 mgr.a (mgr.14152) 240 : cephadm [INF] Deploying daemon osd.4 on smithi134 2024-05-21T18:32:21.600 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:21 smithi134 bash[24085]: cluster 2024-05-21T18:32:20.158724+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:32:21.600 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:21 smithi134 bash[24085]: cluster 2024-05-21T18:32:20.158724+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:32:21.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:21 smithi016 bash[21861]: cluster 2024-05-21T18:32:20.158724+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:32:21.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:21 smithi016 bash[21861]: cluster 2024-05-21T18:32:20.158724+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:32:21.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:21 smithi077 bash[23831]: cluster 2024-05-21T18:32:20.158724+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:32:21.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:21 smithi077 bash[23831]: cluster 2024-05-21T18:32:20.158724+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:32:22.395 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:22 smithi134 systemd[1]: /etc/systemd/system/ceph-3de35fc8-179f-11ef-bc9a-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-21T18:32:22.679 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:22 smithi134 systemd[1]: /etc/systemd/system/ceph-3de35fc8-179f-11ef-bc9a-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-21T18:32:23.600 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:23 smithi134 bash[24085]: cluster 2024-05-21T18:32:22.159279+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:32:23.600 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:23 smithi134 bash[24085]: cluster 2024-05-21T18:32:22.159279+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:32:23.600 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:23 smithi134 bash[24085]: audit 2024-05-21T18:32:22.688345+0000 mon.a (mon.0) 490 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:32:23.600 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:23 smithi134 bash[24085]: audit 2024-05-21T18:32:22.688345+0000 mon.a (mon.0) 490 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:32:23.601 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:23 smithi134 bash[24085]: audit 2024-05-21T18:32:22.696240+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:32:23.601 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:23 smithi134 bash[24085]: audit 2024-05-21T18:32:22.696240+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:32:23.601 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:23 smithi134 bash[24085]: audit 2024-05-21T18:32:22.715581+0000 mon.a (mon.0) 492 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T18:32:23.601 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:23 smithi134 bash[24085]: audit 2024-05-21T18:32:22.715581+0000 mon.a (mon.0) 492 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T18:32:23.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:23 smithi016 bash[21861]: cluster 2024-05-21T18:32:22.159279+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:32:23.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:23 smithi016 bash[21861]: cluster 2024-05-21T18:32:22.159279+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:32:23.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:23 smithi016 bash[21861]: audit 2024-05-21T18:32:22.688345+0000 mon.a (mon.0) 490 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:32:23.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:23 smithi016 bash[21861]: audit 2024-05-21T18:32:22.688345+0000 mon.a (mon.0) 490 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:32:23.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:23 smithi016 bash[21861]: audit 2024-05-21T18:32:22.696240+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:32:23.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:23 smithi016 bash[21861]: audit 2024-05-21T18:32:22.696240+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:32:23.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:23 smithi016 bash[21861]: audit 2024-05-21T18:32:22.715581+0000 mon.a (mon.0) 492 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T18:32:23.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:23 smithi016 bash[21861]: audit 2024-05-21T18:32:22.715581+0000 mon.a (mon.0) 492 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T18:32:23.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:23 smithi077 bash[23831]: cluster 2024-05-21T18:32:22.159279+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:32:23.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:23 smithi077 bash[23831]: cluster 2024-05-21T18:32:22.159279+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:32:23.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:23 smithi077 bash[23831]: audit 2024-05-21T18:32:22.688345+0000 mon.a (mon.0) 490 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:32:23.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:23 smithi077 bash[23831]: audit 2024-05-21T18:32:22.688345+0000 mon.a (mon.0) 490 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:32:23.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:23 smithi077 bash[23831]: audit 2024-05-21T18:32:22.696240+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:32:23.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:23 smithi077 bash[23831]: audit 2024-05-21T18:32:22.696240+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:32:23.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:23 smithi077 bash[23831]: audit 2024-05-21T18:32:22.715581+0000 mon.a (mon.0) 492 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T18:32:23.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:23 smithi077 bash[23831]: audit 2024-05-21T18:32:22.715581+0000 mon.a (mon.0) 492 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T18:32:25.600 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:25 smithi134 bash[24085]: cluster 2024-05-21T18:32:24.159825+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:32:25.679 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:25 smithi134 bash[24085]: cluster 2024-05-21T18:32:24.159825+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:32:25.682 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:25 smithi016 bash[21861]: cluster 2024-05-21T18:32:24.159825+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:32:25.682 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:25 smithi016 bash[21861]: cluster 2024-05-21T18:32:24.159825+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:32:25.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:25 smithi077 bash[23831]: cluster 2024-05-21T18:32:24.159825+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:32:25.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:25 smithi077 bash[23831]: cluster 2024-05-21T18:32:24.159825+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:32:27.600 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:27 smithi134 bash[24085]: cluster 2024-05-21T18:32:26.160312+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:32:27.600 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:27 smithi134 bash[24085]: cluster 2024-05-21T18:32:26.160312+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:32:27.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:27 smithi016 bash[21861]: cluster 2024-05-21T18:32:26.160312+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:32:27.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:27 smithi016 bash[21861]: cluster 2024-05-21T18:32:26.160312+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:32:27.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:27 smithi077 bash[23831]: cluster 2024-05-21T18:32:26.160312+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:32:27.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:27 smithi077 bash[23831]: cluster 2024-05-21T18:32:26.160312+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:32:29.600 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:29 smithi134 bash[24085]: cluster 2024-05-21T18:32:28.160879+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:32:29.600 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:29 smithi134 bash[24085]: cluster 2024-05-21T18:32:28.160879+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:32:29.600 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:29 smithi134 bash[24085]: audit 2024-05-21T18:32:28.946439+0000 mon.a (mon.0) 493 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-05-21T18:32:29.600 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:29 smithi134 bash[24085]: audit 2024-05-21T18:32:28.946439+0000 mon.a (mon.0) 493 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-05-21T18:32:29.600 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:29 smithi134 bash[24085]: audit 2024-05-21T18:32:28.947015+0000 mon.c (mon.1) 7 : audit [INF] from='osd.4 [v2:172.21.15.134:6800/1017514328,v1:172.21.15.134:6801/1017514328]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-05-21T18:32:29.600 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:29 smithi134 bash[24085]: audit 2024-05-21T18:32:28.947015+0000 mon.c (mon.1) 7 : audit [INF] from='osd.4 [v2:172.21.15.134:6800/1017514328,v1:172.21.15.134:6801/1017514328]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-05-21T18:32:29.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:29 smithi016 bash[21861]: cluster 2024-05-21T18:32:28.160879+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:32:29.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:29 smithi016 bash[21861]: cluster 2024-05-21T18:32:28.160879+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:32:29.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:29 smithi016 bash[21861]: audit 2024-05-21T18:32:28.946439+0000 mon.a (mon.0) 493 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-05-21T18:32:29.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:29 smithi016 bash[21861]: audit 2024-05-21T18:32:28.946439+0000 mon.a (mon.0) 493 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-05-21T18:32:29.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:29 smithi016 bash[21861]: audit 2024-05-21T18:32:28.947015+0000 mon.c (mon.1) 7 : audit [INF] from='osd.4 [v2:172.21.15.134:6800/1017514328,v1:172.21.15.134:6801/1017514328]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-05-21T18:32:29.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:29 smithi016 bash[21861]: audit 2024-05-21T18:32:28.947015+0000 mon.c (mon.1) 7 : audit [INF] from='osd.4 [v2:172.21.15.134:6800/1017514328,v1:172.21.15.134:6801/1017514328]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-05-21T18:32:29.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:29 smithi077 bash[23831]: cluster 2024-05-21T18:32:28.160879+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:32:29.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:29 smithi077 bash[23831]: cluster 2024-05-21T18:32:28.160879+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:32:29.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:29 smithi077 bash[23831]: audit 2024-05-21T18:32:28.946439+0000 mon.a (mon.0) 493 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-05-21T18:32:29.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:29 smithi077 bash[23831]: audit 2024-05-21T18:32:28.946439+0000 mon.a (mon.0) 493 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-05-21T18:32:29.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:29 smithi077 bash[23831]: audit 2024-05-21T18:32:28.947015+0000 mon.c (mon.1) 7 : audit [INF] from='osd.4 [v2:172.21.15.134:6800/1017514328,v1:172.21.15.134:6801/1017514328]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-05-21T18:32:29.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:29 smithi077 bash[23831]: audit 2024-05-21T18:32:28.947015+0000 mon.c (mon.1) 7 : audit [INF] from='osd.4 [v2:172.21.15.134:6800/1017514328,v1:172.21.15.134:6801/1017514328]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-05-21T18:32:30.496 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:30 smithi134 bash[24085]: audit 2024-05-21T18:32:29.345869+0000 mon.a (mon.0) 494 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-05-21T18:32:30.496 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:30 smithi134 bash[24085]: audit 2024-05-21T18:32:29.345869+0000 mon.a (mon.0) 494 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-05-21T18:32:30.496 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:30 smithi134 bash[24085]: cluster 2024-05-21T18:32:29.350614+0000 mon.a (mon.0) 495 : cluster [DBG] osdmap e29: 5 total, 4 up, 5 in 2024-05-21T18:32:30.497 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:30 smithi134 bash[24085]: cluster 2024-05-21T18:32:29.350614+0000 mon.a (mon.0) 495 : cluster [DBG] osdmap e29: 5 total, 4 up, 5 in 2024-05-21T18:32:30.497 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:30 smithi134 bash[24085]: audit 2024-05-21T18:32:29.351190+0000 mon.a (mon.0) 496 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-21T18:32:30.497 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:30 smithi134 bash[24085]: audit 2024-05-21T18:32:29.351190+0000 mon.a (mon.0) 496 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-21T18:32:30.497 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:30 smithi134 bash[24085]: audit 2024-05-21T18:32:29.352027+0000 mon.c (mon.1) 8 : audit [INF] from='osd.4 [v2:172.21.15.134:6800/1017514328,v1:172.21.15.134:6801/1017514328]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]: dispatch 2024-05-21T18:32:30.497 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:30 smithi134 bash[24085]: audit 2024-05-21T18:32:29.352027+0000 mon.c (mon.1) 8 : audit [INF] from='osd.4 [v2:172.21.15.134:6800/1017514328,v1:172.21.15.134:6801/1017514328]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]: dispatch 2024-05-21T18:32:30.497 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:30 smithi134 bash[24085]: audit 2024-05-21T18:32:29.352112+0000 mon.a (mon.0) 497 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]: dispatch 2024-05-21T18:32:30.497 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:30 smithi134 bash[24085]: audit 2024-05-21T18:32:29.352112+0000 mon.a (mon.0) 497 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]: dispatch 2024-05-21T18:32:30.497 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:30 smithi134 bash[24085]: audit 2024-05-21T18:32:29.523094+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:32:30.497 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:30 smithi134 bash[24085]: audit 2024-05-21T18:32:29.523094+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:32:30.497 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:30 smithi134 bash[24085]: audit 2024-05-21T18:32:29.531674+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:32:30.497 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:30 smithi134 bash[24085]: audit 2024-05-21T18:32:29.531674+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:32:30.497 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:30 smithi134 bash[24085]: audit 2024-05-21T18:32:29.534463+0000 mon.a (mon.0) 500 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:32:30.497 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:30 smithi134 bash[24085]: audit 2024-05-21T18:32:29.534463+0000 mon.a (mon.0) 500 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:32:30.498 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:30 smithi134 bash[24085]: audit 2024-05-21T18:32:29.536325+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T18:32:30.498 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:30 smithi134 bash[24085]: audit 2024-05-21T18:32:29.536325+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T18:32:30.498 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:30 smithi134 bash[24085]: audit 2024-05-21T18:32:29.546527+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:32:30.498 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:30 smithi134 bash[24085]: audit 2024-05-21T18:32:29.546527+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:32:30.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:30 smithi016 bash[21861]: audit 2024-05-21T18:32:29.345869+0000 mon.a (mon.0) 494 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-05-21T18:32:30.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:30 smithi016 bash[21861]: audit 2024-05-21T18:32:29.345869+0000 mon.a (mon.0) 494 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-05-21T18:32:30.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:30 smithi016 bash[21861]: cluster 2024-05-21T18:32:29.350614+0000 mon.a (mon.0) 495 : cluster [DBG] osdmap e29: 5 total, 4 up, 5 in 2024-05-21T18:32:30.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:30 smithi016 bash[21861]: cluster 2024-05-21T18:32:29.350614+0000 mon.a (mon.0) 495 : cluster [DBG] osdmap e29: 5 total, 4 up, 5 in 2024-05-21T18:32:30.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:30 smithi016 bash[21861]: audit 2024-05-21T18:32:29.351190+0000 mon.a (mon.0) 496 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-21T18:32:30.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:30 smithi016 bash[21861]: audit 2024-05-21T18:32:29.351190+0000 mon.a (mon.0) 496 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-21T18:32:30.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:30 smithi016 bash[21861]: audit 2024-05-21T18:32:29.352027+0000 mon.c (mon.1) 8 : audit [INF] from='osd.4 [v2:172.21.15.134:6800/1017514328,v1:172.21.15.134:6801/1017514328]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]: dispatch 2024-05-21T18:32:30.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:30 smithi016 bash[21861]: audit 2024-05-21T18:32:29.352027+0000 mon.c (mon.1) 8 : audit [INF] from='osd.4 [v2:172.21.15.134:6800/1017514328,v1:172.21.15.134:6801/1017514328]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]: dispatch 2024-05-21T18:32:30.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:30 smithi016 bash[21861]: audit 2024-05-21T18:32:29.352112+0000 mon.a (mon.0) 497 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]: dispatch 2024-05-21T18:32:30.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:30 smithi016 bash[21861]: audit 2024-05-21T18:32:29.352112+0000 mon.a (mon.0) 497 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]: dispatch 2024-05-21T18:32:30.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:30 smithi016 bash[21861]: audit 2024-05-21T18:32:29.523094+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:32:30.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:30 smithi016 bash[21861]: audit 2024-05-21T18:32:29.523094+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:32:30.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:30 smithi016 bash[21861]: audit 2024-05-21T18:32:29.531674+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:32:30.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:30 smithi016 bash[21861]: audit 2024-05-21T18:32:29.531674+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:32:30.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:30 smithi016 bash[21861]: audit 2024-05-21T18:32:29.534463+0000 mon.a (mon.0) 500 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:32:30.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:30 smithi016 bash[21861]: audit 2024-05-21T18:32:29.534463+0000 mon.a (mon.0) 500 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:32:30.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:30 smithi016 bash[21861]: audit 2024-05-21T18:32:29.536325+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T18:32:30.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:30 smithi016 bash[21861]: audit 2024-05-21T18:32:29.536325+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T18:32:30.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:30 smithi016 bash[21861]: audit 2024-05-21T18:32:29.546527+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:32:30.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:30 smithi016 bash[21861]: audit 2024-05-21T18:32:29.546527+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:32:30.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:30 smithi077 bash[23831]: audit 2024-05-21T18:32:29.345869+0000 mon.a (mon.0) 494 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-05-21T18:32:30.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:30 smithi077 bash[23831]: audit 2024-05-21T18:32:29.345869+0000 mon.a (mon.0) 494 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-05-21T18:32:30.796 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:30 smithi077 bash[23831]: cluster 2024-05-21T18:32:29.350614+0000 mon.a (mon.0) 495 : cluster [DBG] osdmap e29: 5 total, 4 up, 5 in 2024-05-21T18:32:30.796 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:30 smithi077 bash[23831]: cluster 2024-05-21T18:32:29.350614+0000 mon.a (mon.0) 495 : cluster [DBG] osdmap e29: 5 total, 4 up, 5 in 2024-05-21T18:32:30.796 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:30 smithi077 bash[23831]: audit 2024-05-21T18:32:29.351190+0000 mon.a (mon.0) 496 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-21T18:32:30.796 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:30 smithi077 bash[23831]: audit 2024-05-21T18:32:29.351190+0000 mon.a (mon.0) 496 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-21T18:32:30.796 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:30 smithi077 bash[23831]: audit 2024-05-21T18:32:29.352027+0000 mon.c (mon.1) 8 : audit [INF] from='osd.4 [v2:172.21.15.134:6800/1017514328,v1:172.21.15.134:6801/1017514328]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]: dispatch 2024-05-21T18:32:30.796 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:30 smithi077 bash[23831]: audit 2024-05-21T18:32:29.352027+0000 mon.c (mon.1) 8 : audit [INF] from='osd.4 [v2:172.21.15.134:6800/1017514328,v1:172.21.15.134:6801/1017514328]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]: dispatch 2024-05-21T18:32:30.796 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:30 smithi077 bash[23831]: audit 2024-05-21T18:32:29.352112+0000 mon.a (mon.0) 497 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]: dispatch 2024-05-21T18:32:30.796 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:30 smithi077 bash[23831]: audit 2024-05-21T18:32:29.352112+0000 mon.a (mon.0) 497 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]: dispatch 2024-05-21T18:32:30.796 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:30 smithi077 bash[23831]: audit 2024-05-21T18:32:29.523094+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:32:30.796 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:30 smithi077 bash[23831]: audit 2024-05-21T18:32:29.523094+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:32:30.796 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:30 smithi077 bash[23831]: audit 2024-05-21T18:32:29.531674+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:32:30.796 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:30 smithi077 bash[23831]: audit 2024-05-21T18:32:29.531674+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:32:30.796 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:30 smithi077 bash[23831]: audit 2024-05-21T18:32:29.534463+0000 mon.a (mon.0) 500 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:32:30.797 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:30 smithi077 bash[23831]: audit 2024-05-21T18:32:29.534463+0000 mon.a (mon.0) 500 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:32:30.797 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:30 smithi077 bash[23831]: audit 2024-05-21T18:32:29.536325+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T18:32:30.797 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:30 smithi077 bash[23831]: audit 2024-05-21T18:32:29.536325+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T18:32:30.797 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:30 smithi077 bash[23831]: audit 2024-05-21T18:32:29.546527+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:32:30.797 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:30 smithi077 bash[23831]: audit 2024-05-21T18:32:29.546527+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:32:31.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:31 smithi077 bash[23831]: cluster 2024-05-21T18:32:30.161512+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:32:31.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:31 smithi077 bash[23831]: cluster 2024-05-21T18:32:30.161512+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:32:31.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:31 smithi077 bash[23831]: audit 2024-05-21T18:32:30.348486+0000 mon.a (mon.0) 503 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]': finished 2024-05-21T18:32:31.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:31 smithi077 bash[23831]: audit 2024-05-21T18:32:30.348486+0000 mon.a (mon.0) 503 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]': finished 2024-05-21T18:32:31.796 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:31 smithi077 bash[23831]: cluster 2024-05-21T18:32:30.353880+0000 mon.a (mon.0) 504 : cluster [DBG] osdmap e30: 5 total, 4 up, 5 in 2024-05-21T18:32:31.796 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:31 smithi077 bash[23831]: cluster 2024-05-21T18:32:30.353880+0000 mon.a (mon.0) 504 : cluster [DBG] osdmap e30: 5 total, 4 up, 5 in 2024-05-21T18:32:31.796 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:31 smithi077 bash[23831]: audit 2024-05-21T18:32:30.354823+0000 mon.a (mon.0) 505 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-21T18:32:31.796 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:31 smithi077 bash[23831]: audit 2024-05-21T18:32:30.354823+0000 mon.a (mon.0) 505 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-21T18:32:31.796 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:31 smithi077 bash[23831]: audit 2024-05-21T18:32:30.365993+0000 mon.a (mon.0) 506 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-21T18:32:31.796 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:31 smithi077 bash[23831]: audit 2024-05-21T18:32:30.365993+0000 mon.a (mon.0) 506 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-21T18:32:31.796 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:31 smithi077 bash[23831]: audit 2024-05-21T18:32:30.838134+0000 mon.a (mon.0) 507 : audit [INF] from='osd.4 ' entity='osd.4' 2024-05-21T18:32:31.796 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:31 smithi077 bash[23831]: audit 2024-05-21T18:32:30.838134+0000 mon.a (mon.0) 507 : audit [INF] from='osd.4 ' entity='osd.4' 2024-05-21T18:32:31.806 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:31 smithi134 bash[24085]: cluster 2024-05-21T18:32:30.161512+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:32:31.806 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:31 smithi134 bash[24085]: cluster 2024-05-21T18:32:30.161512+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:32:31.806 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:31 smithi134 bash[24085]: audit 2024-05-21T18:32:30.348486+0000 mon.a (mon.0) 503 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]': finished 2024-05-21T18:32:31.806 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:31 smithi134 bash[24085]: audit 2024-05-21T18:32:30.348486+0000 mon.a (mon.0) 503 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]': finished 2024-05-21T18:32:31.806 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:31 smithi134 bash[24085]: cluster 2024-05-21T18:32:30.353880+0000 mon.a (mon.0) 504 : cluster [DBG] osdmap e30: 5 total, 4 up, 5 in 2024-05-21T18:32:31.806 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:31 smithi134 bash[24085]: cluster 2024-05-21T18:32:30.353880+0000 mon.a (mon.0) 504 : cluster [DBG] osdmap e30: 5 total, 4 up, 5 in 2024-05-21T18:32:31.807 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:31 smithi134 bash[24085]: audit 2024-05-21T18:32:30.354823+0000 mon.a (mon.0) 505 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-21T18:32:31.807 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:31 smithi134 bash[24085]: audit 2024-05-21T18:32:30.354823+0000 mon.a (mon.0) 505 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-21T18:32:31.807 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:31 smithi134 bash[24085]: audit 2024-05-21T18:32:30.365993+0000 mon.a (mon.0) 506 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-21T18:32:31.807 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:31 smithi134 bash[24085]: audit 2024-05-21T18:32:30.365993+0000 mon.a (mon.0) 506 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-21T18:32:31.807 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:31 smithi134 bash[24085]: audit 2024-05-21T18:32:30.838134+0000 mon.a (mon.0) 507 : audit [INF] from='osd.4 ' entity='osd.4' 2024-05-21T18:32:31.807 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:31 smithi134 bash[24085]: audit 2024-05-21T18:32:30.838134+0000 mon.a (mon.0) 507 : audit [INF] from='osd.4 ' entity='osd.4' 2024-05-21T18:32:31.854 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:31 smithi016 bash[21861]: cluster 2024-05-21T18:32:30.161512+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:32:31.854 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:31 smithi016 bash[21861]: cluster 2024-05-21T18:32:30.161512+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:32:31.854 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:31 smithi016 bash[21861]: audit 2024-05-21T18:32:30.348486+0000 mon.a (mon.0) 503 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]': finished 2024-05-21T18:32:31.854 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:31 smithi016 bash[21861]: audit 2024-05-21T18:32:30.348486+0000 mon.a (mon.0) 503 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]': finished 2024-05-21T18:32:31.854 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:31 smithi016 bash[21861]: cluster 2024-05-21T18:32:30.353880+0000 mon.a (mon.0) 504 : cluster [DBG] osdmap e30: 5 total, 4 up, 5 in 2024-05-21T18:32:31.854 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:31 smithi016 bash[21861]: cluster 2024-05-21T18:32:30.353880+0000 mon.a (mon.0) 504 : cluster [DBG] osdmap e30: 5 total, 4 up, 5 in 2024-05-21T18:32:31.854 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:31 smithi016 bash[21861]: audit 2024-05-21T18:32:30.354823+0000 mon.a (mon.0) 505 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-21T18:32:31.854 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:31 smithi016 bash[21861]: audit 2024-05-21T18:32:30.354823+0000 mon.a (mon.0) 505 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-21T18:32:31.854 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:31 smithi016 bash[21861]: audit 2024-05-21T18:32:30.365993+0000 mon.a (mon.0) 506 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-21T18:32:31.855 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:31 smithi016 bash[21861]: audit 2024-05-21T18:32:30.365993+0000 mon.a (mon.0) 506 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-21T18:32:31.855 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:31 smithi016 bash[21861]: audit 2024-05-21T18:32:30.838134+0000 mon.a (mon.0) 507 : audit [INF] from='osd.4 ' entity='osd.4' 2024-05-21T18:32:31.855 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:31 smithi016 bash[21861]: audit 2024-05-21T18:32:30.838134+0000 mon.a (mon.0) 507 : audit [INF] from='osd.4 ' entity='osd.4' 2024-05-21T18:32:32.662 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:32 smithi134 bash[24085]: cluster 2024-05-21T18:32:29.979976+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-21T18:32:32.662 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:32 smithi134 bash[24085]: cluster 2024-05-21T18:32:29.979976+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-21T18:32:32.662 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:32 smithi134 bash[24085]: cluster 2024-05-21T18:32:29.980119+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-21T18:32:32.662 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:32 smithi134 bash[24085]: cluster 2024-05-21T18:32:29.980119+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-21T18:32:32.663 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:32 smithi134 bash[24085]: audit 2024-05-21T18:32:31.357588+0000 mon.a (mon.0) 508 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-21T18:32:32.663 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:32 smithi134 bash[24085]: audit 2024-05-21T18:32:31.357588+0000 mon.a (mon.0) 508 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-21T18:32:32.663 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:32 smithi134 bash[24085]: cluster 2024-05-21T18:32:31.372726+0000 mon.a (mon.0) 509 : cluster [INF] osd.4 [v2:172.21.15.134:6800/1017514328,v1:172.21.15.134:6801/1017514328] boot 2024-05-21T18:32:32.663 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:32 smithi134 bash[24085]: cluster 2024-05-21T18:32:31.372726+0000 mon.a (mon.0) 509 : cluster [INF] osd.4 [v2:172.21.15.134:6800/1017514328,v1:172.21.15.134:6801/1017514328] boot 2024-05-21T18:32:32.663 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:32 smithi134 bash[24085]: cluster 2024-05-21T18:32:31.372799+0000 mon.a (mon.0) 510 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2024-05-21T18:32:32.663 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:32 smithi134 bash[24085]: cluster 2024-05-21T18:32:31.372799+0000 mon.a (mon.0) 510 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2024-05-21T18:32:32.663 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:32 smithi134 bash[24085]: audit 2024-05-21T18:32:31.373099+0000 mon.a (mon.0) 511 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-21T18:32:32.663 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:32 smithi134 bash[24085]: audit 2024-05-21T18:32:31.373099+0000 mon.a (mon.0) 511 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-21T18:32:32.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:32 smithi077 bash[23831]: cluster 2024-05-21T18:32:29.979976+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-21T18:32:32.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:32 smithi077 bash[23831]: cluster 2024-05-21T18:32:29.979976+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-21T18:32:32.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:32 smithi077 bash[23831]: cluster 2024-05-21T18:32:29.980119+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-21T18:32:32.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:32 smithi077 bash[23831]: cluster 2024-05-21T18:32:29.980119+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-21T18:32:32.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:32 smithi077 bash[23831]: audit 2024-05-21T18:32:31.357588+0000 mon.a (mon.0) 508 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-21T18:32:32.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:32 smithi077 bash[23831]: audit 2024-05-21T18:32:31.357588+0000 mon.a (mon.0) 508 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-21T18:32:32.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:32 smithi077 bash[23831]: cluster 2024-05-21T18:32:31.372726+0000 mon.a (mon.0) 509 : cluster [INF] osd.4 [v2:172.21.15.134:6800/1017514328,v1:172.21.15.134:6801/1017514328] boot 2024-05-21T18:32:32.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:32 smithi077 bash[23831]: cluster 2024-05-21T18:32:31.372726+0000 mon.a (mon.0) 509 : cluster [INF] osd.4 [v2:172.21.15.134:6800/1017514328,v1:172.21.15.134:6801/1017514328] boot 2024-05-21T18:32:32.796 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:32 smithi077 bash[23831]: cluster 2024-05-21T18:32:31.372799+0000 mon.a (mon.0) 510 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2024-05-21T18:32:32.796 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:32 smithi077 bash[23831]: cluster 2024-05-21T18:32:31.372799+0000 mon.a (mon.0) 510 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2024-05-21T18:32:32.796 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:32 smithi077 bash[23831]: audit 2024-05-21T18:32:31.373099+0000 mon.a (mon.0) 511 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-21T18:32:32.796 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:32 smithi077 bash[23831]: audit 2024-05-21T18:32:31.373099+0000 mon.a (mon.0) 511 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-21T18:32:32.854 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:32 smithi016 bash[21861]: cluster 2024-05-21T18:32:29.979976+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-21T18:32:32.854 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:32 smithi016 bash[21861]: cluster 2024-05-21T18:32:29.979976+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-21T18:32:32.854 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:32 smithi016 bash[21861]: cluster 2024-05-21T18:32:29.980119+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-21T18:32:32.854 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:32 smithi016 bash[21861]: cluster 2024-05-21T18:32:29.980119+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-21T18:32:32.854 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:32 smithi016 bash[21861]: audit 2024-05-21T18:32:31.357588+0000 mon.a (mon.0) 508 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-21T18:32:32.854 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:32 smithi016 bash[21861]: audit 2024-05-21T18:32:31.357588+0000 mon.a (mon.0) 508 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-21T18:32:32.854 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:32 smithi016 bash[21861]: cluster 2024-05-21T18:32:31.372726+0000 mon.a (mon.0) 509 : cluster [INF] osd.4 [v2:172.21.15.134:6800/1017514328,v1:172.21.15.134:6801/1017514328] boot 2024-05-21T18:32:32.854 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:32 smithi016 bash[21861]: cluster 2024-05-21T18:32:31.372726+0000 mon.a (mon.0) 509 : cluster [INF] osd.4 [v2:172.21.15.134:6800/1017514328,v1:172.21.15.134:6801/1017514328] boot 2024-05-21T18:32:32.854 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:32 smithi016 bash[21861]: cluster 2024-05-21T18:32:31.372799+0000 mon.a (mon.0) 510 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2024-05-21T18:32:32.854 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:32 smithi016 bash[21861]: cluster 2024-05-21T18:32:31.372799+0000 mon.a (mon.0) 510 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2024-05-21T18:32:32.854 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:32 smithi016 bash[21861]: audit 2024-05-21T18:32:31.373099+0000 mon.a (mon.0) 511 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-21T18:32:32.855 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:32 smithi016 bash[21861]: audit 2024-05-21T18:32:31.373099+0000 mon.a (mon.0) 511 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-21T18:32:33.225 INFO:teuthology.orchestra.run.smithi134.stdout:Created osd(s) 4 on host 'smithi134' 2024-05-21T18:32:33.600 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:33 smithi134 bash[24085]: cluster 2024-05-21T18:32:32.162070+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:32:33.600 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:33 smithi134 bash[24085]: cluster 2024-05-21T18:32:32.162070+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:32:33.600 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:33 smithi134 bash[24085]: cluster 2024-05-21T18:32:32.380604+0000 mon.a (mon.0) 512 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2024-05-21T18:32:33.600 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:33 smithi134 bash[24085]: cluster 2024-05-21T18:32:32.380604+0000 mon.a (mon.0) 512 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2024-05-21T18:32:33.600 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:33 smithi134 bash[24085]: audit 2024-05-21T18:32:33.170647+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:32:33.600 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:33 smithi134 bash[24085]: audit 2024-05-21T18:32:33.170647+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:32:33.600 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:33 smithi134 bash[24085]: audit 2024-05-21T18:32:33.174731+0000 mon.a (mon.0) 514 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T18:32:33.600 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:33 smithi134 bash[24085]: audit 2024-05-21T18:32:33.174731+0000 mon.a (mon.0) 514 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T18:32:33.600 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:33 smithi134 bash[24085]: audit 2024-05-21T18:32:33.180970+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:32:33.600 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:33 smithi134 bash[24085]: audit 2024-05-21T18:32:33.180970+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:32:33.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:33 smithi077 bash[23831]: cluster 2024-05-21T18:32:32.162070+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:32:33.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:33 smithi077 bash[23831]: cluster 2024-05-21T18:32:32.162070+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:32:33.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:33 smithi077 bash[23831]: cluster 2024-05-21T18:32:32.380604+0000 mon.a (mon.0) 512 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2024-05-21T18:32:33.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:33 smithi077 bash[23831]: cluster 2024-05-21T18:32:32.380604+0000 mon.a (mon.0) 512 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2024-05-21T18:32:33.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:33 smithi077 bash[23831]: audit 2024-05-21T18:32:33.170647+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:32:33.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:33 smithi077 bash[23831]: audit 2024-05-21T18:32:33.170647+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:32:33.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:33 smithi077 bash[23831]: audit 2024-05-21T18:32:33.174731+0000 mon.a (mon.0) 514 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T18:32:33.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:33 smithi077 bash[23831]: audit 2024-05-21T18:32:33.174731+0000 mon.a (mon.0) 514 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T18:32:33.796 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:33 smithi077 bash[23831]: audit 2024-05-21T18:32:33.180970+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:32:33.796 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:33 smithi077 bash[23831]: audit 2024-05-21T18:32:33.180970+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:32:33.853 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:33 smithi016 bash[21861]: cluster 2024-05-21T18:32:32.162070+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:32:33.854 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:33 smithi016 bash[21861]: cluster 2024-05-21T18:32:32.162070+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:32:33.854 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:33 smithi016 bash[21861]: cluster 2024-05-21T18:32:32.380604+0000 mon.a (mon.0) 512 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2024-05-21T18:32:33.854 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:33 smithi016 bash[21861]: cluster 2024-05-21T18:32:32.380604+0000 mon.a (mon.0) 512 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2024-05-21T18:32:33.854 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:33 smithi016 bash[21861]: audit 2024-05-21T18:32:33.170647+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:32:33.854 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:33 smithi016 bash[21861]: audit 2024-05-21T18:32:33.170647+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:32:33.854 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:33 smithi016 bash[21861]: audit 2024-05-21T18:32:33.174731+0000 mon.a (mon.0) 514 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T18:32:33.854 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:33 smithi016 bash[21861]: audit 2024-05-21T18:32:33.174731+0000 mon.a (mon.0) 514 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T18:32:33.854 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:33 smithi016 bash[21861]: audit 2024-05-21T18:32:33.180970+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:32:33.854 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:33 smithi016 bash[21861]: audit 2024-05-21T18:32:33.180970+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:32:33.934 DEBUG:teuthology.orchestra.run.smithi134:osd.4> sudo journalctl -f -n 0 -u ceph-3de35fc8-179f-11ef-bc9a-c7b262605968@osd.4.service 2024-05-21T18:32:33.937 INFO:tasks.cephadm:Deploying osd.5 on smithi134 with /dev/vg_nvme/lv_3... 2024-05-21T18:32:33.937 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9ef9bcfdb32ec4999d7ca025815290e8395c6ae7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3de35fc8-179f-11ef-bc9a-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-05-21T18:32:34.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:34 smithi077 bash[23831]: cluster 2024-05-21T18:32:33.382938+0000 mon.a (mon.0) 516 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2024-05-21T18:32:34.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:34 smithi077 bash[23831]: cluster 2024-05-21T18:32:33.382938+0000 mon.a (mon.0) 516 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2024-05-21T18:32:34.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:34 smithi077 bash[23831]: cluster 2024-05-21T18:32:34.162589+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v212: 1 pgs: 1 remapped+peering; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-05-21T18:32:34.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:34 smithi077 bash[23831]: cluster 2024-05-21T18:32:34.162589+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v212: 1 pgs: 1 remapped+peering; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-05-21T18:32:34.850 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:34 smithi134 bash[24085]: cluster 2024-05-21T18:32:33.382938+0000 mon.a (mon.0) 516 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2024-05-21T18:32:34.850 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:34 smithi134 bash[24085]: cluster 2024-05-21T18:32:33.382938+0000 mon.a (mon.0) 516 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2024-05-21T18:32:34.850 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:34 smithi134 bash[24085]: cluster 2024-05-21T18:32:34.162589+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v212: 1 pgs: 1 remapped+peering; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-05-21T18:32:34.850 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:34 smithi134 bash[24085]: cluster 2024-05-21T18:32:34.162589+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v212: 1 pgs: 1 remapped+peering; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-05-21T18:32:34.853 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:34 smithi016 bash[21861]: cluster 2024-05-21T18:32:33.382938+0000 mon.a (mon.0) 516 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2024-05-21T18:32:34.853 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:34 smithi016 bash[21861]: cluster 2024-05-21T18:32:33.382938+0000 mon.a (mon.0) 516 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2024-05-21T18:32:34.854 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:34 smithi016 bash[21861]: cluster 2024-05-21T18:32:34.162589+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v212: 1 pgs: 1 remapped+peering; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-05-21T18:32:34.854 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:34 smithi016 bash[21861]: cluster 2024-05-21T18:32:34.162589+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v212: 1 pgs: 1 remapped+peering; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-05-21T18:32:37.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:37 smithi077 bash[23831]: cluster 2024-05-21T18:32:36.163195+0000 mgr.a (mgr.14152) 249 : cluster [DBG] pgmap v213: 1 pgs: 1 remapped+peering; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-05-21T18:32:37.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:37 smithi077 bash[23831]: cluster 2024-05-21T18:32:36.163195+0000 mgr.a (mgr.14152) 249 : cluster [DBG] pgmap v213: 1 pgs: 1 remapped+peering; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-05-21T18:32:37.600 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:37 smithi134 bash[24085]: cluster 2024-05-21T18:32:36.163195+0000 mgr.a (mgr.14152) 249 : cluster [DBG] pgmap v213: 1 pgs: 1 remapped+peering; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-05-21T18:32:37.600 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:37 smithi134 bash[24085]: cluster 2024-05-21T18:32:36.163195+0000 mgr.a (mgr.14152) 249 : cluster [DBG] pgmap v213: 1 pgs: 1 remapped+peering; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-05-21T18:32:37.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:37 smithi016 bash[21861]: cluster 2024-05-21T18:32:36.163195+0000 mgr.a (mgr.14152) 249 : cluster [DBG] pgmap v213: 1 pgs: 1 remapped+peering; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-05-21T18:32:37.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:37 smithi016 bash[21861]: cluster 2024-05-21T18:32:36.163195+0000 mgr.a (mgr.14152) 249 : cluster [DBG] pgmap v213: 1 pgs: 1 remapped+peering; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-05-21T18:32:38.144 INFO:teuthology.orchestra.run.smithi134.stderr:Inferring config /var/lib/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/mon.c/config 2024-05-21T18:32:39.515 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:39 smithi134 bash[24085]: cluster 2024-05-21T18:32:38.163800+0000 mgr.a (mgr.14152) 250 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail; 85 KiB/s, 0 objects/s recovering 2024-05-21T18:32:39.515 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:39 smithi134 bash[24085]: cluster 2024-05-21T18:32:38.163800+0000 mgr.a (mgr.14152) 250 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail; 85 KiB/s, 0 objects/s recovering 2024-05-21T18:32:39.544 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:39 smithi077 bash[23831]: cluster 2024-05-21T18:32:38.163800+0000 mgr.a (mgr.14152) 250 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail; 85 KiB/s, 0 objects/s recovering 2024-05-21T18:32:39.544 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:39 smithi077 bash[23831]: cluster 2024-05-21T18:32:38.163800+0000 mgr.a (mgr.14152) 250 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail; 85 KiB/s, 0 objects/s recovering 2024-05-21T18:32:39.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:39 smithi016 bash[21861]: cluster 2024-05-21T18:32:38.163800+0000 mgr.a (mgr.14152) 250 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail; 85 KiB/s, 0 objects/s recovering 2024-05-21T18:32:39.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:39 smithi016 bash[21861]: cluster 2024-05-21T18:32:38.163800+0000 mgr.a (mgr.14152) 250 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail; 85 KiB/s, 0 objects/s recovering 2024-05-21T18:32:41.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:41 smithi077 bash[23831]: cluster 2024-05-21T18:32:40.164289+0000 mgr.a (mgr.14152) 251 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-05-21T18:32:41.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:41 smithi077 bash[23831]: cluster 2024-05-21T18:32:40.164289+0000 mgr.a (mgr.14152) 251 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-05-21T18:32:41.600 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:41 smithi134 bash[24085]: cluster 2024-05-21T18:32:40.164289+0000 mgr.a (mgr.14152) 251 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-05-21T18:32:41.600 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:41 smithi134 bash[24085]: cluster 2024-05-21T18:32:40.164289+0000 mgr.a (mgr.14152) 251 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-05-21T18:32:41.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:41 smithi016 bash[21861]: cluster 2024-05-21T18:32:40.164289+0000 mgr.a (mgr.14152) 251 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-05-21T18:32:41.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:41 smithi016 bash[21861]: cluster 2024-05-21T18:32:40.164289+0000 mgr.a (mgr.14152) 251 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-05-21T18:32:42.348 INFO:teuthology.orchestra.run.smithi134.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-05-21T18:32:42.348 INFO:teuthology.orchestra.run.smithi134.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-05-21T18:32:42.349 INFO:teuthology.orchestra.run.smithi134.stderr: stderr: 10+0 records in 2024-05-21T18:32:42.349 INFO:teuthology.orchestra.run.smithi134.stderr:10+0 records out 2024-05-21T18:32:42.349 INFO:teuthology.orchestra.run.smithi134.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0145197 s, 722 MB/s 2024-05-21T18:32:42.349 INFO:teuthology.orchestra.run.smithi134.stderr:--> Zapping successful for: 2024-05-21T18:32:43.471 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:43 smithi134 bash[24085]: cluster 2024-05-21T18:32:42.164794+0000 mgr.a (mgr.14152) 252 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail; 59 KiB/s, 0 objects/s recovering 2024-05-21T18:32:43.471 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:43 smithi134 bash[24085]: cluster 2024-05-21T18:32:42.164794+0000 mgr.a (mgr.14152) 252 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail; 59 KiB/s, 0 objects/s recovering 2024-05-21T18:32:43.472 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9ef9bcfdb32ec4999d7ca025815290e8395c6ae7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3de35fc8-179f-11ef-bc9a-c7b262605968 -- ceph orch daemon add osd smithi134:vg_nvme/lv_3 2024-05-21T18:32:43.544 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:43 smithi077 bash[23831]: cluster 2024-05-21T18:32:42.164794+0000 mgr.a (mgr.14152) 252 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail; 59 KiB/s, 0 objects/s recovering 2024-05-21T18:32:43.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:43 smithi077 bash[23831]: cluster 2024-05-21T18:32:42.164794+0000 mgr.a (mgr.14152) 252 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail; 59 KiB/s, 0 objects/s recovering 2024-05-21T18:32:43.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:43 smithi016 bash[21861]: cluster 2024-05-21T18:32:42.164794+0000 mgr.a (mgr.14152) 252 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail; 59 KiB/s, 0 objects/s recovering 2024-05-21T18:32:43.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:43 smithi016 bash[21861]: cluster 2024-05-21T18:32:42.164794+0000 mgr.a (mgr.14152) 252 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail; 59 KiB/s, 0 objects/s recovering 2024-05-21T18:32:44.850 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:44 smithi134 bash[24085]: cephadm 2024-05-21T18:32:43.573533+0000 mgr.a (mgr.14152) 253 : cephadm [INF] Detected new or changed devices on smithi134 2024-05-21T18:32:44.851 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:44 smithi134 bash[24085]: cephadm 2024-05-21T18:32:43.573533+0000 mgr.a (mgr.14152) 253 : cephadm [INF] Detected new or changed devices on smithi134 2024-05-21T18:32:44.851 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:44 smithi134 bash[24085]: audit 2024-05-21T18:32:43.582359+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:32:44.851 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:44 smithi134 bash[24085]: audit 2024-05-21T18:32:43.582359+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:32:44.851 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:44 smithi134 bash[24085]: audit 2024-05-21T18:32:43.590962+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:32:44.851 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:44 smithi134 bash[24085]: audit 2024-05-21T18:32:43.590962+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:32:44.851 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:44 smithi134 bash[24085]: audit 2024-05-21T18:32:43.593743+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-05-21T18:32:44.851 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:44 smithi134 bash[24085]: audit 2024-05-21T18:32:43.593743+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-05-21T18:32:44.851 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:44 smithi134 bash[24085]: cephadm 2024-05-21T18:32:43.595266+0000 mgr.a (mgr.14152) 254 : cephadm [INF] Adjusting osd_memory_target on smithi134 to 21361M 2024-05-21T18:32:44.851 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:44 smithi134 bash[24085]: cephadm 2024-05-21T18:32:43.595266+0000 mgr.a (mgr.14152) 254 : cephadm [INF] Adjusting osd_memory_target on smithi134 to 21361M 2024-05-21T18:32:44.851 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:44 smithi134 bash[24085]: audit 2024-05-21T18:32:43.601446+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:32:44.851 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:44 smithi134 bash[24085]: audit 2024-05-21T18:32:43.601446+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:32:44.852 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:44 smithi134 bash[24085]: audit 2024-05-21T18:32:43.605317+0000 mon.a (mon.0) 521 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:32:44.852 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:44 smithi134 bash[24085]: audit 2024-05-21T18:32:43.605317+0000 mon.a (mon.0) 521 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:32:44.852 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:44 smithi134 bash[24085]: audit 2024-05-21T18:32:43.607102+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T18:32:44.852 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:44 smithi134 bash[24085]: audit 2024-05-21T18:32:43.607102+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T18:32:44.852 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:44 smithi134 bash[24085]: audit 2024-05-21T18:32:43.617452+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:32:44.852 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:44 smithi134 bash[24085]: audit 2024-05-21T18:32:43.617452+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:32:44.852 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:44 smithi134 bash[24085]: cluster 2024-05-21T18:32:44.165393+0000 mgr.a (mgr.14152) 255 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail; 53 KiB/s, 0 objects/s recovering 2024-05-21T18:32:44.852 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:44 smithi134 bash[24085]: cluster 2024-05-21T18:32:44.165393+0000 mgr.a (mgr.14152) 255 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail; 53 KiB/s, 0 objects/s recovering 2024-05-21T18:32:44.854 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:44 smithi016 bash[21861]: cephadm 2024-05-21T18:32:43.573533+0000 mgr.a (mgr.14152) 253 : cephadm [INF] Detected new or changed devices on smithi134 2024-05-21T18:32:44.854 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:44 smithi016 bash[21861]: cephadm 2024-05-21T18:32:43.573533+0000 mgr.a (mgr.14152) 253 : cephadm [INF] Detected new or changed devices on smithi134 2024-05-21T18:32:44.854 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:44 smithi016 bash[21861]: audit 2024-05-21T18:32:43.582359+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:32:44.854 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:44 smithi016 bash[21861]: audit 2024-05-21T18:32:43.582359+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:32:44.854 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:44 smithi016 bash[21861]: audit 2024-05-21T18:32:43.590962+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:32:44.854 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:44 smithi016 bash[21861]: audit 2024-05-21T18:32:43.590962+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:32:44.854 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:44 smithi016 bash[21861]: audit 2024-05-21T18:32:43.593743+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-05-21T18:32:44.854 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:44 smithi016 bash[21861]: audit 2024-05-21T18:32:43.593743+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-05-21T18:32:44.854 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:44 smithi016 bash[21861]: cephadm 2024-05-21T18:32:43.595266+0000 mgr.a (mgr.14152) 254 : cephadm [INF] Adjusting osd_memory_target on smithi134 to 21361M 2024-05-21T18:32:44.854 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:44 smithi016 bash[21861]: cephadm 2024-05-21T18:32:43.595266+0000 mgr.a (mgr.14152) 254 : cephadm [INF] Adjusting osd_memory_target on smithi134 to 21361M 2024-05-21T18:32:44.855 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:44 smithi016 bash[21861]: audit 2024-05-21T18:32:43.601446+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:32:44.855 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:44 smithi016 bash[21861]: audit 2024-05-21T18:32:43.601446+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:32:44.855 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:44 smithi016 bash[21861]: audit 2024-05-21T18:32:43.605317+0000 mon.a (mon.0) 521 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:32:44.855 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:44 smithi016 bash[21861]: audit 2024-05-21T18:32:43.605317+0000 mon.a (mon.0) 521 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:32:44.855 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:44 smithi016 bash[21861]: audit 2024-05-21T18:32:43.607102+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T18:32:44.855 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:44 smithi016 bash[21861]: audit 2024-05-21T18:32:43.607102+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T18:32:44.855 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:44 smithi016 bash[21861]: audit 2024-05-21T18:32:43.617452+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:32:44.855 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:44 smithi016 bash[21861]: audit 2024-05-21T18:32:43.617452+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:32:44.855 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:44 smithi016 bash[21861]: cluster 2024-05-21T18:32:44.165393+0000 mgr.a (mgr.14152) 255 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail; 53 KiB/s, 0 objects/s recovering 2024-05-21T18:32:44.855 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:44 smithi016 bash[21861]: cluster 2024-05-21T18:32:44.165393+0000 mgr.a (mgr.14152) 255 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail; 53 KiB/s, 0 objects/s recovering 2024-05-21T18:32:45.045 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:44 smithi077 bash[23831]: cephadm 2024-05-21T18:32:43.573533+0000 mgr.a (mgr.14152) 253 : cephadm [INF] Detected new or changed devices on smithi134 2024-05-21T18:32:45.045 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:44 smithi077 bash[23831]: cephadm 2024-05-21T18:32:43.573533+0000 mgr.a (mgr.14152) 253 : cephadm [INF] Detected new or changed devices on smithi134 2024-05-21T18:32:45.045 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:44 smithi077 bash[23831]: audit 2024-05-21T18:32:43.582359+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:32:45.045 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:44 smithi077 bash[23831]: audit 2024-05-21T18:32:43.582359+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:32:45.045 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:44 smithi077 bash[23831]: audit 2024-05-21T18:32:43.590962+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:32:45.046 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:44 smithi077 bash[23831]: audit 2024-05-21T18:32:43.590962+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:32:45.046 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:44 smithi077 bash[23831]: audit 2024-05-21T18:32:43.593743+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-05-21T18:32:45.046 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:44 smithi077 bash[23831]: audit 2024-05-21T18:32:43.593743+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-05-21T18:32:45.046 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:44 smithi077 bash[23831]: cephadm 2024-05-21T18:32:43.595266+0000 mgr.a (mgr.14152) 254 : cephadm [INF] Adjusting osd_memory_target on smithi134 to 21361M 2024-05-21T18:32:45.046 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:44 smithi077 bash[23831]: cephadm 2024-05-21T18:32:43.595266+0000 mgr.a (mgr.14152) 254 : cephadm [INF] Adjusting osd_memory_target on smithi134 to 21361M 2024-05-21T18:32:45.046 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:44 smithi077 bash[23831]: audit 2024-05-21T18:32:43.601446+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:32:45.046 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:44 smithi077 bash[23831]: audit 2024-05-21T18:32:43.601446+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:32:45.046 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:44 smithi077 bash[23831]: audit 2024-05-21T18:32:43.605317+0000 mon.a (mon.0) 521 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:32:45.046 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:44 smithi077 bash[23831]: audit 2024-05-21T18:32:43.605317+0000 mon.a (mon.0) 521 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:32:45.046 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:44 smithi077 bash[23831]: audit 2024-05-21T18:32:43.607102+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T18:32:45.046 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:44 smithi077 bash[23831]: audit 2024-05-21T18:32:43.607102+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T18:32:45.046 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:44 smithi077 bash[23831]: audit 2024-05-21T18:32:43.617452+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:32:45.047 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:44 smithi077 bash[23831]: audit 2024-05-21T18:32:43.617452+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:32:45.047 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:44 smithi077 bash[23831]: cluster 2024-05-21T18:32:44.165393+0000 mgr.a (mgr.14152) 255 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail; 53 KiB/s, 0 objects/s recovering 2024-05-21T18:32:45.047 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:44 smithi077 bash[23831]: cluster 2024-05-21T18:32:44.165393+0000 mgr.a (mgr.14152) 255 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail; 53 KiB/s, 0 objects/s recovering 2024-05-21T18:32:47.544 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:47 smithi077 bash[23831]: cluster 2024-05-21T18:32:46.165934+0000 mgr.a (mgr.14152) 256 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-05-21T18:32:47.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:47 smithi077 bash[23831]: cluster 2024-05-21T18:32:46.165934+0000 mgr.a (mgr.14152) 256 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-05-21T18:32:47.600 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:47 smithi134 bash[24085]: cluster 2024-05-21T18:32:46.165934+0000 mgr.a (mgr.14152) 256 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-05-21T18:32:47.600 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:47 smithi134 bash[24085]: cluster 2024-05-21T18:32:46.165934+0000 mgr.a (mgr.14152) 256 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-05-21T18:32:47.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:47 smithi016 bash[21861]: cluster 2024-05-21T18:32:46.165934+0000 mgr.a (mgr.14152) 256 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-05-21T18:32:47.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:47 smithi016 bash[21861]: cluster 2024-05-21T18:32:46.165934+0000 mgr.a (mgr.14152) 256 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-05-21T18:32:48.185 INFO:teuthology.orchestra.run.smithi134.stderr:Inferring config /var/lib/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/mon.c/config 2024-05-21T18:32:49.350 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:49 smithi134 bash[24085]: cluster 2024-05-21T18:32:48.166523+0000 mgr.a (mgr.14152) 257 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-05-21T18:32:49.350 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:49 smithi134 bash[24085]: cluster 2024-05-21T18:32:48.166523+0000 mgr.a (mgr.14152) 257 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-05-21T18:32:49.544 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:49 smithi077 bash[23831]: cluster 2024-05-21T18:32:48.166523+0000 mgr.a (mgr.14152) 257 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-05-21T18:32:49.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:49 smithi077 bash[23831]: cluster 2024-05-21T18:32:48.166523+0000 mgr.a (mgr.14152) 257 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-05-21T18:32:49.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:49 smithi016 bash[21861]: cluster 2024-05-21T18:32:48.166523+0000 mgr.a (mgr.14152) 257 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-05-21T18:32:49.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:49 smithi016 bash[21861]: cluster 2024-05-21T18:32:48.166523+0000 mgr.a (mgr.14152) 257 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-05-21T18:32:51.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:51 smithi077 bash[23831]: cluster 2024-05-21T18:32:50.166882+0000 mgr.a (mgr.14152) 258 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-05-21T18:32:51.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:51 smithi077 bash[23831]: cluster 2024-05-21T18:32:50.166882+0000 mgr.a (mgr.14152) 258 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-05-21T18:32:51.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:51 smithi077 bash[23831]: audit 2024-05-21T18:32:51.128248+0000 mon.a (mon.0) 524 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-21T18:32:51.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:51 smithi077 bash[23831]: audit 2024-05-21T18:32:51.128248+0000 mon.a (mon.0) 524 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-21T18:32:51.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:51 smithi077 bash[23831]: audit 2024-05-21T18:32:51.134878+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-21T18:32:51.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:51 smithi077 bash[23831]: audit 2024-05-21T18:32:51.134878+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-21T18:32:51.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:51 smithi077 bash[23831]: audit 2024-05-21T18:32:51.136680+0000 mon.a (mon.0) 526 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:32:51.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:51 smithi077 bash[23831]: audit 2024-05-21T18:32:51.136680+0000 mon.a (mon.0) 526 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:32:51.600 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:51 smithi134 bash[24085]: cluster 2024-05-21T18:32:50.166882+0000 mgr.a (mgr.14152) 258 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-05-21T18:32:51.600 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:51 smithi134 bash[24085]: cluster 2024-05-21T18:32:50.166882+0000 mgr.a (mgr.14152) 258 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-05-21T18:32:51.600 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:51 smithi134 bash[24085]: audit 2024-05-21T18:32:51.128248+0000 mon.a (mon.0) 524 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-21T18:32:51.600 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:51 smithi134 bash[24085]: audit 2024-05-21T18:32:51.128248+0000 mon.a (mon.0) 524 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-21T18:32:51.600 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:51 smithi134 bash[24085]: audit 2024-05-21T18:32:51.134878+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-21T18:32:51.600 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:51 smithi134 bash[24085]: audit 2024-05-21T18:32:51.134878+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-21T18:32:51.600 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:51 smithi134 bash[24085]: audit 2024-05-21T18:32:51.136680+0000 mon.a (mon.0) 526 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:32:51.600 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:51 smithi134 bash[24085]: audit 2024-05-21T18:32:51.136680+0000 mon.a (mon.0) 526 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:32:51.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:51 smithi016 bash[21861]: cluster 2024-05-21T18:32:50.166882+0000 mgr.a (mgr.14152) 258 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-05-21T18:32:51.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:51 smithi016 bash[21861]: cluster 2024-05-21T18:32:50.166882+0000 mgr.a (mgr.14152) 258 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-05-21T18:32:51.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:51 smithi016 bash[21861]: audit 2024-05-21T18:32:51.128248+0000 mon.a (mon.0) 524 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-21T18:32:51.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:51 smithi016 bash[21861]: audit 2024-05-21T18:32:51.128248+0000 mon.a (mon.0) 524 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-21T18:32:51.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:51 smithi016 bash[21861]: audit 2024-05-21T18:32:51.134878+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-21T18:32:51.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:51 smithi016 bash[21861]: audit 2024-05-21T18:32:51.134878+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-21T18:32:51.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:51 smithi016 bash[21861]: audit 2024-05-21T18:32:51.136680+0000 mon.a (mon.0) 526 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:32:51.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:51 smithi016 bash[21861]: audit 2024-05-21T18:32:51.136680+0000 mon.a (mon.0) 526 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:32:52.544 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:52 smithi077 bash[23831]: audit 2024-05-21T18:32:51.121109+0000 mgr.a (mgr.14152) 259 : audit [DBG] from='client.24211 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi134:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T18:32:52.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:52 smithi077 bash[23831]: audit 2024-05-21T18:32:51.121109+0000 mgr.a (mgr.14152) 259 : audit [DBG] from='client.24211 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi134:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T18:32:52.599 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:52 smithi134 bash[24085]: audit 2024-05-21T18:32:51.121109+0000 mgr.a (mgr.14152) 259 : audit [DBG] from='client.24211 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi134:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T18:32:52.599 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:52 smithi134 bash[24085]: audit 2024-05-21T18:32:51.121109+0000 mgr.a (mgr.14152) 259 : audit [DBG] from='client.24211 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi134:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T18:32:52.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:52 smithi016 bash[21861]: audit 2024-05-21T18:32:51.121109+0000 mgr.a (mgr.14152) 259 : audit [DBG] from='client.24211 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi134:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T18:32:52.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:52 smithi016 bash[21861]: audit 2024-05-21T18:32:51.121109+0000 mgr.a (mgr.14152) 259 : audit [DBG] from='client.24211 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi134:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T18:32:53.544 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:53 smithi077 bash[23831]: cluster 2024-05-21T18:32:52.167391+0000 mgr.a (mgr.14152) 260 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-05-21T18:32:53.544 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:53 smithi077 bash[23831]: cluster 2024-05-21T18:32:52.167391+0000 mgr.a (mgr.14152) 260 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-05-21T18:32:53.599 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:53 smithi134 bash[24085]: cluster 2024-05-21T18:32:52.167391+0000 mgr.a (mgr.14152) 260 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-05-21T18:32:53.599 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:53 smithi134 bash[24085]: cluster 2024-05-21T18:32:52.167391+0000 mgr.a (mgr.14152) 260 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-05-21T18:32:53.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:53 smithi016 bash[21861]: cluster 2024-05-21T18:32:52.167391+0000 mgr.a (mgr.14152) 260 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-05-21T18:32:53.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:53 smithi016 bash[21861]: cluster 2024-05-21T18:32:52.167391+0000 mgr.a (mgr.14152) 260 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-05-21T18:32:55.544 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:55 smithi077 bash[23831]: cluster 2024-05-21T18:32:54.167915+0000 mgr.a (mgr.14152) 261 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-05-21T18:32:55.544 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:55 smithi077 bash[23831]: cluster 2024-05-21T18:32:54.167915+0000 mgr.a (mgr.14152) 261 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-05-21T18:32:55.599 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:55 smithi134 bash[24085]: cluster 2024-05-21T18:32:54.167915+0000 mgr.a (mgr.14152) 261 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-05-21T18:32:55.599 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:55 smithi134 bash[24085]: cluster 2024-05-21T18:32:54.167915+0000 mgr.a (mgr.14152) 261 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-05-21T18:32:55.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:55 smithi016 bash[21861]: cluster 2024-05-21T18:32:54.167915+0000 mgr.a (mgr.14152) 261 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-05-21T18:32:55.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:55 smithi016 bash[21861]: cluster 2024-05-21T18:32:54.167915+0000 mgr.a (mgr.14152) 261 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-05-21T18:32:57.544 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:57 smithi077 bash[23831]: cluster 2024-05-21T18:32:56.168528+0000 mgr.a (mgr.14152) 262 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-05-21T18:32:57.544 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:57 smithi077 bash[23831]: cluster 2024-05-21T18:32:56.168528+0000 mgr.a (mgr.14152) 262 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-05-21T18:32:57.599 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:57 smithi134 bash[24085]: cluster 2024-05-21T18:32:56.168528+0000 mgr.a (mgr.14152) 262 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-05-21T18:32:57.599 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:57 smithi134 bash[24085]: cluster 2024-05-21T18:32:56.168528+0000 mgr.a (mgr.14152) 262 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-05-21T18:32:57.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:57 smithi016 bash[21861]: cluster 2024-05-21T18:32:56.168528+0000 mgr.a (mgr.14152) 262 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-05-21T18:32:57.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:57 smithi016 bash[21861]: cluster 2024-05-21T18:32:56.168528+0000 mgr.a (mgr.14152) 262 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-05-21T18:32:59.544 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:59 smithi077 bash[23831]: cluster 2024-05-21T18:32:58.169123+0000 mgr.a (mgr.14152) 263 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-05-21T18:32:59.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:32:59 smithi077 bash[23831]: cluster 2024-05-21T18:32:58.169123+0000 mgr.a (mgr.14152) 263 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-05-21T18:32:59.599 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:59 smithi134 bash[24085]: cluster 2024-05-21T18:32:58.169123+0000 mgr.a (mgr.14152) 263 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-05-21T18:32:59.599 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:32:59 smithi134 bash[24085]: cluster 2024-05-21T18:32:58.169123+0000 mgr.a (mgr.14152) 263 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-05-21T18:32:59.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:59 smithi016 bash[21861]: cluster 2024-05-21T18:32:58.169123+0000 mgr.a (mgr.14152) 263 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-05-21T18:32:59.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:32:59 smithi016 bash[21861]: cluster 2024-05-21T18:32:58.169123+0000 mgr.a (mgr.14152) 263 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-05-21T18:33:00.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:00 smithi077 bash[23831]: audit 2024-05-21T18:32:59.471293+0000 mon.a (mon.0) 527 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "781d3eeb-1726-4bbc-a7c0-5dfa0ee8357d"}]: dispatch 2024-05-21T18:33:00.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:00 smithi077 bash[23831]: audit 2024-05-21T18:32:59.471293+0000 mon.a (mon.0) 527 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "781d3eeb-1726-4bbc-a7c0-5dfa0ee8357d"}]: dispatch 2024-05-21T18:33:00.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:00 smithi077 bash[23831]: audit 2024-05-21T18:32:59.472124+0000 mon.c (mon.1) 9 : audit [INF] from='client.? 172.21.15.134:0/2937378422' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "781d3eeb-1726-4bbc-a7c0-5dfa0ee8357d"}]: dispatch 2024-05-21T18:33:00.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:00 smithi077 bash[23831]: audit 2024-05-21T18:32:59.472124+0000 mon.c (mon.1) 9 : audit [INF] from='client.? 172.21.15.134:0/2937378422' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "781d3eeb-1726-4bbc-a7c0-5dfa0ee8357d"}]: dispatch 2024-05-21T18:33:00.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:00 smithi077 bash[23831]: audit 2024-05-21T18:32:59.474919+0000 mon.a (mon.0) 528 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "781d3eeb-1726-4bbc-a7c0-5dfa0ee8357d"}]': finished 2024-05-21T18:33:00.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:00 smithi077 bash[23831]: audit 2024-05-21T18:32:59.474919+0000 mon.a (mon.0) 528 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "781d3eeb-1726-4bbc-a7c0-5dfa0ee8357d"}]': finished 2024-05-21T18:33:00.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:00 smithi077 bash[23831]: cluster 2024-05-21T18:32:59.480141+0000 mon.a (mon.0) 529 : cluster [DBG] osdmap e34: 6 total, 5 up, 6 in 2024-05-21T18:33:00.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:00 smithi077 bash[23831]: cluster 2024-05-21T18:32:59.480141+0000 mon.a (mon.0) 529 : cluster [DBG] osdmap e34: 6 total, 5 up, 6 in 2024-05-21T18:33:00.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:00 smithi077 bash[23831]: audit 2024-05-21T18:32:59.480702+0000 mon.a (mon.0) 530 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-21T18:33:00.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:00 smithi077 bash[23831]: audit 2024-05-21T18:32:59.480702+0000 mon.a (mon.0) 530 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-21T18:33:00.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:00 smithi077 bash[23831]: audit 2024-05-21T18:33:00.227804+0000 mon.c (mon.1) 10 : audit [DBG] from='client.? 172.21.15.134:0/2437772967' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-21T18:33:00.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:00 smithi077 bash[23831]: audit 2024-05-21T18:33:00.227804+0000 mon.c (mon.1) 10 : audit [DBG] from='client.? 172.21.15.134:0/2437772967' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-21T18:33:00.600 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:00 smithi134 bash[24085]: audit 2024-05-21T18:32:59.471293+0000 mon.a (mon.0) 527 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "781d3eeb-1726-4bbc-a7c0-5dfa0ee8357d"}]: dispatch 2024-05-21T18:33:00.600 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:00 smithi134 bash[24085]: audit 2024-05-21T18:32:59.471293+0000 mon.a (mon.0) 527 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "781d3eeb-1726-4bbc-a7c0-5dfa0ee8357d"}]: dispatch 2024-05-21T18:33:00.600 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:00 smithi134 bash[24085]: audit 2024-05-21T18:32:59.472124+0000 mon.c (mon.1) 9 : audit [INF] from='client.? 172.21.15.134:0/2937378422' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "781d3eeb-1726-4bbc-a7c0-5dfa0ee8357d"}]: dispatch 2024-05-21T18:33:00.600 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:00 smithi134 bash[24085]: audit 2024-05-21T18:32:59.472124+0000 mon.c (mon.1) 9 : audit [INF] from='client.? 172.21.15.134:0/2937378422' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "781d3eeb-1726-4bbc-a7c0-5dfa0ee8357d"}]: dispatch 2024-05-21T18:33:00.600 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:00 smithi134 bash[24085]: audit 2024-05-21T18:32:59.474919+0000 mon.a (mon.0) 528 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "781d3eeb-1726-4bbc-a7c0-5dfa0ee8357d"}]': finished 2024-05-21T18:33:00.600 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:00 smithi134 bash[24085]: audit 2024-05-21T18:32:59.474919+0000 mon.a (mon.0) 528 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "781d3eeb-1726-4bbc-a7c0-5dfa0ee8357d"}]': finished 2024-05-21T18:33:00.600 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:00 smithi134 bash[24085]: cluster 2024-05-21T18:32:59.480141+0000 mon.a (mon.0) 529 : cluster [DBG] osdmap e34: 6 total, 5 up, 6 in 2024-05-21T18:33:00.600 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:00 smithi134 bash[24085]: cluster 2024-05-21T18:32:59.480141+0000 mon.a (mon.0) 529 : cluster [DBG] osdmap e34: 6 total, 5 up, 6 in 2024-05-21T18:33:00.600 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:00 smithi134 bash[24085]: audit 2024-05-21T18:32:59.480702+0000 mon.a (mon.0) 530 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-21T18:33:00.600 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:00 smithi134 bash[24085]: audit 2024-05-21T18:32:59.480702+0000 mon.a (mon.0) 530 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-21T18:33:00.600 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:00 smithi134 bash[24085]: audit 2024-05-21T18:33:00.227804+0000 mon.c (mon.1) 10 : audit [DBG] from='client.? 172.21.15.134:0/2437772967' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-21T18:33:00.601 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:00 smithi134 bash[24085]: audit 2024-05-21T18:33:00.227804+0000 mon.c (mon.1) 10 : audit [DBG] from='client.? 172.21.15.134:0/2437772967' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-21T18:33:00.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:00 smithi016 bash[21861]: audit 2024-05-21T18:32:59.471293+0000 mon.a (mon.0) 527 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "781d3eeb-1726-4bbc-a7c0-5dfa0ee8357d"}]: dispatch 2024-05-21T18:33:00.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:00 smithi016 bash[21861]: audit 2024-05-21T18:32:59.471293+0000 mon.a (mon.0) 527 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "781d3eeb-1726-4bbc-a7c0-5dfa0ee8357d"}]: dispatch 2024-05-21T18:33:00.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:00 smithi016 bash[21861]: audit 2024-05-21T18:32:59.472124+0000 mon.c (mon.1) 9 : audit [INF] from='client.? 172.21.15.134:0/2937378422' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "781d3eeb-1726-4bbc-a7c0-5dfa0ee8357d"}]: dispatch 2024-05-21T18:33:00.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:00 smithi016 bash[21861]: audit 2024-05-21T18:32:59.472124+0000 mon.c (mon.1) 9 : audit [INF] from='client.? 172.21.15.134:0/2937378422' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "781d3eeb-1726-4bbc-a7c0-5dfa0ee8357d"}]: dispatch 2024-05-21T18:33:00.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:00 smithi016 bash[21861]: audit 2024-05-21T18:32:59.474919+0000 mon.a (mon.0) 528 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "781d3eeb-1726-4bbc-a7c0-5dfa0ee8357d"}]': finished 2024-05-21T18:33:00.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:00 smithi016 bash[21861]: audit 2024-05-21T18:32:59.474919+0000 mon.a (mon.0) 528 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "781d3eeb-1726-4bbc-a7c0-5dfa0ee8357d"}]': finished 2024-05-21T18:33:00.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:00 smithi016 bash[21861]: cluster 2024-05-21T18:32:59.480141+0000 mon.a (mon.0) 529 : cluster [DBG] osdmap e34: 6 total, 5 up, 6 in 2024-05-21T18:33:00.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:00 smithi016 bash[21861]: cluster 2024-05-21T18:32:59.480141+0000 mon.a (mon.0) 529 : cluster [DBG] osdmap e34: 6 total, 5 up, 6 in 2024-05-21T18:33:00.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:00 smithi016 bash[21861]: audit 2024-05-21T18:32:59.480702+0000 mon.a (mon.0) 530 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-21T18:33:00.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:00 smithi016 bash[21861]: audit 2024-05-21T18:32:59.480702+0000 mon.a (mon.0) 530 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-21T18:33:00.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:00 smithi016 bash[21861]: audit 2024-05-21T18:33:00.227804+0000 mon.c (mon.1) 10 : audit [DBG] from='client.? 172.21.15.134:0/2437772967' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-21T18:33:00.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:00 smithi016 bash[21861]: audit 2024-05-21T18:33:00.227804+0000 mon.c (mon.1) 10 : audit [DBG] from='client.? 172.21.15.134:0/2437772967' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-21T18:33:01.544 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:01 smithi077 bash[23831]: cluster 2024-05-21T18:33:00.169675+0000 mgr.a (mgr.14152) 264 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-05-21T18:33:01.544 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:01 smithi077 bash[23831]: cluster 2024-05-21T18:33:00.169675+0000 mgr.a (mgr.14152) 264 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-05-21T18:33:01.599 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:01 smithi134 bash[24085]: cluster 2024-05-21T18:33:00.169675+0000 mgr.a (mgr.14152) 264 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-05-21T18:33:01.600 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:01 smithi134 bash[24085]: cluster 2024-05-21T18:33:00.169675+0000 mgr.a (mgr.14152) 264 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-05-21T18:33:01.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:01 smithi016 bash[21861]: cluster 2024-05-21T18:33:00.169675+0000 mgr.a (mgr.14152) 264 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-05-21T18:33:01.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:01 smithi016 bash[21861]: cluster 2024-05-21T18:33:00.169675+0000 mgr.a (mgr.14152) 264 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-05-21T18:33:03.544 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:03 smithi077 bash[23831]: cluster 2024-05-21T18:33:02.170190+0000 mgr.a (mgr.14152) 265 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-05-21T18:33:03.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:03 smithi077 bash[23831]: cluster 2024-05-21T18:33:02.170190+0000 mgr.a (mgr.14152) 265 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-05-21T18:33:03.599 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:03 smithi134 bash[24085]: cluster 2024-05-21T18:33:02.170190+0000 mgr.a (mgr.14152) 265 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-05-21T18:33:03.599 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:03 smithi134 bash[24085]: cluster 2024-05-21T18:33:02.170190+0000 mgr.a (mgr.14152) 265 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-05-21T18:33:03.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:03 smithi016 bash[21861]: cluster 2024-05-21T18:33:02.170190+0000 mgr.a (mgr.14152) 265 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-05-21T18:33:03.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:03 smithi016 bash[21861]: cluster 2024-05-21T18:33:02.170190+0000 mgr.a (mgr.14152) 265 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-05-21T18:33:05.544 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:05 smithi077 bash[23831]: cluster 2024-05-21T18:33:04.170757+0000 mgr.a (mgr.14152) 266 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-05-21T18:33:05.544 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:05 smithi077 bash[23831]: cluster 2024-05-21T18:33:04.170757+0000 mgr.a (mgr.14152) 266 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-05-21T18:33:05.599 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:05 smithi134 bash[24085]: cluster 2024-05-21T18:33:04.170757+0000 mgr.a (mgr.14152) 266 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-05-21T18:33:05.599 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:05 smithi134 bash[24085]: cluster 2024-05-21T18:33:04.170757+0000 mgr.a (mgr.14152) 266 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-05-21T18:33:05.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:05 smithi016 bash[21861]: cluster 2024-05-21T18:33:04.170757+0000 mgr.a (mgr.14152) 266 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-05-21T18:33:05.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:05 smithi016 bash[21861]: cluster 2024-05-21T18:33:04.170757+0000 mgr.a (mgr.14152) 266 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-05-21T18:33:07.544 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:07 smithi077 bash[23831]: cluster 2024-05-21T18:33:06.171250+0000 mgr.a (mgr.14152) 267 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-05-21T18:33:07.544 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:07 smithi077 bash[23831]: cluster 2024-05-21T18:33:06.171250+0000 mgr.a (mgr.14152) 267 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-05-21T18:33:07.599 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:07 smithi134 bash[24085]: cluster 2024-05-21T18:33:06.171250+0000 mgr.a (mgr.14152) 267 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-05-21T18:33:07.599 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:07 smithi134 bash[24085]: cluster 2024-05-21T18:33:06.171250+0000 mgr.a (mgr.14152) 267 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-05-21T18:33:07.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:07 smithi016 bash[21861]: cluster 2024-05-21T18:33:06.171250+0000 mgr.a (mgr.14152) 267 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-05-21T18:33:07.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:07 smithi016 bash[21861]: cluster 2024-05-21T18:33:06.171250+0000 mgr.a (mgr.14152) 267 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-05-21T18:33:09.544 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:09 smithi077 bash[23831]: cluster 2024-05-21T18:33:08.171809+0000 mgr.a (mgr.14152) 268 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-05-21T18:33:09.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:09 smithi077 bash[23831]: cluster 2024-05-21T18:33:08.171809+0000 mgr.a (mgr.14152) 268 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-05-21T18:33:09.599 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:09 smithi134 bash[24085]: cluster 2024-05-21T18:33:08.171809+0000 mgr.a (mgr.14152) 268 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-05-21T18:33:09.599 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:09 smithi134 bash[24085]: cluster 2024-05-21T18:33:08.171809+0000 mgr.a (mgr.14152) 268 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-05-21T18:33:09.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:09 smithi016 bash[21861]: cluster 2024-05-21T18:33:08.171809+0000 mgr.a (mgr.14152) 268 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-05-21T18:33:09.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:09 smithi016 bash[21861]: cluster 2024-05-21T18:33:08.171809+0000 mgr.a (mgr.14152) 268 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-05-21T18:33:11.529 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:11 smithi134 bash[24085]: cluster 2024-05-21T18:33:10.172366+0000 mgr.a (mgr.14152) 269 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-05-21T18:33:11.529 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:11 smithi134 bash[24085]: cluster 2024-05-21T18:33:10.172366+0000 mgr.a (mgr.14152) 269 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-05-21T18:33:11.544 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:11 smithi077 bash[23831]: cluster 2024-05-21T18:33:10.172366+0000 mgr.a (mgr.14152) 269 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-05-21T18:33:11.544 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:11 smithi077 bash[23831]: cluster 2024-05-21T18:33:10.172366+0000 mgr.a (mgr.14152) 269 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-05-21T18:33:11.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:11 smithi016 bash[21861]: cluster 2024-05-21T18:33:10.172366+0000 mgr.a (mgr.14152) 269 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-05-21T18:33:11.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:11 smithi016 bash[21861]: cluster 2024-05-21T18:33:10.172366+0000 mgr.a (mgr.14152) 269 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-05-21T18:33:12.544 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:12 smithi077 bash[23831]: audit 2024-05-21T18:33:12.188900+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-05-21T18:33:12.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:12 smithi077 bash[23831]: audit 2024-05-21T18:33:12.188900+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-05-21T18:33:12.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:12 smithi077 bash[23831]: audit 2024-05-21T18:33:12.190787+0000 mon.a (mon.0) 532 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:33:12.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:12 smithi077 bash[23831]: audit 2024-05-21T18:33:12.190787+0000 mon.a (mon.0) 532 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:33:12.594 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:12 smithi134 bash[24085]: audit 2024-05-21T18:33:12.188900+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-05-21T18:33:12.594 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:12 smithi134 bash[24085]: audit 2024-05-21T18:33:12.188900+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-05-21T18:33:12.594 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:12 smithi134 bash[24085]: audit 2024-05-21T18:33:12.190787+0000 mon.a (mon.0) 532 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:33:12.594 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:12 smithi134 bash[24085]: audit 2024-05-21T18:33:12.190787+0000 mon.a (mon.0) 532 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:33:12.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:12 smithi016 bash[21861]: audit 2024-05-21T18:33:12.188900+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-05-21T18:33:12.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:12 smithi016 bash[21861]: audit 2024-05-21T18:33:12.188900+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-05-21T18:33:12.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:12 smithi016 bash[21861]: audit 2024-05-21T18:33:12.190787+0000 mon.a (mon.0) 532 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:33:12.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:12 smithi016 bash[21861]: audit 2024-05-21T18:33:12.190787+0000 mon.a (mon.0) 532 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:33:13.544 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:13 smithi077 bash[23831]: cluster 2024-05-21T18:33:12.172910+0000 mgr.a (mgr.14152) 270 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-05-21T18:33:13.544 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:13 smithi077 bash[23831]: cluster 2024-05-21T18:33:12.172910+0000 mgr.a (mgr.14152) 270 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-05-21T18:33:13.544 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:13 smithi077 bash[23831]: cephadm 2024-05-21T18:33:12.192554+0000 mgr.a (mgr.14152) 271 : cephadm [INF] Deploying daemon osd.5 on smithi134 2024-05-21T18:33:13.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:13 smithi077 bash[23831]: cephadm 2024-05-21T18:33:12.192554+0000 mgr.a (mgr.14152) 271 : cephadm [INF] Deploying daemon osd.5 on smithi134 2024-05-21T18:33:13.553 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:13 smithi134 bash[24085]: cluster 2024-05-21T18:33:12.172910+0000 mgr.a (mgr.14152) 270 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-05-21T18:33:13.553 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:13 smithi134 bash[24085]: cluster 2024-05-21T18:33:12.172910+0000 mgr.a (mgr.14152) 270 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-05-21T18:33:13.553 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:13 smithi134 bash[24085]: cephadm 2024-05-21T18:33:12.192554+0000 mgr.a (mgr.14152) 271 : cephadm [INF] Deploying daemon osd.5 on smithi134 2024-05-21T18:33:13.553 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:13 smithi134 bash[24085]: cephadm 2024-05-21T18:33:12.192554+0000 mgr.a (mgr.14152) 271 : cephadm [INF] Deploying daemon osd.5 on smithi134 2024-05-21T18:33:13.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:13 smithi016 bash[21861]: cluster 2024-05-21T18:33:12.172910+0000 mgr.a (mgr.14152) 270 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-05-21T18:33:13.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:13 smithi016 bash[21861]: cluster 2024-05-21T18:33:12.172910+0000 mgr.a (mgr.14152) 270 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-05-21T18:33:13.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:13 smithi016 bash[21861]: cephadm 2024-05-21T18:33:12.192554+0000 mgr.a (mgr.14152) 271 : cephadm [INF] Deploying daemon osd.5 on smithi134 2024-05-21T18:33:13.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:13 smithi016 bash[21861]: cephadm 2024-05-21T18:33:12.192554+0000 mgr.a (mgr.14152) 271 : cephadm [INF] Deploying daemon osd.5 on smithi134 2024-05-21T18:33:15.544 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:15 smithi077 bash[23831]: cluster 2024-05-21T18:33:14.173473+0000 mgr.a (mgr.14152) 272 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-05-21T18:33:15.544 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:15 smithi077 bash[23831]: cluster 2024-05-21T18:33:14.173473+0000 mgr.a (mgr.14152) 272 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-05-21T18:33:15.572 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:15 smithi134 bash[24085]: cluster 2024-05-21T18:33:14.173473+0000 mgr.a (mgr.14152) 272 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-05-21T18:33:15.572 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:15 smithi134 bash[24085]: cluster 2024-05-21T18:33:14.173473+0000 mgr.a (mgr.14152) 272 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-05-21T18:33:15.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:15 smithi016 bash[21861]: cluster 2024-05-21T18:33:14.173473+0000 mgr.a (mgr.14152) 272 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-05-21T18:33:15.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:15 smithi016 bash[21861]: cluster 2024-05-21T18:33:14.173473+0000 mgr.a (mgr.14152) 272 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-05-21T18:33:16.389 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:16 smithi134 systemd[1]: /etc/systemd/system/ceph-3de35fc8-179f-11ef-bc9a-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-21T18:33:16.389 INFO:journalctl@ceph.osd.4.smithi134.stdout:May 21 18:33:16 smithi134 systemd[1]: /etc/systemd/system/ceph-3de35fc8-179f-11ef-bc9a-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-21T18:33:16.656 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:16 smithi134 systemd[1]: /etc/systemd/system/ceph-3de35fc8-179f-11ef-bc9a-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-21T18:33:16.656 INFO:journalctl@ceph.osd.4.smithi134.stdout:May 21 18:33:16 smithi134 systemd[1]: /etc/systemd/system/ceph-3de35fc8-179f-11ef-bc9a-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-21T18:33:17.544 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:17 smithi077 bash[23831]: cluster 2024-05-21T18:33:16.173983+0000 mgr.a (mgr.14152) 273 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-05-21T18:33:17.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:17 smithi077 bash[23831]: cluster 2024-05-21T18:33:16.173983+0000 mgr.a (mgr.14152) 273 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-05-21T18:33:17.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:17 smithi077 bash[23831]: audit 2024-05-21T18:33:16.669041+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:33:17.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:17 smithi077 bash[23831]: audit 2024-05-21T18:33:16.669041+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:33:17.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:17 smithi077 bash[23831]: audit 2024-05-21T18:33:16.677350+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:33:17.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:17 smithi077 bash[23831]: audit 2024-05-21T18:33:16.677350+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:33:17.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:17 smithi077 bash[23831]: audit 2024-05-21T18:33:16.684439+0000 mon.a (mon.0) 535 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T18:33:17.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:17 smithi077 bash[23831]: audit 2024-05-21T18:33:16.684439+0000 mon.a (mon.0) 535 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T18:33:17.599 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:17 smithi134 bash[24085]: cluster 2024-05-21T18:33:16.173983+0000 mgr.a (mgr.14152) 273 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-05-21T18:33:17.599 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:17 smithi134 bash[24085]: cluster 2024-05-21T18:33:16.173983+0000 mgr.a (mgr.14152) 273 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-05-21T18:33:17.599 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:17 smithi134 bash[24085]: audit 2024-05-21T18:33:16.669041+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:33:17.599 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:17 smithi134 bash[24085]: audit 2024-05-21T18:33:16.669041+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:33:17.599 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:17 smithi134 bash[24085]: audit 2024-05-21T18:33:16.677350+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:33:17.599 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:17 smithi134 bash[24085]: audit 2024-05-21T18:33:16.677350+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:33:17.600 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:17 smithi134 bash[24085]: audit 2024-05-21T18:33:16.684439+0000 mon.a (mon.0) 535 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T18:33:17.600 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:17 smithi134 bash[24085]: audit 2024-05-21T18:33:16.684439+0000 mon.a (mon.0) 535 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T18:33:17.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:17 smithi016 bash[21861]: cluster 2024-05-21T18:33:16.173983+0000 mgr.a (mgr.14152) 273 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-05-21T18:33:17.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:17 smithi016 bash[21861]: cluster 2024-05-21T18:33:16.173983+0000 mgr.a (mgr.14152) 273 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-05-21T18:33:17.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:17 smithi016 bash[21861]: audit 2024-05-21T18:33:16.669041+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:33:17.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:17 smithi016 bash[21861]: audit 2024-05-21T18:33:16.669041+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:33:17.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:17 smithi016 bash[21861]: audit 2024-05-21T18:33:16.677350+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:33:17.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:17 smithi016 bash[21861]: audit 2024-05-21T18:33:16.677350+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:33:17.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:17 smithi016 bash[21861]: audit 2024-05-21T18:33:16.684439+0000 mon.a (mon.0) 535 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T18:33:17.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:17 smithi016 bash[21861]: audit 2024-05-21T18:33:16.684439+0000 mon.a (mon.0) 535 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T18:33:19.590 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:19 smithi134 bash[24085]: cluster 2024-05-21T18:33:18.174561+0000 mgr.a (mgr.14152) 274 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-05-21T18:33:19.590 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:19 smithi134 bash[24085]: cluster 2024-05-21T18:33:18.174561+0000 mgr.a (mgr.14152) 274 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-05-21T18:33:19.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:19 smithi016 bash[21861]: cluster 2024-05-21T18:33:18.174561+0000 mgr.a (mgr.14152) 274 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-05-21T18:33:19.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:19 smithi016 bash[21861]: cluster 2024-05-21T18:33:18.174561+0000 mgr.a (mgr.14152) 274 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-05-21T18:33:19.794 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:19 smithi077 bash[23831]: cluster 2024-05-21T18:33:18.174561+0000 mgr.a (mgr.14152) 274 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-05-21T18:33:19.794 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:19 smithi077 bash[23831]: cluster 2024-05-21T18:33:18.174561+0000 mgr.a (mgr.14152) 274 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-05-21T18:33:21.599 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:21 smithi134 bash[24085]: cluster 2024-05-21T18:33:20.175076+0000 mgr.a (mgr.14152) 275 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-05-21T18:33:21.599 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:21 smithi134 bash[24085]: cluster 2024-05-21T18:33:20.175076+0000 mgr.a (mgr.14152) 275 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-05-21T18:33:21.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:21 smithi016 bash[21861]: cluster 2024-05-21T18:33:20.175076+0000 mgr.a (mgr.14152) 275 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-05-21T18:33:21.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:21 smithi016 bash[21861]: cluster 2024-05-21T18:33:20.175076+0000 mgr.a (mgr.14152) 275 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-05-21T18:33:21.794 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:21 smithi077 bash[23831]: cluster 2024-05-21T18:33:20.175076+0000 mgr.a (mgr.14152) 275 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-05-21T18:33:21.794 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:21 smithi077 bash[23831]: cluster 2024-05-21T18:33:20.175076+0000 mgr.a (mgr.14152) 275 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-05-21T18:33:23.553 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:23 smithi134 bash[24085]: cluster 2024-05-21T18:33:22.175584+0000 mgr.a (mgr.14152) 276 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-05-21T18:33:23.553 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:23 smithi134 bash[24085]: cluster 2024-05-21T18:33:22.175584+0000 mgr.a (mgr.14152) 276 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-05-21T18:33:23.553 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:23 smithi134 bash[24085]: audit 2024-05-21T18:33:23.107127+0000 mon.a (mon.0) 536 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-05-21T18:33:23.553 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:23 smithi134 bash[24085]: audit 2024-05-21T18:33:23.107127+0000 mon.a (mon.0) 536 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-05-21T18:33:23.553 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:23 smithi134 bash[24085]: audit 2024-05-21T18:33:23.108099+0000 mon.c (mon.1) 11 : audit [INF] from='osd.5 [v2:172.21.15.134:6808/2295689964,v1:172.21.15.134:6809/2295689964]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-05-21T18:33:23.553 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:23 smithi134 bash[24085]: audit 2024-05-21T18:33:23.108099+0000 mon.c (mon.1) 11 : audit [INF] from='osd.5 [v2:172.21.15.134:6808/2295689964,v1:172.21.15.134:6809/2295689964]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-05-21T18:33:23.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:23 smithi016 bash[21861]: cluster 2024-05-21T18:33:22.175584+0000 mgr.a (mgr.14152) 276 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-05-21T18:33:23.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:23 smithi016 bash[21861]: cluster 2024-05-21T18:33:22.175584+0000 mgr.a (mgr.14152) 276 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-05-21T18:33:23.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:23 smithi016 bash[21861]: audit 2024-05-21T18:33:23.107127+0000 mon.a (mon.0) 536 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-05-21T18:33:23.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:23 smithi016 bash[21861]: audit 2024-05-21T18:33:23.107127+0000 mon.a (mon.0) 536 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-05-21T18:33:23.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:23 smithi016 bash[21861]: audit 2024-05-21T18:33:23.108099+0000 mon.c (mon.1) 11 : audit [INF] from='osd.5 [v2:172.21.15.134:6808/2295689964,v1:172.21.15.134:6809/2295689964]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-05-21T18:33:23.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:23 smithi016 bash[21861]: audit 2024-05-21T18:33:23.108099+0000 mon.c (mon.1) 11 : audit [INF] from='osd.5 [v2:172.21.15.134:6808/2295689964,v1:172.21.15.134:6809/2295689964]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-05-21T18:33:23.794 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:23 smithi077 bash[23831]: cluster 2024-05-21T18:33:22.175584+0000 mgr.a (mgr.14152) 276 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-05-21T18:33:23.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:23 smithi077 bash[23831]: cluster 2024-05-21T18:33:22.175584+0000 mgr.a (mgr.14152) 276 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-05-21T18:33:23.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:23 smithi077 bash[23831]: audit 2024-05-21T18:33:23.107127+0000 mon.a (mon.0) 536 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-05-21T18:33:23.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:23 smithi077 bash[23831]: audit 2024-05-21T18:33:23.107127+0000 mon.a (mon.0) 536 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-05-21T18:33:23.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:23 smithi077 bash[23831]: audit 2024-05-21T18:33:23.108099+0000 mon.c (mon.1) 11 : audit [INF] from='osd.5 [v2:172.21.15.134:6808/2295689964,v1:172.21.15.134:6809/2295689964]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-05-21T18:33:23.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:23 smithi077 bash[23831]: audit 2024-05-21T18:33:23.108099+0000 mon.c (mon.1) 11 : audit [INF] from='osd.5 [v2:172.21.15.134:6808/2295689964,v1:172.21.15.134:6809/2295689964]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-05-21T18:33:24.587 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:24 smithi134 bash[24085]: audit 2024-05-21T18:33:23.315536+0000 mon.a (mon.0) 537 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-05-21T18:33:24.587 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:24 smithi134 bash[24085]: audit 2024-05-21T18:33:23.315536+0000 mon.a (mon.0) 537 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-05-21T18:33:24.587 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:24 smithi134 bash[24085]: cluster 2024-05-21T18:33:23.320364+0000 mon.a (mon.0) 538 : cluster [DBG] osdmap e35: 6 total, 5 up, 6 in 2024-05-21T18:33:24.587 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:24 smithi134 bash[24085]: cluster 2024-05-21T18:33:23.320364+0000 mon.a (mon.0) 538 : cluster [DBG] osdmap e35: 6 total, 5 up, 6 in 2024-05-21T18:33:24.587 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:24 smithi134 bash[24085]: audit 2024-05-21T18:33:23.320941+0000 mon.a (mon.0) 539 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-21T18:33:24.587 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:24 smithi134 bash[24085]: audit 2024-05-21T18:33:23.320941+0000 mon.a (mon.0) 539 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-21T18:33:24.587 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:24 smithi134 bash[24085]: audit 2024-05-21T18:33:23.321693+0000 mon.a (mon.0) 540 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]: dispatch 2024-05-21T18:33:24.587 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:24 smithi134 bash[24085]: audit 2024-05-21T18:33:23.321693+0000 mon.a (mon.0) 540 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]: dispatch 2024-05-21T18:33:24.587 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:24 smithi134 bash[24085]: audit 2024-05-21T18:33:23.322058+0000 mon.c (mon.1) 12 : audit [INF] from='osd.5 [v2:172.21.15.134:6808/2295689964,v1:172.21.15.134:6809/2295689964]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]: dispatch 2024-05-21T18:33:24.588 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:24 smithi134 bash[24085]: audit 2024-05-21T18:33:23.322058+0000 mon.c (mon.1) 12 : audit [INF] from='osd.5 [v2:172.21.15.134:6808/2295689964,v1:172.21.15.134:6809/2295689964]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]: dispatch 2024-05-21T18:33:24.588 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:24 smithi134 bash[24085]: audit 2024-05-21T18:33:23.643460+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:33:24.588 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:24 smithi134 bash[24085]: audit 2024-05-21T18:33:23.643460+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:33:24.588 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:24 smithi134 bash[24085]: audit 2024-05-21T18:33:23.652449+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:33:24.588 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:24 smithi134 bash[24085]: audit 2024-05-21T18:33:23.652449+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:33:24.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:24 smithi016 bash[21861]: audit 2024-05-21T18:33:23.315536+0000 mon.a (mon.0) 537 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-05-21T18:33:24.607 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:24 smithi016 bash[21861]: audit 2024-05-21T18:33:23.315536+0000 mon.a (mon.0) 537 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-05-21T18:33:24.607 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:24 smithi016 bash[21861]: cluster 2024-05-21T18:33:23.320364+0000 mon.a (mon.0) 538 : cluster [DBG] osdmap e35: 6 total, 5 up, 6 in 2024-05-21T18:33:24.607 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:24 smithi016 bash[21861]: cluster 2024-05-21T18:33:23.320364+0000 mon.a (mon.0) 538 : cluster [DBG] osdmap e35: 6 total, 5 up, 6 in 2024-05-21T18:33:24.607 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:24 smithi016 bash[21861]: audit 2024-05-21T18:33:23.320941+0000 mon.a (mon.0) 539 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-21T18:33:24.607 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:24 smithi016 bash[21861]: audit 2024-05-21T18:33:23.320941+0000 mon.a (mon.0) 539 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-21T18:33:24.607 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:24 smithi016 bash[21861]: audit 2024-05-21T18:33:23.321693+0000 mon.a (mon.0) 540 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]: dispatch 2024-05-21T18:33:24.607 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:24 smithi016 bash[21861]: audit 2024-05-21T18:33:23.321693+0000 mon.a (mon.0) 540 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]: dispatch 2024-05-21T18:33:24.607 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:24 smithi016 bash[21861]: audit 2024-05-21T18:33:23.322058+0000 mon.c (mon.1) 12 : audit [INF] from='osd.5 [v2:172.21.15.134:6808/2295689964,v1:172.21.15.134:6809/2295689964]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]: dispatch 2024-05-21T18:33:24.607 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:24 smithi016 bash[21861]: audit 2024-05-21T18:33:23.322058+0000 mon.c (mon.1) 12 : audit [INF] from='osd.5 [v2:172.21.15.134:6808/2295689964,v1:172.21.15.134:6809/2295689964]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]: dispatch 2024-05-21T18:33:24.607 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:24 smithi016 bash[21861]: audit 2024-05-21T18:33:23.643460+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:33:24.607 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:24 smithi016 bash[21861]: audit 2024-05-21T18:33:23.643460+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:33:24.607 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:24 smithi016 bash[21861]: audit 2024-05-21T18:33:23.652449+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:33:24.607 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:24 smithi016 bash[21861]: audit 2024-05-21T18:33:23.652449+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:33:24.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:24 smithi077 bash[23831]: audit 2024-05-21T18:33:23.315536+0000 mon.a (mon.0) 537 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-05-21T18:33:24.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:24 smithi077 bash[23831]: audit 2024-05-21T18:33:23.315536+0000 mon.a (mon.0) 537 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-05-21T18:33:24.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:24 smithi077 bash[23831]: cluster 2024-05-21T18:33:23.320364+0000 mon.a (mon.0) 538 : cluster [DBG] osdmap e35: 6 total, 5 up, 6 in 2024-05-21T18:33:24.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:24 smithi077 bash[23831]: cluster 2024-05-21T18:33:23.320364+0000 mon.a (mon.0) 538 : cluster [DBG] osdmap e35: 6 total, 5 up, 6 in 2024-05-21T18:33:24.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:24 smithi077 bash[23831]: audit 2024-05-21T18:33:23.320941+0000 mon.a (mon.0) 539 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-21T18:33:24.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:24 smithi077 bash[23831]: audit 2024-05-21T18:33:23.320941+0000 mon.a (mon.0) 539 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-21T18:33:24.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:24 smithi077 bash[23831]: audit 2024-05-21T18:33:23.321693+0000 mon.a (mon.0) 540 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]: dispatch 2024-05-21T18:33:24.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:24 smithi077 bash[23831]: audit 2024-05-21T18:33:23.321693+0000 mon.a (mon.0) 540 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]: dispatch 2024-05-21T18:33:24.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:24 smithi077 bash[23831]: audit 2024-05-21T18:33:23.322058+0000 mon.c (mon.1) 12 : audit [INF] from='osd.5 [v2:172.21.15.134:6808/2295689964,v1:172.21.15.134:6809/2295689964]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]: dispatch 2024-05-21T18:33:24.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:24 smithi077 bash[23831]: audit 2024-05-21T18:33:23.322058+0000 mon.c (mon.1) 12 : audit [INF] from='osd.5 [v2:172.21.15.134:6808/2295689964,v1:172.21.15.134:6809/2295689964]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]: dispatch 2024-05-21T18:33:24.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:24 smithi077 bash[23831]: audit 2024-05-21T18:33:23.643460+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:33:24.796 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:24 smithi077 bash[23831]: audit 2024-05-21T18:33:23.643460+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:33:24.796 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:24 smithi077 bash[23831]: audit 2024-05-21T18:33:23.652449+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:33:24.796 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:24 smithi077 bash[23831]: audit 2024-05-21T18:33:23.652449+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:33:25.599 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:25 smithi134 bash[24085]: cluster 2024-05-21T18:33:24.176199+0000 mgr.a (mgr.14152) 277 : cluster [DBG] pgmap v239: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-05-21T18:33:25.600 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:25 smithi134 bash[24085]: cluster 2024-05-21T18:33:24.176199+0000 mgr.a (mgr.14152) 277 : cluster [DBG] pgmap v239: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-05-21T18:33:25.600 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:25 smithi134 bash[24085]: audit 2024-05-21T18:33:24.318012+0000 mon.a (mon.0) 543 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]': finished 2024-05-21T18:33:25.600 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:25 smithi134 bash[24085]: audit 2024-05-21T18:33:24.318012+0000 mon.a (mon.0) 543 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]': finished 2024-05-21T18:33:25.600 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:25 smithi134 bash[24085]: cluster 2024-05-21T18:33:24.323477+0000 mon.a (mon.0) 544 : cluster [DBG] osdmap e36: 6 total, 5 up, 6 in 2024-05-21T18:33:25.600 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:25 smithi134 bash[24085]: cluster 2024-05-21T18:33:24.323477+0000 mon.a (mon.0) 544 : cluster [DBG] osdmap e36: 6 total, 5 up, 6 in 2024-05-21T18:33:25.600 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:25 smithi134 bash[24085]: audit 2024-05-21T18:33:24.324457+0000 mon.a (mon.0) 545 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-21T18:33:25.600 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:25 smithi134 bash[24085]: audit 2024-05-21T18:33:24.324457+0000 mon.a (mon.0) 545 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-21T18:33:25.600 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:25 smithi134 bash[24085]: audit 2024-05-21T18:33:24.325764+0000 mon.a (mon.0) 546 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-21T18:33:25.600 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:25 smithi134 bash[24085]: audit 2024-05-21T18:33:24.325764+0000 mon.a (mon.0) 546 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-21T18:33:25.600 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:25 smithi134 bash[24085]: audit 2024-05-21T18:33:24.378345+0000 mon.a (mon.0) 547 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:33:25.601 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:25 smithi134 bash[24085]: audit 2024-05-21T18:33:24.378345+0000 mon.a (mon.0) 547 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:33:25.601 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:25 smithi134 bash[24085]: audit 2024-05-21T18:33:24.380323+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T18:33:25.601 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:25 smithi134 bash[24085]: audit 2024-05-21T18:33:24.380323+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T18:33:25.601 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:25 smithi134 bash[24085]: audit 2024-05-21T18:33:24.390897+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:33:25.601 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:25 smithi134 bash[24085]: audit 2024-05-21T18:33:24.390897+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:33:25.601 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:25 smithi134 bash[24085]: audit 2024-05-21T18:33:25.326452+0000 mon.a (mon.0) 550 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-21T18:33:25.601 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:25 smithi134 bash[24085]: audit 2024-05-21T18:33:25.326452+0000 mon.a (mon.0) 550 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-21T18:33:25.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:25 smithi016 bash[21861]: cluster 2024-05-21T18:33:24.176199+0000 mgr.a (mgr.14152) 277 : cluster [DBG] pgmap v239: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-05-21T18:33:25.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:25 smithi016 bash[21861]: cluster 2024-05-21T18:33:24.176199+0000 mgr.a (mgr.14152) 277 : cluster [DBG] pgmap v239: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-05-21T18:33:25.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:25 smithi016 bash[21861]: audit 2024-05-21T18:33:24.318012+0000 mon.a (mon.0) 543 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]': finished 2024-05-21T18:33:25.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:25 smithi016 bash[21861]: audit 2024-05-21T18:33:24.318012+0000 mon.a (mon.0) 543 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]': finished 2024-05-21T18:33:25.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:25 smithi016 bash[21861]: cluster 2024-05-21T18:33:24.323477+0000 mon.a (mon.0) 544 : cluster [DBG] osdmap e36: 6 total, 5 up, 6 in 2024-05-21T18:33:25.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:25 smithi016 bash[21861]: cluster 2024-05-21T18:33:24.323477+0000 mon.a (mon.0) 544 : cluster [DBG] osdmap e36: 6 total, 5 up, 6 in 2024-05-21T18:33:25.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:25 smithi016 bash[21861]: audit 2024-05-21T18:33:24.324457+0000 mon.a (mon.0) 545 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-21T18:33:25.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:25 smithi016 bash[21861]: audit 2024-05-21T18:33:24.324457+0000 mon.a (mon.0) 545 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-21T18:33:25.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:25 smithi016 bash[21861]: audit 2024-05-21T18:33:24.325764+0000 mon.a (mon.0) 546 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-21T18:33:25.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:25 smithi016 bash[21861]: audit 2024-05-21T18:33:24.325764+0000 mon.a (mon.0) 546 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-21T18:33:25.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:25 smithi016 bash[21861]: audit 2024-05-21T18:33:24.378345+0000 mon.a (mon.0) 547 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:33:25.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:25 smithi016 bash[21861]: audit 2024-05-21T18:33:24.378345+0000 mon.a (mon.0) 547 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:33:25.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:25 smithi016 bash[21861]: audit 2024-05-21T18:33:24.380323+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T18:33:25.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:25 smithi016 bash[21861]: audit 2024-05-21T18:33:24.380323+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T18:33:25.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:25 smithi016 bash[21861]: audit 2024-05-21T18:33:24.390897+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:33:25.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:25 smithi016 bash[21861]: audit 2024-05-21T18:33:24.390897+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:33:25.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:25 smithi016 bash[21861]: audit 2024-05-21T18:33:25.326452+0000 mon.a (mon.0) 550 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-21T18:33:25.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:25 smithi016 bash[21861]: audit 2024-05-21T18:33:25.326452+0000 mon.a (mon.0) 550 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-21T18:33:25.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:25 smithi077 bash[23831]: cluster 2024-05-21T18:33:24.176199+0000 mgr.a (mgr.14152) 277 : cluster [DBG] pgmap v239: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-05-21T18:33:25.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:25 smithi077 bash[23831]: cluster 2024-05-21T18:33:24.176199+0000 mgr.a (mgr.14152) 277 : cluster [DBG] pgmap v239: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-05-21T18:33:25.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:25 smithi077 bash[23831]: audit 2024-05-21T18:33:24.318012+0000 mon.a (mon.0) 543 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]': finished 2024-05-21T18:33:25.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:25 smithi077 bash[23831]: audit 2024-05-21T18:33:24.318012+0000 mon.a (mon.0) 543 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]': finished 2024-05-21T18:33:25.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:25 smithi077 bash[23831]: cluster 2024-05-21T18:33:24.323477+0000 mon.a (mon.0) 544 : cluster [DBG] osdmap e36: 6 total, 5 up, 6 in 2024-05-21T18:33:25.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:25 smithi077 bash[23831]: cluster 2024-05-21T18:33:24.323477+0000 mon.a (mon.0) 544 : cluster [DBG] osdmap e36: 6 total, 5 up, 6 in 2024-05-21T18:33:25.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:25 smithi077 bash[23831]: audit 2024-05-21T18:33:24.324457+0000 mon.a (mon.0) 545 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-21T18:33:25.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:25 smithi077 bash[23831]: audit 2024-05-21T18:33:24.324457+0000 mon.a (mon.0) 545 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-21T18:33:25.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:25 smithi077 bash[23831]: audit 2024-05-21T18:33:24.325764+0000 mon.a (mon.0) 546 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-21T18:33:25.796 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:25 smithi077 bash[23831]: audit 2024-05-21T18:33:24.325764+0000 mon.a (mon.0) 546 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-21T18:33:25.796 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:25 smithi077 bash[23831]: audit 2024-05-21T18:33:24.378345+0000 mon.a (mon.0) 547 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:33:25.796 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:25 smithi077 bash[23831]: audit 2024-05-21T18:33:24.378345+0000 mon.a (mon.0) 547 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:33:25.796 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:25 smithi077 bash[23831]: audit 2024-05-21T18:33:24.380323+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T18:33:25.796 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:25 smithi077 bash[23831]: audit 2024-05-21T18:33:24.380323+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T18:33:25.796 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:25 smithi077 bash[23831]: audit 2024-05-21T18:33:24.390897+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:33:25.796 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:25 smithi077 bash[23831]: audit 2024-05-21T18:33:24.390897+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:33:25.796 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:25 smithi077 bash[23831]: audit 2024-05-21T18:33:25.326452+0000 mon.a (mon.0) 550 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-21T18:33:25.796 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:25 smithi077 bash[23831]: audit 2024-05-21T18:33:25.326452+0000 mon.a (mon.0) 550 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-21T18:33:26.599 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:26 smithi134 bash[24085]: cluster 2024-05-21T18:33:24.099224+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-21T18:33:26.599 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:26 smithi134 bash[24085]: cluster 2024-05-21T18:33:24.099224+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-21T18:33:26.599 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:26 smithi134 bash[24085]: cluster 2024-05-21T18:33:24.099320+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-21T18:33:26.599 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:26 smithi134 bash[24085]: cluster 2024-05-21T18:33:24.099320+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-21T18:33:26.599 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:26 smithi134 bash[24085]: cluster 2024-05-21T18:33:25.348383+0000 mon.a (mon.0) 551 : cluster [INF] osd.5 [v2:172.21.15.134:6808/2295689964,v1:172.21.15.134:6809/2295689964] boot 2024-05-21T18:33:26.600 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:26 smithi134 bash[24085]: cluster 2024-05-21T18:33:25.348383+0000 mon.a (mon.0) 551 : cluster [INF] osd.5 [v2:172.21.15.134:6808/2295689964,v1:172.21.15.134:6809/2295689964] boot 2024-05-21T18:33:26.600 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:26 smithi134 bash[24085]: cluster 2024-05-21T18:33:25.348521+0000 mon.a (mon.0) 552 : cluster [DBG] osdmap e37: 6 total, 6 up, 6 in 2024-05-21T18:33:26.600 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:26 smithi134 bash[24085]: cluster 2024-05-21T18:33:25.348521+0000 mon.a (mon.0) 552 : cluster [DBG] osdmap e37: 6 total, 6 up, 6 in 2024-05-21T18:33:26.600 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:26 smithi134 bash[24085]: audit 2024-05-21T18:33:25.348769+0000 mon.a (mon.0) 553 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-21T18:33:26.600 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:26 smithi134 bash[24085]: audit 2024-05-21T18:33:25.348769+0000 mon.a (mon.0) 553 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-21T18:33:26.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:26 smithi016 bash[21861]: cluster 2024-05-21T18:33:24.099224+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-21T18:33:26.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:26 smithi016 bash[21861]: cluster 2024-05-21T18:33:24.099224+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-21T18:33:26.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:26 smithi016 bash[21861]: cluster 2024-05-21T18:33:24.099320+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-21T18:33:26.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:26 smithi016 bash[21861]: cluster 2024-05-21T18:33:24.099320+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-21T18:33:26.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:26 smithi016 bash[21861]: cluster 2024-05-21T18:33:25.348383+0000 mon.a (mon.0) 551 : cluster [INF] osd.5 [v2:172.21.15.134:6808/2295689964,v1:172.21.15.134:6809/2295689964] boot 2024-05-21T18:33:26.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:26 smithi016 bash[21861]: cluster 2024-05-21T18:33:25.348383+0000 mon.a (mon.0) 551 : cluster [INF] osd.5 [v2:172.21.15.134:6808/2295689964,v1:172.21.15.134:6809/2295689964] boot 2024-05-21T18:33:26.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:26 smithi016 bash[21861]: cluster 2024-05-21T18:33:25.348521+0000 mon.a (mon.0) 552 : cluster [DBG] osdmap e37: 6 total, 6 up, 6 in 2024-05-21T18:33:26.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:26 smithi016 bash[21861]: cluster 2024-05-21T18:33:25.348521+0000 mon.a (mon.0) 552 : cluster [DBG] osdmap e37: 6 total, 6 up, 6 in 2024-05-21T18:33:26.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:26 smithi016 bash[21861]: audit 2024-05-21T18:33:25.348769+0000 mon.a (mon.0) 553 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-21T18:33:26.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:26 smithi016 bash[21861]: audit 2024-05-21T18:33:25.348769+0000 mon.a (mon.0) 553 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-21T18:33:26.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:26 smithi077 bash[23831]: cluster 2024-05-21T18:33:24.099224+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-21T18:33:26.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:26 smithi077 bash[23831]: cluster 2024-05-21T18:33:24.099224+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-21T18:33:26.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:26 smithi077 bash[23831]: cluster 2024-05-21T18:33:24.099320+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-21T18:33:26.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:26 smithi077 bash[23831]: cluster 2024-05-21T18:33:24.099320+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-21T18:33:26.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:26 smithi077 bash[23831]: cluster 2024-05-21T18:33:25.348383+0000 mon.a (mon.0) 551 : cluster [INF] osd.5 [v2:172.21.15.134:6808/2295689964,v1:172.21.15.134:6809/2295689964] boot 2024-05-21T18:33:26.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:26 smithi077 bash[23831]: cluster 2024-05-21T18:33:25.348383+0000 mon.a (mon.0) 551 : cluster [INF] osd.5 [v2:172.21.15.134:6808/2295689964,v1:172.21.15.134:6809/2295689964] boot 2024-05-21T18:33:26.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:26 smithi077 bash[23831]: cluster 2024-05-21T18:33:25.348521+0000 mon.a (mon.0) 552 : cluster [DBG] osdmap e37: 6 total, 6 up, 6 in 2024-05-21T18:33:26.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:26 smithi077 bash[23831]: cluster 2024-05-21T18:33:25.348521+0000 mon.a (mon.0) 552 : cluster [DBG] osdmap e37: 6 total, 6 up, 6 in 2024-05-21T18:33:26.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:26 smithi077 bash[23831]: audit 2024-05-21T18:33:25.348769+0000 mon.a (mon.0) 553 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-21T18:33:26.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:26 smithi077 bash[23831]: audit 2024-05-21T18:33:25.348769+0000 mon.a (mon.0) 553 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-21T18:33:27.216 INFO:teuthology.orchestra.run.smithi134.stdout:Created osd(s) 5 on host 'smithi134' 2024-05-21T18:33:27.599 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:27 smithi134 bash[24085]: cluster 2024-05-21T18:33:26.176751+0000 mgr.a (mgr.14152) 278 : cluster [DBG] pgmap v242: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-05-21T18:33:27.599 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:27 smithi134 bash[24085]: cluster 2024-05-21T18:33:26.176751+0000 mgr.a (mgr.14152) 278 : cluster [DBG] pgmap v242: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-05-21T18:33:27.599 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:27 smithi134 bash[24085]: cluster 2024-05-21T18:33:26.357813+0000 mon.a (mon.0) 554 : cluster [DBG] osdmap e38: 6 total, 6 up, 6 in 2024-05-21T18:33:27.599 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:27 smithi134 bash[24085]: cluster 2024-05-21T18:33:26.357813+0000 mon.a (mon.0) 554 : cluster [DBG] osdmap e38: 6 total, 6 up, 6 in 2024-05-21T18:33:27.600 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:27 smithi134 bash[24085]: audit 2024-05-21T18:33:27.169276+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:33:27.600 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:27 smithi134 bash[24085]: audit 2024-05-21T18:33:27.169276+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:33:27.600 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:27 smithi134 bash[24085]: audit 2024-05-21T18:33:27.170242+0000 mon.a (mon.0) 556 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T18:33:27.600 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:27 smithi134 bash[24085]: audit 2024-05-21T18:33:27.170242+0000 mon.a (mon.0) 556 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T18:33:27.600 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:27 smithi134 bash[24085]: audit 2024-05-21T18:33:27.178754+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:33:27.600 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:27 smithi134 bash[24085]: audit 2024-05-21T18:33:27.178754+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:33:27.794 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:27 smithi077 bash[23831]: cluster 2024-05-21T18:33:26.176751+0000 mgr.a (mgr.14152) 278 : cluster [DBG] pgmap v242: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-05-21T18:33:27.794 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:27 smithi077 bash[23831]: cluster 2024-05-21T18:33:26.176751+0000 mgr.a (mgr.14152) 278 : cluster [DBG] pgmap v242: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-05-21T18:33:27.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:27 smithi077 bash[23831]: cluster 2024-05-21T18:33:26.357813+0000 mon.a (mon.0) 554 : cluster [DBG] osdmap e38: 6 total, 6 up, 6 in 2024-05-21T18:33:27.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:27 smithi077 bash[23831]: cluster 2024-05-21T18:33:26.357813+0000 mon.a (mon.0) 554 : cluster [DBG] osdmap e38: 6 total, 6 up, 6 in 2024-05-21T18:33:27.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:27 smithi077 bash[23831]: audit 2024-05-21T18:33:27.169276+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:33:27.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:27 smithi077 bash[23831]: audit 2024-05-21T18:33:27.169276+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:33:27.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:27 smithi077 bash[23831]: audit 2024-05-21T18:33:27.170242+0000 mon.a (mon.0) 556 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T18:33:27.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:27 smithi077 bash[23831]: audit 2024-05-21T18:33:27.170242+0000 mon.a (mon.0) 556 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T18:33:27.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:27 smithi077 bash[23831]: audit 2024-05-21T18:33:27.178754+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:33:27.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:27 smithi077 bash[23831]: audit 2024-05-21T18:33:27.178754+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:33:27.853 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:27 smithi016 bash[21861]: cluster 2024-05-21T18:33:26.176751+0000 mgr.a (mgr.14152) 278 : cluster [DBG] pgmap v242: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-05-21T18:33:27.853 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:27 smithi016 bash[21861]: cluster 2024-05-21T18:33:26.176751+0000 mgr.a (mgr.14152) 278 : cluster [DBG] pgmap v242: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-05-21T18:33:27.853 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:27 smithi016 bash[21861]: cluster 2024-05-21T18:33:26.357813+0000 mon.a (mon.0) 554 : cluster [DBG] osdmap e38: 6 total, 6 up, 6 in 2024-05-21T18:33:27.853 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:27 smithi016 bash[21861]: cluster 2024-05-21T18:33:26.357813+0000 mon.a (mon.0) 554 : cluster [DBG] osdmap e38: 6 total, 6 up, 6 in 2024-05-21T18:33:27.854 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:27 smithi016 bash[21861]: audit 2024-05-21T18:33:27.169276+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:33:27.854 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:27 smithi016 bash[21861]: audit 2024-05-21T18:33:27.169276+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:33:27.854 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:27 smithi016 bash[21861]: audit 2024-05-21T18:33:27.170242+0000 mon.a (mon.0) 556 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T18:33:27.854 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:27 smithi016 bash[21861]: audit 2024-05-21T18:33:27.170242+0000 mon.a (mon.0) 556 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T18:33:27.854 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:27 smithi016 bash[21861]: audit 2024-05-21T18:33:27.178754+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:33:27.854 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:27 smithi016 bash[21861]: audit 2024-05-21T18:33:27.178754+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:33:27.890 DEBUG:teuthology.orchestra.run.smithi134:osd.5> sudo journalctl -f -n 0 -u ceph-3de35fc8-179f-11ef-bc9a-c7b262605968@osd.5.service 2024-05-21T18:33:27.893 INFO:tasks.cephadm:Waiting for 6 OSDs to come up... 2024-05-21T18:33:27.893 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9ef9bcfdb32ec4999d7ca025815290e8395c6ae7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3de35fc8-179f-11ef-bc9a-c7b262605968 -- ceph osd stat -f json 2024-05-21T18:33:28.794 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:28 smithi077 bash[23831]: cluster 2024-05-21T18:33:27.358225+0000 mon.a (mon.0) 558 : cluster [DBG] osdmap e39: 6 total, 6 up, 6 in 2024-05-21T18:33:28.794 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:28 smithi077 bash[23831]: cluster 2024-05-21T18:33:27.358225+0000 mon.a (mon.0) 558 : cluster [DBG] osdmap e39: 6 total, 6 up, 6 in 2024-05-21T18:33:28.849 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:28 smithi134 bash[24085]: cluster 2024-05-21T18:33:27.358225+0000 mon.a (mon.0) 558 : cluster [DBG] osdmap e39: 6 total, 6 up, 6 in 2024-05-21T18:33:28.849 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:28 smithi134 bash[24085]: cluster 2024-05-21T18:33:27.358225+0000 mon.a (mon.0) 558 : cluster [DBG] osdmap e39: 6 total, 6 up, 6 in 2024-05-21T18:33:28.853 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:28 smithi016 bash[21861]: cluster 2024-05-21T18:33:27.358225+0000 mon.a (mon.0) 558 : cluster [DBG] osdmap e39: 6 total, 6 up, 6 in 2024-05-21T18:33:28.853 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:28 smithi016 bash[21861]: cluster 2024-05-21T18:33:27.358225+0000 mon.a (mon.0) 558 : cluster [DBG] osdmap e39: 6 total, 6 up, 6 in 2024-05-21T18:33:29.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:29 smithi077 bash[23831]: cluster 2024-05-21T18:33:28.177332+0000 mgr.a (mgr.14152) 279 : cluster [DBG] pgmap v245: 1 pgs: 1 peering; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:33:29.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:29 smithi077 bash[23831]: cluster 2024-05-21T18:33:28.177332+0000 mgr.a (mgr.14152) 279 : cluster [DBG] pgmap v245: 1 pgs: 1 peering; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:33:29.849 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:29 smithi134 bash[24085]: cluster 2024-05-21T18:33:28.177332+0000 mgr.a (mgr.14152) 279 : cluster [DBG] pgmap v245: 1 pgs: 1 peering; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:33:29.849 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:29 smithi134 bash[24085]: cluster 2024-05-21T18:33:28.177332+0000 mgr.a (mgr.14152) 279 : cluster [DBG] pgmap v245: 1 pgs: 1 peering; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:33:29.853 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:29 smithi016 bash[21861]: cluster 2024-05-21T18:33:28.177332+0000 mgr.a (mgr.14152) 279 : cluster [DBG] pgmap v245: 1 pgs: 1 peering; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:33:29.853 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:29 smithi016 bash[21861]: cluster 2024-05-21T18:33:28.177332+0000 mgr.a (mgr.14152) 279 : cluster [DBG] pgmap v245: 1 pgs: 1 peering; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:33:31.794 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:31 smithi077 bash[23831]: cluster 2024-05-21T18:33:30.177886+0000 mgr.a (mgr.14152) 280 : cluster [DBG] pgmap v246: 1 pgs: 1 peering; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:33:31.794 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:31 smithi077 bash[23831]: cluster 2024-05-21T18:33:30.177886+0000 mgr.a (mgr.14152) 280 : cluster [DBG] pgmap v246: 1 pgs: 1 peering; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:33:31.849 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:31 smithi134 bash[24085]: cluster 2024-05-21T18:33:30.177886+0000 mgr.a (mgr.14152) 280 : cluster [DBG] pgmap v246: 1 pgs: 1 peering; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:33:31.849 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:31 smithi134 bash[24085]: cluster 2024-05-21T18:33:30.177886+0000 mgr.a (mgr.14152) 280 : cluster [DBG] pgmap v246: 1 pgs: 1 peering; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:33:31.853 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:31 smithi016 bash[21861]: cluster 2024-05-21T18:33:30.177886+0000 mgr.a (mgr.14152) 280 : cluster [DBG] pgmap v246: 1 pgs: 1 peering; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:33:31.853 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:31 smithi016 bash[21861]: cluster 2024-05-21T18:33:30.177886+0000 mgr.a (mgr.14152) 280 : cluster [DBG] pgmap v246: 1 pgs: 1 peering; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:33:32.634 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/mon.a/config 2024-05-21T18:33:33.630 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:33 smithi016 bash[21861]: cluster 2024-05-21T18:33:32.178447+0000 mgr.a (mgr.14152) 281 : cluster [DBG] pgmap v247: 1 pgs: 1 peering; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:33:33.630 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:33 smithi016 bash[21861]: cluster 2024-05-21T18:33:32.178447+0000 mgr.a (mgr.14152) 281 : cluster [DBG] pgmap v247: 1 pgs: 1 peering; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:33:33.794 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:33 smithi077 bash[23831]: cluster 2024-05-21T18:33:32.178447+0000 mgr.a (mgr.14152) 281 : cluster [DBG] pgmap v247: 1 pgs: 1 peering; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:33:33.794 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:33 smithi077 bash[23831]: cluster 2024-05-21T18:33:32.178447+0000 mgr.a (mgr.14152) 281 : cluster [DBG] pgmap v247: 1 pgs: 1 peering; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:33:33.849 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:33 smithi134 bash[24085]: cluster 2024-05-21T18:33:32.178447+0000 mgr.a (mgr.14152) 281 : cluster [DBG] pgmap v247: 1 pgs: 1 peering; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:33:33.849 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:33 smithi134 bash[24085]: cluster 2024-05-21T18:33:32.178447+0000 mgr.a (mgr.14152) 281 : cluster [DBG] pgmap v247: 1 pgs: 1 peering; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:33:34.638 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:34 smithi134 bash[24085]: cluster 2024-05-21T18:33:34.179092+0000 mgr.a (mgr.14152) 282 : cluster [DBG] pgmap v248: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-05-21T18:33:34.638 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:34 smithi134 bash[24085]: cluster 2024-05-21T18:33:34.179092+0000 mgr.a (mgr.14152) 282 : cluster [DBG] pgmap v248: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-05-21T18:33:34.794 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:34 smithi077 bash[23831]: cluster 2024-05-21T18:33:34.179092+0000 mgr.a (mgr.14152) 282 : cluster [DBG] pgmap v248: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-05-21T18:33:34.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:34 smithi077 bash[23831]: cluster 2024-05-21T18:33:34.179092+0000 mgr.a (mgr.14152) 282 : cluster [DBG] pgmap v248: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-05-21T18:33:34.853 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:34 smithi016 bash[21861]: cluster 2024-05-21T18:33:34.179092+0000 mgr.a (mgr.14152) 282 : cluster [DBG] pgmap v248: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-05-21T18:33:34.853 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:34 smithi016 bash[21861]: cluster 2024-05-21T18:33:34.179092+0000 mgr.a (mgr.14152) 282 : cluster [DBG] pgmap v248: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-05-21T18:33:35.719 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-05-21T18:33:36.044 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:35 smithi077 bash[23831]: audit 2024-05-21T18:33:35.725064+0000 mon.a (mon.0) 559 : audit [DBG] from='client.? 172.21.15.16:0/2058944793' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-21T18:33:36.044 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:35 smithi077 bash[23831]: audit 2024-05-21T18:33:35.725064+0000 mon.a (mon.0) 559 : audit [DBG] from='client.? 172.21.15.16:0/2058944793' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-21T18:33:36.051 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:35 smithi134 bash[24085]: audit 2024-05-21T18:33:35.725064+0000 mon.a (mon.0) 559 : audit [DBG] from='client.? 172.21.15.16:0/2058944793' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-21T18:33:36.051 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:35 smithi134 bash[24085]: audit 2024-05-21T18:33:35.725064+0000 mon.a (mon.0) 559 : audit [DBG] from='client.? 172.21.15.16:0/2058944793' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-21T18:33:36.103 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:35 smithi016 bash[21861]: audit 2024-05-21T18:33:35.725064+0000 mon.a (mon.0) 559 : audit [DBG] from='client.? 172.21.15.16:0/2058944793' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-21T18:33:36.103 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:35 smithi016 bash[21861]: audit 2024-05-21T18:33:35.725064+0000 mon.a (mon.0) 559 : audit [DBG] from='client.? 172.21.15.16:0/2058944793' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-21T18:33:36.550 INFO:teuthology.orchestra.run.smithi016.stdout:{"epoch":39,"num_osds":6,"num_up_osds":6,"osd_up_since":1716316405,"num_in_osds":6,"osd_in_since":1716316379,"num_remapped_pgs":0} 2024-05-21T18:33:36.550 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9ef9bcfdb32ec4999d7ca025815290e8395c6ae7 shell --fsid 3de35fc8-179f-11ef-bc9a-c7b262605968 -- ceph osd dump --format=json 2024-05-21T18:33:36.853 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:36 smithi016 bash[21861]: cluster 2024-05-21T18:33:36.179759+0000 mgr.a (mgr.14152) 283 : cluster [DBG] pgmap v249: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail; 59 KiB/s, 0 objects/s recovering 2024-05-21T18:33:36.854 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:36 smithi016 bash[21861]: cluster 2024-05-21T18:33:36.179759+0000 mgr.a (mgr.14152) 283 : cluster [DBG] pgmap v249: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail; 59 KiB/s, 0 objects/s recovering 2024-05-21T18:33:36.854 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:36 smithi016 bash[21861]: audit 2024-05-21T18:33:36.593497+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:33:36.854 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:36 smithi016 bash[21861]: audit 2024-05-21T18:33:36.593497+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:33:36.854 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:36 smithi016 bash[21861]: audit 2024-05-21T18:33:36.600607+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:33:36.854 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:36 smithi016 bash[21861]: audit 2024-05-21T18:33:36.600607+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:33:36.854 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:36 smithi016 bash[21861]: audit 2024-05-21T18:33:36.603038+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-05-21T18:33:36.854 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:36 smithi016 bash[21861]: audit 2024-05-21T18:33:36.603038+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-05-21T18:33:36.854 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:36 smithi016 bash[21861]: audit 2024-05-21T18:33:36.604548+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-05-21T18:33:36.854 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:36 smithi016 bash[21861]: audit 2024-05-21T18:33:36.604548+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-05-21T18:33:36.854 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:36 smithi016 bash[21861]: audit 2024-05-21T18:33:36.611156+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:33:36.855 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:36 smithi016 bash[21861]: audit 2024-05-21T18:33:36.611156+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:33:36.855 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:36 smithi016 bash[21861]: audit 2024-05-21T18:33:36.613835+0000 mon.a (mon.0) 565 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:33:36.855 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:36 smithi016 bash[21861]: audit 2024-05-21T18:33:36.613835+0000 mon.a (mon.0) 565 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:33:36.855 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:36 smithi016 bash[21861]: audit 2024-05-21T18:33:36.615096+0000 mon.a (mon.0) 566 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T18:33:36.855 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:36 smithi016 bash[21861]: audit 2024-05-21T18:33:36.615096+0000 mon.a (mon.0) 566 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T18:33:36.855 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:36 smithi016 bash[21861]: audit 2024-05-21T18:33:36.622029+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:33:36.855 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:36 smithi016 bash[21861]: audit 2024-05-21T18:33:36.622029+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:33:37.045 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:36 smithi077 bash[23831]: cluster 2024-05-21T18:33:36.179759+0000 mgr.a (mgr.14152) 283 : cluster [DBG] pgmap v249: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail; 59 KiB/s, 0 objects/s recovering 2024-05-21T18:33:37.045 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:36 smithi077 bash[23831]: cluster 2024-05-21T18:33:36.179759+0000 mgr.a (mgr.14152) 283 : cluster [DBG] pgmap v249: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail; 59 KiB/s, 0 objects/s recovering 2024-05-21T18:33:37.045 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:36 smithi077 bash[23831]: audit 2024-05-21T18:33:36.593497+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:33:37.045 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:36 smithi077 bash[23831]: audit 2024-05-21T18:33:36.593497+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:33:37.045 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:36 smithi077 bash[23831]: audit 2024-05-21T18:33:36.600607+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:33:37.045 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:36 smithi077 bash[23831]: audit 2024-05-21T18:33:36.600607+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:33:37.045 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:36 smithi077 bash[23831]: audit 2024-05-21T18:33:36.603038+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-05-21T18:33:37.045 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:36 smithi077 bash[23831]: audit 2024-05-21T18:33:36.603038+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-05-21T18:33:37.046 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:36 smithi077 bash[23831]: audit 2024-05-21T18:33:36.604548+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-05-21T18:33:37.046 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:36 smithi077 bash[23831]: audit 2024-05-21T18:33:36.604548+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-05-21T18:33:37.046 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:36 smithi077 bash[23831]: audit 2024-05-21T18:33:36.611156+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:33:37.046 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:36 smithi077 bash[23831]: audit 2024-05-21T18:33:36.611156+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:33:37.046 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:36 smithi077 bash[23831]: audit 2024-05-21T18:33:36.613835+0000 mon.a (mon.0) 565 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:33:37.046 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:36 smithi077 bash[23831]: audit 2024-05-21T18:33:36.613835+0000 mon.a (mon.0) 565 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:33:37.046 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:36 smithi077 bash[23831]: audit 2024-05-21T18:33:36.615096+0000 mon.a (mon.0) 566 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T18:33:37.046 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:36 smithi077 bash[23831]: audit 2024-05-21T18:33:36.615096+0000 mon.a (mon.0) 566 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T18:33:37.046 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:36 smithi077 bash[23831]: audit 2024-05-21T18:33:36.622029+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:33:37.046 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:36 smithi077 bash[23831]: audit 2024-05-21T18:33:36.622029+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:33:37.099 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:36 smithi134 bash[24085]: cluster 2024-05-21T18:33:36.179759+0000 mgr.a (mgr.14152) 283 : cluster [DBG] pgmap v249: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail; 59 KiB/s, 0 objects/s recovering 2024-05-21T18:33:37.099 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:36 smithi134 bash[24085]: cluster 2024-05-21T18:33:36.179759+0000 mgr.a (mgr.14152) 283 : cluster [DBG] pgmap v249: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail; 59 KiB/s, 0 objects/s recovering 2024-05-21T18:33:37.099 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:36 smithi134 bash[24085]: audit 2024-05-21T18:33:36.593497+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:33:37.099 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:36 smithi134 bash[24085]: audit 2024-05-21T18:33:36.593497+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:33:37.100 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:36 smithi134 bash[24085]: audit 2024-05-21T18:33:36.600607+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:33:37.100 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:36 smithi134 bash[24085]: audit 2024-05-21T18:33:36.600607+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:33:37.100 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:36 smithi134 bash[24085]: audit 2024-05-21T18:33:36.603038+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-05-21T18:33:37.100 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:36 smithi134 bash[24085]: audit 2024-05-21T18:33:36.603038+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-05-21T18:33:37.100 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:36 smithi134 bash[24085]: audit 2024-05-21T18:33:36.604548+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-05-21T18:33:37.100 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:36 smithi134 bash[24085]: audit 2024-05-21T18:33:36.604548+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-05-21T18:33:37.100 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:36 smithi134 bash[24085]: audit 2024-05-21T18:33:36.611156+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:33:37.100 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:36 smithi134 bash[24085]: audit 2024-05-21T18:33:36.611156+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:33:37.100 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:36 smithi134 bash[24085]: audit 2024-05-21T18:33:36.613835+0000 mon.a (mon.0) 565 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:33:37.100 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:36 smithi134 bash[24085]: audit 2024-05-21T18:33:36.613835+0000 mon.a (mon.0) 565 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:33:37.100 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:36 smithi134 bash[24085]: audit 2024-05-21T18:33:36.615096+0000 mon.a (mon.0) 566 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T18:33:37.100 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:36 smithi134 bash[24085]: audit 2024-05-21T18:33:36.615096+0000 mon.a (mon.0) 566 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T18:33:37.100 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:36 smithi134 bash[24085]: audit 2024-05-21T18:33:36.622029+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:33:37.101 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:36 smithi134 bash[24085]: audit 2024-05-21T18:33:36.622029+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:33:38.044 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:37 smithi077 bash[23831]: cephadm 2024-05-21T18:33:36.586140+0000 mgr.a (mgr.14152) 284 : cephadm [INF] Detected new or changed devices on smithi134 2024-05-21T18:33:38.044 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:37 smithi077 bash[23831]: cephadm 2024-05-21T18:33:36.586140+0000 mgr.a (mgr.14152) 284 : cephadm [INF] Detected new or changed devices on smithi134 2024-05-21T18:33:38.044 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:37 smithi077 bash[23831]: cephadm 2024-05-21T18:33:36.605693+0000 mgr.a (mgr.14152) 285 : cephadm [INF] Adjusting osd_memory_target on smithi134 to 10680M 2024-05-21T18:33:38.045 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:37 smithi077 bash[23831]: cephadm 2024-05-21T18:33:36.605693+0000 mgr.a (mgr.14152) 285 : cephadm [INF] Adjusting osd_memory_target on smithi134 to 10680M 2024-05-21T18:33:38.099 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:37 smithi134 bash[24085]: cephadm 2024-05-21T18:33:36.586140+0000 mgr.a (mgr.14152) 284 : cephadm [INF] Detected new or changed devices on smithi134 2024-05-21T18:33:38.099 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:37 smithi134 bash[24085]: cephadm 2024-05-21T18:33:36.586140+0000 mgr.a (mgr.14152) 284 : cephadm [INF] Detected new or changed devices on smithi134 2024-05-21T18:33:38.099 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:37 smithi134 bash[24085]: cephadm 2024-05-21T18:33:36.605693+0000 mgr.a (mgr.14152) 285 : cephadm [INF] Adjusting osd_memory_target on smithi134 to 10680M 2024-05-21T18:33:38.099 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:37 smithi134 bash[24085]: cephadm 2024-05-21T18:33:36.605693+0000 mgr.a (mgr.14152) 285 : cephadm [INF] Adjusting osd_memory_target on smithi134 to 10680M 2024-05-21T18:33:38.103 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:37 smithi016 bash[21861]: cephadm 2024-05-21T18:33:36.586140+0000 mgr.a (mgr.14152) 284 : cephadm [INF] Detected new or changed devices on smithi134 2024-05-21T18:33:38.103 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:37 smithi016 bash[21861]: cephadm 2024-05-21T18:33:36.586140+0000 mgr.a (mgr.14152) 284 : cephadm [INF] Detected new or changed devices on smithi134 2024-05-21T18:33:38.103 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:37 smithi016 bash[21861]: cephadm 2024-05-21T18:33:36.605693+0000 mgr.a (mgr.14152) 285 : cephadm [INF] Adjusting osd_memory_target on smithi134 to 10680M 2024-05-21T18:33:38.103 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:37 smithi016 bash[21861]: cephadm 2024-05-21T18:33:36.605693+0000 mgr.a (mgr.14152) 285 : cephadm [INF] Adjusting osd_memory_target on smithi134 to 10680M 2024-05-21T18:33:39.044 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:38 smithi077 bash[23831]: cluster 2024-05-21T18:33:38.180370+0000 mgr.a (mgr.14152) 286 : cluster [DBG] pgmap v250: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail; 53 KiB/s, 0 objects/s recovering 2024-05-21T18:33:39.045 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:38 smithi077 bash[23831]: cluster 2024-05-21T18:33:38.180370+0000 mgr.a (mgr.14152) 286 : cluster [DBG] pgmap v250: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail; 53 KiB/s, 0 objects/s recovering 2024-05-21T18:33:39.099 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:38 smithi134 bash[24085]: cluster 2024-05-21T18:33:38.180370+0000 mgr.a (mgr.14152) 286 : cluster [DBG] pgmap v250: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail; 53 KiB/s, 0 objects/s recovering 2024-05-21T18:33:39.099 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:38 smithi134 bash[24085]: cluster 2024-05-21T18:33:38.180370+0000 mgr.a (mgr.14152) 286 : cluster [DBG] pgmap v250: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail; 53 KiB/s, 0 objects/s recovering 2024-05-21T18:33:39.103 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:38 smithi016 bash[21861]: cluster 2024-05-21T18:33:38.180370+0000 mgr.a (mgr.14152) 286 : cluster [DBG] pgmap v250: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail; 53 KiB/s, 0 objects/s recovering 2024-05-21T18:33:39.103 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:38 smithi016 bash[21861]: cluster 2024-05-21T18:33:38.180370+0000 mgr.a (mgr.14152) 286 : cluster [DBG] pgmap v250: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail; 53 KiB/s, 0 objects/s recovering 2024-05-21T18:33:41.292 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/mon.a/config 2024-05-21T18:33:41.544 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:41 smithi077 bash[23831]: cluster 2024-05-21T18:33:40.180895+0000 mgr.a (mgr.14152) 287 : cluster [DBG] pgmap v251: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-05-21T18:33:41.544 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:41 smithi077 bash[23831]: cluster 2024-05-21T18:33:40.180895+0000 mgr.a (mgr.14152) 287 : cluster [DBG] pgmap v251: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-05-21T18:33:41.599 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:41 smithi134 bash[24085]: cluster 2024-05-21T18:33:40.180895+0000 mgr.a (mgr.14152) 287 : cluster [DBG] pgmap v251: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-05-21T18:33:41.599 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:41 smithi134 bash[24085]: cluster 2024-05-21T18:33:40.180895+0000 mgr.a (mgr.14152) 287 : cluster [DBG] pgmap v251: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-05-21T18:33:41.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:41 smithi016 bash[21861]: cluster 2024-05-21T18:33:40.180895+0000 mgr.a (mgr.14152) 287 : cluster [DBG] pgmap v251: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-05-21T18:33:41.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:41 smithi016 bash[21861]: cluster 2024-05-21T18:33:40.180895+0000 mgr.a (mgr.14152) 287 : cluster [DBG] pgmap v251: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-05-21T18:33:43.353 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:43 smithi016 bash[21861]: cluster 2024-05-21T18:33:42.181539+0000 mgr.a (mgr.14152) 288 : cluster [DBG] pgmap v252: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-05-21T18:33:43.353 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:43 smithi016 bash[21861]: cluster 2024-05-21T18:33:42.181539+0000 mgr.a (mgr.14152) 288 : cluster [DBG] pgmap v252: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-05-21T18:33:43.544 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:43 smithi077 bash[23831]: cluster 2024-05-21T18:33:42.181539+0000 mgr.a (mgr.14152) 288 : cluster [DBG] pgmap v252: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-05-21T18:33:43.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:43 smithi077 bash[23831]: cluster 2024-05-21T18:33:42.181539+0000 mgr.a (mgr.14152) 288 : cluster [DBG] pgmap v252: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-05-21T18:33:43.599 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:43 smithi134 bash[24085]: cluster 2024-05-21T18:33:42.181539+0000 mgr.a (mgr.14152) 288 : cluster [DBG] pgmap v252: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-05-21T18:33:43.599 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:43 smithi134 bash[24085]: cluster 2024-05-21T18:33:42.181539+0000 mgr.a (mgr.14152) 288 : cluster [DBG] pgmap v252: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-05-21T18:33:44.166 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-05-21T18:33:44.166 INFO:teuthology.orchestra.run.smithi016.stdout:{"epoch":39,"fsid":"3de35fc8-179f-11ef-bc9a-c7b262605968","created":"2024-05-21T18:25:08.204074+0000","modified":"2024-05-21T18:33:27.350579+0000","last_up_change":"2024-05-21T18:33:25.328069+0000","last_in_change":"2024-05-21T18:32:59.472360+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-05-21T18:30:52.286998+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":"24013845-fad4-48fd-84db-20690746fd03","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":25,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6802","nonce":2030911991},{"type":"v1","addr":"172.21.15.16:6803","nonce":2030911991}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6804","nonce":2030911991},{"type":"v1","addr":"172.21.15.16:6805","nonce":2030911991}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6808","nonce":2030911991},{"type":"v1","addr":"172.21.15.16:6809","nonce":2030911991}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6806","nonce":2030911991},{"type":"v1","addr":"172.21.15.16:6807","nonce":2030911991}]},"public_addr":"172.21.15.16:6803/2030911991","cluster_addr":"172.21.15.16:6805/2030911991","heartbeat_back_addr":"172.21.15.16:6809/2030911991","heartbeat_front_addr":"172.21.15.16:6807/2030911991","state":["exists","up"]},{"osd":1,"uuid":"b57026b8-6d14-4586-8a32-3f35c03d8a19","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.16:6810","nonce":781052387},{"type":"v1","addr":"172.21.15.16:6811","nonce":781052387}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6812","nonce":781052387},{"type":"v1","addr":"172.21.15.16:6813","nonce":781052387}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6816","nonce":781052387},{"type":"v1","addr":"172.21.15.16:6817","nonce":781052387}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6814","nonce":781052387},{"type":"v1","addr":"172.21.15.16:6815","nonce":781052387}]},"public_addr":"172.21.15.16:6811/781052387","cluster_addr":"172.21.15.16:6813/781052387","heartbeat_back_addr":"172.21.15.16:6817/781052387","heartbeat_front_addr":"172.21.15.16:6815/781052387","state":["exists","up"]},{"osd":2,"uuid":"bfe59e1c-cbe0-4cac-b5de-3ade0b586f82","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.77:6800","nonce":964258009},{"type":"v1","addr":"172.21.15.77:6801","nonce":964258009}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6802","nonce":964258009},{"type":"v1","addr":"172.21.15.77:6803","nonce":964258009}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6806","nonce":964258009},{"type":"v1","addr":"172.21.15.77:6807","nonce":964258009}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6804","nonce":964258009},{"type":"v1","addr":"172.21.15.77:6805","nonce":964258009}]},"public_addr":"172.21.15.77:6801/964258009","cluster_addr":"172.21.15.77:6803/964258009","heartbeat_back_addr":"172.21.15.77:6807/964258009","heartbeat_front_addr":"172.21.15.77:6805/964258009","state":["exists","up"]},{"osd":3,"uuid":"c4bfea3a-0f61-4d6b-b125-aab0c331a114","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":38,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6808","nonce":3794234928},{"type":"v1","addr":"172.21.15.77:6809","nonce":3794234928}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6810","nonce":3794234928},{"type":"v1","addr":"172.21.15.77:6811","nonce":3794234928}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6814","nonce":3794234928},{"type":"v1","addr":"172.21.15.77:6815","nonce":3794234928}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6812","nonce":3794234928},{"type":"v1","addr":"172.21.15.77:6813","nonce":3794234928}]},"public_addr":"172.21.15.77:6809/3794234928","cluster_addr":"172.21.15.77:6811/3794234928","heartbeat_back_addr":"172.21.15.77:6815/3794234928","heartbeat_front_addr":"172.21.15.77:6813/3794234928","state":["exists","up"]},{"osd":4,"uuid":"661ceda6-7edf-4e07-9c3c-e51164bd5f00","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6800","nonce":1017514328},{"type":"v1","addr":"172.21.15.134:6801","nonce":1017514328}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6802","nonce":1017514328},{"type":"v1","addr":"172.21.15.134:6803","nonce":1017514328}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6806","nonce":1017514328},{"type":"v1","addr":"172.21.15.134:6807","nonce":1017514328}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6804","nonce":1017514328},{"type":"v1","addr":"172.21.15.134:6805","nonce":1017514328}]},"public_addr":"172.21.15.134:6801/1017514328","cluster_addr":"172.21.15.134:6803/1017514328","heartbeat_back_addr":"172.21.15.134:6807/1017514328","heartbeat_front_addr":"172.21.15.134:6805/1017514328","state":["exists","up"]},{"osd":5,"uuid":"781d3eeb-1726-4bbc-a7c0-5dfa0ee8357d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6808","nonce":2295689964},{"type":"v1","addr":"172.21.15.134:6809","nonce":2295689964}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6810","nonce":2295689964},{"type":"v1","addr":"172.21.15.134:6811","nonce":2295689964}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6814","nonce":2295689964},{"type":"v1","addr":"172.21.15.134:6815","nonce":2295689964}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6812","nonce":2295689964},{"type":"v1","addr":"172.21.15.134:6813","nonce":2295689964}]},"public_addr":"172.21.15.134:6809/2295689964","cluster_addr":"172.21.15.134:6811/2295689964","heartbeat_back_addr":"172.21.15.134:6815/2295689964","heartbeat_front_addr":"172.21.15.134:6813/2295689964","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-05-21T18:29:08.862880+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-05-21T18:29:58.650633+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-05-21T18:30:48.684404+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-05-21T18:31:40.840064+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-05-21T18:32:29.980124+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-05-21T18:33:24.099325+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.16:0/582853604":"2024-05-22T18:26:16.061147+0000","172.21.15.16:0/1903367219":"2024-05-22T18:26:16.061147+0000","172.21.15.16:6801/255518223":"2024-05-22T18:26:16.061147+0000","172.21.15.16:0/753838191":"2024-05-22T18:26:16.061147+0000","172.21.15.16:6801/232368734":"2024-05-22T18:25:40.196851+0000","172.21.15.16:0/3971185813":"2024-05-22T18:25:40.196851+0000","172.21.15.16:0/2596851443":"2024-05-22T18:25:40.196851+0000","172.21.15.16:6800/232368734":"2024-05-22T18:25:40.196851+0000","172.21.15.16:0/3726177476":"2024-05-22T18:25:40.196851+0000","172.21.15.16:6800/255518223":"2024-05-22T18:26:16.061147+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-05-21T18:33:44.544 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:44 smithi077 bash[23831]: audit 2024-05-21T18:33:44.170808+0000 mon.a (mon.0) 568 : audit [DBG] from='client.? 172.21.15.16:0/3105564965' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-21T18:33:44.544 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:44 smithi077 bash[23831]: audit 2024-05-21T18:33:44.170808+0000 mon.a (mon.0) 568 : audit [DBG] from='client.? 172.21.15.16:0/3105564965' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-21T18:33:44.599 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:44 smithi134 bash[24085]: audit 2024-05-21T18:33:44.170808+0000 mon.a (mon.0) 568 : audit [DBG] from='client.? 172.21.15.16:0/3105564965' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-21T18:33:44.599 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:44 smithi134 bash[24085]: audit 2024-05-21T18:33:44.170808+0000 mon.a (mon.0) 568 : audit [DBG] from='client.? 172.21.15.16:0/3105564965' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-21T18:33:44.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:44 smithi016 bash[21861]: audit 2024-05-21T18:33:44.170808+0000 mon.a (mon.0) 568 : audit [DBG] from='client.? 172.21.15.16:0/3105564965' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-21T18:33:44.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:44 smithi016 bash[21861]: audit 2024-05-21T18:33:44.170808+0000 mon.a (mon.0) 568 : audit [DBG] from='client.? 172.21.15.16:0/3105564965' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-21T18:33:44.878 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2024-05-21T18:30:52.286998+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-05-21T18:33:44.879 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9ef9bcfdb32ec4999d7ca025815290e8395c6ae7 shell --fsid 3de35fc8-179f-11ef-bc9a-c7b262605968 -- ceph osd pool get .mgr pg_num 2024-05-21T18:33:45.544 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:45 smithi077 bash[23831]: cluster 2024-05-21T18:33:44.182186+0000 mgr.a (mgr.14152) 289 : cluster [DBG] pgmap v253: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-05-21T18:33:45.544 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:45 smithi077 bash[23831]: cluster 2024-05-21T18:33:44.182186+0000 mgr.a (mgr.14152) 289 : cluster [DBG] pgmap v253: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-05-21T18:33:45.599 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:45 smithi134 bash[24085]: cluster 2024-05-21T18:33:44.182186+0000 mgr.a (mgr.14152) 289 : cluster [DBG] pgmap v253: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-05-21T18:33:45.599 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:45 smithi134 bash[24085]: cluster 2024-05-21T18:33:44.182186+0000 mgr.a (mgr.14152) 289 : cluster [DBG] pgmap v253: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-05-21T18:33:45.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:45 smithi016 bash[21861]: cluster 2024-05-21T18:33:44.182186+0000 mgr.a (mgr.14152) 289 : cluster [DBG] pgmap v253: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-05-21T18:33:45.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:45 smithi016 bash[21861]: cluster 2024-05-21T18:33:44.182186+0000 mgr.a (mgr.14152) 289 : cluster [DBG] pgmap v253: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-05-21T18:33:47.544 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:47 smithi077 bash[23831]: cluster 2024-05-21T18:33:46.182786+0000 mgr.a (mgr.14152) 290 : cluster [DBG] pgmap v254: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:33:47.544 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:47 smithi077 bash[23831]: cluster 2024-05-21T18:33:46.182786+0000 mgr.a (mgr.14152) 290 : cluster [DBG] pgmap v254: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:33:47.599 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:47 smithi134 bash[24085]: cluster 2024-05-21T18:33:46.182786+0000 mgr.a (mgr.14152) 290 : cluster [DBG] pgmap v254: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:33:47.599 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:47 smithi134 bash[24085]: cluster 2024-05-21T18:33:46.182786+0000 mgr.a (mgr.14152) 290 : cluster [DBG] pgmap v254: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:33:47.602 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:47 smithi016 bash[21861]: cluster 2024-05-21T18:33:46.182786+0000 mgr.a (mgr.14152) 290 : cluster [DBG] pgmap v254: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:33:47.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:47 smithi016 bash[21861]: cluster 2024-05-21T18:33:46.182786+0000 mgr.a (mgr.14152) 290 : cluster [DBG] pgmap v254: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:33:49.544 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:49 smithi077 bash[23831]: cluster 2024-05-21T18:33:48.183465+0000 mgr.a (mgr.14152) 291 : cluster [DBG] pgmap v255: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:33:49.544 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:49 smithi077 bash[23831]: cluster 2024-05-21T18:33:48.183465+0000 mgr.a (mgr.14152) 291 : cluster [DBG] pgmap v255: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:33:49.598 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:49 smithi134 bash[24085]: cluster 2024-05-21T18:33:48.183465+0000 mgr.a (mgr.14152) 291 : cluster [DBG] pgmap v255: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:33:49.599 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:49 smithi134 bash[24085]: cluster 2024-05-21T18:33:48.183465+0000 mgr.a (mgr.14152) 291 : cluster [DBG] pgmap v255: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:33:49.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:49 smithi016 bash[21861]: cluster 2024-05-21T18:33:48.183465+0000 mgr.a (mgr.14152) 291 : cluster [DBG] pgmap v255: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:33:49.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:49 smithi016 bash[21861]: cluster 2024-05-21T18:33:48.183465+0000 mgr.a (mgr.14152) 291 : cluster [DBG] pgmap v255: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:33:49.619 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/mon.a/config 2024-05-21T18:33:51.544 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:51 smithi077 bash[23831]: cluster 2024-05-21T18:33:50.184127+0000 mgr.a (mgr.14152) 292 : cluster [DBG] pgmap v256: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:33:51.544 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:51 smithi077 bash[23831]: cluster 2024-05-21T18:33:50.184127+0000 mgr.a (mgr.14152) 292 : cluster [DBG] pgmap v256: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:33:51.598 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:51 smithi134 bash[24085]: cluster 2024-05-21T18:33:50.184127+0000 mgr.a (mgr.14152) 292 : cluster [DBG] pgmap v256: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:33:51.599 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:51 smithi134 bash[24085]: cluster 2024-05-21T18:33:50.184127+0000 mgr.a (mgr.14152) 292 : cluster [DBG] pgmap v256: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:33:51.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:51 smithi016 bash[21861]: cluster 2024-05-21T18:33:50.184127+0000 mgr.a (mgr.14152) 292 : cluster [DBG] pgmap v256: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:33:51.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:51 smithi016 bash[21861]: cluster 2024-05-21T18:33:50.184127+0000 mgr.a (mgr.14152) 292 : cluster [DBG] pgmap v256: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:33:52.405 INFO:teuthology.orchestra.run.smithi016.stdout:pg_num: 1 2024-05-21T18:33:53.059 INFO:tasks.cephadm:Setting up client nodes... 2024-05-21T18:33:53.060 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-05-21T18:33:53.060 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-05-21T18:33:53.061 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9ef9bcfdb32ec4999d7ca025815290e8395c6ae7 shell --fsid 3de35fc8-179f-11ef-bc9a-c7b262605968 -- ceph mgr dump --format=json 2024-05-21T18:33:53.353 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:53 smithi016 bash[21861]: cluster 2024-05-21T18:33:52.184520+0000 mgr.a (mgr.14152) 293 : cluster [DBG] pgmap v257: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:33:53.353 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:53 smithi016 bash[21861]: cluster 2024-05-21T18:33:52.184520+0000 mgr.a (mgr.14152) 293 : cluster [DBG] pgmap v257: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:33:53.353 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:53 smithi016 bash[21861]: audit 2024-05-21T18:33:52.410769+0000 mon.a (mon.0) 569 : audit [DBG] from='client.? 172.21.15.16:0/2375497376' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-05-21T18:33:53.353 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:53 smithi016 bash[21861]: audit 2024-05-21T18:33:52.410769+0000 mon.a (mon.0) 569 : audit [DBG] from='client.? 172.21.15.16:0/2375497376' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-05-21T18:33:53.544 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:53 smithi077 bash[23831]: cluster 2024-05-21T18:33:52.184520+0000 mgr.a (mgr.14152) 293 : cluster [DBG] pgmap v257: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:33:53.544 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:53 smithi077 bash[23831]: cluster 2024-05-21T18:33:52.184520+0000 mgr.a (mgr.14152) 293 : cluster [DBG] pgmap v257: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:33:53.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:53 smithi077 bash[23831]: audit 2024-05-21T18:33:52.410769+0000 mon.a (mon.0) 569 : audit [DBG] from='client.? 172.21.15.16:0/2375497376' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-05-21T18:33:53.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:53 smithi077 bash[23831]: audit 2024-05-21T18:33:52.410769+0000 mon.a (mon.0) 569 : audit [DBG] from='client.? 172.21.15.16:0/2375497376' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-05-21T18:33:53.599 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:53 smithi134 bash[24085]: cluster 2024-05-21T18:33:52.184520+0000 mgr.a (mgr.14152) 293 : cluster [DBG] pgmap v257: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:33:53.599 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:53 smithi134 bash[24085]: cluster 2024-05-21T18:33:52.184520+0000 mgr.a (mgr.14152) 293 : cluster [DBG] pgmap v257: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:33:53.599 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:53 smithi134 bash[24085]: audit 2024-05-21T18:33:52.410769+0000 mon.a (mon.0) 569 : audit [DBG] from='client.? 172.21.15.16:0/2375497376' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-05-21T18:33:53.599 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:53 smithi134 bash[24085]: audit 2024-05-21T18:33:52.410769+0000 mon.a (mon.0) 569 : audit [DBG] from='client.? 172.21.15.16:0/2375497376' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-05-21T18:33:55.544 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:55 smithi077 bash[23831]: cluster 2024-05-21T18:33:54.185029+0000 mgr.a (mgr.14152) 294 : cluster [DBG] pgmap v258: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:33:55.544 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:55 smithi077 bash[23831]: cluster 2024-05-21T18:33:54.185029+0000 mgr.a (mgr.14152) 294 : cluster [DBG] pgmap v258: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:33:55.598 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:55 smithi134 bash[24085]: cluster 2024-05-21T18:33:54.185029+0000 mgr.a (mgr.14152) 294 : cluster [DBG] pgmap v258: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:33:55.599 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:55 smithi134 bash[24085]: cluster 2024-05-21T18:33:54.185029+0000 mgr.a (mgr.14152) 294 : cluster [DBG] pgmap v258: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:33:55.602 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:55 smithi016 bash[21861]: cluster 2024-05-21T18:33:54.185029+0000 mgr.a (mgr.14152) 294 : cluster [DBG] pgmap v258: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:33:55.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:55 smithi016 bash[21861]: cluster 2024-05-21T18:33:54.185029+0000 mgr.a (mgr.14152) 294 : cluster [DBG] pgmap v258: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:33:57.544 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:57 smithi077 bash[23831]: cluster 2024-05-21T18:33:56.185635+0000 mgr.a (mgr.14152) 295 : cluster [DBG] pgmap v259: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:33:57.544 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:57 smithi077 bash[23831]: cluster 2024-05-21T18:33:56.185635+0000 mgr.a (mgr.14152) 295 : cluster [DBG] pgmap v259: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:33:57.598 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:57 smithi134 bash[24085]: cluster 2024-05-21T18:33:56.185635+0000 mgr.a (mgr.14152) 295 : cluster [DBG] pgmap v259: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:33:57.599 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:57 smithi134 bash[24085]: cluster 2024-05-21T18:33:56.185635+0000 mgr.a (mgr.14152) 295 : cluster [DBG] pgmap v259: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:33:57.602 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:57 smithi016 bash[21861]: cluster 2024-05-21T18:33:56.185635+0000 mgr.a (mgr.14152) 295 : cluster [DBG] pgmap v259: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:33:57.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:57 smithi016 bash[21861]: cluster 2024-05-21T18:33:56.185635+0000 mgr.a (mgr.14152) 295 : cluster [DBG] pgmap v259: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:33:57.798 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/mon.a/config 2024-05-21T18:33:59.544 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:59 smithi077 bash[23831]: cluster 2024-05-21T18:33:58.186228+0000 mgr.a (mgr.14152) 296 : cluster [DBG] pgmap v260: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:33:59.544 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:33:59 smithi077 bash[23831]: cluster 2024-05-21T18:33:58.186228+0000 mgr.a (mgr.14152) 296 : cluster [DBG] pgmap v260: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:33:59.550 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:59 smithi016 bash[21861]: cluster 2024-05-21T18:33:58.186228+0000 mgr.a (mgr.14152) 296 : cluster [DBG] pgmap v260: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:33:59.550 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:33:59 smithi016 bash[21861]: cluster 2024-05-21T18:33:58.186228+0000 mgr.a (mgr.14152) 296 : cluster [DBG] pgmap v260: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:33:59.598 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:59 smithi134 bash[24085]: cluster 2024-05-21T18:33:58.186228+0000 mgr.a (mgr.14152) 296 : cluster [DBG] pgmap v260: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:33:59.598 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:33:59 smithi134 bash[24085]: cluster 2024-05-21T18:33:58.186228+0000 mgr.a (mgr.14152) 296 : cluster [DBG] pgmap v260: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:00.742 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-05-21T18:34:01.406 INFO:teuthology.orchestra.run.smithi016.stdout:{"epoch":15,"flags":0,"active_gid":14152,"active_name":"a","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6800","nonce":2407665438},{"type":"v1","addr":"172.21.15.16:6801","nonce":2407665438}]},"active_addr":"172.21.15.16:6801/2407665438","active_change":"2024-05-21T18:26:16.061342+0000","active_mgr_features":4540701547738038271,"available":true,"standbys":[{"gid":24104,"name":"b","mgr_features":4540701547738038271,"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","read","upmap","upmap-read"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.25.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/grafana:9.4.12","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.5.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:1.2.5","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.43.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba":{"name":"container_image_samba","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-server:devbuilds-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"location of dashboards to include in grafana deployments","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MANAGED_BY_CLUSTERS":{"name":"MANAGED_BY_CLUSTERS","type":"str","level":"advanced","flags":0,"default_value":"[]","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MULTICLUSTER_CONFIG":{"name":"MULTICLUSTER_CONFIG","type":"str","level":"advanced","flags":0,"default_value":"{}","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"smb","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"update_orchestration":{"name":"update_orchestration","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically update orchestration when smb resources are changed","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}]}],"modules":["cephadm","dashboard","iostat","nfs","restful"],"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","read","upmap","upmap-read"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.25.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/grafana:9.4.12","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.5.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:1.2.5","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.43.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba":{"name":"container_image_samba","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-server:devbuilds-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"location of dashboards to include in grafana deployments","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MANAGED_BY_CLUSTERS":{"name":"MANAGED_BY_CLUSTERS","type":"str","level":"advanced","flags":0,"default_value":"[]","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MULTICLUSTER_CONFIG":{"name":"MULTICLUSTER_CONFIG","type":"str","level":"advanced","flags":0,"default_value":"{}","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"smb","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"update_orchestration":{"name":"update_orchestration","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically update orchestration when smb resources are changed","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}],"services":{"dashboard":"https://172.21.15.16: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.16:0","nonce":117948389}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.16:0","nonce":2287399513}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.16:0","nonce":1715594591}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.16:0","nonce":656446900}]}]} 2024-05-21T18:34:01.412 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-05-21T18:34:01.412 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-05-21T18:34:01.412 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9ef9bcfdb32ec4999d7ca025815290e8395c6ae7 shell --fsid 3de35fc8-179f-11ef-bc9a-c7b262605968 -- ceph osd dump --format=json 2024-05-21T18:34:01.544 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:34:01 smithi077 bash[23831]: cluster 2024-05-21T18:34:00.186830+0000 mgr.a (mgr.14152) 297 : cluster [DBG] pgmap v261: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:01.544 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:34:01 smithi077 bash[23831]: cluster 2024-05-21T18:34:00.186830+0000 mgr.a (mgr.14152) 297 : cluster [DBG] pgmap v261: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:01.544 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:34:01 smithi077 bash[23831]: audit 2024-05-21T18:34:00.736566+0000 mon.a (mon.0) 570 : audit [DBG] from='client.? 172.21.15.16:0/1302140914' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-05-21T18:34:01.544 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:34:01 smithi077 bash[23831]: audit 2024-05-21T18:34:00.736566+0000 mon.a (mon.0) 570 : audit [DBG] from='client.? 172.21.15.16:0/1302140914' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-05-21T18:34:01.598 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:34:01 smithi134 bash[24085]: cluster 2024-05-21T18:34:00.186830+0000 mgr.a (mgr.14152) 297 : cluster [DBG] pgmap v261: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:01.598 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:34:01 smithi134 bash[24085]: cluster 2024-05-21T18:34:00.186830+0000 mgr.a (mgr.14152) 297 : cluster [DBG] pgmap v261: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:01.599 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:34:01 smithi134 bash[24085]: audit 2024-05-21T18:34:00.736566+0000 mon.a (mon.0) 570 : audit [DBG] from='client.? 172.21.15.16:0/1302140914' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-05-21T18:34:01.599 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:34:01 smithi134 bash[24085]: audit 2024-05-21T18:34:00.736566+0000 mon.a (mon.0) 570 : audit [DBG] from='client.? 172.21.15.16:0/1302140914' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-05-21T18:34:01.602 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:34:01 smithi016 bash[21861]: cluster 2024-05-21T18:34:00.186830+0000 mgr.a (mgr.14152) 297 : cluster [DBG] pgmap v261: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:01.602 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:34:01 smithi016 bash[21861]: cluster 2024-05-21T18:34:00.186830+0000 mgr.a (mgr.14152) 297 : cluster [DBG] pgmap v261: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:01.602 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:34:01 smithi016 bash[21861]: audit 2024-05-21T18:34:00.736566+0000 mon.a (mon.0) 570 : audit [DBG] from='client.? 172.21.15.16:0/1302140914' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-05-21T18:34:01.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:34:01 smithi016 bash[21861]: audit 2024-05-21T18:34:00.736566+0000 mon.a (mon.0) 570 : audit [DBG] from='client.? 172.21.15.16:0/1302140914' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-05-21T18:34:03.544 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:34:03 smithi077 bash[23831]: cluster 2024-05-21T18:34:02.187347+0000 mgr.a (mgr.14152) 298 : cluster [DBG] pgmap v262: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:03.544 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:34:03 smithi077 bash[23831]: cluster 2024-05-21T18:34:02.187347+0000 mgr.a (mgr.14152) 298 : cluster [DBG] pgmap v262: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:03.598 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:34:03 smithi134 bash[24085]: cluster 2024-05-21T18:34:02.187347+0000 mgr.a (mgr.14152) 298 : cluster [DBG] pgmap v262: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:03.599 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:34:03 smithi134 bash[24085]: cluster 2024-05-21T18:34:02.187347+0000 mgr.a (mgr.14152) 298 : cluster [DBG] pgmap v262: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:03.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:34:03 smithi016 bash[21861]: cluster 2024-05-21T18:34:02.187347+0000 mgr.a (mgr.14152) 298 : cluster [DBG] pgmap v262: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:03.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:34:03 smithi016 bash[21861]: cluster 2024-05-21T18:34:02.187347+0000 mgr.a (mgr.14152) 298 : cluster [DBG] pgmap v262: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:05.544 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:34:05 smithi077 bash[23831]: cluster 2024-05-21T18:34:04.187941+0000 mgr.a (mgr.14152) 299 : cluster [DBG] pgmap v263: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:05.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:34:05 smithi077 bash[23831]: cluster 2024-05-21T18:34:04.187941+0000 mgr.a (mgr.14152) 299 : cluster [DBG] pgmap v263: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:05.598 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:34:05 smithi134 bash[24085]: cluster 2024-05-21T18:34:04.187941+0000 mgr.a (mgr.14152) 299 : cluster [DBG] pgmap v263: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:05.598 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:34:05 smithi134 bash[24085]: cluster 2024-05-21T18:34:04.187941+0000 mgr.a (mgr.14152) 299 : cluster [DBG] pgmap v263: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:05.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:34:05 smithi016 bash[21861]: cluster 2024-05-21T18:34:04.187941+0000 mgr.a (mgr.14152) 299 : cluster [DBG] pgmap v263: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:05.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:34:05 smithi016 bash[21861]: cluster 2024-05-21T18:34:04.187941+0000 mgr.a (mgr.14152) 299 : cluster [DBG] pgmap v263: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:06.148 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/mon.a/config 2024-05-21T18:34:07.598 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:34:07 smithi134 bash[24085]: cluster 2024-05-21T18:34:06.188401+0000 mgr.a (mgr.14152) 300 : cluster [DBG] pgmap v264: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:07.598 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:34:07 smithi134 bash[24085]: cluster 2024-05-21T18:34:06.188401+0000 mgr.a (mgr.14152) 300 : cluster [DBG] pgmap v264: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:07.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:34:07 smithi016 bash[21861]: cluster 2024-05-21T18:34:06.188401+0000 mgr.a (mgr.14152) 300 : cluster [DBG] pgmap v264: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:07.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:34:07 smithi016 bash[21861]: cluster 2024-05-21T18:34:06.188401+0000 mgr.a (mgr.14152) 300 : cluster [DBG] pgmap v264: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:07.794 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:34:07 smithi077 bash[23831]: cluster 2024-05-21T18:34:06.188401+0000 mgr.a (mgr.14152) 300 : cluster [DBG] pgmap v264: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:07.794 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:34:07 smithi077 bash[23831]: cluster 2024-05-21T18:34:06.188401+0000 mgr.a (mgr.14152) 300 : cluster [DBG] pgmap v264: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:08.952 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-05-21T18:34:08.952 INFO:teuthology.orchestra.run.smithi016.stdout:{"epoch":39,"fsid":"3de35fc8-179f-11ef-bc9a-c7b262605968","created":"2024-05-21T18:25:08.204074+0000","modified":"2024-05-21T18:33:27.350579+0000","last_up_change":"2024-05-21T18:33:25.328069+0000","last_in_change":"2024-05-21T18:32:59.472360+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-05-21T18:30:52.286998+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":"24013845-fad4-48fd-84db-20690746fd03","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":25,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6802","nonce":2030911991},{"type":"v1","addr":"172.21.15.16:6803","nonce":2030911991}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6804","nonce":2030911991},{"type":"v1","addr":"172.21.15.16:6805","nonce":2030911991}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6808","nonce":2030911991},{"type":"v1","addr":"172.21.15.16:6809","nonce":2030911991}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6806","nonce":2030911991},{"type":"v1","addr":"172.21.15.16:6807","nonce":2030911991}]},"public_addr":"172.21.15.16:6803/2030911991","cluster_addr":"172.21.15.16:6805/2030911991","heartbeat_back_addr":"172.21.15.16:6809/2030911991","heartbeat_front_addr":"172.21.15.16:6807/2030911991","state":["exists","up"]},{"osd":1,"uuid":"b57026b8-6d14-4586-8a32-3f35c03d8a19","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.16:6810","nonce":781052387},{"type":"v1","addr":"172.21.15.16:6811","nonce":781052387}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6812","nonce":781052387},{"type":"v1","addr":"172.21.15.16:6813","nonce":781052387}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6816","nonce":781052387},{"type":"v1","addr":"172.21.15.16:6817","nonce":781052387}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6814","nonce":781052387},{"type":"v1","addr":"172.21.15.16:6815","nonce":781052387}]},"public_addr":"172.21.15.16:6811/781052387","cluster_addr":"172.21.15.16:6813/781052387","heartbeat_back_addr":"172.21.15.16:6817/781052387","heartbeat_front_addr":"172.21.15.16:6815/781052387","state":["exists","up"]},{"osd":2,"uuid":"bfe59e1c-cbe0-4cac-b5de-3ade0b586f82","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.77:6800","nonce":964258009},{"type":"v1","addr":"172.21.15.77:6801","nonce":964258009}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6802","nonce":964258009},{"type":"v1","addr":"172.21.15.77:6803","nonce":964258009}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6806","nonce":964258009},{"type":"v1","addr":"172.21.15.77:6807","nonce":964258009}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6804","nonce":964258009},{"type":"v1","addr":"172.21.15.77:6805","nonce":964258009}]},"public_addr":"172.21.15.77:6801/964258009","cluster_addr":"172.21.15.77:6803/964258009","heartbeat_back_addr":"172.21.15.77:6807/964258009","heartbeat_front_addr":"172.21.15.77:6805/964258009","state":["exists","up"]},{"osd":3,"uuid":"c4bfea3a-0f61-4d6b-b125-aab0c331a114","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":38,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6808","nonce":3794234928},{"type":"v1","addr":"172.21.15.77:6809","nonce":3794234928}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6810","nonce":3794234928},{"type":"v1","addr":"172.21.15.77:6811","nonce":3794234928}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6814","nonce":3794234928},{"type":"v1","addr":"172.21.15.77:6815","nonce":3794234928}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6812","nonce":3794234928},{"type":"v1","addr":"172.21.15.77:6813","nonce":3794234928}]},"public_addr":"172.21.15.77:6809/3794234928","cluster_addr":"172.21.15.77:6811/3794234928","heartbeat_back_addr":"172.21.15.77:6815/3794234928","heartbeat_front_addr":"172.21.15.77:6813/3794234928","state":["exists","up"]},{"osd":4,"uuid":"661ceda6-7edf-4e07-9c3c-e51164bd5f00","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6800","nonce":1017514328},{"type":"v1","addr":"172.21.15.134:6801","nonce":1017514328}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6802","nonce":1017514328},{"type":"v1","addr":"172.21.15.134:6803","nonce":1017514328}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6806","nonce":1017514328},{"type":"v1","addr":"172.21.15.134:6807","nonce":1017514328}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6804","nonce":1017514328},{"type":"v1","addr":"172.21.15.134:6805","nonce":1017514328}]},"public_addr":"172.21.15.134:6801/1017514328","cluster_addr":"172.21.15.134:6803/1017514328","heartbeat_back_addr":"172.21.15.134:6807/1017514328","heartbeat_front_addr":"172.21.15.134:6805/1017514328","state":["exists","up"]},{"osd":5,"uuid":"781d3eeb-1726-4bbc-a7c0-5dfa0ee8357d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6808","nonce":2295689964},{"type":"v1","addr":"172.21.15.134:6809","nonce":2295689964}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6810","nonce":2295689964},{"type":"v1","addr":"172.21.15.134:6811","nonce":2295689964}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6814","nonce":2295689964},{"type":"v1","addr":"172.21.15.134:6815","nonce":2295689964}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6812","nonce":2295689964},{"type":"v1","addr":"172.21.15.134:6813","nonce":2295689964}]},"public_addr":"172.21.15.134:6809/2295689964","cluster_addr":"172.21.15.134:6811/2295689964","heartbeat_back_addr":"172.21.15.134:6815/2295689964","heartbeat_front_addr":"172.21.15.134:6813/2295689964","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-05-21T18:29:08.862880+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-05-21T18:29:58.650633+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-05-21T18:30:48.684404+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-05-21T18:31:40.840064+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-05-21T18:32:29.980124+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-05-21T18:33:24.099325+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.16:0/582853604":"2024-05-22T18:26:16.061147+0000","172.21.15.16:0/1903367219":"2024-05-22T18:26:16.061147+0000","172.21.15.16:6801/255518223":"2024-05-22T18:26:16.061147+0000","172.21.15.16:0/753838191":"2024-05-22T18:26:16.061147+0000","172.21.15.16:6801/232368734":"2024-05-22T18:25:40.196851+0000","172.21.15.16:0/3971185813":"2024-05-22T18:25:40.196851+0000","172.21.15.16:0/2596851443":"2024-05-22T18:25:40.196851+0000","172.21.15.16:6800/232368734":"2024-05-22T18:25:40.196851+0000","172.21.15.16:0/3726177476":"2024-05-22T18:25:40.196851+0000","172.21.15.16:6800/255518223":"2024-05-22T18:26:16.061147+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-05-21T18:34:09.598 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:34:09 smithi134 bash[24085]: cluster 2024-05-21T18:34:08.188966+0000 mgr.a (mgr.14152) 301 : cluster [DBG] pgmap v265: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:09.598 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:34:09 smithi134 bash[24085]: cluster 2024-05-21T18:34:08.188966+0000 mgr.a (mgr.14152) 301 : cluster [DBG] pgmap v265: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:09.599 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:34:09 smithi134 bash[24085]: audit 2024-05-21T18:34:08.956267+0000 mon.a (mon.0) 571 : audit [DBG] from='client.? 172.21.15.16:0/3728000178' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-21T18:34:09.599 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:34:09 smithi134 bash[24085]: audit 2024-05-21T18:34:08.956267+0000 mon.a (mon.0) 571 : audit [DBG] from='client.? 172.21.15.16:0/3728000178' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-21T18:34:09.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:34:09 smithi016 bash[21861]: cluster 2024-05-21T18:34:08.188966+0000 mgr.a (mgr.14152) 301 : cluster [DBG] pgmap v265: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:09.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:34:09 smithi016 bash[21861]: cluster 2024-05-21T18:34:08.188966+0000 mgr.a (mgr.14152) 301 : cluster [DBG] pgmap v265: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:09.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:34:09 smithi016 bash[21861]: audit 2024-05-21T18:34:08.956267+0000 mon.a (mon.0) 571 : audit [DBG] from='client.? 172.21.15.16:0/3728000178' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-21T18:34:09.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:34:09 smithi016 bash[21861]: audit 2024-05-21T18:34:08.956267+0000 mon.a (mon.0) 571 : audit [DBG] from='client.? 172.21.15.16:0/3728000178' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-21T18:34:09.650 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-05-21T18:34:09.650 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9ef9bcfdb32ec4999d7ca025815290e8395c6ae7 shell --fsid 3de35fc8-179f-11ef-bc9a-c7b262605968 -- ceph osd dump --format=json 2024-05-21T18:34:09.794 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:34:09 smithi077 bash[23831]: cluster 2024-05-21T18:34:08.188966+0000 mgr.a (mgr.14152) 301 : cluster [DBG] pgmap v265: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:09.794 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:34:09 smithi077 bash[23831]: cluster 2024-05-21T18:34:08.188966+0000 mgr.a (mgr.14152) 301 : cluster [DBG] pgmap v265: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:09.794 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:34:09 smithi077 bash[23831]: audit 2024-05-21T18:34:08.956267+0000 mon.a (mon.0) 571 : audit [DBG] from='client.? 172.21.15.16:0/3728000178' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-21T18:34:09.794 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:34:09 smithi077 bash[23831]: audit 2024-05-21T18:34:08.956267+0000 mon.a (mon.0) 571 : audit [DBG] from='client.? 172.21.15.16:0/3728000178' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-21T18:34:11.598 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:34:11 smithi134 bash[24085]: cluster 2024-05-21T18:34:10.189541+0000 mgr.a (mgr.14152) 302 : cluster [DBG] pgmap v266: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:11.599 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:34:11 smithi134 bash[24085]: cluster 2024-05-21T18:34:10.189541+0000 mgr.a (mgr.14152) 302 : cluster [DBG] pgmap v266: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:11.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:34:11 smithi016 bash[21861]: cluster 2024-05-21T18:34:10.189541+0000 mgr.a (mgr.14152) 302 : cluster [DBG] pgmap v266: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:11.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:34:11 smithi016 bash[21861]: cluster 2024-05-21T18:34:10.189541+0000 mgr.a (mgr.14152) 302 : cluster [DBG] pgmap v266: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:11.794 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:34:11 smithi077 bash[23831]: cluster 2024-05-21T18:34:10.189541+0000 mgr.a (mgr.14152) 302 : cluster [DBG] pgmap v266: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:11.794 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:34:11 smithi077 bash[23831]: cluster 2024-05-21T18:34:10.189541+0000 mgr.a (mgr.14152) 302 : cluster [DBG] pgmap v266: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:13.598 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:34:13 smithi134 bash[24085]: cluster 2024-05-21T18:34:12.190100+0000 mgr.a (mgr.14152) 303 : cluster [DBG] pgmap v267: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:13.598 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:34:13 smithi134 bash[24085]: cluster 2024-05-21T18:34:12.190100+0000 mgr.a (mgr.14152) 303 : cluster [DBG] pgmap v267: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:13.602 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:34:13 smithi016 bash[21861]: cluster 2024-05-21T18:34:12.190100+0000 mgr.a (mgr.14152) 303 : cluster [DBG] pgmap v267: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:13.602 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:34:13 smithi016 bash[21861]: cluster 2024-05-21T18:34:12.190100+0000 mgr.a (mgr.14152) 303 : cluster [DBG] pgmap v267: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:13.794 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:34:13 smithi077 bash[23831]: cluster 2024-05-21T18:34:12.190100+0000 mgr.a (mgr.14152) 303 : cluster [DBG] pgmap v267: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:13.794 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:34:13 smithi077 bash[23831]: cluster 2024-05-21T18:34:12.190100+0000 mgr.a (mgr.14152) 303 : cluster [DBG] pgmap v267: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:14.390 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/mon.a/config 2024-05-21T18:34:15.476 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:34:15 smithi016 bash[21861]: cluster 2024-05-21T18:34:14.190721+0000 mgr.a (mgr.14152) 304 : cluster [DBG] pgmap v268: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:15.476 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:34:15 smithi016 bash[21861]: cluster 2024-05-21T18:34:14.190721+0000 mgr.a (mgr.14152) 304 : cluster [DBG] pgmap v268: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:15.598 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:34:15 smithi134 bash[24085]: cluster 2024-05-21T18:34:14.190721+0000 mgr.a (mgr.14152) 304 : cluster [DBG] pgmap v268: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:15.598 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:34:15 smithi134 bash[24085]: cluster 2024-05-21T18:34:14.190721+0000 mgr.a (mgr.14152) 304 : cluster [DBG] pgmap v268: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:15.794 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:34:15 smithi077 bash[23831]: cluster 2024-05-21T18:34:14.190721+0000 mgr.a (mgr.14152) 304 : cluster [DBG] pgmap v268: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:15.794 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:34:15 smithi077 bash[23831]: cluster 2024-05-21T18:34:14.190721+0000 mgr.a (mgr.14152) 304 : cluster [DBG] pgmap v268: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:16.963 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-05-21T18:34:16.964 INFO:teuthology.orchestra.run.smithi016.stdout:{"epoch":39,"fsid":"3de35fc8-179f-11ef-bc9a-c7b262605968","created":"2024-05-21T18:25:08.204074+0000","modified":"2024-05-21T18:33:27.350579+0000","last_up_change":"2024-05-21T18:33:25.328069+0000","last_in_change":"2024-05-21T18:32:59.472360+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-05-21T18:30:52.286998+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":"24013845-fad4-48fd-84db-20690746fd03","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":25,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6802","nonce":2030911991},{"type":"v1","addr":"172.21.15.16:6803","nonce":2030911991}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6804","nonce":2030911991},{"type":"v1","addr":"172.21.15.16:6805","nonce":2030911991}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6808","nonce":2030911991},{"type":"v1","addr":"172.21.15.16:6809","nonce":2030911991}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6806","nonce":2030911991},{"type":"v1","addr":"172.21.15.16:6807","nonce":2030911991}]},"public_addr":"172.21.15.16:6803/2030911991","cluster_addr":"172.21.15.16:6805/2030911991","heartbeat_back_addr":"172.21.15.16:6809/2030911991","heartbeat_front_addr":"172.21.15.16:6807/2030911991","state":["exists","up"]},{"osd":1,"uuid":"b57026b8-6d14-4586-8a32-3f35c03d8a19","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.16:6810","nonce":781052387},{"type":"v1","addr":"172.21.15.16:6811","nonce":781052387}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6812","nonce":781052387},{"type":"v1","addr":"172.21.15.16:6813","nonce":781052387}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6816","nonce":781052387},{"type":"v1","addr":"172.21.15.16:6817","nonce":781052387}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6814","nonce":781052387},{"type":"v1","addr":"172.21.15.16:6815","nonce":781052387}]},"public_addr":"172.21.15.16:6811/781052387","cluster_addr":"172.21.15.16:6813/781052387","heartbeat_back_addr":"172.21.15.16:6817/781052387","heartbeat_front_addr":"172.21.15.16:6815/781052387","state":["exists","up"]},{"osd":2,"uuid":"bfe59e1c-cbe0-4cac-b5de-3ade0b586f82","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.77:6800","nonce":964258009},{"type":"v1","addr":"172.21.15.77:6801","nonce":964258009}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6802","nonce":964258009},{"type":"v1","addr":"172.21.15.77:6803","nonce":964258009}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6806","nonce":964258009},{"type":"v1","addr":"172.21.15.77:6807","nonce":964258009}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6804","nonce":964258009},{"type":"v1","addr":"172.21.15.77:6805","nonce":964258009}]},"public_addr":"172.21.15.77:6801/964258009","cluster_addr":"172.21.15.77:6803/964258009","heartbeat_back_addr":"172.21.15.77:6807/964258009","heartbeat_front_addr":"172.21.15.77:6805/964258009","state":["exists","up"]},{"osd":3,"uuid":"c4bfea3a-0f61-4d6b-b125-aab0c331a114","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":38,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6808","nonce":3794234928},{"type":"v1","addr":"172.21.15.77:6809","nonce":3794234928}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6810","nonce":3794234928},{"type":"v1","addr":"172.21.15.77:6811","nonce":3794234928}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6814","nonce":3794234928},{"type":"v1","addr":"172.21.15.77:6815","nonce":3794234928}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6812","nonce":3794234928},{"type":"v1","addr":"172.21.15.77:6813","nonce":3794234928}]},"public_addr":"172.21.15.77:6809/3794234928","cluster_addr":"172.21.15.77:6811/3794234928","heartbeat_back_addr":"172.21.15.77:6815/3794234928","heartbeat_front_addr":"172.21.15.77:6813/3794234928","state":["exists","up"]},{"osd":4,"uuid":"661ceda6-7edf-4e07-9c3c-e51164bd5f00","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6800","nonce":1017514328},{"type":"v1","addr":"172.21.15.134:6801","nonce":1017514328}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6802","nonce":1017514328},{"type":"v1","addr":"172.21.15.134:6803","nonce":1017514328}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6806","nonce":1017514328},{"type":"v1","addr":"172.21.15.134:6807","nonce":1017514328}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6804","nonce":1017514328},{"type":"v1","addr":"172.21.15.134:6805","nonce":1017514328}]},"public_addr":"172.21.15.134:6801/1017514328","cluster_addr":"172.21.15.134:6803/1017514328","heartbeat_back_addr":"172.21.15.134:6807/1017514328","heartbeat_front_addr":"172.21.15.134:6805/1017514328","state":["exists","up"]},{"osd":5,"uuid":"781d3eeb-1726-4bbc-a7c0-5dfa0ee8357d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6808","nonce":2295689964},{"type":"v1","addr":"172.21.15.134:6809","nonce":2295689964}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6810","nonce":2295689964},{"type":"v1","addr":"172.21.15.134:6811","nonce":2295689964}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6814","nonce":2295689964},{"type":"v1","addr":"172.21.15.134:6815","nonce":2295689964}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6812","nonce":2295689964},{"type":"v1","addr":"172.21.15.134:6813","nonce":2295689964}]},"public_addr":"172.21.15.134:6809/2295689964","cluster_addr":"172.21.15.134:6811/2295689964","heartbeat_back_addr":"172.21.15.134:6815/2295689964","heartbeat_front_addr":"172.21.15.134:6813/2295689964","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-05-21T18:29:08.862880+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-05-21T18:29:58.650633+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-05-21T18:30:48.684404+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-05-21T18:31:40.840064+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-05-21T18:32:29.980124+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-05-21T18:33:24.099325+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.16:0/582853604":"2024-05-22T18:26:16.061147+0000","172.21.15.16:0/1903367219":"2024-05-22T18:26:16.061147+0000","172.21.15.16:6801/255518223":"2024-05-22T18:26:16.061147+0000","172.21.15.16:0/753838191":"2024-05-22T18:26:16.061147+0000","172.21.15.16:6801/232368734":"2024-05-22T18:25:40.196851+0000","172.21.15.16:0/3971185813":"2024-05-22T18:25:40.196851+0000","172.21.15.16:0/2596851443":"2024-05-22T18:25:40.196851+0000","172.21.15.16:6800/232368734":"2024-05-22T18:25:40.196851+0000","172.21.15.16:0/3726177476":"2024-05-22T18:25:40.196851+0000","172.21.15.16:6800/255518223":"2024-05-22T18:26:16.061147+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-05-21T18:34:17.598 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:34:17 smithi134 bash[24085]: cluster 2024-05-21T18:34:16.191041+0000 mgr.a (mgr.14152) 305 : cluster [DBG] pgmap v269: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:17.598 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:34:17 smithi134 bash[24085]: cluster 2024-05-21T18:34:16.191041+0000 mgr.a (mgr.14152) 305 : cluster [DBG] pgmap v269: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:17.598 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:34:17 smithi134 bash[24085]: audit 2024-05-21T18:34:16.967763+0000 mon.a (mon.0) 572 : audit [DBG] from='client.? 172.21.15.16:0/1462893429' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-21T18:34:17.598 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:34:17 smithi134 bash[24085]: audit 2024-05-21T18:34:16.967763+0000 mon.a (mon.0) 572 : audit [DBG] from='client.? 172.21.15.16:0/1462893429' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-21T18:34:17.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:34:17 smithi016 bash[21861]: cluster 2024-05-21T18:34:16.191041+0000 mgr.a (mgr.14152) 305 : cluster [DBG] pgmap v269: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:17.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:34:17 smithi016 bash[21861]: cluster 2024-05-21T18:34:16.191041+0000 mgr.a (mgr.14152) 305 : cluster [DBG] pgmap v269: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:17.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:34:17 smithi016 bash[21861]: audit 2024-05-21T18:34:16.967763+0000 mon.a (mon.0) 572 : audit [DBG] from='client.? 172.21.15.16:0/1462893429' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-21T18:34:17.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:34:17 smithi016 bash[21861]: audit 2024-05-21T18:34:16.967763+0000 mon.a (mon.0) 572 : audit [DBG] from='client.? 172.21.15.16:0/1462893429' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-21T18:34:17.689 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9ef9bcfdb32ec4999d7ca025815290e8395c6ae7 shell --fsid 3de35fc8-179f-11ef-bc9a-c7b262605968 -- ceph tell osd.0 flush_pg_stats 2024-05-21T18:34:17.689 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9ef9bcfdb32ec4999d7ca025815290e8395c6ae7 shell --fsid 3de35fc8-179f-11ef-bc9a-c7b262605968 -- ceph tell osd.1 flush_pg_stats 2024-05-21T18:34:17.690 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9ef9bcfdb32ec4999d7ca025815290e8395c6ae7 shell --fsid 3de35fc8-179f-11ef-bc9a-c7b262605968 -- ceph tell osd.2 flush_pg_stats 2024-05-21T18:34:17.690 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9ef9bcfdb32ec4999d7ca025815290e8395c6ae7 shell --fsid 3de35fc8-179f-11ef-bc9a-c7b262605968 -- ceph tell osd.3 flush_pg_stats 2024-05-21T18:34:17.691 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9ef9bcfdb32ec4999d7ca025815290e8395c6ae7 shell --fsid 3de35fc8-179f-11ef-bc9a-c7b262605968 -- ceph tell osd.4 flush_pg_stats 2024-05-21T18:34:17.691 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9ef9bcfdb32ec4999d7ca025815290e8395c6ae7 shell --fsid 3de35fc8-179f-11ef-bc9a-c7b262605968 -- ceph tell osd.5 flush_pg_stats 2024-05-21T18:34:17.794 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:34:17 smithi077 bash[23831]: cluster 2024-05-21T18:34:16.191041+0000 mgr.a (mgr.14152) 305 : cluster [DBG] pgmap v269: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:17.794 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:34:17 smithi077 bash[23831]: cluster 2024-05-21T18:34:16.191041+0000 mgr.a (mgr.14152) 305 : cluster [DBG] pgmap v269: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:17.794 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:34:17 smithi077 bash[23831]: audit 2024-05-21T18:34:16.967763+0000 mon.a (mon.0) 572 : audit [DBG] from='client.? 172.21.15.16:0/1462893429' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-21T18:34:17.794 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:34:17 smithi077 bash[23831]: audit 2024-05-21T18:34:16.967763+0000 mon.a (mon.0) 572 : audit [DBG] from='client.? 172.21.15.16:0/1462893429' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-21T18:34:19.598 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:34:19 smithi134 bash[24085]: cluster 2024-05-21T18:34:18.191592+0000 mgr.a (mgr.14152) 306 : cluster [DBG] pgmap v270: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:19.598 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:34:19 smithi134 bash[24085]: cluster 2024-05-21T18:34:18.191592+0000 mgr.a (mgr.14152) 306 : cluster [DBG] pgmap v270: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:19.602 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:34:19 smithi016 bash[21861]: cluster 2024-05-21T18:34:18.191592+0000 mgr.a (mgr.14152) 306 : cluster [DBG] pgmap v270: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:19.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:34:19 smithi016 bash[21861]: cluster 2024-05-21T18:34:18.191592+0000 mgr.a (mgr.14152) 306 : cluster [DBG] pgmap v270: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:19.794 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:34:19 smithi077 bash[23831]: cluster 2024-05-21T18:34:18.191592+0000 mgr.a (mgr.14152) 306 : cluster [DBG] pgmap v270: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:19.794 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:34:19 smithi077 bash[23831]: cluster 2024-05-21T18:34:18.191592+0000 mgr.a (mgr.14152) 306 : cluster [DBG] pgmap v270: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:21.598 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:34:21 smithi134 bash[24085]: cluster 2024-05-21T18:34:20.192095+0000 mgr.a (mgr.14152) 307 : cluster [DBG] pgmap v271: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:21.598 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:34:21 smithi134 bash[24085]: cluster 2024-05-21T18:34:20.192095+0000 mgr.a (mgr.14152) 307 : cluster [DBG] pgmap v271: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:21.602 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:34:21 smithi016 bash[21861]: cluster 2024-05-21T18:34:20.192095+0000 mgr.a (mgr.14152) 307 : cluster [DBG] pgmap v271: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:21.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:34:21 smithi016 bash[21861]: cluster 2024-05-21T18:34:20.192095+0000 mgr.a (mgr.14152) 307 : cluster [DBG] pgmap v271: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:21.794 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:34:21 smithi077 bash[23831]: cluster 2024-05-21T18:34:20.192095+0000 mgr.a (mgr.14152) 307 : cluster [DBG] pgmap v271: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:21.794 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:34:21 smithi077 bash[23831]: cluster 2024-05-21T18:34:20.192095+0000 mgr.a (mgr.14152) 307 : cluster [DBG] pgmap v271: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:22.448 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/mon.a/config 2024-05-21T18:34:22.448 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/mon.a/config 2024-05-21T18:34:22.449 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/mon.a/config 2024-05-21T18:34:22.449 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/mon.a/config 2024-05-21T18:34:22.449 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/mon.a/config 2024-05-21T18:34:22.451 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/mon.a/config 2024-05-21T18:34:23.598 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:34:23 smithi134 bash[24085]: cluster 2024-05-21T18:34:22.192666+0000 mgr.a (mgr.14152) 308 : cluster [DBG] pgmap v272: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:23.598 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:34:23 smithi134 bash[24085]: cluster 2024-05-21T18:34:22.192666+0000 mgr.a (mgr.14152) 308 : cluster [DBG] pgmap v272: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:23.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:34:23 smithi016 bash[21861]: cluster 2024-05-21T18:34:22.192666+0000 mgr.a (mgr.14152) 308 : cluster [DBG] pgmap v272: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:23.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:34:23 smithi016 bash[21861]: cluster 2024-05-21T18:34:22.192666+0000 mgr.a (mgr.14152) 308 : cluster [DBG] pgmap v272: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:23.794 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:34:23 smithi077 bash[23831]: cluster 2024-05-21T18:34:22.192666+0000 mgr.a (mgr.14152) 308 : cluster [DBG] pgmap v272: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:23.794 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:34:23 smithi077 bash[23831]: cluster 2024-05-21T18:34:22.192666+0000 mgr.a (mgr.14152) 308 : cluster [DBG] pgmap v272: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:25.598 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:34:25 smithi134 bash[24085]: cluster 2024-05-21T18:34:24.193104+0000 mgr.a (mgr.14152) 309 : cluster [DBG] pgmap v273: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:25.598 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:34:25 smithi134 bash[24085]: cluster 2024-05-21T18:34:24.193104+0000 mgr.a (mgr.14152) 309 : cluster [DBG] pgmap v273: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:25.602 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:34:25 smithi016 bash[21861]: cluster 2024-05-21T18:34:24.193104+0000 mgr.a (mgr.14152) 309 : cluster [DBG] pgmap v273: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:25.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:34:25 smithi016 bash[21861]: cluster 2024-05-21T18:34:24.193104+0000 mgr.a (mgr.14152) 309 : cluster [DBG] pgmap v273: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:25.794 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:34:25 smithi077 bash[23831]: cluster 2024-05-21T18:34:24.193104+0000 mgr.a (mgr.14152) 309 : cluster [DBG] pgmap v273: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:25.794 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:34:25 smithi077 bash[23831]: cluster 2024-05-21T18:34:24.193104+0000 mgr.a (mgr.14152) 309 : cluster [DBG] pgmap v273: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:27.598 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:34:27 smithi134 bash[24085]: cluster 2024-05-21T18:34:26.193476+0000 mgr.a (mgr.14152) 310 : cluster [DBG] pgmap v274: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:27.598 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:34:27 smithi134 bash[24085]: cluster 2024-05-21T18:34:26.193476+0000 mgr.a (mgr.14152) 310 : cluster [DBG] pgmap v274: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:27.602 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:34:27 smithi016 bash[21861]: cluster 2024-05-21T18:34:26.193476+0000 mgr.a (mgr.14152) 310 : cluster [DBG] pgmap v274: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:27.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:34:27 smithi016 bash[21861]: cluster 2024-05-21T18:34:26.193476+0000 mgr.a (mgr.14152) 310 : cluster [DBG] pgmap v274: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:27.794 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:34:27 smithi077 bash[23831]: cluster 2024-05-21T18:34:26.193476+0000 mgr.a (mgr.14152) 310 : cluster [DBG] pgmap v274: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:27.794 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:34:27 smithi077 bash[23831]: cluster 2024-05-21T18:34:26.193476+0000 mgr.a (mgr.14152) 310 : cluster [DBG] pgmap v274: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:29.598 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:34:29 smithi134 bash[24085]: cluster 2024-05-21T18:34:28.194098+0000 mgr.a (mgr.14152) 311 : cluster [DBG] pgmap v275: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:29.598 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:34:29 smithi134 bash[24085]: cluster 2024-05-21T18:34:28.194098+0000 mgr.a (mgr.14152) 311 : cluster [DBG] pgmap v275: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:29.616 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:34:29 smithi016 bash[21861]: cluster 2024-05-21T18:34:28.194098+0000 mgr.a (mgr.14152) 311 : cluster [DBG] pgmap v275: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:29.617 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:34:29 smithi016 bash[21861]: cluster 2024-05-21T18:34:28.194098+0000 mgr.a (mgr.14152) 311 : cluster [DBG] pgmap v275: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:29.794 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:34:29 smithi077 bash[23831]: cluster 2024-05-21T18:34:28.194098+0000 mgr.a (mgr.14152) 311 : cluster [DBG] pgmap v275: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:29.794 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:34:29 smithi077 bash[23831]: cluster 2024-05-21T18:34:28.194098+0000 mgr.a (mgr.14152) 311 : cluster [DBG] pgmap v275: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:31.598 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:34:31 smithi134 bash[24085]: cluster 2024-05-21T18:34:30.194497+0000 mgr.a (mgr.14152) 312 : cluster [DBG] pgmap v276: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:31.598 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:34:31 smithi134 bash[24085]: cluster 2024-05-21T18:34:30.194497+0000 mgr.a (mgr.14152) 312 : cluster [DBG] pgmap v276: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:31.794 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:34:31 smithi077 bash[23831]: cluster 2024-05-21T18:34:30.194497+0000 mgr.a (mgr.14152) 312 : cluster [DBG] pgmap v276: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:31.794 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:34:31 smithi077 bash[23831]: cluster 2024-05-21T18:34:30.194497+0000 mgr.a (mgr.14152) 312 : cluster [DBG] pgmap v276: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:31.823 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:34:31 smithi016 bash[21861]: cluster 2024-05-21T18:34:30.194497+0000 mgr.a (mgr.14152) 312 : cluster [DBG] pgmap v276: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:31.823 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:34:31 smithi016 bash[21861]: cluster 2024-05-21T18:34:30.194497+0000 mgr.a (mgr.14152) 312 : cluster [DBG] pgmap v276: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:32.686 INFO:teuthology.orchestra.run.smithi016.stdout:55834574904 2024-05-21T18:34:32.686 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9ef9bcfdb32ec4999d7ca025815290e8395c6ae7 shell --fsid 3de35fc8-179f-11ef-bc9a-c7b262605968 -- ceph osd last-stat-seq osd.1 2024-05-21T18:34:33.373 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:34:33 smithi016 bash[21861]: cluster 2024-05-21T18:34:32.195011+0000 mgr.a (mgr.14152) 313 : cluster [DBG] pgmap v277: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:33.759 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:34:33 smithi016 bash[21861]: cluster 2024-05-21T18:34:32.195011+0000 mgr.a (mgr.14152) 313 : cluster [DBG] pgmap v277: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:33.794 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:34:33 smithi077 bash[23831]: cluster 2024-05-21T18:34:32.195011+0000 mgr.a (mgr.14152) 313 : cluster [DBG] pgmap v277: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:33.794 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:34:33 smithi077 bash[23831]: cluster 2024-05-21T18:34:32.195011+0000 mgr.a (mgr.14152) 313 : cluster [DBG] pgmap v277: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:33.848 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:34:33 smithi134 bash[24085]: cluster 2024-05-21T18:34:32.195011+0000 mgr.a (mgr.14152) 313 : cluster [DBG] pgmap v277: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:33.848 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:34:33 smithi134 bash[24085]: cluster 2024-05-21T18:34:32.195011+0000 mgr.a (mgr.14152) 313 : cluster [DBG] pgmap v277: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:34.448 INFO:teuthology.orchestra.run.smithi016.stdout:77309411376 2024-05-21T18:34:34.449 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9ef9bcfdb32ec4999d7ca025815290e8395c6ae7 shell --fsid 3de35fc8-179f-11ef-bc9a-c7b262605968 -- ceph osd last-stat-seq osd.2 2024-05-21T18:34:35.430 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:34:35 smithi016 bash[21861]: cluster 2024-05-21T18:34:34.195519+0000 mgr.a (mgr.14152) 314 : cluster [DBG] pgmap v278: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:35.430 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:34:35 smithi016 bash[21861]: cluster 2024-05-21T18:34:34.195519+0000 mgr.a (mgr.14152) 314 : cluster [DBG] pgmap v278: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:35.431 INFO:teuthology.orchestra.run.smithi016.stdout:133143986204 2024-05-21T18:34:35.431 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9ef9bcfdb32ec4999d7ca025815290e8395c6ae7 shell --fsid 3de35fc8-179f-11ef-bc9a-c7b262605968 -- ceph osd last-stat-seq osd.4 2024-05-21T18:34:35.794 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:34:35 smithi077 bash[23831]: cluster 2024-05-21T18:34:34.195519+0000 mgr.a (mgr.14152) 314 : cluster [DBG] pgmap v278: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:35.794 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:34:35 smithi077 bash[23831]: cluster 2024-05-21T18:34:34.195519+0000 mgr.a (mgr.14152) 314 : cluster [DBG] pgmap v278: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:35.848 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:34:35 smithi134 bash[24085]: cluster 2024-05-21T18:34:34.195519+0000 mgr.a (mgr.14152) 314 : cluster [DBG] pgmap v278: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:35.848 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:34:35 smithi134 bash[24085]: cluster 2024-05-21T18:34:34.195519+0000 mgr.a (mgr.14152) 314 : cluster [DBG] pgmap v278: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:36.299 INFO:teuthology.orchestra.run.smithi016.stdout:34359738436 2024-05-21T18:34:36.299 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9ef9bcfdb32ec4999d7ca025815290e8395c6ae7 shell --fsid 3de35fc8-179f-11ef-bc9a-c7b262605968 -- ceph osd last-stat-seq osd.0 2024-05-21T18:34:36.861 INFO:teuthology.orchestra.run.smithi016.stdout:158913789969 2024-05-21T18:34:36.861 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9ef9bcfdb32ec4999d7ca025815290e8395c6ae7 shell --fsid 3de35fc8-179f-11ef-bc9a-c7b262605968 -- ceph osd last-stat-seq osd.5 2024-05-21T18:34:36.951 INFO:teuthology.orchestra.run.smithi016.stdout:107374182437 2024-05-21T18:34:36.952 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9ef9bcfdb32ec4999d7ca025815290e8395c6ae7 shell --fsid 3de35fc8-179f-11ef-bc9a-c7b262605968 -- ceph osd last-stat-seq osd.3 2024-05-21T18:34:37.794 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:34:37 smithi077 bash[23831]: cluster 2024-05-21T18:34:36.196076+0000 mgr.a (mgr.14152) 315 : cluster [DBG] pgmap v279: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:37.794 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:34:37 smithi077 bash[23831]: cluster 2024-05-21T18:34:36.196076+0000 mgr.a (mgr.14152) 315 : cluster [DBG] pgmap v279: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:37.794 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:34:37 smithi077 bash[23831]: audit 2024-05-21T18:34:36.726368+0000 mon.a (mon.0) 573 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T18:34:37.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:34:37 smithi077 bash[23831]: audit 2024-05-21T18:34:36.726368+0000 mon.a (mon.0) 573 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T18:34:37.848 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:34:37 smithi134 bash[24085]: cluster 2024-05-21T18:34:36.196076+0000 mgr.a (mgr.14152) 315 : cluster [DBG] pgmap v279: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:37.848 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:34:37 smithi134 bash[24085]: cluster 2024-05-21T18:34:36.196076+0000 mgr.a (mgr.14152) 315 : cluster [DBG] pgmap v279: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:37.848 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:34:37 smithi134 bash[24085]: audit 2024-05-21T18:34:36.726368+0000 mon.a (mon.0) 573 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T18:34:37.848 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:34:37 smithi134 bash[24085]: audit 2024-05-21T18:34:36.726368+0000 mon.a (mon.0) 573 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T18:34:37.852 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:34:37 smithi016 bash[21861]: cluster 2024-05-21T18:34:36.196076+0000 mgr.a (mgr.14152) 315 : cluster [DBG] pgmap v279: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:37.852 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:34:37 smithi016 bash[21861]: cluster 2024-05-21T18:34:36.196076+0000 mgr.a (mgr.14152) 315 : cluster [DBG] pgmap v279: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:37.852 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:34:37 smithi016 bash[21861]: audit 2024-05-21T18:34:36.726368+0000 mon.a (mon.0) 573 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T18:34:37.852 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:34:37 smithi016 bash[21861]: audit 2024-05-21T18:34:36.726368+0000 mon.a (mon.0) 573 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T18:34:38.794 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:34:38 smithi077 bash[23831]: audit 2024-05-21T18:34:37.515978+0000 mon.a (mon.0) 574 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:34:38.794 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:34:38 smithi077 bash[23831]: audit 2024-05-21T18:34:37.515978+0000 mon.a (mon.0) 574 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:34:38.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:34:38 smithi077 bash[23831]: audit 2024-05-21T18:34:37.517215+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T18:34:38.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:34:38 smithi077 bash[23831]: audit 2024-05-21T18:34:37.517215+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T18:34:38.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:34:38 smithi077 bash[23831]: audit 2024-05-21T18:34:37.524904+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:34:38.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:34:38 smithi077 bash[23831]: audit 2024-05-21T18:34:37.524904+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:34:38.848 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:34:38 smithi134 bash[24085]: audit 2024-05-21T18:34:37.515978+0000 mon.a (mon.0) 574 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:34:38.848 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:34:38 smithi134 bash[24085]: audit 2024-05-21T18:34:37.515978+0000 mon.a (mon.0) 574 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:34:38.848 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:34:38 smithi134 bash[24085]: audit 2024-05-21T18:34:37.517215+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T18:34:38.848 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:34:38 smithi134 bash[24085]: audit 2024-05-21T18:34:37.517215+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T18:34:38.849 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:34:38 smithi134 bash[24085]: audit 2024-05-21T18:34:37.524904+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:34:38.849 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:34:38 smithi134 bash[24085]: audit 2024-05-21T18:34:37.524904+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:34:38.852 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:34:38 smithi016 bash[21861]: audit 2024-05-21T18:34:37.515978+0000 mon.a (mon.0) 574 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:34:38.853 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:34:38 smithi016 bash[21861]: audit 2024-05-21T18:34:37.515978+0000 mon.a (mon.0) 574 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:34:38.853 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:34:38 smithi016 bash[21861]: audit 2024-05-21T18:34:37.517215+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T18:34:38.853 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:34:38 smithi016 bash[21861]: audit 2024-05-21T18:34:37.517215+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T18:34:38.853 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:34:38 smithi016 bash[21861]: audit 2024-05-21T18:34:37.524904+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:34:38.853 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:34:38 smithi016 bash[21861]: audit 2024-05-21T18:34:37.524904+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:34:39.444 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/mon.a/config 2024-05-21T18:34:39.444 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/mon.a/config 2024-05-21T18:34:39.445 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/mon.a/config 2024-05-21T18:34:39.794 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:34:39 smithi077 bash[23831]: cluster 2024-05-21T18:34:38.196671+0000 mgr.a (mgr.14152) 316 : cluster [DBG] pgmap v280: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:39.794 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:34:39 smithi077 bash[23831]: cluster 2024-05-21T18:34:38.196671+0000 mgr.a (mgr.14152) 316 : cluster [DBG] pgmap v280: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:39.848 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:34:39 smithi134 bash[24085]: cluster 2024-05-21T18:34:38.196671+0000 mgr.a (mgr.14152) 316 : cluster [DBG] pgmap v280: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:39.848 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:34:39 smithi134 bash[24085]: cluster 2024-05-21T18:34:38.196671+0000 mgr.a (mgr.14152) 316 : cluster [DBG] pgmap v280: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:39.852 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:34:39 smithi016 bash[21861]: cluster 2024-05-21T18:34:38.196671+0000 mgr.a (mgr.14152) 316 : cluster [DBG] pgmap v280: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:39.852 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:34:39 smithi016 bash[21861]: cluster 2024-05-21T18:34:38.196671+0000 mgr.a (mgr.14152) 316 : cluster [DBG] pgmap v280: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:40.450 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/mon.a/config 2024-05-21T18:34:41.460 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/mon.a/config 2024-05-21T18:34:41.461 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/mon.a/config 2024-05-21T18:34:41.770 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:34:41 smithi016 bash[21861]: cluster 2024-05-21T18:34:40.197241+0000 mgr.a (mgr.14152) 317 : cluster [DBG] pgmap v281: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:41.770 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:34:41 smithi016 bash[21861]: cluster 2024-05-21T18:34:40.197241+0000 mgr.a (mgr.14152) 317 : cluster [DBG] pgmap v281: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:41.794 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:34:41 smithi077 bash[23831]: cluster 2024-05-21T18:34:40.197241+0000 mgr.a (mgr.14152) 317 : cluster [DBG] pgmap v281: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:41.794 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:34:41 smithi077 bash[23831]: cluster 2024-05-21T18:34:40.197241+0000 mgr.a (mgr.14152) 317 : cluster [DBG] pgmap v281: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:41.847 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:34:41 smithi134 bash[24085]: cluster 2024-05-21T18:34:40.197241+0000 mgr.a (mgr.14152) 317 : cluster [DBG] pgmap v281: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:41.848 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:34:41 smithi134 bash[24085]: cluster 2024-05-21T18:34:40.197241+0000 mgr.a (mgr.14152) 317 : cluster [DBG] pgmap v281: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:43.794 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:34:43 smithi077 bash[23831]: cluster 2024-05-21T18:34:42.197613+0000 mgr.a (mgr.14152) 318 : cluster [DBG] pgmap v282: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:43.794 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:34:43 smithi077 bash[23831]: cluster 2024-05-21T18:34:42.197613+0000 mgr.a (mgr.14152) 318 : cluster [DBG] pgmap v282: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:43.848 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:34:43 smithi134 bash[24085]: cluster 2024-05-21T18:34:42.197613+0000 mgr.a (mgr.14152) 318 : cluster [DBG] pgmap v282: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:43.848 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:34:43 smithi134 bash[24085]: cluster 2024-05-21T18:34:42.197613+0000 mgr.a (mgr.14152) 318 : cluster [DBG] pgmap v282: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:43.904 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:34:43 smithi016 bash[21861]: cluster 2024-05-21T18:34:42.197613+0000 mgr.a (mgr.14152) 318 : cluster [DBG] pgmap v282: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:43.904 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:34:43 smithi016 bash[21861]: cluster 2024-05-21T18:34:42.197613+0000 mgr.a (mgr.14152) 318 : cluster [DBG] pgmap v282: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:45.762 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:34:45 smithi016 bash[21861]: cluster 2024-05-21T18:34:44.198098+0000 mgr.a (mgr.14152) 319 : cluster [DBG] pgmap v283: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:45.762 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:34:45 smithi016 bash[21861]: cluster 2024-05-21T18:34:44.198098+0000 mgr.a (mgr.14152) 319 : cluster [DBG] pgmap v283: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:45.794 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:34:45 smithi077 bash[23831]: cluster 2024-05-21T18:34:44.198098+0000 mgr.a (mgr.14152) 319 : cluster [DBG] pgmap v283: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:45.794 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:34:45 smithi077 bash[23831]: cluster 2024-05-21T18:34:44.198098+0000 mgr.a (mgr.14152) 319 : cluster [DBG] pgmap v283: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:45.847 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:34:45 smithi134 bash[24085]: cluster 2024-05-21T18:34:44.198098+0000 mgr.a (mgr.14152) 319 : cluster [DBG] pgmap v283: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:45.848 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:34:45 smithi134 bash[24085]: cluster 2024-05-21T18:34:44.198098+0000 mgr.a (mgr.14152) 319 : cluster [DBG] pgmap v283: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:46.888 INFO:teuthology.orchestra.run.smithi016.stdout:55834574907 2024-05-21T18:34:47.794 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:34:47 smithi077 bash[23831]: cluster 2024-05-21T18:34:46.198590+0000 mgr.a (mgr.14152) 320 : cluster [DBG] pgmap v284: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:47.794 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:34:47 smithi077 bash[23831]: cluster 2024-05-21T18:34:46.198590+0000 mgr.a (mgr.14152) 320 : cluster [DBG] pgmap v284: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:47.794 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:34:47 smithi077 bash[23831]: audit 2024-05-21T18:34:46.894827+0000 mon.a (mon.0) 577 : audit [DBG] from='client.? 172.21.15.16:0/2342939324' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-05-21T18:34:47.794 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:34:47 smithi077 bash[23831]: audit 2024-05-21T18:34:46.894827+0000 mon.a (mon.0) 577 : audit [DBG] from='client.? 172.21.15.16:0/2342939324' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-05-21T18:34:47.848 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:34:47 smithi134 bash[24085]: cluster 2024-05-21T18:34:46.198590+0000 mgr.a (mgr.14152) 320 : cluster [DBG] pgmap v284: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:47.848 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:34:47 smithi134 bash[24085]: cluster 2024-05-21T18:34:46.198590+0000 mgr.a (mgr.14152) 320 : cluster [DBG] pgmap v284: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:47.848 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:34:47 smithi134 bash[24085]: audit 2024-05-21T18:34:46.894827+0000 mon.a (mon.0) 577 : audit [DBG] from='client.? 172.21.15.16:0/2342939324' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-05-21T18:34:47.848 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:34:47 smithi134 bash[24085]: audit 2024-05-21T18:34:46.894827+0000 mon.a (mon.0) 577 : audit [DBG] from='client.? 172.21.15.16:0/2342939324' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-05-21T18:34:47.852 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:34:47 smithi016 bash[21861]: cluster 2024-05-21T18:34:46.198590+0000 mgr.a (mgr.14152) 320 : cluster [DBG] pgmap v284: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:47.852 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:34:47 smithi016 bash[21861]: cluster 2024-05-21T18:34:46.198590+0000 mgr.a (mgr.14152) 320 : cluster [DBG] pgmap v284: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:47.852 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:34:47 smithi016 bash[21861]: audit 2024-05-21T18:34:46.894827+0000 mon.a (mon.0) 577 : audit [DBG] from='client.? 172.21.15.16:0/2342939324' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-05-21T18:34:47.853 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:34:47 smithi016 bash[21861]: audit 2024-05-21T18:34:46.894827+0000 mon.a (mon.0) 577 : audit [DBG] from='client.? 172.21.15.16:0/2342939324' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-05-21T18:34:47.879 INFO:teuthology.orchestra.run.smithi016.stdout:34359738438 2024-05-21T18:34:48.656 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:34:48 smithi016 bash[21861]: audit 2024-05-21T18:34:47.885201+0000 mon.a (mon.0) 578 : audit [DBG] from='client.? 172.21.15.16:0/901183383' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-05-21T18:34:48.657 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:34:48 smithi016 bash[21861]: audit 2024-05-21T18:34:47.885201+0000 mon.a (mon.0) 578 : audit [DBG] from='client.? 172.21.15.16:0/901183383' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-05-21T18:34:48.794 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:34:48 smithi077 bash[23831]: audit 2024-05-21T18:34:47.885201+0000 mon.a (mon.0) 578 : audit [DBG] from='client.? 172.21.15.16:0/901183383' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-05-21T18:34:48.794 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:34:48 smithi077 bash[23831]: audit 2024-05-21T18:34:47.885201+0000 mon.a (mon.0) 578 : audit [DBG] from='client.? 172.21.15.16:0/901183383' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-05-21T18:34:48.848 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:34:48 smithi134 bash[24085]: audit 2024-05-21T18:34:47.885201+0000 mon.a (mon.0) 578 : audit [DBG] from='client.? 172.21.15.16:0/901183383' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-05-21T18:34:48.848 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:34:48 smithi134 bash[24085]: audit 2024-05-21T18:34:47.885201+0000 mon.a (mon.0) 578 : audit [DBG] from='client.? 172.21.15.16:0/901183383' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-05-21T18:34:49.372 INFO:teuthology.orchestra.run.smithi016.stdout:133143986207 2024-05-21T18:34:49.581 INFO:teuthology.orchestra.run.smithi016.stdout:77309411379 2024-05-21T18:34:49.794 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:34:49 smithi077 bash[23831]: cluster 2024-05-21T18:34:48.199057+0000 mgr.a (mgr.14152) 321 : cluster [DBG] pgmap v285: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:49.794 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:34:49 smithi077 bash[23831]: cluster 2024-05-21T18:34:48.199057+0000 mgr.a (mgr.14152) 321 : cluster [DBG] pgmap v285: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:49.794 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:34:49 smithi077 bash[23831]: audit 2024-05-21T18:34:49.378998+0000 mon.a (mon.0) 579 : audit [DBG] from='client.? 172.21.15.16:0/3821824794' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-05-21T18:34:49.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:34:49 smithi077 bash[23831]: audit 2024-05-21T18:34:49.378998+0000 mon.a (mon.0) 579 : audit [DBG] from='client.? 172.21.15.16:0/3821824794' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-05-21T18:34:49.833 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:34:49 smithi016 bash[21861]: cluster 2024-05-21T18:34:48.199057+0000 mgr.a (mgr.14152) 321 : cluster [DBG] pgmap v285: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:49.833 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:34:49 smithi016 bash[21861]: cluster 2024-05-21T18:34:48.199057+0000 mgr.a (mgr.14152) 321 : cluster [DBG] pgmap v285: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:49.833 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:34:49 smithi016 bash[21861]: audit 2024-05-21T18:34:49.378998+0000 mon.a (mon.0) 579 : audit [DBG] from='client.? 172.21.15.16:0/3821824794' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-05-21T18:34:49.833 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:34:49 smithi016 bash[21861]: audit 2024-05-21T18:34:49.378998+0000 mon.a (mon.0) 579 : audit [DBG] from='client.? 172.21.15.16:0/3821824794' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-05-21T18:34:49.847 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:34:49 smithi134 bash[24085]: cluster 2024-05-21T18:34:48.199057+0000 mgr.a (mgr.14152) 321 : cluster [DBG] pgmap v285: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:49.848 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:34:49 smithi134 bash[24085]: cluster 2024-05-21T18:34:48.199057+0000 mgr.a (mgr.14152) 321 : cluster [DBG] pgmap v285: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:49.848 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:34:49 smithi134 bash[24085]: audit 2024-05-21T18:34:49.378998+0000 mon.a (mon.0) 579 : audit [DBG] from='client.? 172.21.15.16:0/3821824794' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-05-21T18:34:49.848 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:34:49 smithi134 bash[24085]: audit 2024-05-21T18:34:49.378998+0000 mon.a (mon.0) 579 : audit [DBG] from='client.? 172.21.15.16:0/3821824794' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-05-21T18:34:50.075 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574904 got 55834574907 for osd.1 2024-05-21T18:34:50.075 DEBUG:teuthology.parallel:result is None 2024-05-21T18:34:50.646 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:34:50 smithi016 bash[21861]: audit 2024-05-21T18:34:49.587241+0000 mon.a (mon.0) 580 : audit [DBG] from='client.? 172.21.15.16:0/2004662670' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-05-21T18:34:50.647 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:34:50 smithi016 bash[21861]: audit 2024-05-21T18:34:49.587241+0000 mon.a (mon.0) 580 : audit [DBG] from='client.? 172.21.15.16:0/2004662670' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-05-21T18:34:50.647 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738436 got 34359738438 for osd.0 2024-05-21T18:34:50.648 DEBUG:teuthology.parallel:result is None 2024-05-21T18:34:50.794 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:34:50 smithi077 bash[23831]: audit 2024-05-21T18:34:49.587241+0000 mon.a (mon.0) 580 : audit [DBG] from='client.? 172.21.15.16:0/2004662670' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-05-21T18:34:50.794 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:34:50 smithi077 bash[23831]: audit 2024-05-21T18:34:49.587241+0000 mon.a (mon.0) 580 : audit [DBG] from='client.? 172.21.15.16:0/2004662670' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-05-21T18:34:50.848 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:34:50 smithi134 bash[24085]: audit 2024-05-21T18:34:49.587241+0000 mon.a (mon.0) 580 : audit [DBG] from='client.? 172.21.15.16:0/2004662670' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-05-21T18:34:50.848 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:34:50 smithi134 bash[24085]: audit 2024-05-21T18:34:49.587241+0000 mon.a (mon.0) 580 : audit [DBG] from='client.? 172.21.15.16:0/2004662670' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-05-21T18:34:51.457 INFO:tasks.cephadm.ceph_manager.ceph:need seq 133143986204 got 133143986207 for osd.4 2024-05-21T18:34:51.458 DEBUG:teuthology.parallel:result is None 2024-05-21T18:34:51.602 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:34:51 smithi016 bash[21861]: cluster 2024-05-21T18:34:50.199599+0000 mgr.a (mgr.14152) 322 : cluster [DBG] pgmap v286: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:51.602 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:34:51 smithi016 bash[21861]: cluster 2024-05-21T18:34:50.199599+0000 mgr.a (mgr.14152) 322 : cluster [DBG] pgmap v286: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:51.794 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:34:51 smithi077 bash[23831]: cluster 2024-05-21T18:34:50.199599+0000 mgr.a (mgr.14152) 322 : cluster [DBG] pgmap v286: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:51.794 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:34:51 smithi077 bash[23831]: cluster 2024-05-21T18:34:50.199599+0000 mgr.a (mgr.14152) 322 : cluster [DBG] pgmap v286: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:51.804 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411376 got 77309411379 for osd.2 2024-05-21T18:34:51.804 DEBUG:teuthology.parallel:result is None 2024-05-21T18:34:51.847 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:34:51 smithi134 bash[24085]: cluster 2024-05-21T18:34:50.199599+0000 mgr.a (mgr.14152) 322 : cluster [DBG] pgmap v286: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:51.848 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:34:51 smithi134 bash[24085]: cluster 2024-05-21T18:34:50.199599+0000 mgr.a (mgr.14152) 322 : cluster [DBG] pgmap v286: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:52.161 INFO:teuthology.orchestra.run.smithi016.stdout:158913789972 2024-05-21T18:34:52.284 INFO:teuthology.orchestra.run.smithi016.stdout:107374182440 2024-05-21T18:34:52.531 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:34:52 smithi016 bash[21861]: audit 2024-05-21T18:34:52.167902+0000 mon.a (mon.0) 581 : audit [DBG] from='client.? 172.21.15.16:0/1371301918' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-05-21T18:34:52.531 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:34:52 smithi016 bash[21861]: audit 2024-05-21T18:34:52.167902+0000 mon.a (mon.0) 581 : audit [DBG] from='client.? 172.21.15.16:0/1371301918' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-05-21T18:34:52.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:34:52 smithi077 bash[23831]: audit 2024-05-21T18:34:52.167902+0000 mon.a (mon.0) 581 : audit [DBG] from='client.? 172.21.15.16:0/1371301918' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-05-21T18:34:52.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:34:52 smithi077 bash[23831]: audit 2024-05-21T18:34:52.167902+0000 mon.a (mon.0) 581 : audit [DBG] from='client.? 172.21.15.16:0/1371301918' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-05-21T18:34:52.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:34:52 smithi077 bash[23831]: cluster 2024-05-21T18:34:52.200033+0000 mgr.a (mgr.14152) 323 : cluster [DBG] pgmap v287: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:52.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:34:52 smithi077 bash[23831]: cluster 2024-05-21T18:34:52.200033+0000 mgr.a (mgr.14152) 323 : cluster [DBG] pgmap v287: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:52.796 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:34:52 smithi077 bash[23831]: audit 2024-05-21T18:34:52.290337+0000 mon.a (mon.0) 582 : audit [DBG] from='client.? 172.21.15.16:0/1225225059' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-05-21T18:34:52.796 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:34:52 smithi077 bash[23831]: audit 2024-05-21T18:34:52.290337+0000 mon.a (mon.0) 582 : audit [DBG] from='client.? 172.21.15.16:0/1225225059' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-05-21T18:34:52.848 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:34:52 smithi134 bash[24085]: audit 2024-05-21T18:34:52.167902+0000 mon.a (mon.0) 581 : audit [DBG] from='client.? 172.21.15.16:0/1371301918' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-05-21T18:34:52.848 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:34:52 smithi134 bash[24085]: audit 2024-05-21T18:34:52.167902+0000 mon.a (mon.0) 581 : audit [DBG] from='client.? 172.21.15.16:0/1371301918' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-05-21T18:34:52.848 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:34:52 smithi134 bash[24085]: cluster 2024-05-21T18:34:52.200033+0000 mgr.a (mgr.14152) 323 : cluster [DBG] pgmap v287: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:52.848 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:34:52 smithi134 bash[24085]: cluster 2024-05-21T18:34:52.200033+0000 mgr.a (mgr.14152) 323 : cluster [DBG] pgmap v287: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:52.848 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:34:52 smithi134 bash[24085]: audit 2024-05-21T18:34:52.290337+0000 mon.a (mon.0) 582 : audit [DBG] from='client.? 172.21.15.16:0/1225225059' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-05-21T18:34:52.848 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:34:52 smithi134 bash[24085]: audit 2024-05-21T18:34:52.290337+0000 mon.a (mon.0) 582 : audit [DBG] from='client.? 172.21.15.16:0/1225225059' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-05-21T18:34:52.884 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:34:52 smithi016 bash[21861]: cluster 2024-05-21T18:34:52.200033+0000 mgr.a (mgr.14152) 323 : cluster [DBG] pgmap v287: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:52.884 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:34:52 smithi016 bash[21861]: cluster 2024-05-21T18:34:52.200033+0000 mgr.a (mgr.14152) 323 : cluster [DBG] pgmap v287: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:52.884 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:34:52 smithi016 bash[21861]: audit 2024-05-21T18:34:52.290337+0000 mon.a (mon.0) 582 : audit [DBG] from='client.? 172.21.15.16:0/1225225059' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-05-21T18:34:52.884 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:34:52 smithi016 bash[21861]: audit 2024-05-21T18:34:52.290337+0000 mon.a (mon.0) 582 : audit [DBG] from='client.? 172.21.15.16:0/1225225059' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-05-21T18:34:53.400 INFO:tasks.cephadm.ceph_manager.ceph:need seq 158913789969 got 158913789972 for osd.5 2024-05-21T18:34:53.401 DEBUG:teuthology.parallel:result is None 2024-05-21T18:34:53.438 INFO:tasks.cephadm.ceph_manager.ceph:need seq 107374182437 got 107374182440 for osd.3 2024-05-21T18:34:53.438 DEBUG:teuthology.parallel:result is None 2024-05-21T18:34:53.439 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-05-21T18:34:53.439 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9ef9bcfdb32ec4999d7ca025815290e8395c6ae7 shell --fsid 3de35fc8-179f-11ef-bc9a-c7b262605968 -- ceph pg dump --format=json 2024-05-21T18:34:55.544 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:34:55 smithi077 bash[23831]: cluster 2024-05-21T18:34:54.200581+0000 mgr.a (mgr.14152) 324 : cluster [DBG] pgmap v288: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:55.544 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:34:55 smithi077 bash[23831]: cluster 2024-05-21T18:34:54.200581+0000 mgr.a (mgr.14152) 324 : cluster [DBG] pgmap v288: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:55.597 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:34:55 smithi134 bash[24085]: cluster 2024-05-21T18:34:54.200581+0000 mgr.a (mgr.14152) 324 : cluster [DBG] pgmap v288: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:55.597 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:34:55 smithi134 bash[24085]: cluster 2024-05-21T18:34:54.200581+0000 mgr.a (mgr.14152) 324 : cluster [DBG] pgmap v288: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:55.602 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:34:55 smithi016 bash[21861]: cluster 2024-05-21T18:34:54.200581+0000 mgr.a (mgr.14152) 324 : cluster [DBG] pgmap v288: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:55.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:34:55 smithi016 bash[21861]: cluster 2024-05-21T18:34:54.200581+0000 mgr.a (mgr.14152) 324 : cluster [DBG] pgmap v288: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:57.544 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:34:57 smithi077 bash[23831]: cluster 2024-05-21T18:34:56.201215+0000 mgr.a (mgr.14152) 325 : cluster [DBG] pgmap v289: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:57.544 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:34:57 smithi077 bash[23831]: cluster 2024-05-21T18:34:56.201215+0000 mgr.a (mgr.14152) 325 : cluster [DBG] pgmap v289: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:57.597 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:34:57 smithi134 bash[24085]: cluster 2024-05-21T18:34:56.201215+0000 mgr.a (mgr.14152) 325 : cluster [DBG] pgmap v289: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:57.598 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:34:57 smithi134 bash[24085]: cluster 2024-05-21T18:34:56.201215+0000 mgr.a (mgr.14152) 325 : cluster [DBG] pgmap v289: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:57.602 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:34:57 smithi016 bash[21861]: cluster 2024-05-21T18:34:56.201215+0000 mgr.a (mgr.14152) 325 : cluster [DBG] pgmap v289: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:57.602 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:34:57 smithi016 bash[21861]: cluster 2024-05-21T18:34:56.201215+0000 mgr.a (mgr.14152) 325 : cluster [DBG] pgmap v289: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:58.218 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/mon.a/config 2024-05-21T18:34:59.352 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:34:59 smithi016 bash[21861]: cluster 2024-05-21T18:34:58.201850+0000 mgr.a (mgr.14152) 326 : cluster [DBG] pgmap v290: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:59.352 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:34:59 smithi016 bash[21861]: cluster 2024-05-21T18:34:58.201850+0000 mgr.a (mgr.14152) 326 : cluster [DBG] pgmap v290: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:59.544 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:34:59 smithi077 bash[23831]: cluster 2024-05-21T18:34:58.201850+0000 mgr.a (mgr.14152) 326 : cluster [DBG] pgmap v290: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:59.544 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:34:59 smithi077 bash[23831]: cluster 2024-05-21T18:34:58.201850+0000 mgr.a (mgr.14152) 326 : cluster [DBG] pgmap v290: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:59.597 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:34:59 smithi134 bash[24085]: cluster 2024-05-21T18:34:58.201850+0000 mgr.a (mgr.14152) 326 : cluster [DBG] pgmap v290: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:34:59.597 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:34:59 smithi134 bash[24085]: cluster 2024-05-21T18:34:58.201850+0000 mgr.a (mgr.14152) 326 : cluster [DBG] pgmap v290: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:35:00.900 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-05-21T18:35:00.903 INFO:teuthology.orchestra.run.smithi016.stderr:dumped all 2024-05-21T18:35:01.347 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:35:01 smithi134 bash[24085]: cluster 2024-05-21T18:35:00.202428+0000 mgr.a (mgr.14152) 327 : cluster [DBG] pgmap v291: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:35:01.348 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:35:01 smithi134 bash[24085]: cluster 2024-05-21T18:35:00.202428+0000 mgr.a (mgr.14152) 327 : cluster [DBG] pgmap v291: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:35:01.544 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:01 smithi077 bash[23831]: cluster 2024-05-21T18:35:00.202428+0000 mgr.a (mgr.14152) 327 : cluster [DBG] pgmap v291: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:35:01.544 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:01 smithi077 bash[23831]: cluster 2024-05-21T18:35:00.202428+0000 mgr.a (mgr.14152) 327 : cluster [DBG] pgmap v291: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:35:01.582 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:01 smithi016 bash[21861]: cluster 2024-05-21T18:35:00.202428+0000 mgr.a (mgr.14152) 327 : cluster [DBG] pgmap v291: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:35:01.582 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:01 smithi016 bash[21861]: cluster 2024-05-21T18:35:00.202428+0000 mgr.a (mgr.14152) 327 : cluster [DBG] pgmap v291: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:35:01.583 INFO:teuthology.orchestra.run.smithi016.stdout:{"pg_ready":true,"pg_map":{"version":291,"stamp":"2024-05-21T18:35:00.202168+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":76,"num_read_kb":64,"num_write":123,"num_write_kb":2150,"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":92,"ondisk_log_size":92,"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":182584,"kb_used_data":3804,"kb_used_omap":9,"kb_used_meta":178678,"kb_avail":562288328,"statfs":{"total":575970213888,"available":575783247872,"internally_reserved":0,"allocated":3895296,"data_stored":2577090,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":9566,"internal_metadata":182966946},"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.003379"},"pg_stats":[{"pgid":"1.0","version":"20'92","reported_seq":62,"reported_epoch":39,"state":"active+clean","last_fresh":"2024-05-21T18:33:28.142058+0000","last_change":"2024-05-21T18:33:28.141293+0000","last_active":"2024-05-21T18:33:28.142058+0000","last_peered":"2024-05-21T18:33:28.142058+0000","last_clean":"2024-05-21T18:33:28.142058+0000","last_became_active":"2024-05-21T18:33:28.129405+0000","last_became_peered":"2024-05-21T18:33:28.129405+0000","last_unstale":"2024-05-21T18:33:28.142058+0000","last_undegraded":"2024-05-21T18:33:28.142058+0000","last_fullsized":"2024-05-21T18:33:28.142058+0000","mapping_epoch":38,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":39,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-05-21T18:30:52.475537+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-05-21T18:30:52.475537+0000","last_clean_scrub_stamp":"2024-05-21T18:30:52.475537+0000","objects_scrubbed":0,"log_size":92,"log_dups_size":0,"ondisk_log_size":92,"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-05-23T02:21:12.720048+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":76,"num_read_kb":64,"num_write":123,"num_write_kb":2150,"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":76,"num_read_kb":64,"num_write":123,"num_write_kb":2150,"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":92,"ondisk_log_size":92,"up":3,"acting":3,"num_store_stats":6}],"osd_stats":[{"osd":5,"up_from":37,"seq":158913789974,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27948,"kb_used_data":924,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717204,"statfs":{"total":95995035648,"available":95966416896,"internally_reserved":0,"allocated":946176,"data_stored":724699,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,1,2,3,4],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":4,"up_from":31,"seq":133143986209,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":31520,"kb_used_data":344,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93713632,"statfs":{"total":95995035648,"available":95962759168,"internally_reserved":0,"allocated":352256,"data_stored":134331,"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":32104,"kb_used_data":924,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93713048,"statfs":{"total":95995035648,"available":95962161152,"internally_reserved":0,"allocated":946176,"data_stored":724699,"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":77309411381,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":32112,"kb_used_data":924,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93713040,"statfs":{"total":95995035648,"available":95962152960,"internally_reserved":0,"allocated":946176,"data_stored":724699,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"hb_peers":[0,1,3,4,5],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":0,"up_from":8,"seq":34359738441,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":31528,"kb_used_data":344,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93713624,"statfs":{"total":95995035648,"available":95962750976,"internally_reserved":0,"allocated":352256,"data_stored":134331,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":31914438},"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":55834574910,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":27372,"kb_used_data":344,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717780,"statfs":{"total":95995035648,"available":95967006720,"internally_reserved":0,"allocated":352256,"data_stored":134331,"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-05-21T18:35:01.583 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9ef9bcfdb32ec4999d7ca025815290e8395c6ae7 shell --fsid 3de35fc8-179f-11ef-bc9a-c7b262605968 -- ceph pg dump --format=json 2024-05-21T18:35:02.544 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:02 smithi077 bash[23831]: audit 2024-05-21T18:35:00.905364+0000 mgr.a (mgr.14152) 328 : audit [DBG] from='client.14430 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-21T18:35:02.544 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:02 smithi077 bash[23831]: audit 2024-05-21T18:35:00.905364+0000 mgr.a (mgr.14152) 328 : audit [DBG] from='client.14430 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-21T18:35:02.597 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:35:02 smithi134 bash[24085]: audit 2024-05-21T18:35:00.905364+0000 mgr.a (mgr.14152) 328 : audit [DBG] from='client.14430 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-21T18:35:02.597 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:35:02 smithi134 bash[24085]: audit 2024-05-21T18:35:00.905364+0000 mgr.a (mgr.14152) 328 : audit [DBG] from='client.14430 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-21T18:35:02.602 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:02 smithi016 bash[21861]: audit 2024-05-21T18:35:00.905364+0000 mgr.a (mgr.14152) 328 : audit [DBG] from='client.14430 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-21T18:35:02.602 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:02 smithi016 bash[21861]: audit 2024-05-21T18:35:00.905364+0000 mgr.a (mgr.14152) 328 : audit [DBG] from='client.14430 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-21T18:35:03.544 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:03 smithi077 bash[23831]: cluster 2024-05-21T18:35:02.203030+0000 mgr.a (mgr.14152) 329 : cluster [DBG] pgmap v292: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:35:03.544 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:03 smithi077 bash[23831]: cluster 2024-05-21T18:35:02.203030+0000 mgr.a (mgr.14152) 329 : cluster [DBG] pgmap v292: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:35:03.597 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:35:03 smithi134 bash[24085]: cluster 2024-05-21T18:35:02.203030+0000 mgr.a (mgr.14152) 329 : cluster [DBG] pgmap v292: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:35:03.597 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:35:03 smithi134 bash[24085]: cluster 2024-05-21T18:35:02.203030+0000 mgr.a (mgr.14152) 329 : cluster [DBG] pgmap v292: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:35:03.602 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:03 smithi016 bash[21861]: cluster 2024-05-21T18:35:02.203030+0000 mgr.a (mgr.14152) 329 : cluster [DBG] pgmap v292: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:35:03.602 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:03 smithi016 bash[21861]: cluster 2024-05-21T18:35:02.203030+0000 mgr.a (mgr.14152) 329 : cluster [DBG] pgmap v292: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:35:05.544 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:05 smithi077 bash[23831]: cluster 2024-05-21T18:35:04.203626+0000 mgr.a (mgr.14152) 330 : cluster [DBG] pgmap v293: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:35:05.544 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:05 smithi077 bash[23831]: cluster 2024-05-21T18:35:04.203626+0000 mgr.a (mgr.14152) 330 : cluster [DBG] pgmap v293: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:35:05.597 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:35:05 smithi134 bash[24085]: cluster 2024-05-21T18:35:04.203626+0000 mgr.a (mgr.14152) 330 : cluster [DBG] pgmap v293: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:35:05.598 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:35:05 smithi134 bash[24085]: cluster 2024-05-21T18:35:04.203626+0000 mgr.a (mgr.14152) 330 : cluster [DBG] pgmap v293: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:35:05.602 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:05 smithi016 bash[21861]: cluster 2024-05-21T18:35:04.203626+0000 mgr.a (mgr.14152) 330 : cluster [DBG] pgmap v293: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:35:05.602 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:05 smithi016 bash[21861]: cluster 2024-05-21T18:35:04.203626+0000 mgr.a (mgr.14152) 330 : cluster [DBG] pgmap v293: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:35:06.316 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/mon.a/config 2024-05-21T18:35:07.486 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:07 smithi016 bash[21861]: cluster 2024-05-21T18:35:06.204155+0000 mgr.a (mgr.14152) 331 : cluster [DBG] pgmap v294: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:35:07.486 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:07 smithi016 bash[21861]: cluster 2024-05-21T18:35:06.204155+0000 mgr.a (mgr.14152) 331 : cluster [DBG] pgmap v294: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:35:07.544 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:07 smithi077 bash[23831]: cluster 2024-05-21T18:35:06.204155+0000 mgr.a (mgr.14152) 331 : cluster [DBG] pgmap v294: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:35:07.544 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:07 smithi077 bash[23831]: cluster 2024-05-21T18:35:06.204155+0000 mgr.a (mgr.14152) 331 : cluster [DBG] pgmap v294: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:35:07.597 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:35:07 smithi134 bash[24085]: cluster 2024-05-21T18:35:06.204155+0000 mgr.a (mgr.14152) 331 : cluster [DBG] pgmap v294: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:35:07.597 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:35:07 smithi134 bash[24085]: cluster 2024-05-21T18:35:06.204155+0000 mgr.a (mgr.14152) 331 : cluster [DBG] pgmap v294: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:35:09.034 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-05-21T18:35:09.037 INFO:teuthology.orchestra.run.smithi016.stderr:dumped all 2024-05-21T18:35:09.352 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:09 smithi016 bash[21861]: cluster 2024-05-21T18:35:08.204767+0000 mgr.a (mgr.14152) 332 : cluster [DBG] pgmap v295: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:35:09.352 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:09 smithi016 bash[21861]: cluster 2024-05-21T18:35:08.204767+0000 mgr.a (mgr.14152) 332 : cluster [DBG] pgmap v295: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:35:09.544 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:09 smithi077 bash[23831]: cluster 2024-05-21T18:35:08.204767+0000 mgr.a (mgr.14152) 332 : cluster [DBG] pgmap v295: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:35:09.544 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:09 smithi077 bash[23831]: cluster 2024-05-21T18:35:08.204767+0000 mgr.a (mgr.14152) 332 : cluster [DBG] pgmap v295: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:35:09.597 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:35:09 smithi134 bash[24085]: cluster 2024-05-21T18:35:08.204767+0000 mgr.a (mgr.14152) 332 : cluster [DBG] pgmap v295: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:35:09.597 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:35:09 smithi134 bash[24085]: cluster 2024-05-21T18:35:08.204767+0000 mgr.a (mgr.14152) 332 : cluster [DBG] pgmap v295: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:35:09.710 INFO:teuthology.orchestra.run.smithi016.stdout:{"pg_ready":true,"pg_map":{"version":295,"stamp":"2024-05-21T18:35:08.204465+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":76,"num_read_kb":64,"num_write":123,"num_write_kb":2150,"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":92,"ondisk_log_size":92,"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":182584,"kb_used_data":3804,"kb_used_omap":9,"kb_used_meta":178678,"kb_avail":562288328,"statfs":{"total":575970213888,"available":575783247872,"internally_reserved":0,"allocated":3895296,"data_stored":2577090,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":9566,"internal_metadata":182966946},"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.003629"},"pg_stats":[{"pgid":"1.0","version":"20'92","reported_seq":62,"reported_epoch":39,"state":"active+clean","last_fresh":"2024-05-21T18:33:28.142058+0000","last_change":"2024-05-21T18:33:28.141293+0000","last_active":"2024-05-21T18:33:28.142058+0000","last_peered":"2024-05-21T18:33:28.142058+0000","last_clean":"2024-05-21T18:33:28.142058+0000","last_became_active":"2024-05-21T18:33:28.129405+0000","last_became_peered":"2024-05-21T18:33:28.129405+0000","last_unstale":"2024-05-21T18:33:28.142058+0000","last_undegraded":"2024-05-21T18:33:28.142058+0000","last_fullsized":"2024-05-21T18:33:28.142058+0000","mapping_epoch":38,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":39,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-05-21T18:30:52.475537+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-05-21T18:30:52.475537+0000","last_clean_scrub_stamp":"2024-05-21T18:30:52.475537+0000","objects_scrubbed":0,"log_size":92,"log_dups_size":0,"ondisk_log_size":92,"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-05-23T02:21:12.720048+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":76,"num_read_kb":64,"num_write":123,"num_write_kb":2150,"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":76,"num_read_kb":64,"num_write":123,"num_write_kb":2150,"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":92,"ondisk_log_size":92,"up":3,"acting":3,"num_store_stats":6}],"osd_stats":[{"osd":5,"up_from":37,"seq":158913789976,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27948,"kb_used_data":924,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717204,"statfs":{"total":95995035648,"available":95966416896,"internally_reserved":0,"allocated":946176,"data_stored":724699,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,1,2,3,4],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":4,"up_from":31,"seq":133143986211,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":31520,"kb_used_data":344,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93713632,"statfs":{"total":95995035648,"available":95962759168,"internally_reserved":0,"allocated":352256,"data_stored":134331,"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":107374182444,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":32104,"kb_used_data":924,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93713048,"statfs":{"total":95995035648,"available":95962161152,"internally_reserved":0,"allocated":946176,"data_stored":724699,"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":77309411383,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":32112,"kb_used_data":924,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93713040,"statfs":{"total":95995035648,"available":95962152960,"internally_reserved":0,"allocated":946176,"data_stored":724699,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"hb_peers":[0,1,3,4,5],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":0,"up_from":8,"seq":34359738443,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":31528,"kb_used_data":344,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93713624,"statfs":{"total":95995035648,"available":95962750976,"internally_reserved":0,"allocated":352256,"data_stored":134331,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":31914438},"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":55834574912,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":27372,"kb_used_data":344,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717780,"statfs":{"total":95995035648,"available":95967006720,"internally_reserved":0,"allocated":352256,"data_stored":134331,"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-05-21T18:35:09.710 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-05-21T18:35:09.710 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-05-21T18:35:09.711 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-05-21T18:35:09.711 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9ef9bcfdb32ec4999d7ca025815290e8395c6ae7 shell --fsid 3de35fc8-179f-11ef-bc9a-c7b262605968 -- ceph health --format=json 2024-05-21T18:35:10.597 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:35:10 smithi134 bash[24085]: audit 2024-05-21T18:35:09.039020+0000 mgr.a (mgr.14152) 333 : audit [DBG] from='client.14436 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-21T18:35:10.597 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:35:10 smithi134 bash[24085]: audit 2024-05-21T18:35:09.039020+0000 mgr.a (mgr.14152) 333 : audit [DBG] from='client.14436 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-21T18:35:10.602 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:10 smithi016 bash[21861]: audit 2024-05-21T18:35:09.039020+0000 mgr.a (mgr.14152) 333 : audit [DBG] from='client.14436 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-21T18:35:10.602 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:10 smithi016 bash[21861]: audit 2024-05-21T18:35:09.039020+0000 mgr.a (mgr.14152) 333 : audit [DBG] from='client.14436 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-21T18:35:10.794 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:10 smithi077 bash[23831]: audit 2024-05-21T18:35:09.039020+0000 mgr.a (mgr.14152) 333 : audit [DBG] from='client.14436 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-21T18:35:10.794 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:10 smithi077 bash[23831]: audit 2024-05-21T18:35:09.039020+0000 mgr.a (mgr.14152) 333 : audit [DBG] from='client.14436 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-21T18:35:11.597 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:35:11 smithi134 bash[24085]: cluster 2024-05-21T18:35:10.205312+0000 mgr.a (mgr.14152) 334 : cluster [DBG] pgmap v296: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:35:11.597 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:35:11 smithi134 bash[24085]: cluster 2024-05-21T18:35:10.205312+0000 mgr.a (mgr.14152) 334 : cluster [DBG] pgmap v296: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:35:11.602 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:11 smithi016 bash[21861]: cluster 2024-05-21T18:35:10.205312+0000 mgr.a (mgr.14152) 334 : cluster [DBG] pgmap v296: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:35:11.602 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:11 smithi016 bash[21861]: cluster 2024-05-21T18:35:10.205312+0000 mgr.a (mgr.14152) 334 : cluster [DBG] pgmap v296: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:35:11.794 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:11 smithi077 bash[23831]: cluster 2024-05-21T18:35:10.205312+0000 mgr.a (mgr.14152) 334 : cluster [DBG] pgmap v296: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:35:11.794 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:11 smithi077 bash[23831]: cluster 2024-05-21T18:35:10.205312+0000 mgr.a (mgr.14152) 334 : cluster [DBG] pgmap v296: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:35:13.597 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:35:13 smithi134 bash[24085]: cluster 2024-05-21T18:35:12.205876+0000 mgr.a (mgr.14152) 335 : cluster [DBG] pgmap v297: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:35:13.597 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:35:13 smithi134 bash[24085]: cluster 2024-05-21T18:35:12.205876+0000 mgr.a (mgr.14152) 335 : cluster [DBG] pgmap v297: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:35:13.602 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:13 smithi016 bash[21861]: cluster 2024-05-21T18:35:12.205876+0000 mgr.a (mgr.14152) 335 : cluster [DBG] pgmap v297: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:35:13.602 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:13 smithi016 bash[21861]: cluster 2024-05-21T18:35:12.205876+0000 mgr.a (mgr.14152) 335 : cluster [DBG] pgmap v297: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:35:13.794 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:13 smithi077 bash[23831]: cluster 2024-05-21T18:35:12.205876+0000 mgr.a (mgr.14152) 335 : cluster [DBG] pgmap v297: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:35:13.794 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:13 smithi077 bash[23831]: cluster 2024-05-21T18:35:12.205876+0000 mgr.a (mgr.14152) 335 : cluster [DBG] pgmap v297: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:35:14.446 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/mon.a/config 2024-05-21T18:35:15.560 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:15 smithi016 bash[21861]: cluster 2024-05-21T18:35:14.206506+0000 mgr.a (mgr.14152) 336 : cluster [DBG] pgmap v298: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:35:15.560 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:15 smithi016 bash[21861]: cluster 2024-05-21T18:35:14.206506+0000 mgr.a (mgr.14152) 336 : cluster [DBG] pgmap v298: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:35:15.597 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:35:15 smithi134 bash[24085]: cluster 2024-05-21T18:35:14.206506+0000 mgr.a (mgr.14152) 336 : cluster [DBG] pgmap v298: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:35:15.597 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:35:15 smithi134 bash[24085]: cluster 2024-05-21T18:35:14.206506+0000 mgr.a (mgr.14152) 336 : cluster [DBG] pgmap v298: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:35:15.794 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:15 smithi077 bash[23831]: cluster 2024-05-21T18:35:14.206506+0000 mgr.a (mgr.14152) 336 : cluster [DBG] pgmap v298: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:35:15.794 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:15 smithi077 bash[23831]: cluster 2024-05-21T18:35:14.206506+0000 mgr.a (mgr.14152) 336 : cluster [DBG] pgmap v298: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:35:17.205 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-05-21T18:35:17.206 INFO:teuthology.orchestra.run.smithi016.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-05-21T18:35:17.597 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:35:17 smithi134 bash[24085]: cluster 2024-05-21T18:35:16.207071+0000 mgr.a (mgr.14152) 337 : cluster [DBG] pgmap v299: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:35:17.597 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:35:17 smithi134 bash[24085]: cluster 2024-05-21T18:35:16.207071+0000 mgr.a (mgr.14152) 337 : cluster [DBG] pgmap v299: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:35:17.597 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:35:17 smithi134 bash[24085]: audit 2024-05-21T18:35:17.212009+0000 mon.a (mon.0) 583 : audit [DBG] from='client.? 172.21.15.16:0/1390382933' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-21T18:35:17.598 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:35:17 smithi134 bash[24085]: audit 2024-05-21T18:35:17.212009+0000 mon.a (mon.0) 583 : audit [DBG] from='client.? 172.21.15.16:0/1390382933' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-21T18:35:17.602 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:17 smithi016 bash[21861]: cluster 2024-05-21T18:35:16.207071+0000 mgr.a (mgr.14152) 337 : cluster [DBG] pgmap v299: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:35:17.602 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:17 smithi016 bash[21861]: cluster 2024-05-21T18:35:16.207071+0000 mgr.a (mgr.14152) 337 : cluster [DBG] pgmap v299: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:35:17.602 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:17 smithi016 bash[21861]: audit 2024-05-21T18:35:17.212009+0000 mon.a (mon.0) 583 : audit [DBG] from='client.? 172.21.15.16:0/1390382933' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-21T18:35:17.602 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:17 smithi016 bash[21861]: audit 2024-05-21T18:35:17.212009+0000 mon.a (mon.0) 583 : audit [DBG] from='client.? 172.21.15.16:0/1390382933' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-21T18:35:17.794 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:17 smithi077 bash[23831]: cluster 2024-05-21T18:35:16.207071+0000 mgr.a (mgr.14152) 337 : cluster [DBG] pgmap v299: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:35:17.794 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:17 smithi077 bash[23831]: cluster 2024-05-21T18:35:16.207071+0000 mgr.a (mgr.14152) 337 : cluster [DBG] pgmap v299: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:35:17.794 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:17 smithi077 bash[23831]: audit 2024-05-21T18:35:17.212009+0000 mon.a (mon.0) 583 : audit [DBG] from='client.? 172.21.15.16:0/1390382933' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-21T18:35:17.794 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:17 smithi077 bash[23831]: audit 2024-05-21T18:35:17.212009+0000 mon.a (mon.0) 583 : audit [DBG] from='client.? 172.21.15.16:0/1390382933' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-21T18:35:17.898 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-05-21T18:35:17.899 INFO:tasks.cephadm:Setup complete, yielding 2024-05-21T18:35:17.899 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-05-21T18:35:17.909 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi016.front.sepia.ceph.com 2024-05-21T18:35:17.909 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9ef9bcfdb32ec4999d7ca025815290e8395c6ae7 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3de35fc8-179f-11ef-bc9a-c7b262605968 -- bash -c 'set -ex 2024-05-21T18:35:17.909 DEBUG:teuthology.orchestra.run.smithi016:> HOSTNAMES=$(ceph orch host ls --format json | jq -r '"'"'.[] | .hostname'"'"') 2024-05-21T18:35:17.909 DEBUG:teuthology.orchestra.run.smithi016:> for host in $HOSTNAMES; do 2024-05-21T18:35:17.909 DEBUG:teuthology.orchestra.run.smithi016:> # find the hostname for "host.c" which will have no mgr 2024-05-21T18:35:17.909 DEBUG:teuthology.orchestra.run.smithi016:> HAS_MGRS=$(ceph orch ps --hostname ${host} --format json | jq '"'"'any(.daemon_type == "mgr")'"'"') 2024-05-21T18:35:17.909 DEBUG:teuthology.orchestra.run.smithi016:> if [ "$HAS_MGRS" == "false" ]; then 2024-05-21T18:35:17.909 DEBUG:teuthology.orchestra.run.smithi016:> HOST_C="${host}" 2024-05-21T18:35:17.909 DEBUG:teuthology.orchestra.run.smithi016:> fi 2024-05-21T18:35:17.909 DEBUG:teuthology.orchestra.run.smithi016:> done 2024-05-21T18:35:17.910 DEBUG:teuthology.orchestra.run.smithi016:> # One last thing to worry about before draining the host 2024-05-21T18:35:17.910 DEBUG:teuthology.orchestra.run.smithi016:> # is that the teuthology test tends to put the explicit 2024-05-21T18:35:17.910 DEBUG:teuthology.orchestra.run.smithi016:> # hostnames in the placement for the mon service. 2024-05-21T18:35:17.910 DEBUG:teuthology.orchestra.run.smithi016:> # We want to make sure we can drain without providing 2024-05-21T18:35:17.910 DEBUG:teuthology.orchestra.run.smithi016:> # --force and there is a check for the host being removed 2024-05-21T18:35:17.910 DEBUG:teuthology.orchestra.run.smithi016:> # being listed explicitly in the placements. Therefore, 2024-05-21T18:35:17.910 DEBUG:teuthology.orchestra.run.smithi016:> # we should remove it from the mon placement. 2024-05-21T18:35:17.910 DEBUG:teuthology.orchestra.run.smithi016:> ceph orch ls mon --export > mon.yaml 2024-05-21T18:35:17.910 DEBUG:teuthology.orchestra.run.smithi016:> sed /"$HOST_C"/d mon.yaml > mon_adjusted.yaml 2024-05-21T18:35:17.910 DEBUG:teuthology.orchestra.run.smithi016:> ceph orch apply -i mon_adjusted.yaml 2024-05-21T18:35:17.910 DEBUG:teuthology.orchestra.run.smithi016:> # now drain that host 2024-05-21T18:35:17.910 DEBUG:teuthology.orchestra.run.smithi016:> ceph orch host drain $HOST_C --zap-osd-devices 2024-05-21T18:35:17.910 DEBUG:teuthology.orchestra.run.smithi016:> # wait for drain to complete 2024-05-21T18:35:17.910 DEBUG:teuthology.orchestra.run.smithi016:> HOST_C_DAEMONS=$(ceph orch ps --hostname $HOST_C) 2024-05-21T18:35:17.911 DEBUG:teuthology.orchestra.run.smithi016:> while [ "$HOST_C_DAEMONS" != "No daemons reported" ]; do 2024-05-21T18:35:17.911 DEBUG:teuthology.orchestra.run.smithi016:> sleep 15 2024-05-21T18:35:17.911 DEBUG:teuthology.orchestra.run.smithi016:> HOST_C_DAEMONS=$(ceph orch ps --hostname $HOST_C) 2024-05-21T18:35:17.911 DEBUG:teuthology.orchestra.run.smithi016:> done 2024-05-21T18:35:17.911 DEBUG:teuthology.orchestra.run.smithi016:> # we want to check the ability to remove the host from 2024-05-21T18:35:17.911 DEBUG:teuthology.orchestra.run.smithi016:> # the CRUSH map, so we should first verify the host is in 2024-05-21T18:35:17.911 DEBUG:teuthology.orchestra.run.smithi016:> # the CRUSH map. 2024-05-21T18:35:17.911 DEBUG:teuthology.orchestra.run.smithi016:> ceph osd getcrushmap -o compiled-crushmap 2024-05-21T18:35:17.911 DEBUG:teuthology.orchestra.run.smithi016:> crushtool -d compiled-crushmap -o crushmap.txt 2024-05-21T18:35:17.911 DEBUG:teuthology.orchestra.run.smithi016:> CRUSH_MAP=$(cat crushmap.txt) 2024-05-21T18:35:17.911 DEBUG:teuthology.orchestra.run.smithi016:> if ! grep -q "$HOST_C" <<< "$CRUSH_MAP"; then 2024-05-21T18:35:17.911 DEBUG:teuthology.orchestra.run.smithi016:> printf "Expected to see $HOST_C in CRUSH map. Saw:\n\n$CRUSH_MAP" 2024-05-21T18:35:17.911 DEBUG:teuthology.orchestra.run.smithi016:> exit 1 2024-05-21T18:35:17.911 DEBUG:teuthology.orchestra.run.smithi016:> fi 2024-05-21T18:35:17.911 DEBUG:teuthology.orchestra.run.smithi016:> # If the drain was successful, we should be able to remove the 2024-05-21T18:35:17.911 DEBUG:teuthology.orchestra.run.smithi016:> # host without force with no issues. If there are still daemons 2024-05-21T18:35:17.912 DEBUG:teuthology.orchestra.run.smithi016:> # we will get a response telling us to drain the host and a 2024-05-21T18:35:17.912 DEBUG:teuthology.orchestra.run.smithi016:> # non-zero return code 2024-05-21T18:35:17.912 DEBUG:teuthology.orchestra.run.smithi016:> ceph orch host rm $HOST_C --rm-crush-entry 2024-05-21T18:35:17.912 DEBUG:teuthology.orchestra.run.smithi016:> # verify we'"'"'ve successfully removed the host from the CRUSH map 2024-05-21T18:35:17.912 DEBUG:teuthology.orchestra.run.smithi016:> sleep 30 2024-05-21T18:35:17.912 DEBUG:teuthology.orchestra.run.smithi016:> ceph osd getcrushmap -o compiled-crushmap 2024-05-21T18:35:17.912 DEBUG:teuthology.orchestra.run.smithi016:> crushtool -d compiled-crushmap -o crushmap.txt 2024-05-21T18:35:17.912 DEBUG:teuthology.orchestra.run.smithi016:> CRUSH_MAP=$(cat crushmap.txt) 2024-05-21T18:35:17.912 DEBUG:teuthology.orchestra.run.smithi016:> if grep -q "$HOST_C" <<< "$CRUSH_MAP"; then 2024-05-21T18:35:17.912 DEBUG:teuthology.orchestra.run.smithi016:> printf "Saw $HOST_C in CRUSH map after it should have been removed.\n\n$CRUSH_MAP" 2024-05-21T18:35:17.912 DEBUG:teuthology.orchestra.run.smithi016:> exit 1 2024-05-21T18:35:17.912 DEBUG:teuthology.orchestra.run.smithi016:> fi 2024-05-21T18:35:17.912 DEBUG:teuthology.orchestra.run.smithi016:> ' 2024-05-21T18:35:19.597 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:35:19 smithi134 bash[24085]: cluster 2024-05-21T18:35:18.207595+0000 mgr.a (mgr.14152) 338 : cluster [DBG] pgmap v300: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:35:19.597 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:35:19 smithi134 bash[24085]: cluster 2024-05-21T18:35:18.207595+0000 mgr.a (mgr.14152) 338 : cluster [DBG] pgmap v300: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:35:19.602 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:19 smithi016 bash[21861]: cluster 2024-05-21T18:35:18.207595+0000 mgr.a (mgr.14152) 338 : cluster [DBG] pgmap v300: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:35:19.602 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:19 smithi016 bash[21861]: cluster 2024-05-21T18:35:18.207595+0000 mgr.a (mgr.14152) 338 : cluster [DBG] pgmap v300: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:35:19.794 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:19 smithi077 bash[23831]: cluster 2024-05-21T18:35:18.207595+0000 mgr.a (mgr.14152) 338 : cluster [DBG] pgmap v300: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:35:19.794 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:19 smithi077 bash[23831]: cluster 2024-05-21T18:35:18.207595+0000 mgr.a (mgr.14152) 338 : cluster [DBG] pgmap v300: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:35:21.597 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:35:21 smithi134 bash[24085]: cluster 2024-05-21T18:35:20.208147+0000 mgr.a (mgr.14152) 339 : cluster [DBG] pgmap v301: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:35:21.597 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:35:21 smithi134 bash[24085]: cluster 2024-05-21T18:35:20.208147+0000 mgr.a (mgr.14152) 339 : cluster [DBG] pgmap v301: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:35:21.602 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:21 smithi016 bash[21861]: cluster 2024-05-21T18:35:20.208147+0000 mgr.a (mgr.14152) 339 : cluster [DBG] pgmap v301: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:35:21.602 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:21 smithi016 bash[21861]: cluster 2024-05-21T18:35:20.208147+0000 mgr.a (mgr.14152) 339 : cluster [DBG] pgmap v301: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:35:21.794 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:21 smithi077 bash[23831]: cluster 2024-05-21T18:35:20.208147+0000 mgr.a (mgr.14152) 339 : cluster [DBG] pgmap v301: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:35:21.794 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:21 smithi077 bash[23831]: cluster 2024-05-21T18:35:20.208147+0000 mgr.a (mgr.14152) 339 : cluster [DBG] pgmap v301: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:35:22.650 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/mon.a/config 2024-05-21T18:35:23.575 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:23 smithi016 bash[21861]: cluster 2024-05-21T18:35:22.208737+0000 mgr.a (mgr.14152) 340 : cluster [DBG] pgmap v302: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:35:23.575 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:23 smithi016 bash[21861]: cluster 2024-05-21T18:35:22.208737+0000 mgr.a (mgr.14152) 340 : cluster [DBG] pgmap v302: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:35:23.597 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:35:23 smithi134 bash[24085]: cluster 2024-05-21T18:35:22.208737+0000 mgr.a (mgr.14152) 340 : cluster [DBG] pgmap v302: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:35:23.597 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:35:23 smithi134 bash[24085]: cluster 2024-05-21T18:35:22.208737+0000 mgr.a (mgr.14152) 340 : cluster [DBG] pgmap v302: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:35:23.794 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:23 smithi077 bash[23831]: cluster 2024-05-21T18:35:22.208737+0000 mgr.a (mgr.14152) 340 : cluster [DBG] pgmap v302: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:35:23.794 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:23 smithi077 bash[23831]: cluster 2024-05-21T18:35:22.208737+0000 mgr.a (mgr.14152) 340 : cluster [DBG] pgmap v302: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:35:25.152 INFO:teuthology.orchestra.run.smithi016.stderr:++ ceph orch host ls --format json 2024-05-21T18:35:25.153 INFO:teuthology.orchestra.run.smithi016.stderr:++ jq -r '.[] | .hostname' 2024-05-21T18:35:25.352 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:25 smithi016 bash[21861]: cluster 2024-05-21T18:35:24.209301+0000 mgr.a (mgr.14152) 341 : cluster [DBG] pgmap v303: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:35:25.352 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:25 smithi016 bash[21861]: cluster 2024-05-21T18:35:24.209301+0000 mgr.a (mgr.14152) 341 : cluster [DBG] pgmap v303: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:35:25.524 INFO:teuthology.orchestra.run.smithi016.stderr:+ HOSTNAMES='smithi016 2024-05-21T18:35:25.525 INFO:teuthology.orchestra.run.smithi016.stderr:smithi077 2024-05-21T18:35:25.525 INFO:teuthology.orchestra.run.smithi016.stderr:smithi134' 2024-05-21T18:35:25.525 INFO:teuthology.orchestra.run.smithi016.stderr:+ for host in $HOSTNAMES 2024-05-21T18:35:25.525 INFO:teuthology.orchestra.run.smithi016.stderr:++ ceph orch ps --hostname smithi016 --format json 2024-05-21T18:35:25.525 INFO:teuthology.orchestra.run.smithi016.stderr:++ jq 'any(.daemon_type == "mgr")' 2024-05-21T18:35:25.597 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:35:25 smithi134 bash[24085]: cluster 2024-05-21T18:35:24.209301+0000 mgr.a (mgr.14152) 341 : cluster [DBG] pgmap v303: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:35:25.597 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:35:25 smithi134 bash[24085]: cluster 2024-05-21T18:35:24.209301+0000 mgr.a (mgr.14152) 341 : cluster [DBG] pgmap v303: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:35:25.794 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:25 smithi077 bash[23831]: cluster 2024-05-21T18:35:24.209301+0000 mgr.a (mgr.14152) 341 : cluster [DBG] pgmap v303: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:35:25.794 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:25 smithi077 bash[23831]: cluster 2024-05-21T18:35:24.209301+0000 mgr.a (mgr.14152) 341 : cluster [DBG] pgmap v303: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:35:25.900 INFO:teuthology.orchestra.run.smithi016.stderr:+ HAS_MGRS=true 2024-05-21T18:35:25.900 INFO:teuthology.orchestra.run.smithi016.stderr:+ '[' true == false ']' 2024-05-21T18:35:25.901 INFO:teuthology.orchestra.run.smithi016.stderr:+ for host in $HOSTNAMES 2024-05-21T18:35:25.901 INFO:teuthology.orchestra.run.smithi016.stderr:++ ceph orch ps --hostname smithi077 --format json 2024-05-21T18:35:25.901 INFO:teuthology.orchestra.run.smithi016.stderr:++ jq 'any(.daemon_type == "mgr")' 2024-05-21T18:35:26.284 INFO:teuthology.orchestra.run.smithi016.stderr:+ HAS_MGRS=true 2024-05-21T18:35:26.284 INFO:teuthology.orchestra.run.smithi016.stderr:+ '[' true == false ']' 2024-05-21T18:35:26.284 INFO:teuthology.orchestra.run.smithi016.stderr:+ for host in $HOSTNAMES 2024-05-21T18:35:26.284 INFO:teuthology.orchestra.run.smithi016.stderr:++ ceph orch ps --hostname smithi134 --format json 2024-05-21T18:35:26.284 INFO:teuthology.orchestra.run.smithi016.stderr:++ jq 'any(.daemon_type == "mgr")' 2024-05-21T18:35:26.674 INFO:teuthology.orchestra.run.smithi016.stderr:+ HAS_MGRS=false 2024-05-21T18:35:26.674 INFO:teuthology.orchestra.run.smithi016.stderr:+ '[' false == false ']' 2024-05-21T18:35:26.674 INFO:teuthology.orchestra.run.smithi016.stderr:+ HOST_C=smithi134 2024-05-21T18:35:26.674 INFO:teuthology.orchestra.run.smithi016.stderr:+ ceph orch ls mon --export 2024-05-21T18:35:27.053 INFO:teuthology.orchestra.run.smithi016.stderr:+ sed /smithi134/d mon.yaml 2024-05-21T18:35:27.055 INFO:teuthology.orchestra.run.smithi016.stderr:+ ceph orch apply -i mon_adjusted.yaml 2024-05-21T18:35:27.444 INFO:teuthology.orchestra.run.smithi016.stdout:Scheduled mon update... 2024-05-21T18:35:27.459 INFO:teuthology.orchestra.run.smithi016.stderr:+ ceph orch host drain smithi134 --zap-osd-devices 2024-05-21T18:35:27.597 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:35:27 smithi134 bash[24085]: audit 2024-05-21T18:35:25.516045+0000 mgr.a (mgr.14152) 342 : audit [DBG] from='client.14448 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-21T18:35:27.597 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:35:27 smithi134 bash[24085]: audit 2024-05-21T18:35:25.516045+0000 mgr.a (mgr.14152) 342 : audit [DBG] from='client.14448 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-21T18:35:27.597 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:35:27 smithi134 bash[24085]: audit 2024-05-21T18:35:25.888271+0000 mgr.a (mgr.14152) 343 : audit [DBG] from='client.14454 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi016", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-21T18:35:27.597 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:35:27 smithi134 bash[24085]: audit 2024-05-21T18:35:25.888271+0000 mgr.a (mgr.14152) 343 : audit [DBG] from='client.14454 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi016", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-21T18:35:27.597 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:35:27 smithi134 bash[24085]: cluster 2024-05-21T18:35:26.209829+0000 mgr.a (mgr.14152) 344 : cluster [DBG] pgmap v304: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:35:27.597 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:35:27 smithi134 bash[24085]: cluster 2024-05-21T18:35:26.209829+0000 mgr.a (mgr.14152) 344 : cluster [DBG] pgmap v304: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:35:27.598 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:35:27 smithi134 bash[24085]: audit 2024-05-21T18:35:26.272022+0000 mgr.a (mgr.14152) 345 : audit [DBG] from='client.14460 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi077", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-21T18:35:27.598 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:35:27 smithi134 bash[24085]: audit 2024-05-21T18:35:26.272022+0000 mgr.a (mgr.14152) 345 : audit [DBG] from='client.14460 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi077", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-21T18:35:27.602 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:27 smithi016 bash[21861]: audit 2024-05-21T18:35:25.516045+0000 mgr.a (mgr.14152) 342 : audit [DBG] from='client.14448 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-21T18:35:27.602 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:27 smithi016 bash[21861]: audit 2024-05-21T18:35:25.516045+0000 mgr.a (mgr.14152) 342 : audit [DBG] from='client.14448 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-21T18:35:27.602 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:27 smithi016 bash[21861]: audit 2024-05-21T18:35:25.888271+0000 mgr.a (mgr.14152) 343 : audit [DBG] from='client.14454 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi016", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-21T18:35:27.602 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:27 smithi016 bash[21861]: audit 2024-05-21T18:35:25.888271+0000 mgr.a (mgr.14152) 343 : audit [DBG] from='client.14454 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi016", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-21T18:35:27.602 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:27 smithi016 bash[21861]: cluster 2024-05-21T18:35:26.209829+0000 mgr.a (mgr.14152) 344 : cluster [DBG] pgmap v304: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:35:27.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:27 smithi016 bash[21861]: cluster 2024-05-21T18:35:26.209829+0000 mgr.a (mgr.14152) 344 : cluster [DBG] pgmap v304: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:35:27.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:27 smithi016 bash[21861]: audit 2024-05-21T18:35:26.272022+0000 mgr.a (mgr.14152) 345 : audit [DBG] from='client.14460 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi077", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-21T18:35:27.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:27 smithi016 bash[21861]: audit 2024-05-21T18:35:26.272022+0000 mgr.a (mgr.14152) 345 : audit [DBG] from='client.14460 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi077", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-21T18:35:27.794 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:27 smithi077 bash[23831]: audit 2024-05-21T18:35:25.516045+0000 mgr.a (mgr.14152) 342 : audit [DBG] from='client.14448 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-21T18:35:27.794 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:27 smithi077 bash[23831]: audit 2024-05-21T18:35:25.516045+0000 mgr.a (mgr.14152) 342 : audit [DBG] from='client.14448 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-21T18:35:27.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:27 smithi077 bash[23831]: audit 2024-05-21T18:35:25.888271+0000 mgr.a (mgr.14152) 343 : audit [DBG] from='client.14454 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi016", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-21T18:35:27.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:27 smithi077 bash[23831]: audit 2024-05-21T18:35:25.888271+0000 mgr.a (mgr.14152) 343 : audit [DBG] from='client.14454 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi016", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-21T18:35:27.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:27 smithi077 bash[23831]: cluster 2024-05-21T18:35:26.209829+0000 mgr.a (mgr.14152) 344 : cluster [DBG] pgmap v304: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:35:27.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:27 smithi077 bash[23831]: cluster 2024-05-21T18:35:26.209829+0000 mgr.a (mgr.14152) 344 : cluster [DBG] pgmap v304: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:35:27.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:27 smithi077 bash[23831]: audit 2024-05-21T18:35:26.272022+0000 mgr.a (mgr.14152) 345 : audit [DBG] from='client.14460 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi077", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-21T18:35:27.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:27 smithi077 bash[23831]: audit 2024-05-21T18:35:26.272022+0000 mgr.a (mgr.14152) 345 : audit [DBG] from='client.14460 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi077", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-21T18:35:28.597 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:35:28 smithi134 systemd[1]: ceph-3de35fc8-179f-11ef-bc9a-c7b262605968@mon.c.service: Deactivated successfully. 2024-05-21T18:35:30.045 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:29 smithi077 bash[23831]: audit 2024-05-21T18:35:27.438290+0000 mgr.a (mgr.14152) 348 : audit [DBG] from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T18:35:30.045 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:29 smithi077 bash[23831]: audit 2024-05-21T18:35:27.438290+0000 mgr.a (mgr.14152) 348 : audit [DBG] from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T18:35:30.045 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:29 smithi077 bash[23831]: cephadm 2024-05-21T18:35:27.444944+0000 mgr.a (mgr.14152) 349 : cephadm [INF] Saving service mon spec with placement smithi016:172.21.15.16=a;smithi077:172.21.15.77=b;count:3 2024-05-21T18:35:30.045 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:29 smithi077 bash[23831]: cephadm 2024-05-21T18:35:27.444944+0000 mgr.a (mgr.14152) 349 : cephadm [INF] Saving service mon spec with placement smithi016:172.21.15.16=a;smithi077:172.21.15.77=b;count:3 2024-05-21T18:35:30.045 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:29 smithi077 bash[23831]: cephadm 2024-05-21T18:35:27.522173+0000 mgr.a (mgr.14152) 350 : cephadm [INF] Safe to remove mon.c: new quorum should be ['a', 'b'] (from ['a', 'b']) 2024-05-21T18:35:30.045 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:29 smithi077 bash[23831]: cephadm 2024-05-21T18:35:27.522173+0000 mgr.a (mgr.14152) 350 : cephadm [INF] Safe to remove mon.c: new quorum should be ['a', 'b'] (from ['a', 'b']) 2024-05-21T18:35:30.045 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:29 smithi077 bash[23831]: cephadm 2024-05-21T18:35:27.522367+0000 mgr.a (mgr.14152) 351 : cephadm [INF] Removing monitor c from monmap... 2024-05-21T18:35:30.045 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:29 smithi077 bash[23831]: cephadm 2024-05-21T18:35:27.522367+0000 mgr.a (mgr.14152) 351 : cephadm [INF] Removing monitor c from monmap... 2024-05-21T18:35:30.046 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:29 smithi077 bash[23831]: audit 2024-05-21T18:35:27.524818+0000 mon.a (mon.0) 592 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd='[{"prefix": "mon rm", "name": "c"}]': finished 2024-05-21T18:35:30.046 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:29 smithi077 bash[23831]: audit 2024-05-21T18:35:27.524818+0000 mon.a (mon.0) 592 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd='[{"prefix": "mon rm", "name": "c"}]': finished 2024-05-21T18:35:30.046 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:29 smithi077 bash[23831]: audit 2024-05-21T18:35:27.531230+0000 mon.a (mon.0) 593 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-21T18:35:30.046 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:29 smithi077 bash[23831]: audit 2024-05-21T18:35:27.531230+0000 mon.a (mon.0) 593 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-21T18:35:30.046 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:29 smithi077 bash[23831]: audit 2024-05-21T18:35:27.533779+0000 mon.a (mon.0) 594 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-21T18:35:30.046 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:29 smithi077 bash[23831]: audit 2024-05-21T18:35:27.533779+0000 mon.a (mon.0) 594 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-21T18:35:30.046 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:29 smithi077 bash[23831]: cluster 2024-05-21T18:35:27.537565+0000 mon.b (mon.1) 16 : cluster [INF] mon.b calling monitor election 2024-05-21T18:35:30.046 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:29 smithi077 bash[23831]: cluster 2024-05-21T18:35:27.537565+0000 mon.b (mon.1) 16 : cluster [INF] mon.b calling monitor election 2024-05-21T18:35:30.046 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:29 smithi077 bash[23831]: cluster 2024-05-21T18:35:28.210453+0000 mgr.a (mgr.14152) 352 : cluster [DBG] pgmap v305: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:35:30.046 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:29 smithi077 bash[23831]: cluster 2024-05-21T18:35:28.210453+0000 mgr.a (mgr.14152) 352 : cluster [DBG] pgmap v305: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:35:30.046 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:29 smithi077 bash[23831]: cluster 2024-05-21T18:35:29.531486+0000 mon.a (mon.0) 595 : cluster [INF] mon.a calling monitor election 2024-05-21T18:35:30.047 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:29 smithi077 bash[23831]: cluster 2024-05-21T18:35:29.531486+0000 mon.a (mon.0) 595 : cluster [INF] mon.a calling monitor election 2024-05-21T18:35:30.047 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:29 smithi077 bash[23831]: cluster 2024-05-21T18:35:29.552217+0000 mon.a (mon.0) 596 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-05-21T18:35:30.047 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:29 smithi077 bash[23831]: cluster 2024-05-21T18:35:29.552217+0000 mon.a (mon.0) 596 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-05-21T18:35:30.047 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:29 smithi077 bash[23831]: cluster 2024-05-21T18:35:29.558941+0000 mon.a (mon.0) 597 : cluster [DBG] monmap epoch 4 2024-05-21T18:35:30.047 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:29 smithi077 bash[23831]: cluster 2024-05-21T18:35:29.558941+0000 mon.a (mon.0) 597 : cluster [DBG] monmap epoch 4 2024-05-21T18:35:30.047 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:29 smithi077 bash[23831]: cluster 2024-05-21T18:35:29.559008+0000 mon.a (mon.0) 598 : cluster [DBG] fsid 3de35fc8-179f-11ef-bc9a-c7b262605968 2024-05-21T18:35:30.047 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:29 smithi077 bash[23831]: cluster 2024-05-21T18:35:29.559008+0000 mon.a (mon.0) 598 : cluster [DBG] fsid 3de35fc8-179f-11ef-bc9a-c7b262605968 2024-05-21T18:35:30.047 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:29 smithi077 bash[23831]: cluster 2024-05-21T18:35:29.559034+0000 mon.a (mon.0) 599 : cluster [DBG] last_changed 2024-05-21T18:35:27.522983+0000 2024-05-21T18:35:30.047 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:29 smithi077 bash[23831]: cluster 2024-05-21T18:35:29.559034+0000 mon.a (mon.0) 599 : cluster [DBG] last_changed 2024-05-21T18:35:27.522983+0000 2024-05-21T18:35:30.048 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:29 smithi077 bash[23831]: cluster 2024-05-21T18:35:29.559060+0000 mon.a (mon.0) 600 : cluster [DBG] created 2024-05-21T18:25:04.037585+0000 2024-05-21T18:35:30.048 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:29 smithi077 bash[23831]: cluster 2024-05-21T18:35:29.559060+0000 mon.a (mon.0) 600 : cluster [DBG] created 2024-05-21T18:25:04.037585+0000 2024-05-21T18:35:30.048 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:29 smithi077 bash[23831]: cluster 2024-05-21T18:35:29.559080+0000 mon.a (mon.0) 601 : cluster [DBG] min_mon_release 19 (squid) 2024-05-21T18:35:30.048 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:29 smithi077 bash[23831]: cluster 2024-05-21T18:35:29.559080+0000 mon.a (mon.0) 601 : cluster [DBG] min_mon_release 19 (squid) 2024-05-21T18:35:30.048 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:29 smithi077 bash[23831]: cluster 2024-05-21T18:35:29.559100+0000 mon.a (mon.0) 602 : cluster [DBG] election_strategy: 1 2024-05-21T18:35:30.048 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:29 smithi077 bash[23831]: cluster 2024-05-21T18:35:29.559100+0000 mon.a (mon.0) 602 : cluster [DBG] election_strategy: 1 2024-05-21T18:35:30.048 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:29 smithi077 bash[23831]: cluster 2024-05-21T18:35:29.559124+0000 mon.a (mon.0) 603 : cluster [DBG] 0: [v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0] mon.a 2024-05-21T18:35:30.048 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:29 smithi077 bash[23831]: cluster 2024-05-21T18:35:29.559124+0000 mon.a (mon.0) 603 : cluster [DBG] 0: [v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0] mon.a 2024-05-21T18:35:30.048 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:29 smithi077 bash[23831]: cluster 2024-05-21T18:35:29.559148+0000 mon.a (mon.0) 604 : cluster [DBG] 1: [v2:172.21.15.77:3300/0,v1:172.21.15.77:6789/0] mon.b 2024-05-21T18:35:30.048 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:29 smithi077 bash[23831]: cluster 2024-05-21T18:35:29.559148+0000 mon.a (mon.0) 604 : cluster [DBG] 1: [v2:172.21.15.77:3300/0,v1:172.21.15.77:6789/0] mon.b 2024-05-21T18:35:30.048 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:29 smithi077 bash[23831]: cluster 2024-05-21T18:35:29.560158+0000 mon.a (mon.0) 605 : cluster [DBG] fsmap 2024-05-21T18:35:30.048 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:29 smithi077 bash[23831]: cluster 2024-05-21T18:35:29.560158+0000 mon.a (mon.0) 605 : cluster [DBG] fsmap 2024-05-21T18:35:30.048 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:29 smithi077 bash[23831]: cluster 2024-05-21T18:35:29.560220+0000 mon.a (mon.0) 606 : cluster [DBG] osdmap e39: 6 total, 6 up, 6 in 2024-05-21T18:35:30.049 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:29 smithi077 bash[23831]: cluster 2024-05-21T18:35:29.560220+0000 mon.a (mon.0) 606 : cluster [DBG] osdmap e39: 6 total, 6 up, 6 in 2024-05-21T18:35:30.049 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:29 smithi077 bash[23831]: cluster 2024-05-21T18:35:29.560827+0000 mon.a (mon.0) 607 : cluster [DBG] mgrmap e15: a(active, since 9m), standbys: b 2024-05-21T18:35:30.049 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:29 smithi077 bash[23831]: cluster 2024-05-21T18:35:29.560827+0000 mon.a (mon.0) 607 : cluster [DBG] mgrmap e15: a(active, since 9m), standbys: b 2024-05-21T18:35:30.049 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:29 smithi077 bash[23831]: cluster 2024-05-21T18:35:29.561088+0000 mon.a (mon.0) 608 : cluster [INF] overall HEALTH_OK 2024-05-21T18:35:30.049 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:29 smithi077 bash[23831]: cluster 2024-05-21T18:35:29.561088+0000 mon.a (mon.0) 608 : cluster [INF] overall HEALTH_OK 2024-05-21T18:35:30.103 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:29 smithi016 bash[21861]: audit 2024-05-21T18:35:27.438290+0000 mgr.a (mgr.14152) 348 : audit [DBG] from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T18:35:30.103 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:29 smithi016 bash[21861]: audit 2024-05-21T18:35:27.438290+0000 mgr.a (mgr.14152) 348 : audit [DBG] from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T18:35:30.103 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:29 smithi016 bash[21861]: cephadm 2024-05-21T18:35:27.444944+0000 mgr.a (mgr.14152) 349 : cephadm [INF] Saving service mon spec with placement smithi016:172.21.15.16=a;smithi077:172.21.15.77=b;count:3 2024-05-21T18:35:30.103 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:29 smithi016 bash[21861]: cephadm 2024-05-21T18:35:27.444944+0000 mgr.a (mgr.14152) 349 : cephadm [INF] Saving service mon spec with placement smithi016:172.21.15.16=a;smithi077:172.21.15.77=b;count:3 2024-05-21T18:35:30.103 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:29 smithi016 bash[21861]: cephadm 2024-05-21T18:35:27.522173+0000 mgr.a (mgr.14152) 350 : cephadm [INF] Safe to remove mon.c: new quorum should be ['a', 'b'] (from ['a', 'b']) 2024-05-21T18:35:30.104 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:29 smithi016 bash[21861]: cephadm 2024-05-21T18:35:27.522173+0000 mgr.a (mgr.14152) 350 : cephadm [INF] Safe to remove mon.c: new quorum should be ['a', 'b'] (from ['a', 'b']) 2024-05-21T18:35:30.104 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:29 smithi016 bash[21861]: cephadm 2024-05-21T18:35:27.522367+0000 mgr.a (mgr.14152) 351 : cephadm [INF] Removing monitor c from monmap... 2024-05-21T18:35:30.104 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:29 smithi016 bash[21861]: cephadm 2024-05-21T18:35:27.522367+0000 mgr.a (mgr.14152) 351 : cephadm [INF] Removing monitor c from monmap... 2024-05-21T18:35:30.104 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:29 smithi016 bash[21861]: audit 2024-05-21T18:35:27.524818+0000 mon.a (mon.0) 592 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd='[{"prefix": "mon rm", "name": "c"}]': finished 2024-05-21T18:35:30.104 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:29 smithi016 bash[21861]: audit 2024-05-21T18:35:27.524818+0000 mon.a (mon.0) 592 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd='[{"prefix": "mon rm", "name": "c"}]': finished 2024-05-21T18:35:30.104 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:29 smithi016 bash[21861]: audit 2024-05-21T18:35:27.531230+0000 mon.a (mon.0) 593 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-21T18:35:30.104 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:29 smithi016 bash[21861]: audit 2024-05-21T18:35:27.531230+0000 mon.a (mon.0) 593 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-21T18:35:30.104 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:29 smithi016 bash[21861]: audit 2024-05-21T18:35:27.533779+0000 mon.a (mon.0) 594 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-21T18:35:30.104 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:29 smithi016 bash[21861]: audit 2024-05-21T18:35:27.533779+0000 mon.a (mon.0) 594 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-21T18:35:30.104 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:29 smithi016 bash[21861]: cluster 2024-05-21T18:35:27.537565+0000 mon.b (mon.1) 16 : cluster [INF] mon.b calling monitor election 2024-05-21T18:35:30.104 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:29 smithi016 bash[21861]: cluster 2024-05-21T18:35:27.537565+0000 mon.b (mon.1) 16 : cluster [INF] mon.b calling monitor election 2024-05-21T18:35:30.104 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:29 smithi016 bash[21861]: cluster 2024-05-21T18:35:28.210453+0000 mgr.a (mgr.14152) 352 : cluster [DBG] pgmap v305: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:35:30.104 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:29 smithi016 bash[21861]: cluster 2024-05-21T18:35:28.210453+0000 mgr.a (mgr.14152) 352 : cluster [DBG] pgmap v305: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:35:30.104 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:29 smithi016 bash[21861]: cluster 2024-05-21T18:35:29.531486+0000 mon.a (mon.0) 595 : cluster [INF] mon.a calling monitor election 2024-05-21T18:35:30.104 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:29 smithi016 bash[21861]: cluster 2024-05-21T18:35:29.531486+0000 mon.a (mon.0) 595 : cluster [INF] mon.a calling monitor election 2024-05-21T18:35:30.105 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:29 smithi016 bash[21861]: cluster 2024-05-21T18:35:29.552217+0000 mon.a (mon.0) 596 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-05-21T18:35:30.105 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:29 smithi016 bash[21861]: cluster 2024-05-21T18:35:29.552217+0000 mon.a (mon.0) 596 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-05-21T18:35:30.105 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:29 smithi016 bash[21861]: cluster 2024-05-21T18:35:29.558941+0000 mon.a (mon.0) 597 : cluster [DBG] monmap epoch 4 2024-05-21T18:35:30.105 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:29 smithi016 bash[21861]: cluster 2024-05-21T18:35:29.558941+0000 mon.a (mon.0) 597 : cluster [DBG] monmap epoch 4 2024-05-21T18:35:30.105 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:29 smithi016 bash[21861]: cluster 2024-05-21T18:35:29.559008+0000 mon.a (mon.0) 598 : cluster [DBG] fsid 3de35fc8-179f-11ef-bc9a-c7b262605968 2024-05-21T18:35:30.105 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:29 smithi016 bash[21861]: cluster 2024-05-21T18:35:29.559008+0000 mon.a (mon.0) 598 : cluster [DBG] fsid 3de35fc8-179f-11ef-bc9a-c7b262605968 2024-05-21T18:35:30.105 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:29 smithi016 bash[21861]: cluster 2024-05-21T18:35:29.559034+0000 mon.a (mon.0) 599 : cluster [DBG] last_changed 2024-05-21T18:35:27.522983+0000 2024-05-21T18:35:30.105 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:29 smithi016 bash[21861]: cluster 2024-05-21T18:35:29.559034+0000 mon.a (mon.0) 599 : cluster [DBG] last_changed 2024-05-21T18:35:27.522983+0000 2024-05-21T18:35:30.106 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:29 smithi016 bash[21861]: cluster 2024-05-21T18:35:29.559060+0000 mon.a (mon.0) 600 : cluster [DBG] created 2024-05-21T18:25:04.037585+0000 2024-05-21T18:35:30.106 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:29 smithi016 bash[21861]: cluster 2024-05-21T18:35:29.559060+0000 mon.a (mon.0) 600 : cluster [DBG] created 2024-05-21T18:25:04.037585+0000 2024-05-21T18:35:30.106 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:29 smithi016 bash[21861]: cluster 2024-05-21T18:35:29.559080+0000 mon.a (mon.0) 601 : cluster [DBG] min_mon_release 19 (squid) 2024-05-21T18:35:30.106 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:29 smithi016 bash[21861]: cluster 2024-05-21T18:35:29.559080+0000 mon.a (mon.0) 601 : cluster [DBG] min_mon_release 19 (squid) 2024-05-21T18:35:30.106 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:29 smithi016 bash[21861]: cluster 2024-05-21T18:35:29.559100+0000 mon.a (mon.0) 602 : cluster [DBG] election_strategy: 1 2024-05-21T18:35:30.106 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:29 smithi016 bash[21861]: cluster 2024-05-21T18:35:29.559100+0000 mon.a (mon.0) 602 : cluster [DBG] election_strategy: 1 2024-05-21T18:35:30.106 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:29 smithi016 bash[21861]: cluster 2024-05-21T18:35:29.559124+0000 mon.a (mon.0) 603 : cluster [DBG] 0: [v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0] mon.a 2024-05-21T18:35:30.106 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:29 smithi016 bash[21861]: cluster 2024-05-21T18:35:29.559124+0000 mon.a (mon.0) 603 : cluster [DBG] 0: [v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0] mon.a 2024-05-21T18:35:30.106 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:29 smithi016 bash[21861]: cluster 2024-05-21T18:35:29.559148+0000 mon.a (mon.0) 604 : cluster [DBG] 1: [v2:172.21.15.77:3300/0,v1:172.21.15.77:6789/0] mon.b 2024-05-21T18:35:30.106 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:29 smithi016 bash[21861]: cluster 2024-05-21T18:35:29.559148+0000 mon.a (mon.0) 604 : cluster [DBG] 1: [v2:172.21.15.77:3300/0,v1:172.21.15.77:6789/0] mon.b 2024-05-21T18:35:30.106 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:29 smithi016 bash[21861]: cluster 2024-05-21T18:35:29.560158+0000 mon.a (mon.0) 605 : cluster [DBG] fsmap 2024-05-21T18:35:30.106 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:29 smithi016 bash[21861]: cluster 2024-05-21T18:35:29.560158+0000 mon.a (mon.0) 605 : cluster [DBG] fsmap 2024-05-21T18:35:30.106 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:29 smithi016 bash[21861]: cluster 2024-05-21T18:35:29.560220+0000 mon.a (mon.0) 606 : cluster [DBG] osdmap e39: 6 total, 6 up, 6 in 2024-05-21T18:35:30.106 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:29 smithi016 bash[21861]: cluster 2024-05-21T18:35:29.560220+0000 mon.a (mon.0) 606 : cluster [DBG] osdmap e39: 6 total, 6 up, 6 in 2024-05-21T18:35:30.107 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:29 smithi016 bash[21861]: cluster 2024-05-21T18:35:29.560827+0000 mon.a (mon.0) 607 : cluster [DBG] mgrmap e15: a(active, since 9m), standbys: b 2024-05-21T18:35:30.107 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:29 smithi016 bash[21861]: cluster 2024-05-21T18:35:29.560827+0000 mon.a (mon.0) 607 : cluster [DBG] mgrmap e15: a(active, since 9m), standbys: b 2024-05-21T18:35:30.107 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:29 smithi016 bash[21861]: cluster 2024-05-21T18:35:29.561088+0000 mon.a (mon.0) 608 : cluster [INF] overall HEALTH_OK 2024-05-21T18:35:30.107 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:29 smithi016 bash[21861]: cluster 2024-05-21T18:35:29.561088+0000 mon.a (mon.0) 608 : cluster [INF] overall HEALTH_OK 2024-05-21T18:35:30.843 INFO:teuthology.orchestra.run.smithi016.stdout:Scheduled to remove the following daemons from host 'smithi134' 2024-05-21T18:35:30.843 INFO:teuthology.orchestra.run.smithi016.stdout:type id 2024-05-21T18:35:30.843 INFO:teuthology.orchestra.run.smithi016.stdout:-------------------- --------------- 2024-05-21T18:35:30.843 INFO:teuthology.orchestra.run.smithi016.stdout:mon c 2024-05-21T18:35:30.843 INFO:teuthology.orchestra.run.smithi016.stdout:osd 4 2024-05-21T18:35:30.844 INFO:teuthology.orchestra.run.smithi016.stdout:osd 5 2024-05-21T18:35:30.859 INFO:teuthology.orchestra.run.smithi016.stderr:++ ceph orch ps --hostname smithi134 2024-05-21T18:35:31.044 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:30 smithi077 bash[23831]: cephadm 2024-05-21T18:35:29.563527+0000 mgr.a (mgr.14152) 353 : cephadm [INF] Removing daemon mon.c from smithi134 -- ports [] 2024-05-21T18:35:31.044 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:30 smithi077 bash[23831]: cephadm 2024-05-21T18:35:29.563527+0000 mgr.a (mgr.14152) 353 : cephadm [INF] Removing daemon mon.c from smithi134 -- ports [] 2024-05-21T18:35:31.044 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:30 smithi077 bash[23831]: cluster 2024-05-21T18:35:30.211033+0000 mgr.a (mgr.14152) 354 : cluster [DBG] pgmap v306: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:35:31.044 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:30 smithi077 bash[23831]: cluster 2024-05-21T18:35:30.211033+0000 mgr.a (mgr.14152) 354 : cluster [DBG] pgmap v306: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:35:31.102 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:30 smithi016 bash[21861]: cephadm 2024-05-21T18:35:29.563527+0000 mgr.a (mgr.14152) 353 : cephadm [INF] Removing daemon mon.c from smithi134 -- ports [] 2024-05-21T18:35:31.102 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:30 smithi016 bash[21861]: cephadm 2024-05-21T18:35:29.563527+0000 mgr.a (mgr.14152) 353 : cephadm [INF] Removing daemon mon.c from smithi134 -- ports [] 2024-05-21T18:35:31.102 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:30 smithi016 bash[21861]: cluster 2024-05-21T18:35:30.211033+0000 mgr.a (mgr.14152) 354 : cluster [DBG] pgmap v306: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:35:31.102 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:30 smithi016 bash[21861]: cluster 2024-05-21T18:35:30.211033+0000 mgr.a (mgr.14152) 354 : cluster [DBG] pgmap v306: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:35:31.250 INFO:teuthology.orchestra.run.smithi016.stderr:+ HOST_C_DAEMONS='NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-05-21T18:35:31.250 INFO:teuthology.orchestra.run.smithi016.stderr:mon.c smithi134 running (7m) 2m ago 7m 37.1M 2048M 19.0.0-3870-g9ef9bcfd 59e189dc67b1 3872c5cef202 2024-05-21T18:35:31.250 INFO:teuthology.orchestra.run.smithi016.stderr:osd.4 smithi134 running (3m) 2m ago 3m 38.5M 10.4G 19.0.0-3870-g9ef9bcfd 59e189dc67b1 afdf2729d28a 2024-05-21T18:35:31.250 INFO:teuthology.orchestra.run.smithi016.stderr:osd.5 smithi134 running (2m) 2m ago 2m 11.8M 10.4G 19.0.0-3870-g9ef9bcfd 59e189dc67b1 dd39f112b21b ' 2024-05-21T18:35:31.250 INFO:teuthology.orchestra.run.smithi016.stderr:+ '[' 'NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-05-21T18:35:31.250 INFO:teuthology.orchestra.run.smithi016.stderr:mon.c smithi134 running (7m) 2m ago 7m 37.1M 2048M 19.0.0-3870-g9ef9bcfd 59e189dc67b1 3872c5cef202 2024-05-21T18:35:31.250 INFO:teuthology.orchestra.run.smithi016.stderr:osd.4 smithi134 running (3m) 2m ago 3m 38.5M 10.4G 19.0.0-3870-g9ef9bcfd 59e189dc67b1 afdf2729d28a 2024-05-21T18:35:31.251 INFO:teuthology.orchestra.run.smithi016.stderr:osd.5 smithi134 running (2m) 2m ago 2m 11.8M 10.4G 19.0.0-3870-g9ef9bcfd 59e189dc67b1 dd39f112b21b ' '!=' 'No daemons reported' ']' 2024-05-21T18:35:31.251 INFO:teuthology.orchestra.run.smithi016.stderr:+ sleep 15 2024-05-21T18:35:32.103 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:31 smithi016 bash[21861]: audit 2024-05-21T18:35:30.830857+0000 mgr.a (mgr.14152) 355 : audit [DBG] from='client.14482 -' entity='client.admin' cmd=[{"prefix": "orch host drain", "hostname": "smithi134", "zap_osd_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T18:35:32.103 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:31 smithi016 bash[21861]: audit 2024-05-21T18:35:30.830857+0000 mgr.a (mgr.14152) 355 : audit [DBG] from='client.14482 -' entity='client.admin' cmd=[{"prefix": "orch host drain", "hostname": "smithi134", "zap_osd_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T18:35:32.103 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:31 smithi016 bash[21861]: audit 2024-05-21T18:35:30.837734+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:35:32.103 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:31 smithi016 bash[21861]: audit 2024-05-21T18:35:30.837734+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:35:32.103 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:31 smithi016 bash[21861]: cephadm 2024-05-21T18:35:30.838369+0000 mgr.a (mgr.14152) 356 : cephadm [INF] Added label _no_schedule to host smithi134 2024-05-21T18:35:32.103 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:31 smithi016 bash[21861]: cephadm 2024-05-21T18:35:30.838369+0000 mgr.a (mgr.14152) 356 : cephadm [INF] Added label _no_schedule to host smithi134 2024-05-21T18:35:32.103 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:31 smithi016 bash[21861]: audit 2024-05-21T18:35:30.844158+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:35:32.104 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:31 smithi016 bash[21861]: audit 2024-05-21T18:35:30.844158+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:35:32.104 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:31 smithi016 bash[21861]: cephadm 2024-05-21T18:35:30.844996+0000 mgr.a (mgr.14152) 357 : cephadm [INF] Added label _no_conf_keyring to host smithi134 2024-05-21T18:35:32.104 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:31 smithi016 bash[21861]: cephadm 2024-05-21T18:35:30.844996+0000 mgr.a (mgr.14152) 357 : cephadm [INF] Added label _no_conf_keyring to host smithi134 2024-05-21T18:35:32.104 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:31 smithi016 bash[21861]: audit 2024-05-21T18:35:30.846192+0000 mon.a (mon.0) 611 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd crush tree", "format": "json"}]: dispatch 2024-05-21T18:35:32.104 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:31 smithi016 bash[21861]: audit 2024-05-21T18:35:30.846192+0000 mon.a (mon.0) 611 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd crush tree", "format": "json"}]: dispatch 2024-05-21T18:35:32.104 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:31 smithi016 bash[21861]: cephadm 2024-05-21T18:35:30.847470+0000 mgr.a (mgr.14152) 358 : cephadm [INF] osd.4 crush weight is 0.0872955322265625 2024-05-21T18:35:32.104 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:31 smithi016 bash[21861]: cephadm 2024-05-21T18:35:30.847470+0000 mgr.a (mgr.14152) 358 : cephadm [INF] osd.4 crush weight is 0.0872955322265625 2024-05-21T18:35:32.104 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:31 smithi016 bash[21861]: audit 2024-05-21T18:35:30.848287+0000 mon.a (mon.0) 612 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd crush tree", "format": "json"}]: dispatch 2024-05-21T18:35:32.104 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:31 smithi016 bash[21861]: audit 2024-05-21T18:35:30.848287+0000 mon.a (mon.0) 612 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd crush tree", "format": "json"}]: dispatch 2024-05-21T18:35:32.104 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:31 smithi016 bash[21861]: cephadm 2024-05-21T18:35:30.849533+0000 mgr.a (mgr.14152) 359 : cephadm [INF] osd.5 crush weight is 0.0872955322265625 2024-05-21T18:35:32.104 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:31 smithi016 bash[21861]: cephadm 2024-05-21T18:35:30.849533+0000 mgr.a (mgr.14152) 359 : cephadm [INF] osd.5 crush weight is 0.0872955322265625 2024-05-21T18:35:32.104 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:31 smithi016 bash[21861]: audit 2024-05-21T18:35:31.229183+0000 mgr.a (mgr.14152) 360 : audit [DBG] from='client.14486 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi134", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T18:35:32.104 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:31 smithi016 bash[21861]: audit 2024-05-21T18:35:31.229183+0000 mgr.a (mgr.14152) 360 : audit [DBG] from='client.14486 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi134", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T18:35:32.295 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:31 smithi077 bash[23831]: audit 2024-05-21T18:35:30.830857+0000 mgr.a (mgr.14152) 355 : audit [DBG] from='client.14482 -' entity='client.admin' cmd=[{"prefix": "orch host drain", "hostname": "smithi134", "zap_osd_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T18:35:32.295 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:31 smithi077 bash[23831]: audit 2024-05-21T18:35:30.830857+0000 mgr.a (mgr.14152) 355 : audit [DBG] from='client.14482 -' entity='client.admin' cmd=[{"prefix": "orch host drain", "hostname": "smithi134", "zap_osd_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T18:35:32.295 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:31 smithi077 bash[23831]: audit 2024-05-21T18:35:30.837734+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:35:32.295 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:31 smithi077 bash[23831]: audit 2024-05-21T18:35:30.837734+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:35:32.295 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:31 smithi077 bash[23831]: cephadm 2024-05-21T18:35:30.838369+0000 mgr.a (mgr.14152) 356 : cephadm [INF] Added label _no_schedule to host smithi134 2024-05-21T18:35:32.295 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:31 smithi077 bash[23831]: cephadm 2024-05-21T18:35:30.838369+0000 mgr.a (mgr.14152) 356 : cephadm [INF] Added label _no_schedule to host smithi134 2024-05-21T18:35:32.295 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:31 smithi077 bash[23831]: audit 2024-05-21T18:35:30.844158+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:35:32.295 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:31 smithi077 bash[23831]: audit 2024-05-21T18:35:30.844158+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:35:32.295 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:31 smithi077 bash[23831]: cephadm 2024-05-21T18:35:30.844996+0000 mgr.a (mgr.14152) 357 : cephadm [INF] Added label _no_conf_keyring to host smithi134 2024-05-21T18:35:32.295 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:31 smithi077 bash[23831]: cephadm 2024-05-21T18:35:30.844996+0000 mgr.a (mgr.14152) 357 : cephadm [INF] Added label _no_conf_keyring to host smithi134 2024-05-21T18:35:32.296 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:31 smithi077 bash[23831]: audit 2024-05-21T18:35:30.846192+0000 mon.a (mon.0) 611 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd crush tree", "format": "json"}]: dispatch 2024-05-21T18:35:32.296 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:31 smithi077 bash[23831]: audit 2024-05-21T18:35:30.846192+0000 mon.a (mon.0) 611 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd crush tree", "format": "json"}]: dispatch 2024-05-21T18:35:32.296 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:31 smithi077 bash[23831]: cephadm 2024-05-21T18:35:30.847470+0000 mgr.a (mgr.14152) 358 : cephadm [INF] osd.4 crush weight is 0.0872955322265625 2024-05-21T18:35:32.296 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:31 smithi077 bash[23831]: cephadm 2024-05-21T18:35:30.847470+0000 mgr.a (mgr.14152) 358 : cephadm [INF] osd.4 crush weight is 0.0872955322265625 2024-05-21T18:35:32.296 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:31 smithi077 bash[23831]: audit 2024-05-21T18:35:30.848287+0000 mon.a (mon.0) 612 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd crush tree", "format": "json"}]: dispatch 2024-05-21T18:35:32.296 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:31 smithi077 bash[23831]: audit 2024-05-21T18:35:30.848287+0000 mon.a (mon.0) 612 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd crush tree", "format": "json"}]: dispatch 2024-05-21T18:35:32.296 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:31 smithi077 bash[23831]: cephadm 2024-05-21T18:35:30.849533+0000 mgr.a (mgr.14152) 359 : cephadm [INF] osd.5 crush weight is 0.0872955322265625 2024-05-21T18:35:32.296 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:31 smithi077 bash[23831]: cephadm 2024-05-21T18:35:30.849533+0000 mgr.a (mgr.14152) 359 : cephadm [INF] osd.5 crush weight is 0.0872955322265625 2024-05-21T18:35:32.296 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:31 smithi077 bash[23831]: audit 2024-05-21T18:35:31.229183+0000 mgr.a (mgr.14152) 360 : audit [DBG] from='client.14486 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi134", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T18:35:32.296 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:31 smithi077 bash[23831]: audit 2024-05-21T18:35:31.229183+0000 mgr.a (mgr.14152) 360 : audit [DBG] from='client.14486 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi134", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T18:35:33.102 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:32 smithi016 bash[21861]: cluster 2024-05-21T18:35:32.211581+0000 mgr.a (mgr.14152) 361 : cluster [DBG] pgmap v307: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:35:33.102 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:32 smithi016 bash[21861]: cluster 2024-05-21T18:35:32.211581+0000 mgr.a (mgr.14152) 361 : cluster [DBG] pgmap v307: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:35:33.294 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:32 smithi077 bash[23831]: cluster 2024-05-21T18:35:32.211581+0000 mgr.a (mgr.14152) 361 : cluster [DBG] pgmap v307: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:35:33.294 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:32 smithi077 bash[23831]: cluster 2024-05-21T18:35:32.211581+0000 mgr.a (mgr.14152) 361 : cluster [DBG] pgmap v307: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:35:34.847 INFO:journalctl@ceph.mon.c.smithi134.stdout:May 21 18:35:34 smithi134 systemd[1]: /etc/systemd/system/ceph-3de35fc8-179f-11ef-bc9a-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-21T18:35:34.848 INFO:journalctl@ceph.osd.4.smithi134.stdout:May 21 18:35:34 smithi134 systemd[1]: /etc/systemd/system/ceph-3de35fc8-179f-11ef-bc9a-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-21T18:35:34.848 INFO:journalctl@ceph.osd.5.smithi134.stdout:May 21 18:35:34 smithi134 systemd[1]: /etc/systemd/system/ceph-3de35fc8-179f-11ef-bc9a-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-21T18:35:35.544 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:35 smithi077 bash[23831]: cluster 2024-05-21T18:35:34.212180+0000 mgr.a (mgr.14152) 362 : cluster [DBG] pgmap v308: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:35:35.544 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:35 smithi077 bash[23831]: cluster 2024-05-21T18:35:34.212180+0000 mgr.a (mgr.14152) 362 : cluster [DBG] pgmap v308: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:35:35.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:35 smithi077 bash[23831]: audit 2024-05-21T18:35:34.853017+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:35:35.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:35 smithi077 bash[23831]: audit 2024-05-21T18:35:34.853017+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:35:35.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:35 smithi077 bash[23831]: audit 2024-05-21T18:35:34.860671+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:35:35.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:35 smithi077 bash[23831]: audit 2024-05-21T18:35:34.860671+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:35:35.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:35 smithi077 bash[23831]: audit 2024-05-21T18:35:34.961291+0000 mon.a (mon.0) 615 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T18:35:35.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:35 smithi077 bash[23831]: audit 2024-05-21T18:35:34.961291+0000 mon.a (mon.0) 615 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T18:35:35.602 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:35 smithi016 bash[21861]: cluster 2024-05-21T18:35:34.212180+0000 mgr.a (mgr.14152) 362 : cluster [DBG] pgmap v308: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:35:35.602 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:35 smithi016 bash[21861]: cluster 2024-05-21T18:35:34.212180+0000 mgr.a (mgr.14152) 362 : cluster [DBG] pgmap v308: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:35:35.602 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:35 smithi016 bash[21861]: audit 2024-05-21T18:35:34.853017+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:35:35.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:35 smithi016 bash[21861]: audit 2024-05-21T18:35:34.853017+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:35:35.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:35 smithi016 bash[21861]: audit 2024-05-21T18:35:34.860671+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:35:35.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:35 smithi016 bash[21861]: audit 2024-05-21T18:35:34.860671+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:35:35.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:35 smithi016 bash[21861]: audit 2024-05-21T18:35:34.961291+0000 mon.a (mon.0) 615 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T18:35:35.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:35 smithi016 bash[21861]: audit 2024-05-21T18:35:34.961291+0000 mon.a (mon.0) 615 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T18:35:36.602 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:36 smithi016 bash[21861]: audit 2024-05-21T18:35:35.314292+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:35:36.602 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:36 smithi016 bash[21861]: audit 2024-05-21T18:35:35.314292+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:35:36.794 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:36 smithi077 bash[23831]: audit 2024-05-21T18:35:35.314292+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:35:36.794 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:36 smithi077 bash[23831]: audit 2024-05-21T18:35:35.314292+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:35:37.602 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:37 smithi016 bash[21861]: cluster 2024-05-21T18:35:36.212698+0000 mgr.a (mgr.14152) 363 : cluster [DBG] pgmap v309: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:35:37.602 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:37 smithi016 bash[21861]: cluster 2024-05-21T18:35:36.212698+0000 mgr.a (mgr.14152) 363 : cluster [DBG] pgmap v309: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:35:37.794 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:37 smithi077 bash[23831]: cluster 2024-05-21T18:35:36.212698+0000 mgr.a (mgr.14152) 363 : cluster [DBG] pgmap v309: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:35:37.794 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:37 smithi077 bash[23831]: cluster 2024-05-21T18:35:36.212698+0000 mgr.a (mgr.14152) 363 : cluster [DBG] pgmap v309: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:35:39.602 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:39 smithi016 bash[21861]: cluster 2024-05-21T18:35:38.213272+0000 mgr.a (mgr.14152) 364 : cluster [DBG] pgmap v310: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:35:39.602 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:39 smithi016 bash[21861]: cluster 2024-05-21T18:35:38.213272+0000 mgr.a (mgr.14152) 364 : cluster [DBG] pgmap v310: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:35:39.794 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:39 smithi077 bash[23831]: cluster 2024-05-21T18:35:38.213272+0000 mgr.a (mgr.14152) 364 : cluster [DBG] pgmap v310: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:35:39.794 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:39 smithi077 bash[23831]: cluster 2024-05-21T18:35:38.213272+0000 mgr.a (mgr.14152) 364 : cluster [DBG] pgmap v310: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:35:41.544 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:41 smithi077 bash[23831]: audit 2024-05-21T18:35:40.207276+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:35:41.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:41 smithi077 bash[23831]: audit 2024-05-21T18:35:40.207276+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:35:41.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:41 smithi077 bash[23831]: cluster 2024-05-21T18:35:40.213790+0000 mgr.a (mgr.14152) 365 : cluster [DBG] pgmap v311: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:35:41.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:41 smithi077 bash[23831]: cluster 2024-05-21T18:35:40.213790+0000 mgr.a (mgr.14152) 365 : cluster [DBG] pgmap v311: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:35:41.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:41 smithi077 bash[23831]: audit 2024-05-21T18:35:40.215421+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:35:41.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:41 smithi077 bash[23831]: audit 2024-05-21T18:35:40.215421+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:35:41.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:41 smithi077 bash[23831]: audit 2024-05-21T18:35:40.844891+0000 mon.a (mon.0) 619 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:35:41.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:41 smithi077 bash[23831]: audit 2024-05-21T18:35:40.844891+0000 mon.a (mon.0) 619 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:35:41.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:41 smithi077 bash[23831]: audit 2024-05-21T18:35:40.846653+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T18:35:41.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:41 smithi077 bash[23831]: audit 2024-05-21T18:35:40.846653+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T18:35:41.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:41 smithi077 bash[23831]: audit 2024-05-21T18:35:41.022499+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:35:41.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:41 smithi077 bash[23831]: audit 2024-05-21T18:35:41.022499+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:35:41.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:41 smithi077 bash[23831]: audit 2024-05-21T18:35:41.030673+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:35:41.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:41 smithi077 bash[23831]: audit 2024-05-21T18:35:41.030673+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:35:41.602 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:41 smithi016 bash[21861]: audit 2024-05-21T18:35:40.207276+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:35:41.602 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:41 smithi016 bash[21861]: audit 2024-05-21T18:35:40.207276+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:35:41.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:41 smithi016 bash[21861]: cluster 2024-05-21T18:35:40.213790+0000 mgr.a (mgr.14152) 365 : cluster [DBG] pgmap v311: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:35:41.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:41 smithi016 bash[21861]: cluster 2024-05-21T18:35:40.213790+0000 mgr.a (mgr.14152) 365 : cluster [DBG] pgmap v311: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:35:41.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:41 smithi016 bash[21861]: audit 2024-05-21T18:35:40.215421+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:35:41.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:41 smithi016 bash[21861]: audit 2024-05-21T18:35:40.215421+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:35:41.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:41 smithi016 bash[21861]: audit 2024-05-21T18:35:40.844891+0000 mon.a (mon.0) 619 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:35:41.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:41 smithi016 bash[21861]: audit 2024-05-21T18:35:40.844891+0000 mon.a (mon.0) 619 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:35:41.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:41 smithi016 bash[21861]: audit 2024-05-21T18:35:40.846653+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T18:35:41.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:41 smithi016 bash[21861]: audit 2024-05-21T18:35:40.846653+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T18:35:41.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:41 smithi016 bash[21861]: audit 2024-05-21T18:35:41.022499+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:35:41.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:41 smithi016 bash[21861]: audit 2024-05-21T18:35:41.022499+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:35:41.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:41 smithi016 bash[21861]: audit 2024-05-21T18:35:41.030673+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:35:41.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:41 smithi016 bash[21861]: audit 2024-05-21T18:35:41.030673+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:35:42.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:42 smithi077 bash[23831]: cephadm 2024-05-21T18:35:40.849265+0000 mgr.a (mgr.14152) 366 : cephadm [INF] Updating smithi016:/etc/ceph/ceph.conf 2024-05-21T18:35:42.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:42 smithi077 bash[23831]: cephadm 2024-05-21T18:35:40.849265+0000 mgr.a (mgr.14152) 366 : cephadm [INF] Updating smithi016:/etc/ceph/ceph.conf 2024-05-21T18:35:42.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:42 smithi077 bash[23831]: cephadm 2024-05-21T18:35:40.850056+0000 mgr.a (mgr.14152) 367 : cephadm [INF] Updating smithi077:/etc/ceph/ceph.conf 2024-05-21T18:35:42.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:42 smithi077 bash[23831]: cephadm 2024-05-21T18:35:40.850056+0000 mgr.a (mgr.14152) 367 : cephadm [INF] Updating smithi077:/etc/ceph/ceph.conf 2024-05-21T18:35:42.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:42 smithi077 bash[23831]: cephadm 2024-05-21T18:35:40.850992+0000 mgr.a (mgr.14152) 368 : cephadm [INF] Removing smithi134:/var/lib/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/config/ceph.conf 2024-05-21T18:35:42.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:42 smithi077 bash[23831]: cephadm 2024-05-21T18:35:40.850992+0000 mgr.a (mgr.14152) 368 : cephadm [INF] Removing smithi134:/var/lib/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/config/ceph.conf 2024-05-21T18:35:42.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:42 smithi077 bash[23831]: cephadm 2024-05-21T18:35:40.917572+0000 mgr.a (mgr.14152) 369 : cephadm [INF] Removing smithi134:/etc/ceph/ceph.client.admin.keyring 2024-05-21T18:35:42.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:42 smithi077 bash[23831]: cephadm 2024-05-21T18:35:40.917572+0000 mgr.a (mgr.14152) 369 : cephadm [INF] Removing smithi134:/etc/ceph/ceph.client.admin.keyring 2024-05-21T18:35:42.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:42 smithi077 bash[23831]: cephadm 2024-05-21T18:35:40.982321+0000 mgr.a (mgr.14152) 370 : cephadm [INF] Removing smithi134:/var/lib/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/config/ceph.client.admin.keyring 2024-05-21T18:35:42.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:42 smithi077 bash[23831]: cephadm 2024-05-21T18:35:40.982321+0000 mgr.a (mgr.14152) 370 : cephadm [INF] Removing smithi134:/var/lib/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/config/ceph.client.admin.keyring 2024-05-21T18:35:42.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:42 smithi077 bash[23831]: cephadm 2024-05-21T18:35:41.065407+0000 mgr.a (mgr.14152) 371 : cephadm [INF] Updating smithi016:/var/lib/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/config/ceph.conf 2024-05-21T18:35:42.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:42 smithi077 bash[23831]: cephadm 2024-05-21T18:35:41.065407+0000 mgr.a (mgr.14152) 371 : cephadm [INF] Updating smithi016:/var/lib/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/config/ceph.conf 2024-05-21T18:35:42.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:42 smithi077 bash[23831]: cephadm 2024-05-21T18:35:41.067902+0000 mgr.a (mgr.14152) 372 : cephadm [INF] Updating smithi077:/var/lib/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/config/ceph.conf 2024-05-21T18:35:42.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:42 smithi077 bash[23831]: cephadm 2024-05-21T18:35:41.067902+0000 mgr.a (mgr.14152) 372 : cephadm [INF] Updating smithi077:/var/lib/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/config/ceph.conf 2024-05-21T18:35:42.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:42 smithi077 bash[23831]: audit 2024-05-21T18:35:41.237132+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:35:42.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:42 smithi077 bash[23831]: audit 2024-05-21T18:35:41.237132+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:35:42.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:42 smithi077 bash[23831]: audit 2024-05-21T18:35:41.243023+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:35:42.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:42 smithi077 bash[23831]: audit 2024-05-21T18:35:41.243023+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:35:42.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:42 smithi077 bash[23831]: audit 2024-05-21T18:35:41.249856+0000 mon.a (mon.0) 625 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:35:42.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:42 smithi077 bash[23831]: audit 2024-05-21T18:35:41.249856+0000 mon.a (mon.0) 625 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:35:42.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:42 smithi077 bash[23831]: audit 2024-05-21T18:35:41.256339+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:35:42.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:42 smithi077 bash[23831]: audit 2024-05-21T18:35:41.256339+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:35:42.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:42 smithi077 bash[23831]: audit 2024-05-21T18:35:41.261127+0000 mon.a (mon.0) 627 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-21T18:35:42.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:42 smithi077 bash[23831]: audit 2024-05-21T18:35:41.261127+0000 mon.a (mon.0) 627 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-21T18:35:42.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:42 smithi077 bash[23831]: audit 2024-05-21T18:35:41.261434+0000 mgr.a (mgr.14152) 373 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-21T18:35:42.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:42 smithi077 bash[23831]: audit 2024-05-21T18:35:41.261434+0000 mgr.a (mgr.14152) 373 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-21T18:35:42.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:42 smithi077 bash[23831]: audit 2024-05-21T18:35:41.263641+0000 mon.a (mon.0) 628 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-21T18:35:42.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:42 smithi077 bash[23831]: audit 2024-05-21T18:35:41.263641+0000 mon.a (mon.0) 628 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-21T18:35:42.548 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:42 smithi077 bash[23831]: audit 2024-05-21T18:35:41.263879+0000 mgr.a (mgr.14152) 374 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-21T18:35:42.548 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:42 smithi077 bash[23831]: audit 2024-05-21T18:35:41.263879+0000 mgr.a (mgr.14152) 374 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-21T18:35:42.548 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:42 smithi077 bash[23831]: audit 2024-05-21T18:35:41.266000+0000 mon.a (mon.0) 629 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"]}]: dispatch 2024-05-21T18:35:42.548 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:42 smithi077 bash[23831]: audit 2024-05-21T18:35:41.266000+0000 mon.a (mon.0) 629 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"]}]: dispatch 2024-05-21T18:35:42.548 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:42 smithi077 bash[23831]: audit 2024-05-21T18:35:41.266273+0000 mgr.a (mgr.14152) 375 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"]}]: dispatch 2024-05-21T18:35:42.548 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:42 smithi077 bash[23831]: audit 2024-05-21T18:35:41.266273+0000 mgr.a (mgr.14152) 375 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"]}]: dispatch 2024-05-21T18:35:42.548 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:42 smithi077 bash[23831]: audit 2024-05-21T18:35:41.267975+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0}]: dispatch 2024-05-21T18:35:42.548 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:42 smithi077 bash[23831]: audit 2024-05-21T18:35:41.267975+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0}]: dispatch 2024-05-21T18:35:42.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:42 smithi016 bash[21861]: cephadm 2024-05-21T18:35:40.849265+0000 mgr.a (mgr.14152) 366 : cephadm [INF] Updating smithi016:/etc/ceph/ceph.conf 2024-05-21T18:35:42.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:42 smithi016 bash[21861]: cephadm 2024-05-21T18:35:40.849265+0000 mgr.a (mgr.14152) 366 : cephadm [INF] Updating smithi016:/etc/ceph/ceph.conf 2024-05-21T18:35:42.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:42 smithi016 bash[21861]: cephadm 2024-05-21T18:35:40.850056+0000 mgr.a (mgr.14152) 367 : cephadm [INF] Updating smithi077:/etc/ceph/ceph.conf 2024-05-21T18:35:42.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:42 smithi016 bash[21861]: cephadm 2024-05-21T18:35:40.850056+0000 mgr.a (mgr.14152) 367 : cephadm [INF] Updating smithi077:/etc/ceph/ceph.conf 2024-05-21T18:35:42.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:42 smithi016 bash[21861]: cephadm 2024-05-21T18:35:40.850992+0000 mgr.a (mgr.14152) 368 : cephadm [INF] Removing smithi134:/var/lib/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/config/ceph.conf 2024-05-21T18:35:42.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:42 smithi016 bash[21861]: cephadm 2024-05-21T18:35:40.850992+0000 mgr.a (mgr.14152) 368 : cephadm [INF] Removing smithi134:/var/lib/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/config/ceph.conf 2024-05-21T18:35:42.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:42 smithi016 bash[21861]: cephadm 2024-05-21T18:35:40.917572+0000 mgr.a (mgr.14152) 369 : cephadm [INF] Removing smithi134:/etc/ceph/ceph.client.admin.keyring 2024-05-21T18:35:42.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:42 smithi016 bash[21861]: cephadm 2024-05-21T18:35:40.917572+0000 mgr.a (mgr.14152) 369 : cephadm [INF] Removing smithi134:/etc/ceph/ceph.client.admin.keyring 2024-05-21T18:35:42.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:42 smithi016 bash[21861]: cephadm 2024-05-21T18:35:40.982321+0000 mgr.a (mgr.14152) 370 : cephadm [INF] Removing smithi134:/var/lib/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/config/ceph.client.admin.keyring 2024-05-21T18:35:42.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:42 smithi016 bash[21861]: cephadm 2024-05-21T18:35:40.982321+0000 mgr.a (mgr.14152) 370 : cephadm [INF] Removing smithi134:/var/lib/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/config/ceph.client.admin.keyring 2024-05-21T18:35:42.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:42 smithi016 bash[21861]: cephadm 2024-05-21T18:35:41.065407+0000 mgr.a (mgr.14152) 371 : cephadm [INF] Updating smithi016:/var/lib/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/config/ceph.conf 2024-05-21T18:35:42.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:42 smithi016 bash[21861]: cephadm 2024-05-21T18:35:41.065407+0000 mgr.a (mgr.14152) 371 : cephadm [INF] Updating smithi016:/var/lib/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/config/ceph.conf 2024-05-21T18:35:42.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:42 smithi016 bash[21861]: cephadm 2024-05-21T18:35:41.067902+0000 mgr.a (mgr.14152) 372 : cephadm [INF] Updating smithi077:/var/lib/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/config/ceph.conf 2024-05-21T18:35:42.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:42 smithi016 bash[21861]: cephadm 2024-05-21T18:35:41.067902+0000 mgr.a (mgr.14152) 372 : cephadm [INF] Updating smithi077:/var/lib/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/config/ceph.conf 2024-05-21T18:35:42.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:42 smithi016 bash[21861]: audit 2024-05-21T18:35:41.237132+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:35:42.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:42 smithi016 bash[21861]: audit 2024-05-21T18:35:41.237132+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:35:42.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:42 smithi016 bash[21861]: audit 2024-05-21T18:35:41.243023+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:35:42.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:42 smithi016 bash[21861]: audit 2024-05-21T18:35:41.243023+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:35:42.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:42 smithi016 bash[21861]: audit 2024-05-21T18:35:41.249856+0000 mon.a (mon.0) 625 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:35:42.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:42 smithi016 bash[21861]: audit 2024-05-21T18:35:41.249856+0000 mon.a (mon.0) 625 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:35:42.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:42 smithi016 bash[21861]: audit 2024-05-21T18:35:41.256339+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:35:42.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:42 smithi016 bash[21861]: audit 2024-05-21T18:35:41.256339+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:35:42.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:42 smithi016 bash[21861]: audit 2024-05-21T18:35:41.261127+0000 mon.a (mon.0) 627 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-21T18:35:42.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:42 smithi016 bash[21861]: audit 2024-05-21T18:35:41.261127+0000 mon.a (mon.0) 627 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-21T18:35:42.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:42 smithi016 bash[21861]: audit 2024-05-21T18:35:41.261434+0000 mgr.a (mgr.14152) 373 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-21T18:35:42.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:42 smithi016 bash[21861]: audit 2024-05-21T18:35:41.261434+0000 mgr.a (mgr.14152) 373 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-21T18:35:42.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:42 smithi016 bash[21861]: audit 2024-05-21T18:35:41.263641+0000 mon.a (mon.0) 628 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-21T18:35:42.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:42 smithi016 bash[21861]: audit 2024-05-21T18:35:41.263641+0000 mon.a (mon.0) 628 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-21T18:35:42.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:42 smithi016 bash[21861]: audit 2024-05-21T18:35:41.263879+0000 mgr.a (mgr.14152) 374 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-21T18:35:42.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:42 smithi016 bash[21861]: audit 2024-05-21T18:35:41.263879+0000 mgr.a (mgr.14152) 374 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-21T18:35:42.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:42 smithi016 bash[21861]: audit 2024-05-21T18:35:41.266000+0000 mon.a (mon.0) 629 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"]}]: dispatch 2024-05-21T18:35:42.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:42 smithi016 bash[21861]: audit 2024-05-21T18:35:41.266000+0000 mon.a (mon.0) 629 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"]}]: dispatch 2024-05-21T18:35:42.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:42 smithi016 bash[21861]: audit 2024-05-21T18:35:41.266273+0000 mgr.a (mgr.14152) 375 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"]}]: dispatch 2024-05-21T18:35:42.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:42 smithi016 bash[21861]: audit 2024-05-21T18:35:41.266273+0000 mgr.a (mgr.14152) 375 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"]}]: dispatch 2024-05-21T18:35:42.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:42 smithi016 bash[21861]: audit 2024-05-21T18:35:41.267975+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0}]: dispatch 2024-05-21T18:35:42.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:42 smithi016 bash[21861]: audit 2024-05-21T18:35:41.267975+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0}]: dispatch 2024-05-21T18:35:42.606 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:42 smithi016 bash[21861]: debug 2024-05-21T18:35:42.269+0000 7f4532745700 -1 mon.a@0(leader).osd e40 definitely_dead 0 2024-05-21T18:35:43.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:43 smithi077 bash[23831]: cluster 2024-05-21T18:35:42.214412+0000 mgr.a (mgr.14152) 376 : cluster [DBG] pgmap v312: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:35:43.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:43 smithi077 bash[23831]: cluster 2024-05-21T18:35:42.214412+0000 mgr.a (mgr.14152) 376 : cluster [DBG] pgmap v312: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:35:43.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:43 smithi077 bash[23831]: audit 2024-05-21T18:35:42.255432+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd='[{"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0}]': finished 2024-05-21T18:35:43.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:43 smithi077 bash[23831]: audit 2024-05-21T18:35:42.255432+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd='[{"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0}]': finished 2024-05-21T18:35:43.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:43 smithi077 bash[23831]: cluster 2024-05-21T18:35:42.260471+0000 mon.a (mon.0) 632 : cluster [DBG] osdmap e40: 6 total, 6 up, 6 in 2024-05-21T18:35:43.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:43 smithi077 bash[23831]: cluster 2024-05-21T18:35:42.260471+0000 mon.a (mon.0) 632 : cluster [DBG] osdmap e40: 6 total, 6 up, 6 in 2024-05-21T18:35:43.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:43 smithi077 bash[23831]: cephadm 2024-05-21T18:35:42.262235+0000 mgr.a (mgr.14152) 377 : cephadm [INF] osd.5 weight is now 0.0 2024-05-21T18:35:43.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:43 smithi077 bash[23831]: cephadm 2024-05-21T18:35:42.262235+0000 mgr.a (mgr.14152) 377 : cephadm [INF] osd.5 weight is now 0.0 2024-05-21T18:35:43.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:43 smithi077 bash[23831]: audit 2024-05-21T18:35:42.266788+0000 mon.a (mon.0) 633 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-21T18:35:43.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:43 smithi077 bash[23831]: audit 2024-05-21T18:35:42.266788+0000 mon.a (mon.0) 633 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-21T18:35:43.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:43 smithi077 bash[23831]: audit 2024-05-21T18:35:42.267228+0000 mgr.a (mgr.14152) 378 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-21T18:35:43.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:43 smithi077 bash[23831]: audit 2024-05-21T18:35:42.267228+0000 mgr.a (mgr.14152) 378 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-21T18:35:43.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:43 smithi077 bash[23831]: audit 2024-05-21T18:35:42.269785+0000 mon.a (mon.0) 634 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["4"]}]: dispatch 2024-05-21T18:35:43.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:43 smithi077 bash[23831]: audit 2024-05-21T18:35:42.269785+0000 mon.a (mon.0) 634 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["4"]}]: dispatch 2024-05-21T18:35:43.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:43 smithi077 bash[23831]: audit 2024-05-21T18:35:42.270133+0000 mgr.a (mgr.14152) 379 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["4"]}]: dispatch 2024-05-21T18:35:43.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:43 smithi077 bash[23831]: audit 2024-05-21T18:35:42.270133+0000 mgr.a (mgr.14152) 379 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["4"]}]: dispatch 2024-05-21T18:35:43.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:43 smithi077 bash[23831]: audit 2024-05-21T18:35:42.272194+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd down", "ids": ["4"]}]: dispatch 2024-05-21T18:35:43.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:43 smithi077 bash[23831]: audit 2024-05-21T18:35:42.272194+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd down", "ids": ["4"]}]: dispatch 2024-05-21T18:35:43.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:43 smithi016 bash[21861]: cluster 2024-05-21T18:35:42.214412+0000 mgr.a (mgr.14152) 376 : cluster [DBG] pgmap v312: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:35:43.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:43 smithi016 bash[21861]: cluster 2024-05-21T18:35:42.214412+0000 mgr.a (mgr.14152) 376 : cluster [DBG] pgmap v312: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:35:43.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:43 smithi016 bash[21861]: audit 2024-05-21T18:35:42.255432+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd='[{"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0}]': finished 2024-05-21T18:35:43.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:43 smithi016 bash[21861]: audit 2024-05-21T18:35:42.255432+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd='[{"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0}]': finished 2024-05-21T18:35:43.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:43 smithi016 bash[21861]: cluster 2024-05-21T18:35:42.260471+0000 mon.a (mon.0) 632 : cluster [DBG] osdmap e40: 6 total, 6 up, 6 in 2024-05-21T18:35:43.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:43 smithi016 bash[21861]: cluster 2024-05-21T18:35:42.260471+0000 mon.a (mon.0) 632 : cluster [DBG] osdmap e40: 6 total, 6 up, 6 in 2024-05-21T18:35:43.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:43 smithi016 bash[21861]: cephadm 2024-05-21T18:35:42.262235+0000 mgr.a (mgr.14152) 377 : cephadm [INF] osd.5 weight is now 0.0 2024-05-21T18:35:43.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:43 smithi016 bash[21861]: cephadm 2024-05-21T18:35:42.262235+0000 mgr.a (mgr.14152) 377 : cephadm [INF] osd.5 weight is now 0.0 2024-05-21T18:35:43.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:43 smithi016 bash[21861]: audit 2024-05-21T18:35:42.266788+0000 mon.a (mon.0) 633 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-21T18:35:43.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:43 smithi016 bash[21861]: audit 2024-05-21T18:35:42.266788+0000 mon.a (mon.0) 633 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-21T18:35:43.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:43 smithi016 bash[21861]: audit 2024-05-21T18:35:42.267228+0000 mgr.a (mgr.14152) 378 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-21T18:35:43.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:43 smithi016 bash[21861]: audit 2024-05-21T18:35:42.267228+0000 mgr.a (mgr.14152) 378 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-21T18:35:43.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:43 smithi016 bash[21861]: audit 2024-05-21T18:35:42.269785+0000 mon.a (mon.0) 634 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["4"]}]: dispatch 2024-05-21T18:35:43.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:43 smithi016 bash[21861]: audit 2024-05-21T18:35:42.269785+0000 mon.a (mon.0) 634 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["4"]}]: dispatch 2024-05-21T18:35:43.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:43 smithi016 bash[21861]: audit 2024-05-21T18:35:42.270133+0000 mgr.a (mgr.14152) 379 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["4"]}]: dispatch 2024-05-21T18:35:43.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:43 smithi016 bash[21861]: audit 2024-05-21T18:35:42.270133+0000 mgr.a (mgr.14152) 379 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["4"]}]: dispatch 2024-05-21T18:35:43.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:43 smithi016 bash[21861]: audit 2024-05-21T18:35:42.272194+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd down", "ids": ["4"]}]: dispatch 2024-05-21T18:35:43.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:43 smithi016 bash[21861]: audit 2024-05-21T18:35:42.272194+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd down", "ids": ["4"]}]: dispatch 2024-05-21T18:35:44.097 INFO:journalctl@ceph.osd.4.smithi134.stdout:May 21 18:35:43 smithi134 systemd[1]: Stopping Ceph osd.4 for 3de35fc8-179f-11ef-bc9a-c7b262605968... 2024-05-21T18:35:44.097 INFO:journalctl@ceph.osd.4.smithi134.stdout:May 21 18:35:43 smithi134 bash[27345]: debug 2024-05-21T18:35:43.790+0000 7f4834bf6700 -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-05-21T18:35:44.097 INFO:journalctl@ceph.osd.4.smithi134.stdout:May 21 18:35:43 smithi134 bash[27345]: debug 2024-05-21T18:35:43.790+0000 7f4834bf6700 -1 osd.4 42 *** Got signal Terminated *** 2024-05-21T18:35:44.097 INFO:journalctl@ceph.osd.4.smithi134.stdout:May 21 18:35:43 smithi134 bash[27345]: debug 2024-05-21T18:35:43.790+0000 7f4834bf6700 -1 osd.4 42 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-05-21T18:35:44.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:44 smithi077 bash[23831]: cluster 2024-05-21T18:35:43.265208+0000 mon.a (mon.0) 636 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-05-21T18:35:44.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:44 smithi077 bash[23831]: cluster 2024-05-21T18:35:43.265208+0000 mon.a (mon.0) 636 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-05-21T18:35:44.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:44 smithi077 bash[23831]: audit 2024-05-21T18:35:43.267056+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["4"]}]': finished 2024-05-21T18:35:44.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:44 smithi077 bash[23831]: audit 2024-05-21T18:35:43.267056+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["4"]}]': finished 2024-05-21T18:35:44.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:44 smithi077 bash[23831]: cluster 2024-05-21T18:35:43.272289+0000 mon.a (mon.0) 638 : cluster [DBG] osdmap e41: 6 total, 5 up, 6 in 2024-05-21T18:35:44.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:44 smithi077 bash[23831]: cluster 2024-05-21T18:35:43.272289+0000 mon.a (mon.0) 638 : cluster [DBG] osdmap e41: 6 total, 5 up, 6 in 2024-05-21T18:35:44.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:44 smithi077 bash[23831]: cephadm 2024-05-21T18:35:43.273629+0000 mgr.a (mgr.14152) 380 : cephadm [INF] osd.4 now down 2024-05-21T18:35:44.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:44 smithi077 bash[23831]: cephadm 2024-05-21T18:35:43.273629+0000 mgr.a (mgr.14152) 380 : cephadm [INF] osd.4 now down 2024-05-21T18:35:44.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:44 smithi077 bash[23831]: cephadm 2024-05-21T18:35:43.274280+0000 mgr.a (mgr.14152) 381 : cephadm [INF] Removing daemon osd.4 from smithi134 -- ports [] 2024-05-21T18:35:44.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:44 smithi077 bash[23831]: cephadm 2024-05-21T18:35:43.274280+0000 mgr.a (mgr.14152) 381 : cephadm [INF] Removing daemon osd.4 from smithi134 -- ports [] 2024-05-21T18:35:44.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:44 smithi077 bash[23831]: cluster 2024-05-21T18:35:43.274413+0000 mon.a (mon.0) 639 : cluster [INF] osd.4 marked itself dead as of e41 2024-05-21T18:35:44.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:44 smithi077 bash[23831]: cluster 2024-05-21T18:35:43.274413+0000 mon.a (mon.0) 639 : cluster [INF] osd.4 marked itself dead as of e41 2024-05-21T18:35:44.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:44 smithi077 bash[23831]: cluster 2024-05-21T18:35:43.277032+0000 osd.4 (osd.4) 3 : cluster [WRN] Monitor daemon marked osd.4 down, but it is still running 2024-05-21T18:35:44.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:44 smithi077 bash[23831]: cluster 2024-05-21T18:35:43.277032+0000 osd.4 (osd.4) 3 : cluster [WRN] Monitor daemon marked osd.4 down, but it is still running 2024-05-21T18:35:44.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:44 smithi077 bash[23831]: cluster 2024-05-21T18:35:43.277044+0000 osd.4 (osd.4) 4 : cluster [DBG] map e41 wrongly marked me down at e41 2024-05-21T18:35:44.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:44 smithi077 bash[23831]: cluster 2024-05-21T18:35:43.277044+0000 osd.4 (osd.4) 4 : cluster [DBG] map e41 wrongly marked me down at e41 2024-05-21T18:35:44.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:44 smithi077 bash[23831]: cluster 2024-05-21T18:35:43.767418+0000 mon.a (mon.0) 640 : cluster [DBG] osdmap e42: 6 total, 5 up, 6 in 2024-05-21T18:35:44.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:44 smithi077 bash[23831]: cluster 2024-05-21T18:35:43.767418+0000 mon.a (mon.0) 640 : cluster [DBG] osdmap e42: 6 total, 5 up, 6 in 2024-05-21T18:35:44.602 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:44 smithi016 bash[21861]: cluster 2024-05-21T18:35:43.265208+0000 mon.a (mon.0) 636 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-05-21T18:35:44.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:44 smithi016 bash[21861]: cluster 2024-05-21T18:35:43.265208+0000 mon.a (mon.0) 636 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-05-21T18:35:44.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:44 smithi016 bash[21861]: audit 2024-05-21T18:35:43.267056+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["4"]}]': finished 2024-05-21T18:35:44.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:44 smithi016 bash[21861]: audit 2024-05-21T18:35:43.267056+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["4"]}]': finished 2024-05-21T18:35:44.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:44 smithi016 bash[21861]: cluster 2024-05-21T18:35:43.272289+0000 mon.a (mon.0) 638 : cluster [DBG] osdmap e41: 6 total, 5 up, 6 in 2024-05-21T18:35:44.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:44 smithi016 bash[21861]: cluster 2024-05-21T18:35:43.272289+0000 mon.a (mon.0) 638 : cluster [DBG] osdmap e41: 6 total, 5 up, 6 in 2024-05-21T18:35:44.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:44 smithi016 bash[21861]: cephadm 2024-05-21T18:35:43.273629+0000 mgr.a (mgr.14152) 380 : cephadm [INF] osd.4 now down 2024-05-21T18:35:44.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:44 smithi016 bash[21861]: cephadm 2024-05-21T18:35:43.273629+0000 mgr.a (mgr.14152) 380 : cephadm [INF] osd.4 now down 2024-05-21T18:35:44.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:44 smithi016 bash[21861]: cephadm 2024-05-21T18:35:43.274280+0000 mgr.a (mgr.14152) 381 : cephadm [INF] Removing daemon osd.4 from smithi134 -- ports [] 2024-05-21T18:35:44.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:44 smithi016 bash[21861]: cephadm 2024-05-21T18:35:43.274280+0000 mgr.a (mgr.14152) 381 : cephadm [INF] Removing daemon osd.4 from smithi134 -- ports [] 2024-05-21T18:35:44.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:44 smithi016 bash[21861]: cluster 2024-05-21T18:35:43.274413+0000 mon.a (mon.0) 639 : cluster [INF] osd.4 marked itself dead as of e41 2024-05-21T18:35:44.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:44 smithi016 bash[21861]: cluster 2024-05-21T18:35:43.274413+0000 mon.a (mon.0) 639 : cluster [INF] osd.4 marked itself dead as of e41 2024-05-21T18:35:44.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:44 smithi016 bash[21861]: cluster 2024-05-21T18:35:43.277032+0000 osd.4 (osd.4) 3 : cluster [WRN] Monitor daemon marked osd.4 down, but it is still running 2024-05-21T18:35:44.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:44 smithi016 bash[21861]: cluster 2024-05-21T18:35:43.277032+0000 osd.4 (osd.4) 3 : cluster [WRN] Monitor daemon marked osd.4 down, but it is still running 2024-05-21T18:35:44.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:44 smithi016 bash[21861]: cluster 2024-05-21T18:35:43.277044+0000 osd.4 (osd.4) 4 : cluster [DBG] map e41 wrongly marked me down at e41 2024-05-21T18:35:44.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:44 smithi016 bash[21861]: cluster 2024-05-21T18:35:43.277044+0000 osd.4 (osd.4) 4 : cluster [DBG] map e41 wrongly marked me down at e41 2024-05-21T18:35:44.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:44 smithi016 bash[21861]: cluster 2024-05-21T18:35:43.767418+0000 mon.a (mon.0) 640 : cluster [DBG] osdmap e42: 6 total, 5 up, 6 in 2024-05-21T18:35:44.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:44 smithi016 bash[21861]: cluster 2024-05-21T18:35:43.767418+0000 mon.a (mon.0) 640 : cluster [DBG] osdmap e42: 6 total, 5 up, 6 in 2024-05-21T18:35:45.085 INFO:journalctl@ceph.osd.4.smithi134.stdout:May 21 18:35:44 smithi134 bash[36467]: ceph-3de35fc8-179f-11ef-bc9a-c7b262605968-osd-4 2024-05-21T18:35:45.085 INFO:journalctl@ceph.osd.4.smithi134.stdout:May 21 18:35:45 smithi134 bash[36529]: Error response from daemon: No such container: ceph-3de35fc8-179f-11ef-bc9a-c7b262605968-osd-4 2024-05-21T18:35:45.544 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:45 smithi077 bash[23831]: cluster 2024-05-21T18:35:44.215016+0000 mgr.a (mgr.14152) 382 : cluster [DBG] pgmap v316: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:35:45.544 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:45 smithi077 bash[23831]: cluster 2024-05-21T18:35:44.215016+0000 mgr.a (mgr.14152) 382 : cluster [DBG] pgmap v316: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:35:45.544 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:45 smithi077 bash[23831]: cluster 2024-05-21T18:35:44.775730+0000 mon.a (mon.0) 641 : cluster [DBG] osdmap e43: 6 total, 5 up, 6 in 2024-05-21T18:35:45.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:45 smithi077 bash[23831]: cluster 2024-05-21T18:35:44.775730+0000 mon.a (mon.0) 641 : cluster [DBG] osdmap e43: 6 total, 5 up, 6 in 2024-05-21T18:35:45.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:45 smithi016 bash[21861]: cluster 2024-05-21T18:35:44.215016+0000 mgr.a (mgr.14152) 382 : cluster [DBG] pgmap v316: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:35:45.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:45 smithi016 bash[21861]: cluster 2024-05-21T18:35:44.215016+0000 mgr.a (mgr.14152) 382 : cluster [DBG] pgmap v316: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:35:45.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:45 smithi016 bash[21861]: cluster 2024-05-21T18:35:44.775730+0000 mon.a (mon.0) 641 : cluster [DBG] osdmap e43: 6 total, 5 up, 6 in 2024-05-21T18:35:45.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:45 smithi016 bash[21861]: cluster 2024-05-21T18:35:44.775730+0000 mon.a (mon.0) 641 : cluster [DBG] osdmap e43: 6 total, 5 up, 6 in 2024-05-21T18:35:46.252 INFO:teuthology.orchestra.run.smithi016.stderr:++ ceph orch ps --hostname smithi134 2024-05-21T18:35:46.655 INFO:teuthology.orchestra.run.smithi016.stderr:+ HOST_C_DAEMONS='NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-05-21T18:35:46.655 INFO:teuthology.orchestra.run.smithi016.stderr:osd.4 smithi134 running (3m) 6s ago 3m 42.7M 10.4G 19.0.0-3870-g9ef9bcfd 59e189dc67b1 afdf2729d28a 2024-05-21T18:35:46.656 INFO:teuthology.orchestra.run.smithi016.stderr:osd.5 smithi134 running (2m) 6s ago 2m 36.6M 10.4G 19.0.0-3870-g9ef9bcfd 59e189dc67b1 dd39f112b21b ' 2024-05-21T18:35:46.656 INFO:teuthology.orchestra.run.smithi016.stderr:+ '[' 'NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-05-21T18:35:46.656 INFO:teuthology.orchestra.run.smithi016.stderr:osd.4 smithi134 running (3m) 6s ago 3m 42.7M 10.4G 19.0.0-3870-g9ef9bcfd 59e189dc67b1 afdf2729d28a 2024-05-21T18:35:46.656 INFO:teuthology.orchestra.run.smithi016.stderr:osd.5 smithi134 running (2m) 6s ago 2m 36.6M 10.4G 19.0.0-3870-g9ef9bcfd 59e189dc67b1 dd39f112b21b ' '!=' 'No daemons reported' ']' 2024-05-21T18:35:46.656 INFO:teuthology.orchestra.run.smithi016.stderr:+ sleep 15 2024-05-21T18:35:47.347 INFO:journalctl@ceph.osd.5.smithi134.stdout:May 21 18:35:47 smithi134 systemd[1]: /etc/systemd/system/ceph-3de35fc8-179f-11ef-bc9a-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-21T18:35:47.347 INFO:journalctl@ceph.osd.4.smithi134.stdout:May 21 18:35:46 smithi134 systemd[1]: ceph-3de35fc8-179f-11ef-bc9a-c7b262605968@osd.4.service: Deactivated successfully. 2024-05-21T18:35:47.347 INFO:journalctl@ceph.osd.4.smithi134.stdout:May 21 18:35:46 smithi134 systemd[1]: Stopped Ceph osd.4 for 3de35fc8-179f-11ef-bc9a-c7b262605968. 2024-05-21T18:35:47.347 INFO:journalctl@ceph.osd.4.smithi134.stdout:May 21 18:35:47 smithi134 systemd[1]: /etc/systemd/system/ceph-3de35fc8-179f-11ef-bc9a-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-21T18:35:47.544 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:47 smithi077 bash[23831]: cluster 2024-05-21T18:35:46.215549+0000 mgr.a (mgr.14152) 383 : cluster [DBG] pgmap v318: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:35:47.544 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:47 smithi077 bash[23831]: cluster 2024-05-21T18:35:46.215549+0000 mgr.a (mgr.14152) 383 : cluster [DBG] pgmap v318: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:35:47.602 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:47 smithi016 bash[21861]: cluster 2024-05-21T18:35:46.215549+0000 mgr.a (mgr.14152) 383 : cluster [DBG] pgmap v318: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:35:47.602 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:47 smithi016 bash[21861]: cluster 2024-05-21T18:35:46.215549+0000 mgr.a (mgr.14152) 383 : cluster [DBG] pgmap v318: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-21T18:35:48.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:48 smithi077 bash[23831]: audit 2024-05-21T18:35:46.642858+0000 mgr.a (mgr.14152) 384 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi134", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T18:35:48.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:48 smithi077 bash[23831]: audit 2024-05-21T18:35:46.642858+0000 mgr.a (mgr.14152) 384 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi134", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T18:35:48.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:48 smithi077 bash[23831]: cephadm 2024-05-21T18:35:47.352523+0000 mgr.a (mgr.14152) 385 : cephadm [INF] Removing key for osd.4 2024-05-21T18:35:48.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:48 smithi077 bash[23831]: cephadm 2024-05-21T18:35:47.352523+0000 mgr.a (mgr.14152) 385 : cephadm [INF] Removing key for osd.4 2024-05-21T18:35:48.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:48 smithi077 bash[23831]: audit 2024-05-21T18:35:47.353144+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "osd.4"}]: dispatch 2024-05-21T18:35:48.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:48 smithi077 bash[23831]: audit 2024-05-21T18:35:47.353144+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "osd.4"}]: dispatch 2024-05-21T18:35:48.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:48 smithi077 bash[23831]: audit 2024-05-21T18:35:47.356019+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.4"}]': finished 2024-05-21T18:35:48.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:48 smithi077 bash[23831]: audit 2024-05-21T18:35:47.356019+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.4"}]': finished 2024-05-21T18:35:48.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:48 smithi077 bash[23831]: cephadm 2024-05-21T18:35:47.361648+0000 mgr.a (mgr.14152) 386 : cephadm [INF] Successfully removed osd.4 on smithi134 2024-05-21T18:35:48.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:48 smithi077 bash[23831]: cephadm 2024-05-21T18:35:47.361648+0000 mgr.a (mgr.14152) 386 : cephadm [INF] Successfully removed osd.4 on smithi134 2024-05-21T18:35:48.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:48 smithi077 bash[23831]: audit 2024-05-21T18:35:47.362239+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true}]: dispatch 2024-05-21T18:35:48.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:48 smithi077 bash[23831]: audit 2024-05-21T18:35:47.362239+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true}]: dispatch 2024-05-21T18:35:48.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:48 smithi077 bash[23831]: cluster 2024-05-21T18:35:47.363551+0000 mon.a (mon.0) 645 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-05-21T18:35:48.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:48 smithi077 bash[23831]: cluster 2024-05-21T18:35:47.363551+0000 mon.a (mon.0) 645 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-05-21T18:35:48.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:48 smithi077 bash[23831]: cluster 2024-05-21T18:35:47.363604+0000 mon.a (mon.0) 646 : cluster [INF] Cluster is now healthy 2024-05-21T18:35:48.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:48 smithi077 bash[23831]: cluster 2024-05-21T18:35:47.363604+0000 mon.a (mon.0) 646 : cluster [INF] Cluster is now healthy 2024-05-21T18:35:48.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:48 smithi077 bash[23831]: audit 2024-05-21T18:35:47.365743+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true}]': finished 2024-05-21T18:35:48.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:48 smithi077 bash[23831]: audit 2024-05-21T18:35:47.365743+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true}]': finished 2024-05-21T18:35:48.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:48 smithi077 bash[23831]: cluster 2024-05-21T18:35:47.370985+0000 mon.a (mon.0) 648 : cluster [DBG] osdmap e44: 5 total, 5 up, 5 in 2024-05-21T18:35:48.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:48 smithi077 bash[23831]: cluster 2024-05-21T18:35:47.370985+0000 mon.a (mon.0) 648 : cluster [DBG] osdmap e44: 5 total, 5 up, 5 in 2024-05-21T18:35:48.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:48 smithi077 bash[23831]: cephadm 2024-05-21T18:35:47.372264+0000 mgr.a (mgr.14152) 387 : cephadm [INF] Successfully purged osd.4 on smithi134 2024-05-21T18:35:48.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:48 smithi077 bash[23831]: cephadm 2024-05-21T18:35:47.372264+0000 mgr.a (mgr.14152) 387 : cephadm [INF] Successfully purged osd.4 on smithi134 2024-05-21T18:35:48.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:48 smithi077 bash[23831]: cephadm 2024-05-21T18:35:47.372564+0000 mgr.a (mgr.14152) 388 : cephadm [INF] Zapping devices for osd.4 on smithi134 2024-05-21T18:35:48.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:48 smithi077 bash[23831]: cephadm 2024-05-21T18:35:47.372564+0000 mgr.a (mgr.14152) 388 : cephadm [INF] Zapping devices for osd.4 on smithi134 2024-05-21T18:35:48.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:48 smithi016 bash[21861]: audit 2024-05-21T18:35:46.642858+0000 mgr.a (mgr.14152) 384 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi134", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T18:35:48.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:48 smithi016 bash[21861]: audit 2024-05-21T18:35:46.642858+0000 mgr.a (mgr.14152) 384 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi134", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T18:35:48.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:48 smithi016 bash[21861]: cephadm 2024-05-21T18:35:47.352523+0000 mgr.a (mgr.14152) 385 : cephadm [INF] Removing key for osd.4 2024-05-21T18:35:48.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:48 smithi016 bash[21861]: cephadm 2024-05-21T18:35:47.352523+0000 mgr.a (mgr.14152) 385 : cephadm [INF] Removing key for osd.4 2024-05-21T18:35:48.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:48 smithi016 bash[21861]: audit 2024-05-21T18:35:47.353144+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "osd.4"}]: dispatch 2024-05-21T18:35:48.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:48 smithi016 bash[21861]: audit 2024-05-21T18:35:47.353144+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "osd.4"}]: dispatch 2024-05-21T18:35:48.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:48 smithi016 bash[21861]: audit 2024-05-21T18:35:47.356019+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.4"}]': finished 2024-05-21T18:35:48.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:48 smithi016 bash[21861]: audit 2024-05-21T18:35:47.356019+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.4"}]': finished 2024-05-21T18:35:48.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:48 smithi016 bash[21861]: cephadm 2024-05-21T18:35:47.361648+0000 mgr.a (mgr.14152) 386 : cephadm [INF] Successfully removed osd.4 on smithi134 2024-05-21T18:35:48.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:48 smithi016 bash[21861]: cephadm 2024-05-21T18:35:47.361648+0000 mgr.a (mgr.14152) 386 : cephadm [INF] Successfully removed osd.4 on smithi134 2024-05-21T18:35:48.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:48 smithi016 bash[21861]: audit 2024-05-21T18:35:47.362239+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true}]: dispatch 2024-05-21T18:35:48.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:48 smithi016 bash[21861]: audit 2024-05-21T18:35:47.362239+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true}]: dispatch 2024-05-21T18:35:48.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:48 smithi016 bash[21861]: cluster 2024-05-21T18:35:47.363551+0000 mon.a (mon.0) 645 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-05-21T18:35:48.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:48 smithi016 bash[21861]: cluster 2024-05-21T18:35:47.363551+0000 mon.a (mon.0) 645 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-05-21T18:35:48.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:48 smithi016 bash[21861]: cluster 2024-05-21T18:35:47.363604+0000 mon.a (mon.0) 646 : cluster [INF] Cluster is now healthy 2024-05-21T18:35:48.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:48 smithi016 bash[21861]: cluster 2024-05-21T18:35:47.363604+0000 mon.a (mon.0) 646 : cluster [INF] Cluster is now healthy 2024-05-21T18:35:48.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:48 smithi016 bash[21861]: audit 2024-05-21T18:35:47.365743+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true}]': finished 2024-05-21T18:35:48.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:48 smithi016 bash[21861]: audit 2024-05-21T18:35:47.365743+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true}]': finished 2024-05-21T18:35:48.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:48 smithi016 bash[21861]: cluster 2024-05-21T18:35:47.370985+0000 mon.a (mon.0) 648 : cluster [DBG] osdmap e44: 5 total, 5 up, 5 in 2024-05-21T18:35:48.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:48 smithi016 bash[21861]: cluster 2024-05-21T18:35:47.370985+0000 mon.a (mon.0) 648 : cluster [DBG] osdmap e44: 5 total, 5 up, 5 in 2024-05-21T18:35:48.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:48 smithi016 bash[21861]: cephadm 2024-05-21T18:35:47.372264+0000 mgr.a (mgr.14152) 387 : cephadm [INF] Successfully purged osd.4 on smithi134 2024-05-21T18:35:48.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:48 smithi016 bash[21861]: cephadm 2024-05-21T18:35:47.372264+0000 mgr.a (mgr.14152) 387 : cephadm [INF] Successfully purged osd.4 on smithi134 2024-05-21T18:35:48.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:48 smithi016 bash[21861]: cephadm 2024-05-21T18:35:47.372564+0000 mgr.a (mgr.14152) 388 : cephadm [INF] Zapping devices for osd.4 on smithi134 2024-05-21T18:35:48.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:48 smithi016 bash[21861]: cephadm 2024-05-21T18:35:47.372564+0000 mgr.a (mgr.14152) 388 : cephadm [INF] Zapping devices for osd.4 on smithi134 2024-05-21T18:35:49.794 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:49 smithi077 bash[23831]: cluster 2024-05-21T18:35:48.216102+0000 mgr.a (mgr.14152) 389 : cluster [DBG] pgmap v320: 1 pgs: 1 active+clean+remapped; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail; 2/6 objects misplaced (33.333%) 2024-05-21T18:35:49.794 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:49 smithi077 bash[23831]: cluster 2024-05-21T18:35:48.216102+0000 mgr.a (mgr.14152) 389 : cluster [DBG] pgmap v320: 1 pgs: 1 active+clean+remapped; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail; 2/6 objects misplaced (33.333%) 2024-05-21T18:35:49.794 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:49 smithi077 bash[23831]: cluster 2024-05-21T18:35:48.377430+0000 mon.a (mon.0) 649 : cluster [DBG] osdmap e45: 5 total, 5 up, 5 in 2024-05-21T18:35:49.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:49 smithi077 bash[23831]: cluster 2024-05-21T18:35:48.377430+0000 mon.a (mon.0) 649 : cluster [DBG] osdmap e45: 5 total, 5 up, 5 in 2024-05-21T18:35:49.852 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:49 smithi016 bash[21861]: cluster 2024-05-21T18:35:48.216102+0000 mgr.a (mgr.14152) 389 : cluster [DBG] pgmap v320: 1 pgs: 1 active+clean+remapped; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail; 2/6 objects misplaced (33.333%) 2024-05-21T18:35:49.852 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:49 smithi016 bash[21861]: cluster 2024-05-21T18:35:48.216102+0000 mgr.a (mgr.14152) 389 : cluster [DBG] pgmap v320: 1 pgs: 1 active+clean+remapped; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail; 2/6 objects misplaced (33.333%) 2024-05-21T18:35:49.852 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:49 smithi016 bash[21861]: cluster 2024-05-21T18:35:48.377430+0000 mon.a (mon.0) 649 : cluster [DBG] osdmap e45: 5 total, 5 up, 5 in 2024-05-21T18:35:49.852 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:49 smithi016 bash[21861]: cluster 2024-05-21T18:35:48.377430+0000 mon.a (mon.0) 649 : cluster [DBG] osdmap e45: 5 total, 5 up, 5 in 2024-05-21T18:35:50.794 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:50 smithi077 bash[23831]: cluster 2024-05-21T18:35:49.388352+0000 mon.a (mon.0) 650 : cluster [DBG] osdmap e46: 5 total, 5 up, 5 in 2024-05-21T18:35:50.794 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:50 smithi077 bash[23831]: cluster 2024-05-21T18:35:49.388352+0000 mon.a (mon.0) 650 : cluster [DBG] osdmap e46: 5 total, 5 up, 5 in 2024-05-21T18:35:50.852 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:50 smithi016 bash[21861]: cluster 2024-05-21T18:35:49.388352+0000 mon.a (mon.0) 650 : cluster [DBG] osdmap e46: 5 total, 5 up, 5 in 2024-05-21T18:35:50.852 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:50 smithi016 bash[21861]: cluster 2024-05-21T18:35:49.388352+0000 mon.a (mon.0) 650 : cluster [DBG] osdmap e46: 5 total, 5 up, 5 in 2024-05-21T18:35:51.794 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:51 smithi077 bash[23831]: cluster 2024-05-21T18:35:50.216674+0000 mgr.a (mgr.14152) 390 : cluster [DBG] pgmap v323: 1 pgs: 1 active+clean+remapped; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail; 2/6 objects misplaced (33.333%) 2024-05-21T18:35:51.794 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:51 smithi077 bash[23831]: cluster 2024-05-21T18:35:50.216674+0000 mgr.a (mgr.14152) 390 : cluster [DBG] pgmap v323: 1 pgs: 1 active+clean+remapped; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail; 2/6 objects misplaced (33.333%) 2024-05-21T18:35:51.852 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:51 smithi016 bash[21861]: cluster 2024-05-21T18:35:50.216674+0000 mgr.a (mgr.14152) 390 : cluster [DBG] pgmap v323: 1 pgs: 1 active+clean+remapped; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail; 2/6 objects misplaced (33.333%) 2024-05-21T18:35:51.852 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:51 smithi016 bash[21861]: cluster 2024-05-21T18:35:50.216674+0000 mgr.a (mgr.14152) 390 : cluster [DBG] pgmap v323: 1 pgs: 1 active+clean+remapped; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail; 2/6 objects misplaced (33.333%) 2024-05-21T18:35:53.794 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:53 smithi077 bash[23831]: cluster 2024-05-21T18:35:52.217253+0000 mgr.a (mgr.14152) 391 : cluster [DBG] pgmap v324: 1 pgs: 1 active+clean+remapped; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail; 2/6 objects misplaced (33.333%) 2024-05-21T18:35:53.794 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:53 smithi077 bash[23831]: cluster 2024-05-21T18:35:52.217253+0000 mgr.a (mgr.14152) 391 : cluster [DBG] pgmap v324: 1 pgs: 1 active+clean+remapped; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail; 2/6 objects misplaced (33.333%) 2024-05-21T18:35:53.852 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:53 smithi016 bash[21861]: cluster 2024-05-21T18:35:52.217253+0000 mgr.a (mgr.14152) 391 : cluster [DBG] pgmap v324: 1 pgs: 1 active+clean+remapped; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail; 2/6 objects misplaced (33.333%) 2024-05-21T18:35:53.852 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:53 smithi016 bash[21861]: cluster 2024-05-21T18:35:52.217253+0000 mgr.a (mgr.14152) 391 : cluster [DBG] pgmap v324: 1 pgs: 1 active+clean+remapped; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail; 2/6 objects misplaced (33.333%) 2024-05-21T18:35:55.794 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:55 smithi077 bash[23831]: cluster 2024-05-21T18:35:54.217833+0000 mgr.a (mgr.14152) 392 : cluster [DBG] pgmap v325: 1 pgs: 1 active+clean; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail; 84 KiB/s, 0 objects/s recovering 2024-05-21T18:35:55.794 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:55 smithi077 bash[23831]: cluster 2024-05-21T18:35:54.217833+0000 mgr.a (mgr.14152) 392 : cluster [DBG] pgmap v325: 1 pgs: 1 active+clean; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail; 84 KiB/s, 0 objects/s recovering 2024-05-21T18:35:55.852 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:55 smithi016 bash[21861]: cluster 2024-05-21T18:35:54.217833+0000 mgr.a (mgr.14152) 392 : cluster [DBG] pgmap v325: 1 pgs: 1 active+clean; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail; 84 KiB/s, 0 objects/s recovering 2024-05-21T18:35:55.852 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:55 smithi016 bash[21861]: cluster 2024-05-21T18:35:54.217833+0000 mgr.a (mgr.14152) 392 : cluster [DBG] pgmap v325: 1 pgs: 1 active+clean; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail; 84 KiB/s, 0 objects/s recovering 2024-05-21T18:35:56.602 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:56 smithi016 bash[21861]: debug 2024-05-21T18:35:56.260+0000 7f4532745700 -1 mon.a@0(leader).osd e46 definitely_dead 0 2024-05-21T18:35:56.602 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:56 smithi016 bash[21861]: audit 2024-05-21T18:35:56.260960+0000 mon.a (mon.0) 651 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-21T18:35:56.602 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:56 smithi016 bash[21861]: audit 2024-05-21T18:35:56.260960+0000 mon.a (mon.0) 651 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-21T18:35:56.602 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:56 smithi016 bash[21861]: audit 2024-05-21T18:35:56.263759+0000 mon.a (mon.0) 652 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-05-21T18:35:56.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:56 smithi016 bash[21861]: audit 2024-05-21T18:35:56.263759+0000 mon.a (mon.0) 652 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-05-21T18:35:56.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:56 smithi016 bash[21861]: audit 2024-05-21T18:35:56.266265+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd down", "ids": ["5"]}]: dispatch 2024-05-21T18:35:56.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:56 smithi016 bash[21861]: audit 2024-05-21T18:35:56.266265+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd down", "ids": ["5"]}]: dispatch 2024-05-21T18:35:56.794 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:56 smithi077 bash[23831]: audit 2024-05-21T18:35:56.260960+0000 mon.a (mon.0) 651 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-21T18:35:56.794 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:56 smithi077 bash[23831]: audit 2024-05-21T18:35:56.260960+0000 mon.a (mon.0) 651 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-21T18:35:56.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:56 smithi077 bash[23831]: audit 2024-05-21T18:35:56.263759+0000 mon.a (mon.0) 652 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-05-21T18:35:56.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:56 smithi077 bash[23831]: audit 2024-05-21T18:35:56.263759+0000 mon.a (mon.0) 652 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-05-21T18:35:56.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:56 smithi077 bash[23831]: audit 2024-05-21T18:35:56.266265+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd down", "ids": ["5"]}]: dispatch 2024-05-21T18:35:56.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:56 smithi077 bash[23831]: audit 2024-05-21T18:35:56.266265+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd down", "ids": ["5"]}]: dispatch 2024-05-21T18:35:57.097 INFO:journalctl@ceph.osd.5.smithi134.stdout:May 21 18:35:56 smithi134 systemd[1]: Stopping Ceph osd.5 for 3de35fc8-179f-11ef-bc9a-c7b262605968... 2024-05-21T18:35:57.097 INFO:journalctl@ceph.osd.5.smithi134.stdout:May 21 18:35:56 smithi134 bash[32746]: debug 2024-05-21T18:35:56.986+0000 7fad83274700 -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-05-21T18:35:57.098 INFO:journalctl@ceph.osd.5.smithi134.stdout:May 21 18:35:56 smithi134 bash[32746]: debug 2024-05-21T18:35:56.986+0000 7fad83274700 -1 osd.5 47 *** Got signal Terminated *** 2024-05-21T18:35:57.098 INFO:journalctl@ceph.osd.5.smithi134.stdout:May 21 18:35:56 smithi134 bash[32746]: debug 2024-05-21T18:35:56.986+0000 7fad83274700 -1 osd.5 47 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-05-21T18:35:57.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:57 smithi077 bash[23831]: cluster 2024-05-21T18:35:56.218369+0000 mgr.a (mgr.14152) 393 : cluster [DBG] pgmap v326: 1 pgs: 1 active+clean; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-05-21T18:35:57.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:57 smithi077 bash[23831]: cluster 2024-05-21T18:35:56.218369+0000 mgr.a (mgr.14152) 393 : cluster [DBG] pgmap v326: 1 pgs: 1 active+clean; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-05-21T18:35:57.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:57 smithi077 bash[23831]: cephadm 2024-05-21T18:35:56.260233+0000 mgr.a (mgr.14152) 394 : cephadm [INF] Successfully zapped devices for osd.4 on smithi134 2024-05-21T18:35:57.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:57 smithi077 bash[23831]: cephadm 2024-05-21T18:35:56.260233+0000 mgr.a (mgr.14152) 394 : cephadm [INF] Successfully zapped devices for osd.4 on smithi134 2024-05-21T18:35:57.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:57 smithi077 bash[23831]: audit 2024-05-21T18:35:56.261369+0000 mgr.a (mgr.14152) 395 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-21T18:35:57.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:57 smithi077 bash[23831]: audit 2024-05-21T18:35:56.261369+0000 mgr.a (mgr.14152) 395 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-21T18:35:57.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:57 smithi077 bash[23831]: audit 2024-05-21T18:35:56.264102+0000 mgr.a (mgr.14152) 396 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-05-21T18:35:57.796 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:57 smithi077 bash[23831]: audit 2024-05-21T18:35:56.264102+0000 mgr.a (mgr.14152) 396 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-05-21T18:35:57.796 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:57 smithi077 bash[23831]: cluster 2024-05-21T18:35:56.402387+0000 mon.a (mon.0) 654 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-05-21T18:35:57.796 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:57 smithi077 bash[23831]: cluster 2024-05-21T18:35:56.402387+0000 mon.a (mon.0) 654 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-05-21T18:35:57.796 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:57 smithi077 bash[23831]: cluster 2024-05-21T18:35:56.402461+0000 mon.a (mon.0) 655 : cluster [WRN] Health check failed: 1 host (1 osds) down (OSD_HOST_DOWN) 2024-05-21T18:35:57.796 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:57 smithi077 bash[23831]: cluster 2024-05-21T18:35:56.402461+0000 mon.a (mon.0) 655 : cluster [WRN] Health check failed: 1 host (1 osds) down (OSD_HOST_DOWN) 2024-05-21T18:35:57.796 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:57 smithi077 bash[23831]: audit 2024-05-21T18:35:56.409650+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["5"]}]': finished 2024-05-21T18:35:57.796 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:57 smithi077 bash[23831]: audit 2024-05-21T18:35:56.409650+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["5"]}]': finished 2024-05-21T18:35:57.796 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:57 smithi077 bash[23831]: cluster 2024-05-21T18:35:56.416344+0000 mon.a (mon.0) 657 : cluster [DBG] osdmap e47: 5 total, 4 up, 5 in 2024-05-21T18:35:57.796 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:57 smithi077 bash[23831]: cluster 2024-05-21T18:35:56.416344+0000 mon.a (mon.0) 657 : cluster [DBG] osdmap e47: 5 total, 4 up, 5 in 2024-05-21T18:35:57.796 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:57 smithi077 bash[23831]: cephadm 2024-05-21T18:35:56.417878+0000 mgr.a (mgr.14152) 397 : cephadm [INF] osd.5 now down 2024-05-21T18:35:57.796 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:57 smithi077 bash[23831]: cephadm 2024-05-21T18:35:56.417878+0000 mgr.a (mgr.14152) 397 : cephadm [INF] osd.5 now down 2024-05-21T18:35:57.796 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:57 smithi077 bash[23831]: cephadm 2024-05-21T18:35:56.418467+0000 mgr.a (mgr.14152) 398 : cephadm [INF] Removing daemon osd.5 from smithi134 -- ports [] 2024-05-21T18:35:57.796 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:57 smithi077 bash[23831]: cephadm 2024-05-21T18:35:56.418467+0000 mgr.a (mgr.14152) 398 : cephadm [INF] Removing daemon osd.5 from smithi134 -- ports [] 2024-05-21T18:35:57.796 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:57 smithi077 bash[23831]: cluster 2024-05-21T18:35:56.530183+0000 mon.a (mon.0) 658 : cluster [INF] osd.5 marked itself dead as of e47 2024-05-21T18:35:57.796 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:57 smithi077 bash[23831]: cluster 2024-05-21T18:35:56.530183+0000 mon.a (mon.0) 658 : cluster [INF] osd.5 marked itself dead as of e47 2024-05-21T18:35:57.796 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:57 smithi077 bash[23831]: cluster 2024-05-21T18:35:56.532839+0000 osd.5 (osd.5) 3 : cluster [WRN] Monitor daemon marked osd.5 down, but it is still running 2024-05-21T18:35:57.797 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:57 smithi077 bash[23831]: cluster 2024-05-21T18:35:56.532839+0000 osd.5 (osd.5) 3 : cluster [WRN] Monitor daemon marked osd.5 down, but it is still running 2024-05-21T18:35:57.797 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:57 smithi077 bash[23831]: cluster 2024-05-21T18:35:56.532847+0000 osd.5 (osd.5) 4 : cluster [DBG] map e47 wrongly marked me down at e47 2024-05-21T18:35:57.797 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:57 smithi077 bash[23831]: cluster 2024-05-21T18:35:56.532847+0000 osd.5 (osd.5) 4 : cluster [DBG] map e47 wrongly marked me down at e47 2024-05-21T18:35:57.853 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:57 smithi016 bash[21861]: cluster 2024-05-21T18:35:56.218369+0000 mgr.a (mgr.14152) 393 : cluster [DBG] pgmap v326: 1 pgs: 1 active+clean; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-05-21T18:35:57.853 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:57 smithi016 bash[21861]: cluster 2024-05-21T18:35:56.218369+0000 mgr.a (mgr.14152) 393 : cluster [DBG] pgmap v326: 1 pgs: 1 active+clean; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-05-21T18:35:57.853 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:57 smithi016 bash[21861]: cephadm 2024-05-21T18:35:56.260233+0000 mgr.a (mgr.14152) 394 : cephadm [INF] Successfully zapped devices for osd.4 on smithi134 2024-05-21T18:35:57.853 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:57 smithi016 bash[21861]: cephadm 2024-05-21T18:35:56.260233+0000 mgr.a (mgr.14152) 394 : cephadm [INF] Successfully zapped devices for osd.4 on smithi134 2024-05-21T18:35:57.853 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:57 smithi016 bash[21861]: audit 2024-05-21T18:35:56.261369+0000 mgr.a (mgr.14152) 395 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-21T18:35:57.853 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:57 smithi016 bash[21861]: audit 2024-05-21T18:35:56.261369+0000 mgr.a (mgr.14152) 395 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-21T18:35:57.853 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:57 smithi016 bash[21861]: audit 2024-05-21T18:35:56.264102+0000 mgr.a (mgr.14152) 396 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-05-21T18:35:57.853 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:57 smithi016 bash[21861]: audit 2024-05-21T18:35:56.264102+0000 mgr.a (mgr.14152) 396 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-05-21T18:35:57.853 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:57 smithi016 bash[21861]: cluster 2024-05-21T18:35:56.402387+0000 mon.a (mon.0) 654 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-05-21T18:35:57.853 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:57 smithi016 bash[21861]: cluster 2024-05-21T18:35:56.402387+0000 mon.a (mon.0) 654 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-05-21T18:35:57.853 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:57 smithi016 bash[21861]: cluster 2024-05-21T18:35:56.402461+0000 mon.a (mon.0) 655 : cluster [WRN] Health check failed: 1 host (1 osds) down (OSD_HOST_DOWN) 2024-05-21T18:35:57.853 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:57 smithi016 bash[21861]: cluster 2024-05-21T18:35:56.402461+0000 mon.a (mon.0) 655 : cluster [WRN] Health check failed: 1 host (1 osds) down (OSD_HOST_DOWN) 2024-05-21T18:35:57.854 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:57 smithi016 bash[21861]: audit 2024-05-21T18:35:56.409650+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["5"]}]': finished 2024-05-21T18:35:57.854 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:57 smithi016 bash[21861]: audit 2024-05-21T18:35:56.409650+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["5"]}]': finished 2024-05-21T18:35:57.854 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:57 smithi016 bash[21861]: cluster 2024-05-21T18:35:56.416344+0000 mon.a (mon.0) 657 : cluster [DBG] osdmap e47: 5 total, 4 up, 5 in 2024-05-21T18:35:57.854 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:57 smithi016 bash[21861]: cluster 2024-05-21T18:35:56.416344+0000 mon.a (mon.0) 657 : cluster [DBG] osdmap e47: 5 total, 4 up, 5 in 2024-05-21T18:35:57.854 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:57 smithi016 bash[21861]: cephadm 2024-05-21T18:35:56.417878+0000 mgr.a (mgr.14152) 397 : cephadm [INF] osd.5 now down 2024-05-21T18:35:57.854 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:57 smithi016 bash[21861]: cephadm 2024-05-21T18:35:56.417878+0000 mgr.a (mgr.14152) 397 : cephadm [INF] osd.5 now down 2024-05-21T18:35:57.854 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:57 smithi016 bash[21861]: cephadm 2024-05-21T18:35:56.418467+0000 mgr.a (mgr.14152) 398 : cephadm [INF] Removing daemon osd.5 from smithi134 -- ports [] 2024-05-21T18:35:57.854 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:57 smithi016 bash[21861]: cephadm 2024-05-21T18:35:56.418467+0000 mgr.a (mgr.14152) 398 : cephadm [INF] Removing daemon osd.5 from smithi134 -- ports [] 2024-05-21T18:35:57.854 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:57 smithi016 bash[21861]: cluster 2024-05-21T18:35:56.530183+0000 mon.a (mon.0) 658 : cluster [INF] osd.5 marked itself dead as of e47 2024-05-21T18:35:57.854 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:57 smithi016 bash[21861]: cluster 2024-05-21T18:35:56.530183+0000 mon.a (mon.0) 658 : cluster [INF] osd.5 marked itself dead as of e47 2024-05-21T18:35:57.854 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:57 smithi016 bash[21861]: cluster 2024-05-21T18:35:56.532839+0000 osd.5 (osd.5) 3 : cluster [WRN] Monitor daemon marked osd.5 down, but it is still running 2024-05-21T18:35:57.854 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:57 smithi016 bash[21861]: cluster 2024-05-21T18:35:56.532839+0000 osd.5 (osd.5) 3 : cluster [WRN] Monitor daemon marked osd.5 down, but it is still running 2024-05-21T18:35:57.854 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:57 smithi016 bash[21861]: cluster 2024-05-21T18:35:56.532847+0000 osd.5 (osd.5) 4 : cluster [DBG] map e47 wrongly marked me down at e47 2024-05-21T18:35:57.854 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:57 smithi016 bash[21861]: cluster 2024-05-21T18:35:56.532847+0000 osd.5 (osd.5) 4 : cluster [DBG] map e47 wrongly marked me down at e47 2024-05-21T18:35:58.344 INFO:journalctl@ceph.osd.5.smithi134.stdout:May 21 18:35:58 smithi134 bash[36981]: ceph-3de35fc8-179f-11ef-bc9a-c7b262605968-osd-5 2024-05-21T18:35:58.344 INFO:journalctl@ceph.osd.5.smithi134.stdout:May 21 18:35:58 smithi134 bash[37047]: Error response from daemon: No such container: ceph-3de35fc8-179f-11ef-bc9a-c7b262605968-osd-5 2024-05-21T18:35:58.794 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:58 smithi077 bash[23831]: cluster 2024-05-21T18:35:57.427179+0000 mon.a (mon.0) 659 : cluster [DBG] osdmap e48: 5 total, 4 up, 5 in 2024-05-21T18:35:58.794 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:58 smithi077 bash[23831]: cluster 2024-05-21T18:35:57.427179+0000 mon.a (mon.0) 659 : cluster [DBG] osdmap e48: 5 total, 4 up, 5 in 2024-05-21T18:35:58.794 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:58 smithi077 bash[23831]: cluster 2024-05-21T18:35:58.218958+0000 mgr.a (mgr.14152) 399 : cluster [DBG] pgmap v329: 1 pgs: 1 active+clean; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-05-21T18:35:58.794 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:35:58 smithi077 bash[23831]: cluster 2024-05-21T18:35:58.218958+0000 mgr.a (mgr.14152) 399 : cluster [DBG] pgmap v329: 1 pgs: 1 active+clean; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-05-21T18:35:58.852 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:58 smithi016 bash[21861]: cluster 2024-05-21T18:35:57.427179+0000 mon.a (mon.0) 659 : cluster [DBG] osdmap e48: 5 total, 4 up, 5 in 2024-05-21T18:35:58.852 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:58 smithi016 bash[21861]: cluster 2024-05-21T18:35:57.427179+0000 mon.a (mon.0) 659 : cluster [DBG] osdmap e48: 5 total, 4 up, 5 in 2024-05-21T18:35:58.852 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:58 smithi016 bash[21861]: cluster 2024-05-21T18:35:58.218958+0000 mgr.a (mgr.14152) 399 : cluster [DBG] pgmap v329: 1 pgs: 1 active+clean; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-05-21T18:35:58.852 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:35:58 smithi016 bash[21861]: cluster 2024-05-21T18:35:58.218958+0000 mgr.a (mgr.14152) 399 : cluster [DBG] pgmap v329: 1 pgs: 1 active+clean; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-05-21T18:36:00.596 INFO:journalctl@ceph.osd.5.smithi134.stdout:May 21 18:36:00 smithi134 systemd[1]: ceph-3de35fc8-179f-11ef-bc9a-c7b262605968@osd.5.service: Deactivated successfully. 2024-05-21T18:36:00.597 INFO:journalctl@ceph.osd.5.smithi134.stdout:May 21 18:36:00 smithi134 systemd[1]: Stopped Ceph osd.5 for 3de35fc8-179f-11ef-bc9a-c7b262605968. 2024-05-21T18:36:00.597 INFO:journalctl@ceph.osd.5.smithi134.stdout:May 21 18:36:00 smithi134 systemd[1]: /etc/systemd/system/ceph-3de35fc8-179f-11ef-bc9a-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-21T18:36:01.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:01 smithi077 bash[23831]: cluster 2024-05-21T18:36:00.219493+0000 mgr.a (mgr.14152) 400 : cluster [DBG] pgmap v330: 1 pgs: 1 active+clean; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-05-21T18:36:01.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:01 smithi077 bash[23831]: cluster 2024-05-21T18:36:00.219493+0000 mgr.a (mgr.14152) 400 : cluster [DBG] pgmap v330: 1 pgs: 1 active+clean; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-05-21T18:36:01.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:01 smithi077 bash[23831]: audit 2024-05-21T18:36:00.444799+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "osd.5"}]: dispatch 2024-05-21T18:36:01.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:01 smithi077 bash[23831]: audit 2024-05-21T18:36:00.444799+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "osd.5"}]: dispatch 2024-05-21T18:36:01.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:01 smithi077 bash[23831]: audit 2024-05-21T18:36:00.447518+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.5"}]': finished 2024-05-21T18:36:01.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:01 smithi077 bash[23831]: audit 2024-05-21T18:36:00.447518+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.5"}]': finished 2024-05-21T18:36:01.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:01 smithi077 bash[23831]: audit 2024-05-21T18:36:00.453273+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd purge-actual", "id": 5, "yes_i_really_mean_it": true}]: dispatch 2024-05-21T18:36:01.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:01 smithi077 bash[23831]: audit 2024-05-21T18:36:00.453273+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd purge-actual", "id": 5, "yes_i_really_mean_it": true}]: dispatch 2024-05-21T18:36:01.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:01 smithi077 bash[23831]: cluster 2024-05-21T18:36:00.454711+0000 mon.a (mon.0) 663 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-05-21T18:36:01.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:01 smithi077 bash[23831]: cluster 2024-05-21T18:36:00.454711+0000 mon.a (mon.0) 663 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-05-21T18:36:01.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:01 smithi077 bash[23831]: cluster 2024-05-21T18:36:00.454795+0000 mon.a (mon.0) 664 : cluster [INF] Health check cleared: OSD_HOST_DOWN (was: 1 host (1 osds) down) 2024-05-21T18:36:01.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:01 smithi077 bash[23831]: cluster 2024-05-21T18:36:00.454795+0000 mon.a (mon.0) 664 : cluster [INF] Health check cleared: OSD_HOST_DOWN (was: 1 host (1 osds) down) 2024-05-21T18:36:01.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:01 smithi077 bash[23831]: cluster 2024-05-21T18:36:00.454853+0000 mon.a (mon.0) 665 : cluster [INF] Cluster is now healthy 2024-05-21T18:36:01.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:01 smithi077 bash[23831]: cluster 2024-05-21T18:36:00.454853+0000 mon.a (mon.0) 665 : cluster [INF] Cluster is now healthy 2024-05-21T18:36:01.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:01 smithi077 bash[23831]: audit 2024-05-21T18:36:00.457033+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 5, "yes_i_really_mean_it": true}]': finished 2024-05-21T18:36:01.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:01 smithi077 bash[23831]: audit 2024-05-21T18:36:00.457033+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 5, "yes_i_really_mean_it": true}]': finished 2024-05-21T18:36:01.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:01 smithi077 bash[23831]: cluster 2024-05-21T18:36:00.461990+0000 mon.a (mon.0) 667 : cluster [DBG] osdmap e49: 4 total, 4 up, 4 in 2024-05-21T18:36:01.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:01 smithi077 bash[23831]: cluster 2024-05-21T18:36:00.461990+0000 mon.a (mon.0) 667 : cluster [DBG] osdmap e49: 4 total, 4 up, 4 in 2024-05-21T18:36:01.602 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:01 smithi016 bash[21861]: cluster 2024-05-21T18:36:00.219493+0000 mgr.a (mgr.14152) 400 : cluster [DBG] pgmap v330: 1 pgs: 1 active+clean; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-05-21T18:36:01.602 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:01 smithi016 bash[21861]: cluster 2024-05-21T18:36:00.219493+0000 mgr.a (mgr.14152) 400 : cluster [DBG] pgmap v330: 1 pgs: 1 active+clean; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-05-21T18:36:01.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:01 smithi016 bash[21861]: audit 2024-05-21T18:36:00.444799+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "osd.5"}]: dispatch 2024-05-21T18:36:01.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:01 smithi016 bash[21861]: audit 2024-05-21T18:36:00.444799+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "osd.5"}]: dispatch 2024-05-21T18:36:01.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:01 smithi016 bash[21861]: audit 2024-05-21T18:36:00.447518+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.5"}]': finished 2024-05-21T18:36:01.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:01 smithi016 bash[21861]: audit 2024-05-21T18:36:00.447518+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.5"}]': finished 2024-05-21T18:36:01.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:01 smithi016 bash[21861]: audit 2024-05-21T18:36:00.453273+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd purge-actual", "id": 5, "yes_i_really_mean_it": true}]: dispatch 2024-05-21T18:36:01.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:01 smithi016 bash[21861]: audit 2024-05-21T18:36:00.453273+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd purge-actual", "id": 5, "yes_i_really_mean_it": true}]: dispatch 2024-05-21T18:36:01.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:01 smithi016 bash[21861]: cluster 2024-05-21T18:36:00.454711+0000 mon.a (mon.0) 663 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-05-21T18:36:01.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:01 smithi016 bash[21861]: cluster 2024-05-21T18:36:00.454711+0000 mon.a (mon.0) 663 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-05-21T18:36:01.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:01 smithi016 bash[21861]: cluster 2024-05-21T18:36:00.454795+0000 mon.a (mon.0) 664 : cluster [INF] Health check cleared: OSD_HOST_DOWN (was: 1 host (1 osds) down) 2024-05-21T18:36:01.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:01 smithi016 bash[21861]: cluster 2024-05-21T18:36:00.454795+0000 mon.a (mon.0) 664 : cluster [INF] Health check cleared: OSD_HOST_DOWN (was: 1 host (1 osds) down) 2024-05-21T18:36:01.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:01 smithi016 bash[21861]: cluster 2024-05-21T18:36:00.454853+0000 mon.a (mon.0) 665 : cluster [INF] Cluster is now healthy 2024-05-21T18:36:01.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:01 smithi016 bash[21861]: cluster 2024-05-21T18:36:00.454853+0000 mon.a (mon.0) 665 : cluster [INF] Cluster is now healthy 2024-05-21T18:36:01.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:01 smithi016 bash[21861]: audit 2024-05-21T18:36:00.457033+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 5, "yes_i_really_mean_it": true}]': finished 2024-05-21T18:36:01.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:01 smithi016 bash[21861]: audit 2024-05-21T18:36:00.457033+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 5, "yes_i_really_mean_it": true}]': finished 2024-05-21T18:36:01.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:01 smithi016 bash[21861]: cluster 2024-05-21T18:36:00.461990+0000 mon.a (mon.0) 667 : cluster [DBG] osdmap e49: 4 total, 4 up, 4 in 2024-05-21T18:36:01.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:01 smithi016 bash[21861]: cluster 2024-05-21T18:36:00.461990+0000 mon.a (mon.0) 667 : cluster [DBG] osdmap e49: 4 total, 4 up, 4 in 2024-05-21T18:36:01.658 INFO:teuthology.orchestra.run.smithi016.stderr:++ ceph orch ps --hostname smithi134 2024-05-21T18:36:02.045 INFO:teuthology.orchestra.run.smithi016.stderr:+ HOST_C_DAEMONS='No daemons reported' 2024-05-21T18:36:02.045 INFO:teuthology.orchestra.run.smithi016.stderr:+ '[' 'No daemons reported' '!=' 'No daemons reported' ']' 2024-05-21T18:36:02.045 INFO:teuthology.orchestra.run.smithi016.stderr:+ ceph osd getcrushmap -o compiled-crushmap 2024-05-21T18:36:02.398 INFO:teuthology.orchestra.run.smithi016.stderr:17 2024-05-21T18:36:02.409 INFO:teuthology.orchestra.run.smithi016.stderr:+ crushtool -d compiled-crushmap -o crushmap.txt 2024-05-21T18:36:02.423 INFO:teuthology.orchestra.run.smithi016.stderr:++ cat crushmap.txt 2024-05-21T18:36:02.425 INFO:teuthology.orchestra.run.smithi016.stderr:+ CRUSH_MAP='# begin crush map 2024-05-21T18:36:02.425 INFO:teuthology.orchestra.run.smithi016.stderr:tunable choose_local_tries 0 2024-05-21T18:36:02.425 INFO:teuthology.orchestra.run.smithi016.stderr:tunable choose_local_fallback_tries 0 2024-05-21T18:36:02.425 INFO:teuthology.orchestra.run.smithi016.stderr:tunable choose_total_tries 50 2024-05-21T18:36:02.425 INFO:teuthology.orchestra.run.smithi016.stderr:tunable chooseleaf_descend_once 1 2024-05-21T18:36:02.425 INFO:teuthology.orchestra.run.smithi016.stderr:tunable chooseleaf_vary_r 1 2024-05-21T18:36:02.425 INFO:teuthology.orchestra.run.smithi016.stderr:tunable chooseleaf_stable 1 2024-05-21T18:36:02.425 INFO:teuthology.orchestra.run.smithi016.stderr:tunable straw_calc_version 1 2024-05-21T18:36:02.425 INFO:teuthology.orchestra.run.smithi016.stderr:tunable allowed_bucket_algs 54 2024-05-21T18:36:02.426 INFO:teuthology.orchestra.run.smithi016.stderr: 2024-05-21T18:36:02.426 INFO:teuthology.orchestra.run.smithi016.stderr:# devices 2024-05-21T18:36:02.426 INFO:teuthology.orchestra.run.smithi016.stderr:device 0 osd.0 class ssd 2024-05-21T18:36:02.426 INFO:teuthology.orchestra.run.smithi016.stderr:device 1 osd.1 class ssd 2024-05-21T18:36:02.426 INFO:teuthology.orchestra.run.smithi016.stderr:device 2 osd.2 class ssd 2024-05-21T18:36:02.426 INFO:teuthology.orchestra.run.smithi016.stderr:device 3 osd.3 class ssd 2024-05-21T18:36:02.426 INFO:teuthology.orchestra.run.smithi016.stderr: 2024-05-21T18:36:02.426 INFO:teuthology.orchestra.run.smithi016.stderr:# types 2024-05-21T18:36:02.426 INFO:teuthology.orchestra.run.smithi016.stderr:type 0 osd 2024-05-21T18:36:02.426 INFO:teuthology.orchestra.run.smithi016.stderr:type 1 host 2024-05-21T18:36:02.426 INFO:teuthology.orchestra.run.smithi016.stderr:type 2 chassis 2024-05-21T18:36:02.426 INFO:teuthology.orchestra.run.smithi016.stderr:type 3 rack 2024-05-21T18:36:02.427 INFO:teuthology.orchestra.run.smithi016.stderr:type 4 row 2024-05-21T18:36:02.427 INFO:teuthology.orchestra.run.smithi016.stderr:type 5 pdu 2024-05-21T18:36:02.427 INFO:teuthology.orchestra.run.smithi016.stderr:type 6 pod 2024-05-21T18:36:02.427 INFO:teuthology.orchestra.run.smithi016.stderr:type 7 room 2024-05-21T18:36:02.427 INFO:teuthology.orchestra.run.smithi016.stderr:type 8 datacenter 2024-05-21T18:36:02.427 INFO:teuthology.orchestra.run.smithi016.stderr:type 9 zone 2024-05-21T18:36:02.427 INFO:teuthology.orchestra.run.smithi016.stderr:type 10 region 2024-05-21T18:36:02.427 INFO:teuthology.orchestra.run.smithi016.stderr:type 11 root 2024-05-21T18:36:02.427 INFO:teuthology.orchestra.run.smithi016.stderr: 2024-05-21T18:36:02.427 INFO:teuthology.orchestra.run.smithi016.stderr:# buckets 2024-05-21T18:36:02.427 INFO:teuthology.orchestra.run.smithi016.stderr:host smithi016 { 2024-05-21T18:36:02.427 INFO:teuthology.orchestra.run.smithi016.stderr: id -3 # do not change unnecessarily 2024-05-21T18:36:02.427 INFO:teuthology.orchestra.run.smithi016.stderr: id -4 class ssd # do not change unnecessarily 2024-05-21T18:36:02.427 INFO:teuthology.orchestra.run.smithi016.stderr: # weight 0.17459 2024-05-21T18:36:02.427 INFO:teuthology.orchestra.run.smithi016.stderr: alg straw2 2024-05-21T18:36:02.427 INFO:teuthology.orchestra.run.smithi016.stderr: hash 0 # rjenkins1 2024-05-21T18:36:02.428 INFO:teuthology.orchestra.run.smithi016.stderr: item osd.0 weight 0.08730 2024-05-21T18:36:02.428 INFO:teuthology.orchestra.run.smithi016.stderr: item osd.1 weight 0.08730 2024-05-21T18:36:02.428 INFO:teuthology.orchestra.run.smithi016.stderr:} 2024-05-21T18:36:02.428 INFO:teuthology.orchestra.run.smithi016.stderr:host smithi077 { 2024-05-21T18:36:02.428 INFO:teuthology.orchestra.run.smithi016.stderr: id -5 # do not change unnecessarily 2024-05-21T18:36:02.428 INFO:teuthology.orchestra.run.smithi016.stderr: id -6 class ssd # do not change unnecessarily 2024-05-21T18:36:02.428 INFO:teuthology.orchestra.run.smithi016.stderr: # weight 0.17459 2024-05-21T18:36:02.428 INFO:teuthology.orchestra.run.smithi016.stderr: alg straw2 2024-05-21T18:36:02.428 INFO:teuthology.orchestra.run.smithi016.stderr: hash 0 # rjenkins1 2024-05-21T18:36:02.428 INFO:teuthology.orchestra.run.smithi016.stderr: item osd.2 weight 0.08730 2024-05-21T18:36:02.428 INFO:teuthology.orchestra.run.smithi016.stderr: item osd.3 weight 0.08730 2024-05-21T18:36:02.428 INFO:teuthology.orchestra.run.smithi016.stderr:} 2024-05-21T18:36:02.428 INFO:teuthology.orchestra.run.smithi016.stderr:host smithi134 { 2024-05-21T18:36:02.428 INFO:teuthology.orchestra.run.smithi016.stderr: id -7 # do not change unnecessarily 2024-05-21T18:36:02.428 INFO:teuthology.orchestra.run.smithi016.stderr: id -8 class ssd # do not change unnecessarily 2024-05-21T18:36:02.429 INFO:teuthology.orchestra.run.smithi016.stderr: # weight 0.00000 2024-05-21T18:36:02.429 INFO:teuthology.orchestra.run.smithi016.stderr: alg straw2 2024-05-21T18:36:02.429 INFO:teuthology.orchestra.run.smithi016.stderr: hash 0 # rjenkins1 2024-05-21T18:36:02.429 INFO:teuthology.orchestra.run.smithi016.stderr:} 2024-05-21T18:36:02.429 INFO:teuthology.orchestra.run.smithi016.stderr:root default { 2024-05-21T18:36:02.429 INFO:teuthology.orchestra.run.smithi016.stderr: id -1 # do not change unnecessarily 2024-05-21T18:36:02.429 INFO:teuthology.orchestra.run.smithi016.stderr: id -2 class ssd # do not change unnecessarily 2024-05-21T18:36:02.429 INFO:teuthology.orchestra.run.smithi016.stderr: # weight 0.34918 2024-05-21T18:36:02.429 INFO:teuthology.orchestra.run.smithi016.stderr: alg straw2 2024-05-21T18:36:02.429 INFO:teuthology.orchestra.run.smithi016.stderr: hash 0 # rjenkins1 2024-05-21T18:36:02.429 INFO:teuthology.orchestra.run.smithi016.stderr: item smithi016 weight 0.17459 2024-05-21T18:36:02.429 INFO:teuthology.orchestra.run.smithi016.stderr: item smithi077 weight 0.17459 2024-05-21T18:36:02.429 INFO:teuthology.orchestra.run.smithi016.stderr: item smithi134 weight 0.00000 2024-05-21T18:36:02.429 INFO:teuthology.orchestra.run.smithi016.stderr:} 2024-05-21T18:36:02.429 INFO:teuthology.orchestra.run.smithi016.stderr: 2024-05-21T18:36:02.430 INFO:teuthology.orchestra.run.smithi016.stderr:# rules 2024-05-21T18:36:02.430 INFO:teuthology.orchestra.run.smithi016.stderr:rule replicated_rule { 2024-05-21T18:36:02.430 INFO:teuthology.orchestra.run.smithi016.stderr: id 0 2024-05-21T18:36:02.430 INFO:teuthology.orchestra.run.smithi016.stderr: type replicated 2024-05-21T18:36:02.430 INFO:teuthology.orchestra.run.smithi016.stderr: step take default 2024-05-21T18:36:02.430 INFO:teuthology.orchestra.run.smithi016.stderr: step choose firstn 0 type osd 2024-05-21T18:36:02.430 INFO:teuthology.orchestra.run.smithi016.stderr: step emit 2024-05-21T18:36:02.430 INFO:teuthology.orchestra.run.smithi016.stderr:} 2024-05-21T18:36:02.430 INFO:teuthology.orchestra.run.smithi016.stderr: 2024-05-21T18:36:02.430 INFO:teuthology.orchestra.run.smithi016.stderr:# end crush map' 2024-05-21T18:36:02.430 INFO:teuthology.orchestra.run.smithi016.stderr:+ grep -q smithi134 2024-05-21T18:36:02.431 INFO:teuthology.orchestra.run.smithi016.stderr:+ ceph orch host rm smithi134 --rm-crush-entry 2024-05-21T18:36:02.544 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:02 smithi077 bash[23831]: cephadm 2024-05-21T18:36:00.444180+0000 mgr.a (mgr.14152) 401 : cephadm [INF] Removing key for osd.5 2024-05-21T18:36:02.544 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:02 smithi077 bash[23831]: cephadm 2024-05-21T18:36:00.444180+0000 mgr.a (mgr.14152) 401 : cephadm [INF] Removing key for osd.5 2024-05-21T18:36:02.544 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:02 smithi077 bash[23831]: cephadm 2024-05-21T18:36:00.452473+0000 mgr.a (mgr.14152) 402 : cephadm [INF] Successfully removed osd.5 on smithi134 2024-05-21T18:36:02.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:02 smithi077 bash[23831]: cephadm 2024-05-21T18:36:00.452473+0000 mgr.a (mgr.14152) 402 : cephadm [INF] Successfully removed osd.5 on smithi134 2024-05-21T18:36:02.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:02 smithi077 bash[23831]: cephadm 2024-05-21T18:36:00.463439+0000 mgr.a (mgr.14152) 403 : cephadm [INF] Successfully purged osd.5 on smithi134 2024-05-21T18:36:02.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:02 smithi077 bash[23831]: cephadm 2024-05-21T18:36:00.463439+0000 mgr.a (mgr.14152) 403 : cephadm [INF] Successfully purged osd.5 on smithi134 2024-05-21T18:36:02.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:02 smithi077 bash[23831]: cephadm 2024-05-21T18:36:00.463663+0000 mgr.a (mgr.14152) 404 : cephadm [INF] Zapping devices for osd.5 on smithi134 2024-05-21T18:36:02.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:02 smithi077 bash[23831]: cephadm 2024-05-21T18:36:00.463663+0000 mgr.a (mgr.14152) 404 : cephadm [INF] Zapping devices for osd.5 on smithi134 2024-05-21T18:36:02.602 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:02 smithi016 bash[21861]: cephadm 2024-05-21T18:36:00.444180+0000 mgr.a (mgr.14152) 401 : cephadm [INF] Removing key for osd.5 2024-05-21T18:36:02.602 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:02 smithi016 bash[21861]: cephadm 2024-05-21T18:36:00.444180+0000 mgr.a (mgr.14152) 401 : cephadm [INF] Removing key for osd.5 2024-05-21T18:36:02.602 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:02 smithi016 bash[21861]: cephadm 2024-05-21T18:36:00.452473+0000 mgr.a (mgr.14152) 402 : cephadm [INF] Successfully removed osd.5 on smithi134 2024-05-21T18:36:02.602 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:02 smithi016 bash[21861]: cephadm 2024-05-21T18:36:00.452473+0000 mgr.a (mgr.14152) 402 : cephadm [INF] Successfully removed osd.5 on smithi134 2024-05-21T18:36:02.602 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:02 smithi016 bash[21861]: cephadm 2024-05-21T18:36:00.463439+0000 mgr.a (mgr.14152) 403 : cephadm [INF] Successfully purged osd.5 on smithi134 2024-05-21T18:36:02.602 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:02 smithi016 bash[21861]: cephadm 2024-05-21T18:36:00.463439+0000 mgr.a (mgr.14152) 403 : cephadm [INF] Successfully purged osd.5 on smithi134 2024-05-21T18:36:02.602 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:02 smithi016 bash[21861]: cephadm 2024-05-21T18:36:00.463663+0000 mgr.a (mgr.14152) 404 : cephadm [INF] Zapping devices for osd.5 on smithi134 2024-05-21T18:36:02.602 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:02 smithi016 bash[21861]: cephadm 2024-05-21T18:36:00.463663+0000 mgr.a (mgr.14152) 404 : cephadm [INF] Zapping devices for osd.5 on smithi134 2024-05-21T18:36:03.314 INFO:teuthology.orchestra.run.smithi016.stdout:Removed host 'smithi134' 2024-05-21T18:36:03.332 INFO:teuthology.orchestra.run.smithi016.stderr:+ sleep 30 2024-05-21T18:36:03.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:03 smithi077 bash[23831]: audit 2024-05-21T18:36:02.031545+0000 mgr.a (mgr.14152) 405 : audit [DBG] from='client.14494 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi134", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T18:36:03.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:03 smithi077 bash[23831]: audit 2024-05-21T18:36:02.031545+0000 mgr.a (mgr.14152) 405 : audit [DBG] from='client.14494 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi134", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T18:36:03.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:03 smithi077 bash[23831]: cluster 2024-05-21T18:36:02.219884+0000 mgr.a (mgr.14152) 406 : cluster [DBG] pgmap v332: 1 pgs: 1 active+clean; 577 KiB data, 121 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:36:03.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:03 smithi077 bash[23831]: cluster 2024-05-21T18:36:02.219884+0000 mgr.a (mgr.14152) 406 : cluster [DBG] pgmap v332: 1 pgs: 1 active+clean; 577 KiB data, 121 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:36:03.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:03 smithi077 bash[23831]: audit 2024-05-21T18:36:02.401773+0000 mon.a (mon.0) 668 : audit [DBG] from='client.? 172.21.15.16:0/435708527' entity='client.admin' cmd=[{"prefix": "osd getcrushmap"}]: dispatch 2024-05-21T18:36:03.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:03 smithi077 bash[23831]: audit 2024-05-21T18:36:02.401773+0000 mon.a (mon.0) 668 : audit [DBG] from='client.? 172.21.15.16:0/435708527' entity='client.admin' cmd=[{"prefix": "osd getcrushmap"}]: dispatch 2024-05-21T18:36:03.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:03 smithi077 bash[23831]: audit 2024-05-21T18:36:02.777199+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd crush remove", "name": "smithi134"}]: dispatch 2024-05-21T18:36:03.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:03 smithi077 bash[23831]: audit 2024-05-21T18:36:02.777199+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd crush remove", "name": "smithi134"}]: dispatch 2024-05-21T18:36:03.602 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:03 smithi016 bash[21861]: audit 2024-05-21T18:36:02.031545+0000 mgr.a (mgr.14152) 405 : audit [DBG] from='client.14494 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi134", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T18:36:03.602 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:03 smithi016 bash[21861]: audit 2024-05-21T18:36:02.031545+0000 mgr.a (mgr.14152) 405 : audit [DBG] from='client.14494 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi134", "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T18:36:03.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:03 smithi016 bash[21861]: cluster 2024-05-21T18:36:02.219884+0000 mgr.a (mgr.14152) 406 : cluster [DBG] pgmap v332: 1 pgs: 1 active+clean; 577 KiB data, 121 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:36:03.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:03 smithi016 bash[21861]: cluster 2024-05-21T18:36:02.219884+0000 mgr.a (mgr.14152) 406 : cluster [DBG] pgmap v332: 1 pgs: 1 active+clean; 577 KiB data, 121 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:36:03.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:03 smithi016 bash[21861]: audit 2024-05-21T18:36:02.401773+0000 mon.a (mon.0) 668 : audit [DBG] from='client.? 172.21.15.16:0/435708527' entity='client.admin' cmd=[{"prefix": "osd getcrushmap"}]: dispatch 2024-05-21T18:36:03.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:03 smithi016 bash[21861]: audit 2024-05-21T18:36:02.401773+0000 mon.a (mon.0) 668 : audit [DBG] from='client.? 172.21.15.16:0/435708527' entity='client.admin' cmd=[{"prefix": "osd getcrushmap"}]: dispatch 2024-05-21T18:36:03.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:03 smithi016 bash[21861]: audit 2024-05-21T18:36:02.777199+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd crush remove", "name": "smithi134"}]: dispatch 2024-05-21T18:36:03.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:03 smithi016 bash[21861]: audit 2024-05-21T18:36:02.777199+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "osd crush remove", "name": "smithi134"}]: dispatch 2024-05-21T18:36:04.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:04 smithi077 bash[23831]: audit 2024-05-21T18:36:02.776120+0000 mgr.a (mgr.14152) 407 : audit [DBG] from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch host rm", "hostname": "smithi134", "rm_crush_entry": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T18:36:04.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:04 smithi077 bash[23831]: audit 2024-05-21T18:36:02.776120+0000 mgr.a (mgr.14152) 407 : audit [DBG] from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch host rm", "hostname": "smithi134", "rm_crush_entry": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T18:36:04.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:04 smithi077 bash[23831]: audit 2024-05-21T18:36:03.293064+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd='[{"prefix": "osd crush remove", "name": "smithi134"}]': finished 2024-05-21T18:36:04.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:04 smithi077 bash[23831]: audit 2024-05-21T18:36:03.293064+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd='[{"prefix": "osd crush remove", "name": "smithi134"}]': finished 2024-05-21T18:36:04.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:04 smithi077 bash[23831]: cluster 2024-05-21T18:36:03.297749+0000 mon.a (mon.0) 671 : cluster [DBG] osdmap e50: 4 total, 4 up, 4 in 2024-05-21T18:36:04.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:04 smithi077 bash[23831]: cluster 2024-05-21T18:36:03.297749+0000 mon.a (mon.0) 671 : cluster [DBG] osdmap e50: 4 total, 4 up, 4 in 2024-05-21T18:36:04.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:04 smithi077 bash[23831]: audit 2024-05-21T18:36:03.304883+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:36:04.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:04 smithi077 bash[23831]: audit 2024-05-21T18:36:03.304883+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:36:04.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:04 smithi077 bash[23831]: audit 2024-05-21T18:36:03.306118+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/host.smithi134"}]: dispatch 2024-05-21T18:36:04.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:04 smithi077 bash[23831]: audit 2024-05-21T18:36:03.306118+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/host.smithi134"}]: dispatch 2024-05-21T18:36:04.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:04 smithi077 bash[23831]: audit 2024-05-21T18:36:03.311643+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/host.smithi134"}]': finished 2024-05-21T18:36:04.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:04 smithi077 bash[23831]: audit 2024-05-21T18:36:03.311643+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/host.smithi134"}]': finished 2024-05-21T18:36:04.548 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:04 smithi077 bash[23831]: cephadm 2024-05-21T18:36:03.320089+0000 mgr.a (mgr.14152) 408 : cephadm [INF] Removed host smithi134 2024-05-21T18:36:04.548 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:04 smithi077 bash[23831]: cephadm 2024-05-21T18:36:03.320089+0000 mgr.a (mgr.14152) 408 : cephadm [INF] Removed host smithi134 2024-05-21T18:36:04.548 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:04 smithi077 bash[23831]: cephadm 2024-05-21T18:36:03.338876+0000 mgr.a (mgr.14152) 409 : cephadm [INF] Successfully zapped devices for osd.5 on smithi134 2024-05-21T18:36:04.548 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:04 smithi077 bash[23831]: cephadm 2024-05-21T18:36:03.338876+0000 mgr.a (mgr.14152) 409 : cephadm [INF] Successfully zapped devices for osd.5 on smithi134 2024-05-21T18:36:04.548 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:04 smithi077 bash[23831]: audit 2024-05-21T18:36:03.344032+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:36:04.549 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:04 smithi077 bash[23831]: audit 2024-05-21T18:36:03.344032+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:36:04.549 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:04 smithi077 bash[23831]: audit 2024-05-21T18:36:03.413715+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-21T18:36:04.549 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:04 smithi077 bash[23831]: audit 2024-05-21T18:36:03.413715+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-21T18:36:04.549 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:04 smithi077 bash[23831]: audit 2024-05-21T18:36:03.415603+0000 mon.a (mon.0) 677 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-21T18:36:04.549 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:04 smithi077 bash[23831]: audit 2024-05-21T18:36:03.415603+0000 mon.a (mon.0) 677 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-21T18:36:04.549 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:04 smithi077 bash[23831]: audit 2024-05-21T18:36:03.417412+0000 mon.a (mon.0) 678 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:36:04.550 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:04 smithi077 bash[23831]: audit 2024-05-21T18:36:03.417412+0000 mon.a (mon.0) 678 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:36:04.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:04 smithi016 bash[21861]: audit 2024-05-21T18:36:02.776120+0000 mgr.a (mgr.14152) 407 : audit [DBG] from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch host rm", "hostname": "smithi134", "rm_crush_entry": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T18:36:04.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:04 smithi016 bash[21861]: audit 2024-05-21T18:36:02.776120+0000 mgr.a (mgr.14152) 407 : audit [DBG] from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch host rm", "hostname": "smithi134", "rm_crush_entry": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-21T18:36:04.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:04 smithi016 bash[21861]: audit 2024-05-21T18:36:03.293064+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd='[{"prefix": "osd crush remove", "name": "smithi134"}]': finished 2024-05-21T18:36:04.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:04 smithi016 bash[21861]: audit 2024-05-21T18:36:03.293064+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd='[{"prefix": "osd crush remove", "name": "smithi134"}]': finished 2024-05-21T18:36:04.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:04 smithi016 bash[21861]: cluster 2024-05-21T18:36:03.297749+0000 mon.a (mon.0) 671 : cluster [DBG] osdmap e50: 4 total, 4 up, 4 in 2024-05-21T18:36:04.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:04 smithi016 bash[21861]: cluster 2024-05-21T18:36:03.297749+0000 mon.a (mon.0) 671 : cluster [DBG] osdmap e50: 4 total, 4 up, 4 in 2024-05-21T18:36:04.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:04 smithi016 bash[21861]: audit 2024-05-21T18:36:03.304883+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:36:04.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:04 smithi016 bash[21861]: audit 2024-05-21T18:36:03.304883+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:36:04.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:04 smithi016 bash[21861]: audit 2024-05-21T18:36:03.306118+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/host.smithi134"}]: dispatch 2024-05-21T18:36:04.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:04 smithi016 bash[21861]: audit 2024-05-21T18:36:03.306118+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/host.smithi134"}]: dispatch 2024-05-21T18:36:04.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:04 smithi016 bash[21861]: audit 2024-05-21T18:36:03.311643+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/host.smithi134"}]': finished 2024-05-21T18:36:04.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:04 smithi016 bash[21861]: audit 2024-05-21T18:36:03.311643+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/host.smithi134"}]': finished 2024-05-21T18:36:04.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:04 smithi016 bash[21861]: cephadm 2024-05-21T18:36:03.320089+0000 mgr.a (mgr.14152) 408 : cephadm [INF] Removed host smithi134 2024-05-21T18:36:04.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:04 smithi016 bash[21861]: cephadm 2024-05-21T18:36:03.320089+0000 mgr.a (mgr.14152) 408 : cephadm [INF] Removed host smithi134 2024-05-21T18:36:04.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:04 smithi016 bash[21861]: cephadm 2024-05-21T18:36:03.338876+0000 mgr.a (mgr.14152) 409 : cephadm [INF] Successfully zapped devices for osd.5 on smithi134 2024-05-21T18:36:04.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:04 smithi016 bash[21861]: cephadm 2024-05-21T18:36:03.338876+0000 mgr.a (mgr.14152) 409 : cephadm [INF] Successfully zapped devices for osd.5 on smithi134 2024-05-21T18:36:04.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:04 smithi016 bash[21861]: audit 2024-05-21T18:36:03.344032+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:36:04.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:04 smithi016 bash[21861]: audit 2024-05-21T18:36:03.344032+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:36:04.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:04 smithi016 bash[21861]: audit 2024-05-21T18:36:03.413715+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-21T18:36:04.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:04 smithi016 bash[21861]: audit 2024-05-21T18:36:03.413715+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-21T18:36:04.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:04 smithi016 bash[21861]: audit 2024-05-21T18:36:03.415603+0000 mon.a (mon.0) 677 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-21T18:36:04.604 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:04 smithi016 bash[21861]: audit 2024-05-21T18:36:03.415603+0000 mon.a (mon.0) 677 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-21T18:36:04.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:04 smithi016 bash[21861]: audit 2024-05-21T18:36:03.417412+0000 mon.a (mon.0) 678 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:36:04.605 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:04 smithi016 bash[21861]: audit 2024-05-21T18:36:03.417412+0000 mon.a (mon.0) 678 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:36:05.602 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:05 smithi016 bash[21861]: cephadm 2024-05-21T18:36:03.412958+0000 mgr.a (mgr.14152) 410 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-05-21T18:36:05.602 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:05 smithi016 bash[21861]: cephadm 2024-05-21T18:36:03.412958+0000 mgr.a (mgr.14152) 410 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-05-21T18:36:05.602 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:05 smithi016 bash[21861]: cephadm 2024-05-21T18:36:03.419365+0000 mgr.a (mgr.14152) 411 : cephadm [INF] Reconfiguring daemon mon.a on smithi016 2024-05-21T18:36:05.602 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:05 smithi016 bash[21861]: cephadm 2024-05-21T18:36:03.419365+0000 mgr.a (mgr.14152) 411 : cephadm [INF] Reconfiguring daemon mon.a on smithi016 2024-05-21T18:36:05.602 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:05 smithi016 bash[21861]: cluster 2024-05-21T18:36:04.220513+0000 mgr.a (mgr.14152) 412 : cluster [DBG] pgmap v334: 1 pgs: 1 active+clean; 577 KiB data, 121 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:36:05.602 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:05 smithi016 bash[21861]: cluster 2024-05-21T18:36:04.220513+0000 mgr.a (mgr.14152) 412 : cluster [DBG] pgmap v334: 1 pgs: 1 active+clean; 577 KiB data, 121 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:36:05.794 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:05 smithi077 bash[23831]: cephadm 2024-05-21T18:36:03.412958+0000 mgr.a (mgr.14152) 410 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-05-21T18:36:05.794 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:05 smithi077 bash[23831]: cephadm 2024-05-21T18:36:03.412958+0000 mgr.a (mgr.14152) 410 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-05-21T18:36:05.794 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:05 smithi077 bash[23831]: cephadm 2024-05-21T18:36:03.419365+0000 mgr.a (mgr.14152) 411 : cephadm [INF] Reconfiguring daemon mon.a on smithi016 2024-05-21T18:36:05.794 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:05 smithi077 bash[23831]: cephadm 2024-05-21T18:36:03.419365+0000 mgr.a (mgr.14152) 411 : cephadm [INF] Reconfiguring daemon mon.a on smithi016 2024-05-21T18:36:05.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:05 smithi077 bash[23831]: cluster 2024-05-21T18:36:04.220513+0000 mgr.a (mgr.14152) 412 : cluster [DBG] pgmap v334: 1 pgs: 1 active+clean; 577 KiB data, 121 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:36:05.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:05 smithi077 bash[23831]: cluster 2024-05-21T18:36:04.220513+0000 mgr.a (mgr.14152) 412 : cluster [DBG] pgmap v334: 1 pgs: 1 active+clean; 577 KiB data, 121 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:36:06.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:06 smithi077 bash[23831]: audit 2024-05-21T18:36:05.541194+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:36:06.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:06 smithi077 bash[23831]: audit 2024-05-21T18:36:05.541194+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:36:06.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:06 smithi077 bash[23831]: audit 2024-05-21T18:36:05.547619+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:36:06.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:06 smithi077 bash[23831]: audit 2024-05-21T18:36:05.547619+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:36:06.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:06 smithi077 bash[23831]: cephadm 2024-05-21T18:36:05.589650+0000 mgr.a (mgr.14152) 413 : cephadm [INF] Reconfiguring mgr.a (monmap changed)... 2024-05-21T18:36:06.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:06 smithi077 bash[23831]: cephadm 2024-05-21T18:36:05.589650+0000 mgr.a (mgr.14152) 413 : cephadm [INF] Reconfiguring mgr.a (monmap changed)... 2024-05-21T18:36:06.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:06 smithi077 bash[23831]: audit 2024-05-21T18:36:05.590371+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-21T18:36:06.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:06 smithi077 bash[23831]: audit 2024-05-21T18:36:05.590371+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-21T18:36:06.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:06 smithi077 bash[23831]: audit 2024-05-21T18:36:05.592451+0000 mon.a (mon.0) 682 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-21T18:36:06.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:06 smithi077 bash[23831]: audit 2024-05-21T18:36:05.592451+0000 mon.a (mon.0) 682 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-21T18:36:06.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:06 smithi077 bash[23831]: audit 2024-05-21T18:36:05.594144+0000 mon.a (mon.0) 683 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:36:06.795 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:06 smithi077 bash[23831]: audit 2024-05-21T18:36:05.594144+0000 mon.a (mon.0) 683 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:36:06.796 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:06 smithi077 bash[23831]: cephadm 2024-05-21T18:36:05.596268+0000 mgr.a (mgr.14152) 414 : cephadm [INF] Reconfiguring daemon mgr.a on smithi016 2024-05-21T18:36:06.796 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:06 smithi077 bash[23831]: cephadm 2024-05-21T18:36:05.596268+0000 mgr.a (mgr.14152) 414 : cephadm [INF] Reconfiguring daemon mgr.a on smithi016 2024-05-21T18:36:06.796 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:06 smithi077 bash[23831]: cluster 2024-05-21T18:36:06.221090+0000 mgr.a (mgr.14152) 415 : cluster [DBG] pgmap v335: 1 pgs: 1 active+clean; 577 KiB data, 121 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:36:06.796 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:06 smithi077 bash[23831]: cluster 2024-05-21T18:36:06.221090+0000 mgr.a (mgr.14152) 415 : cluster [DBG] pgmap v335: 1 pgs: 1 active+clean; 577 KiB data, 121 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:36:06.852 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:06 smithi016 bash[21861]: audit 2024-05-21T18:36:05.541194+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:36:06.852 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:06 smithi016 bash[21861]: audit 2024-05-21T18:36:05.541194+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:36:06.852 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:06 smithi016 bash[21861]: audit 2024-05-21T18:36:05.547619+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:36:06.852 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:06 smithi016 bash[21861]: audit 2024-05-21T18:36:05.547619+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:36:06.852 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:06 smithi016 bash[21861]: cephadm 2024-05-21T18:36:05.589650+0000 mgr.a (mgr.14152) 413 : cephadm [INF] Reconfiguring mgr.a (monmap changed)... 2024-05-21T18:36:06.853 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:06 smithi016 bash[21861]: cephadm 2024-05-21T18:36:05.589650+0000 mgr.a (mgr.14152) 413 : cephadm [INF] Reconfiguring mgr.a (monmap changed)... 2024-05-21T18:36:06.853 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:06 smithi016 bash[21861]: audit 2024-05-21T18:36:05.590371+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-21T18:36:06.853 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:06 smithi016 bash[21861]: audit 2024-05-21T18:36:05.590371+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-21T18:36:06.853 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:06 smithi016 bash[21861]: audit 2024-05-21T18:36:05.592451+0000 mon.a (mon.0) 682 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-21T18:36:06.853 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:06 smithi016 bash[21861]: audit 2024-05-21T18:36:05.592451+0000 mon.a (mon.0) 682 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-21T18:36:06.853 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:06 smithi016 bash[21861]: audit 2024-05-21T18:36:05.594144+0000 mon.a (mon.0) 683 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:36:06.853 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:06 smithi016 bash[21861]: audit 2024-05-21T18:36:05.594144+0000 mon.a (mon.0) 683 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:36:06.853 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:06 smithi016 bash[21861]: cephadm 2024-05-21T18:36:05.596268+0000 mgr.a (mgr.14152) 414 : cephadm [INF] Reconfiguring daemon mgr.a on smithi016 2024-05-21T18:36:06.853 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:06 smithi016 bash[21861]: cephadm 2024-05-21T18:36:05.596268+0000 mgr.a (mgr.14152) 414 : cephadm [INF] Reconfiguring daemon mgr.a on smithi016 2024-05-21T18:36:06.853 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:06 smithi016 bash[21861]: cluster 2024-05-21T18:36:06.221090+0000 mgr.a (mgr.14152) 415 : cluster [DBG] pgmap v335: 1 pgs: 1 active+clean; 577 KiB data, 121 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:36:06.853 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:06 smithi016 bash[21861]: cluster 2024-05-21T18:36:06.221090+0000 mgr.a (mgr.14152) 415 : cluster [DBG] pgmap v335: 1 pgs: 1 active+clean; 577 KiB data, 121 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:36:08.957 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:08 smithi016 bash[21861]: audit 2024-05-21T18:36:07.674343+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:36:08.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:08 smithi016 bash[21861]: audit 2024-05-21T18:36:07.674343+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:36:08.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:08 smithi016 bash[21861]: audit 2024-05-21T18:36:07.683045+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:36:08.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:08 smithi016 bash[21861]: audit 2024-05-21T18:36:07.683045+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:36:08.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:08 smithi016 bash[21861]: cephadm 2024-05-21T18:36:07.718473+0000 mgr.a (mgr.14152) 416 : cephadm [INF] Reconfiguring osd.0 (monmap changed)... 2024-05-21T18:36:08.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:08 smithi016 bash[21861]: cephadm 2024-05-21T18:36:07.718473+0000 mgr.a (mgr.14152) 416 : cephadm [INF] Reconfiguring osd.0 (monmap changed)... 2024-05-21T18:36:08.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:08 smithi016 bash[21861]: audit 2024-05-21T18:36:07.719112+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-05-21T18:36:08.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:08 smithi016 bash[21861]: audit 2024-05-21T18:36:07.719112+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-05-21T18:36:08.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:08 smithi016 bash[21861]: audit 2024-05-21T18:36:07.720838+0000 mon.a (mon.0) 687 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:36:08.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:08 smithi016 bash[21861]: audit 2024-05-21T18:36:07.720838+0000 mon.a (mon.0) 687 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:36:08.958 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:08 smithi016 bash[21861]: cephadm 2024-05-21T18:36:07.723739+0000 mgr.a (mgr.14152) 417 : cephadm [INF] Reconfiguring daemon osd.0 on smithi016 2024-05-21T18:36:08.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:08 smithi016 bash[21861]: cephadm 2024-05-21T18:36:07.723739+0000 mgr.a (mgr.14152) 417 : cephadm [INF] Reconfiguring daemon osd.0 on smithi016 2024-05-21T18:36:08.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:08 smithi016 bash[21861]: cluster 2024-05-21T18:36:08.221541+0000 mgr.a (mgr.14152) 418 : cluster [DBG] pgmap v336: 1 pgs: 1 active+clean; 577 KiB data, 121 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:36:08.959 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:08 smithi016 bash[21861]: cluster 2024-05-21T18:36:08.221541+0000 mgr.a (mgr.14152) 418 : cluster [DBG] pgmap v336: 1 pgs: 1 active+clean; 577 KiB data, 121 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:36:09.045 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:08 smithi077 bash[23831]: audit 2024-05-21T18:36:07.674343+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:36:09.045 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:08 smithi077 bash[23831]: audit 2024-05-21T18:36:07.674343+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:36:09.045 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:08 smithi077 bash[23831]: audit 2024-05-21T18:36:07.683045+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:36:09.045 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:08 smithi077 bash[23831]: audit 2024-05-21T18:36:07.683045+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:36:09.045 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:08 smithi077 bash[23831]: cephadm 2024-05-21T18:36:07.718473+0000 mgr.a (mgr.14152) 416 : cephadm [INF] Reconfiguring osd.0 (monmap changed)... 2024-05-21T18:36:09.045 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:08 smithi077 bash[23831]: cephadm 2024-05-21T18:36:07.718473+0000 mgr.a (mgr.14152) 416 : cephadm [INF] Reconfiguring osd.0 (monmap changed)... 2024-05-21T18:36:09.045 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:08 smithi077 bash[23831]: audit 2024-05-21T18:36:07.719112+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-05-21T18:36:09.045 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:08 smithi077 bash[23831]: audit 2024-05-21T18:36:07.719112+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-05-21T18:36:09.046 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:08 smithi077 bash[23831]: audit 2024-05-21T18:36:07.720838+0000 mon.a (mon.0) 687 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:36:09.046 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:08 smithi077 bash[23831]: audit 2024-05-21T18:36:07.720838+0000 mon.a (mon.0) 687 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:36:09.046 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:08 smithi077 bash[23831]: cephadm 2024-05-21T18:36:07.723739+0000 mgr.a (mgr.14152) 417 : cephadm [INF] Reconfiguring daemon osd.0 on smithi016 2024-05-21T18:36:09.046 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:08 smithi077 bash[23831]: cephadm 2024-05-21T18:36:07.723739+0000 mgr.a (mgr.14152) 417 : cephadm [INF] Reconfiguring daemon osd.0 on smithi016 2024-05-21T18:36:09.046 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:08 smithi077 bash[23831]: cluster 2024-05-21T18:36:08.221541+0000 mgr.a (mgr.14152) 418 : cluster [DBG] pgmap v336: 1 pgs: 1 active+clean; 577 KiB data, 121 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:36:09.046 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:08 smithi077 bash[23831]: cluster 2024-05-21T18:36:08.221541+0000 mgr.a (mgr.14152) 418 : cluster [DBG] pgmap v336: 1 pgs: 1 active+clean; 577 KiB data, 121 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:36:11.073 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:10 smithi016 bash[21861]: audit 2024-05-21T18:36:09.805035+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:36:11.074 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:10 smithi016 bash[21861]: audit 2024-05-21T18:36:09.805035+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:36:11.074 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:10 smithi016 bash[21861]: audit 2024-05-21T18:36:09.812377+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:36:11.074 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:10 smithi016 bash[21861]: audit 2024-05-21T18:36:09.812377+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:36:11.074 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:10 smithi016 bash[21861]: cephadm 2024-05-21T18:36:09.844099+0000 mgr.a (mgr.14152) 419 : cephadm [INF] Reconfiguring osd.1 (monmap changed)... 2024-05-21T18:36:11.074 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:10 smithi016 bash[21861]: cephadm 2024-05-21T18:36:09.844099+0000 mgr.a (mgr.14152) 419 : cephadm [INF] Reconfiguring osd.1 (monmap changed)... 2024-05-21T18:36:11.074 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:10 smithi016 bash[21861]: audit 2024-05-21T18:36:09.844782+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-05-21T18:36:11.074 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:10 smithi016 bash[21861]: audit 2024-05-21T18:36:09.844782+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-05-21T18:36:11.074 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:10 smithi016 bash[21861]: audit 2024-05-21T18:36:09.846552+0000 mon.a (mon.0) 691 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:36:11.074 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:10 smithi016 bash[21861]: audit 2024-05-21T18:36:09.846552+0000 mon.a (mon.0) 691 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:36:11.074 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:10 smithi016 bash[21861]: cephadm 2024-05-21T18:36:09.849346+0000 mgr.a (mgr.14152) 420 : cephadm [INF] Reconfiguring daemon osd.1 on smithi016 2024-05-21T18:36:11.074 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:10 smithi016 bash[21861]: cephadm 2024-05-21T18:36:09.849346+0000 mgr.a (mgr.14152) 420 : cephadm [INF] Reconfiguring daemon osd.1 on smithi016 2024-05-21T18:36:11.074 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:10 smithi016 bash[21861]: cluster 2024-05-21T18:36:10.221895+0000 mgr.a (mgr.14152) 421 : cluster [DBG] pgmap v337: 1 pgs: 1 active+clean; 577 KiB data, 121 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:36:11.074 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:10 smithi016 bash[21861]: cluster 2024-05-21T18:36:10.221895+0000 mgr.a (mgr.14152) 421 : cluster [DBG] pgmap v337: 1 pgs: 1 active+clean; 577 KiB data, 121 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:36:11.294 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:10 smithi077 bash[23831]: audit 2024-05-21T18:36:09.805035+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:36:11.295 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:10 smithi077 bash[23831]: audit 2024-05-21T18:36:09.805035+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:36:11.295 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:10 smithi077 bash[23831]: audit 2024-05-21T18:36:09.812377+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:36:11.295 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:10 smithi077 bash[23831]: audit 2024-05-21T18:36:09.812377+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:36:11.295 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:10 smithi077 bash[23831]: cephadm 2024-05-21T18:36:09.844099+0000 mgr.a (mgr.14152) 419 : cephadm [INF] Reconfiguring osd.1 (monmap changed)... 2024-05-21T18:36:11.295 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:10 smithi077 bash[23831]: cephadm 2024-05-21T18:36:09.844099+0000 mgr.a (mgr.14152) 419 : cephadm [INF] Reconfiguring osd.1 (monmap changed)... 2024-05-21T18:36:11.295 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:10 smithi077 bash[23831]: audit 2024-05-21T18:36:09.844782+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-05-21T18:36:11.295 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:10 smithi077 bash[23831]: audit 2024-05-21T18:36:09.844782+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-05-21T18:36:11.295 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:10 smithi077 bash[23831]: audit 2024-05-21T18:36:09.846552+0000 mon.a (mon.0) 691 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:36:11.295 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:10 smithi077 bash[23831]: audit 2024-05-21T18:36:09.846552+0000 mon.a (mon.0) 691 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:36:11.295 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:10 smithi077 bash[23831]: cephadm 2024-05-21T18:36:09.849346+0000 mgr.a (mgr.14152) 420 : cephadm [INF] Reconfiguring daemon osd.1 on smithi016 2024-05-21T18:36:11.295 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:10 smithi077 bash[23831]: cephadm 2024-05-21T18:36:09.849346+0000 mgr.a (mgr.14152) 420 : cephadm [INF] Reconfiguring daemon osd.1 on smithi016 2024-05-21T18:36:11.295 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:10 smithi077 bash[23831]: cluster 2024-05-21T18:36:10.221895+0000 mgr.a (mgr.14152) 421 : cluster [DBG] pgmap v337: 1 pgs: 1 active+clean; 577 KiB data, 121 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:36:11.296 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:10 smithi077 bash[23831]: cluster 2024-05-21T18:36:10.221895+0000 mgr.a (mgr.14152) 421 : cluster [DBG] pgmap v337: 1 pgs: 1 active+clean; 577 KiB data, 121 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:36:13.210 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:12 smithi077 bash[23831]: audit 2024-05-21T18:36:11.931192+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:36:13.210 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:12 smithi077 bash[23831]: audit 2024-05-21T18:36:11.931192+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:36:13.211 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:12 smithi077 bash[23831]: audit 2024-05-21T18:36:11.938009+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:36:13.211 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:12 smithi077 bash[23831]: audit 2024-05-21T18:36:11.938009+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:36:13.211 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:12 smithi077 bash[23831]: cephadm 2024-05-21T18:36:11.969961+0000 mgr.a (mgr.14152) 422 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-05-21T18:36:13.211 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:12 smithi077 bash[23831]: cephadm 2024-05-21T18:36:11.969961+0000 mgr.a (mgr.14152) 422 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-05-21T18:36:13.211 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:12 smithi077 bash[23831]: audit 2024-05-21T18:36:11.970606+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-21T18:36:13.211 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:12 smithi077 bash[23831]: audit 2024-05-21T18:36:11.970606+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-21T18:36:13.211 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:12 smithi077 bash[23831]: audit 2024-05-21T18:36:11.972209+0000 mon.a (mon.0) 695 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-21T18:36:13.211 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:12 smithi077 bash[23831]: audit 2024-05-21T18:36:11.972209+0000 mon.a (mon.0) 695 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-21T18:36:13.211 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:12 smithi077 bash[23831]: audit 2024-05-21T18:36:11.973753+0000 mon.a (mon.0) 696 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:36:13.211 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:12 smithi077 bash[23831]: audit 2024-05-21T18:36:11.973753+0000 mon.a (mon.0) 696 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:36:13.211 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:12 smithi077 bash[23831]: cephadm 2024-05-21T18:36:11.975666+0000 mgr.a (mgr.14152) 423 : cephadm [INF] Reconfiguring daemon mon.b on smithi077 2024-05-21T18:36:13.211 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:12 smithi077 bash[23831]: cephadm 2024-05-21T18:36:11.975666+0000 mgr.a (mgr.14152) 423 : cephadm [INF] Reconfiguring daemon mon.b on smithi077 2024-05-21T18:36:13.211 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:12 smithi077 bash[23831]: cluster 2024-05-21T18:36:12.222407+0000 mgr.a (mgr.14152) 424 : cluster [DBG] pgmap v338: 1 pgs: 1 active+clean; 577 KiB data, 121 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:36:13.212 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:12 smithi077 bash[23831]: cluster 2024-05-21T18:36:12.222407+0000 mgr.a (mgr.14152) 424 : cluster [DBG] pgmap v338: 1 pgs: 1 active+clean; 577 KiB data, 121 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:36:13.352 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:12 smithi016 bash[21861]: audit 2024-05-21T18:36:11.931192+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:36:13.352 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:12 smithi016 bash[21861]: audit 2024-05-21T18:36:11.931192+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:36:13.352 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:12 smithi016 bash[21861]: audit 2024-05-21T18:36:11.938009+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:36:13.352 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:12 smithi016 bash[21861]: audit 2024-05-21T18:36:11.938009+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:36:13.352 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:12 smithi016 bash[21861]: cephadm 2024-05-21T18:36:11.969961+0000 mgr.a (mgr.14152) 422 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-05-21T18:36:13.353 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:12 smithi016 bash[21861]: cephadm 2024-05-21T18:36:11.969961+0000 mgr.a (mgr.14152) 422 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-05-21T18:36:13.353 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:12 smithi016 bash[21861]: audit 2024-05-21T18:36:11.970606+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-21T18:36:13.353 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:12 smithi016 bash[21861]: audit 2024-05-21T18:36:11.970606+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-21T18:36:13.353 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:12 smithi016 bash[21861]: audit 2024-05-21T18:36:11.972209+0000 mon.a (mon.0) 695 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-21T18:36:13.353 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:12 smithi016 bash[21861]: audit 2024-05-21T18:36:11.972209+0000 mon.a (mon.0) 695 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-21T18:36:13.353 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:12 smithi016 bash[21861]: audit 2024-05-21T18:36:11.973753+0000 mon.a (mon.0) 696 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:36:13.353 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:12 smithi016 bash[21861]: audit 2024-05-21T18:36:11.973753+0000 mon.a (mon.0) 696 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:36:13.353 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:12 smithi016 bash[21861]: cephadm 2024-05-21T18:36:11.975666+0000 mgr.a (mgr.14152) 423 : cephadm [INF] Reconfiguring daemon mon.b on smithi077 2024-05-21T18:36:13.353 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:12 smithi016 bash[21861]: cephadm 2024-05-21T18:36:11.975666+0000 mgr.a (mgr.14152) 423 : cephadm [INF] Reconfiguring daemon mon.b on smithi077 2024-05-21T18:36:13.353 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:12 smithi016 bash[21861]: cluster 2024-05-21T18:36:12.222407+0000 mgr.a (mgr.14152) 424 : cluster [DBG] pgmap v338: 1 pgs: 1 active+clean; 577 KiB data, 121 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:36:13.353 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:12 smithi016 bash[21861]: cluster 2024-05-21T18:36:12.222407+0000 mgr.a (mgr.14152) 424 : cluster [DBG] pgmap v338: 1 pgs: 1 active+clean; 577 KiB data, 121 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:36:15.294 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:15 smithi077 bash[23831]: audit 2024-05-21T18:36:14.041595+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:36:15.295 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:15 smithi077 bash[23831]: audit 2024-05-21T18:36:14.041595+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:36:15.295 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:15 smithi077 bash[23831]: audit 2024-05-21T18:36:14.050662+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:36:15.295 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:15 smithi077 bash[23831]: audit 2024-05-21T18:36:14.050662+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:36:15.295 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:15 smithi077 bash[23831]: cephadm 2024-05-21T18:36:14.097037+0000 mgr.a (mgr.14152) 425 : cephadm [INF] Reconfiguring mgr.b (monmap changed)... 2024-05-21T18:36:15.295 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:15 smithi077 bash[23831]: cephadm 2024-05-21T18:36:14.097037+0000 mgr.a (mgr.14152) 425 : cephadm [INF] Reconfiguring mgr.b (monmap changed)... 2024-05-21T18:36:15.295 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:15 smithi077 bash[23831]: audit 2024-05-21T18:36:14.097766+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-21T18:36:15.295 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:15 smithi077 bash[23831]: audit 2024-05-21T18:36:14.097766+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-21T18:36:15.295 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:15 smithi077 bash[23831]: audit 2024-05-21T18:36:14.099901+0000 mon.a (mon.0) 700 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-21T18:36:15.295 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:15 smithi077 bash[23831]: audit 2024-05-21T18:36:14.099901+0000 mon.a (mon.0) 700 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-21T18:36:15.295 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:15 smithi077 bash[23831]: audit 2024-05-21T18:36:14.101655+0000 mon.a (mon.0) 701 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:36:15.295 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:15 smithi077 bash[23831]: audit 2024-05-21T18:36:14.101655+0000 mon.a (mon.0) 701 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:36:15.296 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:15 smithi077 bash[23831]: cephadm 2024-05-21T18:36:14.103723+0000 mgr.a (mgr.14152) 426 : cephadm [INF] Reconfiguring daemon mgr.b on smithi077 2024-05-21T18:36:15.296 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:15 smithi077 bash[23831]: cephadm 2024-05-21T18:36:14.103723+0000 mgr.a (mgr.14152) 426 : cephadm [INF] Reconfiguring daemon mgr.b on smithi077 2024-05-21T18:36:15.296 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:15 smithi077 bash[23831]: cluster 2024-05-21T18:36:14.222990+0000 mgr.a (mgr.14152) 427 : cluster [DBG] pgmap v339: 1 pgs: 1 active+clean; 577 KiB data, 121 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:36:15.296 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:15 smithi077 bash[23831]: cluster 2024-05-21T18:36:14.222990+0000 mgr.a (mgr.14152) 427 : cluster [DBG] pgmap v339: 1 pgs: 1 active+clean; 577 KiB data, 121 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:36:15.352 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:15 smithi016 bash[21861]: audit 2024-05-21T18:36:14.041595+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:36:15.352 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:15 smithi016 bash[21861]: audit 2024-05-21T18:36:14.041595+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:36:15.352 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:15 smithi016 bash[21861]: audit 2024-05-21T18:36:14.050662+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:36:15.352 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:15 smithi016 bash[21861]: audit 2024-05-21T18:36:14.050662+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:36:15.352 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:15 smithi016 bash[21861]: cephadm 2024-05-21T18:36:14.097037+0000 mgr.a (mgr.14152) 425 : cephadm [INF] Reconfiguring mgr.b (monmap changed)... 2024-05-21T18:36:15.353 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:15 smithi016 bash[21861]: cephadm 2024-05-21T18:36:14.097037+0000 mgr.a (mgr.14152) 425 : cephadm [INF] Reconfiguring mgr.b (monmap changed)... 2024-05-21T18:36:15.353 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:15 smithi016 bash[21861]: audit 2024-05-21T18:36:14.097766+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-21T18:36:15.353 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:15 smithi016 bash[21861]: audit 2024-05-21T18:36:14.097766+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-21T18:36:15.353 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:15 smithi016 bash[21861]: audit 2024-05-21T18:36:14.099901+0000 mon.a (mon.0) 700 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-21T18:36:15.353 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:15 smithi016 bash[21861]: audit 2024-05-21T18:36:14.099901+0000 mon.a (mon.0) 700 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-21T18:36:15.353 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:15 smithi016 bash[21861]: audit 2024-05-21T18:36:14.101655+0000 mon.a (mon.0) 701 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:36:15.353 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:15 smithi016 bash[21861]: audit 2024-05-21T18:36:14.101655+0000 mon.a (mon.0) 701 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:36:15.353 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:15 smithi016 bash[21861]: cephadm 2024-05-21T18:36:14.103723+0000 mgr.a (mgr.14152) 426 : cephadm [INF] Reconfiguring daemon mgr.b on smithi077 2024-05-21T18:36:15.353 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:15 smithi016 bash[21861]: cephadm 2024-05-21T18:36:14.103723+0000 mgr.a (mgr.14152) 426 : cephadm [INF] Reconfiguring daemon mgr.b on smithi077 2024-05-21T18:36:15.353 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:15 smithi016 bash[21861]: cluster 2024-05-21T18:36:14.222990+0000 mgr.a (mgr.14152) 427 : cluster [DBG] pgmap v339: 1 pgs: 1 active+clean; 577 KiB data, 121 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:36:15.353 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:15 smithi016 bash[21861]: cluster 2024-05-21T18:36:14.222990+0000 mgr.a (mgr.14152) 427 : cluster [DBG] pgmap v339: 1 pgs: 1 active+clean; 577 KiB data, 121 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:36:17.457 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:17 smithi077 bash[23831]: audit 2024-05-21T18:36:16.111628+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:36:17.457 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:17 smithi077 bash[23831]: audit 2024-05-21T18:36:16.111628+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:36:17.457 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:17 smithi077 bash[23831]: audit 2024-05-21T18:36:16.120824+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:36:17.457 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:17 smithi077 bash[23831]: audit 2024-05-21T18:36:16.120824+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:36:17.457 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:17 smithi077 bash[23831]: cephadm 2024-05-21T18:36:16.124911+0000 mgr.a (mgr.14152) 428 : cephadm [INF] Reconfiguring osd.2 (monmap changed)... 2024-05-21T18:36:17.457 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:17 smithi077 bash[23831]: cephadm 2024-05-21T18:36:16.124911+0000 mgr.a (mgr.14152) 428 : cephadm [INF] Reconfiguring osd.2 (monmap changed)... 2024-05-21T18:36:17.457 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:17 smithi077 bash[23831]: audit 2024-05-21T18:36:16.125537+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-05-21T18:36:17.458 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:17 smithi077 bash[23831]: audit 2024-05-21T18:36:16.125537+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-05-21T18:36:17.458 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:17 smithi077 bash[23831]: audit 2024-05-21T18:36:16.127391+0000 mon.a (mon.0) 705 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:36:17.458 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:17 smithi077 bash[23831]: audit 2024-05-21T18:36:16.127391+0000 mon.a (mon.0) 705 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:36:17.458 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:17 smithi077 bash[23831]: cephadm 2024-05-21T18:36:16.130159+0000 mgr.a (mgr.14152) 429 : cephadm [INF] Reconfiguring daemon osd.2 on smithi077 2024-05-21T18:36:17.458 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:17 smithi077 bash[23831]: cephadm 2024-05-21T18:36:16.130159+0000 mgr.a (mgr.14152) 429 : cephadm [INF] Reconfiguring daemon osd.2 on smithi077 2024-05-21T18:36:17.458 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:17 smithi077 bash[23831]: cluster 2024-05-21T18:36:16.223477+0000 mgr.a (mgr.14152) 430 : cluster [DBG] pgmap v340: 1 pgs: 1 active+clean; 577 KiB data, 121 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:36:17.458 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:17 smithi077 bash[23831]: cluster 2024-05-21T18:36:16.223477+0000 mgr.a (mgr.14152) 430 : cluster [DBG] pgmap v340: 1 pgs: 1 active+clean; 577 KiB data, 121 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:36:17.602 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:17 smithi016 bash[21861]: audit 2024-05-21T18:36:16.111628+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:36:17.602 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:17 smithi016 bash[21861]: audit 2024-05-21T18:36:16.111628+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:36:17.602 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:17 smithi016 bash[21861]: audit 2024-05-21T18:36:16.120824+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:36:17.602 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:17 smithi016 bash[21861]: audit 2024-05-21T18:36:16.120824+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:36:17.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:17 smithi016 bash[21861]: cephadm 2024-05-21T18:36:16.124911+0000 mgr.a (mgr.14152) 428 : cephadm [INF] Reconfiguring osd.2 (monmap changed)... 2024-05-21T18:36:17.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:17 smithi016 bash[21861]: cephadm 2024-05-21T18:36:16.124911+0000 mgr.a (mgr.14152) 428 : cephadm [INF] Reconfiguring osd.2 (monmap changed)... 2024-05-21T18:36:17.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:17 smithi016 bash[21861]: audit 2024-05-21T18:36:16.125537+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-05-21T18:36:17.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:17 smithi016 bash[21861]: audit 2024-05-21T18:36:16.125537+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-05-21T18:36:17.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:17 smithi016 bash[21861]: audit 2024-05-21T18:36:16.127391+0000 mon.a (mon.0) 705 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:36:17.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:17 smithi016 bash[21861]: audit 2024-05-21T18:36:16.127391+0000 mon.a (mon.0) 705 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:36:17.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:17 smithi016 bash[21861]: cephadm 2024-05-21T18:36:16.130159+0000 mgr.a (mgr.14152) 429 : cephadm [INF] Reconfiguring daemon osd.2 on smithi077 2024-05-21T18:36:17.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:17 smithi016 bash[21861]: cephadm 2024-05-21T18:36:16.130159+0000 mgr.a (mgr.14152) 429 : cephadm [INF] Reconfiguring daemon osd.2 on smithi077 2024-05-21T18:36:17.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:17 smithi016 bash[21861]: cluster 2024-05-21T18:36:16.223477+0000 mgr.a (mgr.14152) 430 : cluster [DBG] pgmap v340: 1 pgs: 1 active+clean; 577 KiB data, 121 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:36:17.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:17 smithi016 bash[21861]: cluster 2024-05-21T18:36:16.223477+0000 mgr.a (mgr.14152) 430 : cluster [DBG] pgmap v340: 1 pgs: 1 active+clean; 577 KiB data, 121 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:36:19.541 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:19 smithi077 bash[23831]: audit 2024-05-21T18:36:18.212467+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:36:19.541 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:19 smithi077 bash[23831]: audit 2024-05-21T18:36:18.212467+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:36:19.541 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:19 smithi077 bash[23831]: audit 2024-05-21T18:36:18.221717+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:36:19.541 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:19 smithi077 bash[23831]: audit 2024-05-21T18:36:18.221717+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:36:19.541 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:19 smithi077 bash[23831]: cluster 2024-05-21T18:36:18.224030+0000 mgr.a (mgr.14152) 431 : cluster [DBG] pgmap v341: 1 pgs: 1 active+clean; 577 KiB data, 121 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:36:19.541 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:19 smithi077 bash[23831]: cluster 2024-05-21T18:36:18.224030+0000 mgr.a (mgr.14152) 431 : cluster [DBG] pgmap v341: 1 pgs: 1 active+clean; 577 KiB data, 121 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:36:19.541 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:19 smithi077 bash[23831]: cephadm 2024-05-21T18:36:18.255317+0000 mgr.a (mgr.14152) 432 : cephadm [INF] Reconfiguring osd.3 (monmap changed)... 2024-05-21T18:36:19.541 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:19 smithi077 bash[23831]: cephadm 2024-05-21T18:36:18.255317+0000 mgr.a (mgr.14152) 432 : cephadm [INF] Reconfiguring osd.3 (monmap changed)... 2024-05-21T18:36:19.541 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:19 smithi077 bash[23831]: audit 2024-05-21T18:36:18.255960+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-05-21T18:36:19.541 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:19 smithi077 bash[23831]: audit 2024-05-21T18:36:18.255960+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-05-21T18:36:19.541 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:19 smithi077 bash[23831]: audit 2024-05-21T18:36:18.257830+0000 mon.a (mon.0) 709 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:36:19.541 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:19 smithi077 bash[23831]: audit 2024-05-21T18:36:18.257830+0000 mon.a (mon.0) 709 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:36:19.542 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:19 smithi077 bash[23831]: cephadm 2024-05-21T18:36:18.260921+0000 mgr.a (mgr.14152) 433 : cephadm [INF] Reconfiguring daemon osd.3 on smithi077 2024-05-21T18:36:19.542 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:19 smithi077 bash[23831]: cephadm 2024-05-21T18:36:18.260921+0000 mgr.a (mgr.14152) 433 : cephadm [INF] Reconfiguring daemon osd.3 on smithi077 2024-05-21T18:36:19.602 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:19 smithi016 bash[21861]: audit 2024-05-21T18:36:18.212467+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:36:19.602 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:19 smithi016 bash[21861]: audit 2024-05-21T18:36:18.212467+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:36:19.602 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:19 smithi016 bash[21861]: audit 2024-05-21T18:36:18.221717+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:36:19.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:19 smithi016 bash[21861]: audit 2024-05-21T18:36:18.221717+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:36:19.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:19 smithi016 bash[21861]: cluster 2024-05-21T18:36:18.224030+0000 mgr.a (mgr.14152) 431 : cluster [DBG] pgmap v341: 1 pgs: 1 active+clean; 577 KiB data, 121 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:36:19.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:19 smithi016 bash[21861]: cluster 2024-05-21T18:36:18.224030+0000 mgr.a (mgr.14152) 431 : cluster [DBG] pgmap v341: 1 pgs: 1 active+clean; 577 KiB data, 121 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:36:19.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:19 smithi016 bash[21861]: cephadm 2024-05-21T18:36:18.255317+0000 mgr.a (mgr.14152) 432 : cephadm [INF] Reconfiguring osd.3 (monmap changed)... 2024-05-21T18:36:19.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:19 smithi016 bash[21861]: cephadm 2024-05-21T18:36:18.255317+0000 mgr.a (mgr.14152) 432 : cephadm [INF] Reconfiguring osd.3 (monmap changed)... 2024-05-21T18:36:19.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:19 smithi016 bash[21861]: audit 2024-05-21T18:36:18.255960+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-05-21T18:36:19.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:19 smithi016 bash[21861]: audit 2024-05-21T18:36:18.255960+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-05-21T18:36:19.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:19 smithi016 bash[21861]: audit 2024-05-21T18:36:18.257830+0000 mon.a (mon.0) 709 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:36:19.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:19 smithi016 bash[21861]: audit 2024-05-21T18:36:18.257830+0000 mon.a (mon.0) 709 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:36:19.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:19 smithi016 bash[21861]: cephadm 2024-05-21T18:36:18.260921+0000 mgr.a (mgr.14152) 433 : cephadm [INF] Reconfiguring daemon osd.3 on smithi077 2024-05-21T18:36:19.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:19 smithi016 bash[21861]: cephadm 2024-05-21T18:36:18.260921+0000 mgr.a (mgr.14152) 433 : cephadm [INF] Reconfiguring daemon osd.3 on smithi077 2024-05-21T18:36:21.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:21 smithi077 bash[23831]: cluster 2024-05-21T18:36:20.224536+0000 mgr.a (mgr.14152) 434 : cluster [DBG] pgmap v342: 1 pgs: 1 active+clean; 577 KiB data, 121 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:36:21.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:21 smithi077 bash[23831]: cluster 2024-05-21T18:36:20.224536+0000 mgr.a (mgr.14152) 434 : cluster [DBG] pgmap v342: 1 pgs: 1 active+clean; 577 KiB data, 121 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:36:21.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:21 smithi077 bash[23831]: audit 2024-05-21T18:36:20.272334+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:36:21.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:21 smithi077 bash[23831]: audit 2024-05-21T18:36:20.272334+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:36:21.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:21 smithi077 bash[23831]: audit 2024-05-21T18:36:20.281643+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:36:21.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:21 smithi077 bash[23831]: audit 2024-05-21T18:36:20.281643+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:36:21.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:21 smithi077 bash[23831]: audit 2024-05-21T18:36:20.333100+0000 mon.a (mon.0) 712 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T18:36:21.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:21 smithi077 bash[23831]: audit 2024-05-21T18:36:20.333100+0000 mon.a (mon.0) 712 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T18:36:21.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:21 smithi077 bash[23831]: audit 2024-05-21T18:36:20.920675+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:36:21.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:21 smithi077 bash[23831]: audit 2024-05-21T18:36:20.920675+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:36:21.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:21 smithi077 bash[23831]: audit 2024-05-21T18:36:20.929247+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:36:21.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:21 smithi077 bash[23831]: audit 2024-05-21T18:36:20.929247+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:36:21.602 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:21 smithi016 bash[21861]: cluster 2024-05-21T18:36:20.224536+0000 mgr.a (mgr.14152) 434 : cluster [DBG] pgmap v342: 1 pgs: 1 active+clean; 577 KiB data, 121 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:36:21.602 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:21 smithi016 bash[21861]: cluster 2024-05-21T18:36:20.224536+0000 mgr.a (mgr.14152) 434 : cluster [DBG] pgmap v342: 1 pgs: 1 active+clean; 577 KiB data, 121 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:36:21.602 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:21 smithi016 bash[21861]: audit 2024-05-21T18:36:20.272334+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:36:21.602 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:21 smithi016 bash[21861]: audit 2024-05-21T18:36:20.272334+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:36:21.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:21 smithi016 bash[21861]: audit 2024-05-21T18:36:20.281643+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:36:21.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:21 smithi016 bash[21861]: audit 2024-05-21T18:36:20.281643+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:36:21.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:21 smithi016 bash[21861]: audit 2024-05-21T18:36:20.333100+0000 mon.a (mon.0) 712 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T18:36:21.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:21 smithi016 bash[21861]: audit 2024-05-21T18:36:20.333100+0000 mon.a (mon.0) 712 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-21T18:36:21.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:21 smithi016 bash[21861]: audit 2024-05-21T18:36:20.920675+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:36:21.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:21 smithi016 bash[21861]: audit 2024-05-21T18:36:20.920675+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:36:21.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:21 smithi016 bash[21861]: audit 2024-05-21T18:36:20.929247+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:36:21.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:21 smithi016 bash[21861]: audit 2024-05-21T18:36:20.929247+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:36:22.544 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:22 smithi077 bash[23831]: audit 2024-05-21T18:36:21.699073+0000 mon.a (mon.0) 715 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:36:22.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:22 smithi077 bash[23831]: audit 2024-05-21T18:36:21.699073+0000 mon.a (mon.0) 715 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:36:22.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:22 smithi077 bash[23831]: audit 2024-05-21T18:36:21.700903+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T18:36:22.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:22 smithi077 bash[23831]: audit 2024-05-21T18:36:21.700903+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T18:36:22.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:22 smithi077 bash[23831]: audit 2024-05-21T18:36:21.711478+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:36:22.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:22 smithi077 bash[23831]: audit 2024-05-21T18:36:21.711478+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:36:22.602 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:22 smithi016 bash[21861]: audit 2024-05-21T18:36:21.699073+0000 mon.a (mon.0) 715 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:36:22.602 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:22 smithi016 bash[21861]: audit 2024-05-21T18:36:21.699073+0000 mon.a (mon.0) 715 : audit [DBG] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-21T18:36:22.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:22 smithi016 bash[21861]: audit 2024-05-21T18:36:21.700903+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T18:36:22.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:22 smithi016 bash[21861]: audit 2024-05-21T18:36:21.700903+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-21T18:36:22.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:22 smithi016 bash[21861]: audit 2024-05-21T18:36:21.711478+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:36:22.603 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:22 smithi016 bash[21861]: audit 2024-05-21T18:36:21.711478+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14152 172.21.15.16:0/3549242165' entity='mgr.a' 2024-05-21T18:36:23.544 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:23 smithi077 bash[23831]: cluster 2024-05-21T18:36:22.225077+0000 mgr.a (mgr.14152) 435 : cluster [DBG] pgmap v343: 1 pgs: 1 active+clean; 577 KiB data, 121 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:36:23.544 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:23 smithi077 bash[23831]: cluster 2024-05-21T18:36:22.225077+0000 mgr.a (mgr.14152) 435 : cluster [DBG] pgmap v343: 1 pgs: 1 active+clean; 577 KiB data, 121 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:36:23.602 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:23 smithi016 bash[21861]: cluster 2024-05-21T18:36:22.225077+0000 mgr.a (mgr.14152) 435 : cluster [DBG] pgmap v343: 1 pgs: 1 active+clean; 577 KiB data, 121 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:36:23.602 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:23 smithi016 bash[21861]: cluster 2024-05-21T18:36:22.225077+0000 mgr.a (mgr.14152) 435 : cluster [DBG] pgmap v343: 1 pgs: 1 active+clean; 577 KiB data, 121 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:36:25.544 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:25 smithi077 bash[23831]: cluster 2024-05-21T18:36:24.225680+0000 mgr.a (mgr.14152) 436 : cluster [DBG] pgmap v344: 1 pgs: 1 active+clean; 577 KiB data, 121 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:36:25.544 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:25 smithi077 bash[23831]: cluster 2024-05-21T18:36:24.225680+0000 mgr.a (mgr.14152) 436 : cluster [DBG] pgmap v344: 1 pgs: 1 active+clean; 577 KiB data, 121 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:36:25.602 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:25 smithi016 bash[21861]: cluster 2024-05-21T18:36:24.225680+0000 mgr.a (mgr.14152) 436 : cluster [DBG] pgmap v344: 1 pgs: 1 active+clean; 577 KiB data, 121 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:36:25.602 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:25 smithi016 bash[21861]: cluster 2024-05-21T18:36:24.225680+0000 mgr.a (mgr.14152) 436 : cluster [DBG] pgmap v344: 1 pgs: 1 active+clean; 577 KiB data, 121 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:36:27.544 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:27 smithi077 bash[23831]: cluster 2024-05-21T18:36:26.226208+0000 mgr.a (mgr.14152) 437 : cluster [DBG] pgmap v345: 1 pgs: 1 active+clean; 577 KiB data, 121 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:36:27.544 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:27 smithi077 bash[23831]: cluster 2024-05-21T18:36:26.226208+0000 mgr.a (mgr.14152) 437 : cluster [DBG] pgmap v345: 1 pgs: 1 active+clean; 577 KiB data, 121 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:36:27.602 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:27 smithi016 bash[21861]: cluster 2024-05-21T18:36:26.226208+0000 mgr.a (mgr.14152) 437 : cluster [DBG] pgmap v345: 1 pgs: 1 active+clean; 577 KiB data, 121 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:36:27.602 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:27 smithi016 bash[21861]: cluster 2024-05-21T18:36:26.226208+0000 mgr.a (mgr.14152) 437 : cluster [DBG] pgmap v345: 1 pgs: 1 active+clean; 577 KiB data, 121 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:36:29.544 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:29 smithi077 bash[23831]: cluster 2024-05-21T18:36:28.226807+0000 mgr.a (mgr.14152) 438 : cluster [DBG] pgmap v346: 1 pgs: 1 active+clean; 577 KiB data, 121 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:36:29.544 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:29 smithi077 bash[23831]: cluster 2024-05-21T18:36:28.226807+0000 mgr.a (mgr.14152) 438 : cluster [DBG] pgmap v346: 1 pgs: 1 active+clean; 577 KiB data, 121 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:36:29.602 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:29 smithi016 bash[21861]: cluster 2024-05-21T18:36:28.226807+0000 mgr.a (mgr.14152) 438 : cluster [DBG] pgmap v346: 1 pgs: 1 active+clean; 577 KiB data, 121 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:36:29.602 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:29 smithi016 bash[21861]: cluster 2024-05-21T18:36:28.226807+0000 mgr.a (mgr.14152) 438 : cluster [DBG] pgmap v346: 1 pgs: 1 active+clean; 577 KiB data, 121 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:36:31.544 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:31 smithi077 bash[23831]: cluster 2024-05-21T18:36:30.227344+0000 mgr.a (mgr.14152) 439 : cluster [DBG] pgmap v347: 1 pgs: 1 active+clean; 577 KiB data, 121 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:36:31.544 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:31 smithi077 bash[23831]: cluster 2024-05-21T18:36:30.227344+0000 mgr.a (mgr.14152) 439 : cluster [DBG] pgmap v347: 1 pgs: 1 active+clean; 577 KiB data, 121 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:36:31.602 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:31 smithi016 bash[21861]: cluster 2024-05-21T18:36:30.227344+0000 mgr.a (mgr.14152) 439 : cluster [DBG] pgmap v347: 1 pgs: 1 active+clean; 577 KiB data, 121 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:36:31.602 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:31 smithi016 bash[21861]: cluster 2024-05-21T18:36:30.227344+0000 mgr.a (mgr.14152) 439 : cluster [DBG] pgmap v347: 1 pgs: 1 active+clean; 577 KiB data, 121 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:36:33.334 INFO:teuthology.orchestra.run.smithi016.stderr:+ ceph osd getcrushmap -o compiled-crushmap 2024-05-21T18:36:33.544 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:33 smithi077 bash[23831]: cluster 2024-05-21T18:36:32.227892+0000 mgr.a (mgr.14152) 440 : cluster [DBG] pgmap v348: 1 pgs: 1 active+clean; 577 KiB data, 121 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:36:33.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:33 smithi077 bash[23831]: cluster 2024-05-21T18:36:32.227892+0000 mgr.a (mgr.14152) 440 : cluster [DBG] pgmap v348: 1 pgs: 1 active+clean; 577 KiB data, 121 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:36:33.601 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:33 smithi016 bash[21861]: cluster 2024-05-21T18:36:32.227892+0000 mgr.a (mgr.14152) 440 : cluster [DBG] pgmap v348: 1 pgs: 1 active+clean; 577 KiB data, 121 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:36:33.602 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:33 smithi016 bash[21861]: cluster 2024-05-21T18:36:32.227892+0000 mgr.a (mgr.14152) 440 : cluster [DBG] pgmap v348: 1 pgs: 1 active+clean; 577 KiB data, 121 MiB used, 357 GiB / 358 GiB avail 2024-05-21T18:36:33.694 INFO:teuthology.orchestra.run.smithi016.stderr:18 2024-05-21T18:36:33.705 INFO:teuthology.orchestra.run.smithi016.stderr:+ crushtool -d compiled-crushmap -o crushmap.txt 2024-05-21T18:36:33.725 INFO:teuthology.orchestra.run.smithi016.stderr:++ cat crushmap.txt 2024-05-21T18:36:33.727 INFO:teuthology.orchestra.run.smithi016.stderr:+ CRUSH_MAP='# begin crush map 2024-05-21T18:36:33.728 INFO:teuthology.orchestra.run.smithi016.stderr:tunable choose_local_tries 0 2024-05-21T18:36:33.728 INFO:teuthology.orchestra.run.smithi016.stderr:tunable choose_local_fallback_tries 0 2024-05-21T18:36:33.728 INFO:teuthology.orchestra.run.smithi016.stderr:tunable choose_total_tries 50 2024-05-21T18:36:33.728 INFO:teuthology.orchestra.run.smithi016.stderr:tunable chooseleaf_descend_once 1 2024-05-21T18:36:33.728 INFO:teuthology.orchestra.run.smithi016.stderr:tunable chooseleaf_vary_r 1 2024-05-21T18:36:33.728 INFO:teuthology.orchestra.run.smithi016.stderr:tunable chooseleaf_stable 1 2024-05-21T18:36:33.729 INFO:teuthology.orchestra.run.smithi016.stderr:tunable straw_calc_version 1 2024-05-21T18:36:33.729 INFO:teuthology.orchestra.run.smithi016.stderr:tunable allowed_bucket_algs 54 2024-05-21T18:36:33.729 INFO:teuthology.orchestra.run.smithi016.stderr: 2024-05-21T18:36:33.729 INFO:teuthology.orchestra.run.smithi016.stderr:# devices 2024-05-21T18:36:33.729 INFO:teuthology.orchestra.run.smithi016.stderr:device 0 osd.0 class ssd 2024-05-21T18:36:33.729 INFO:teuthology.orchestra.run.smithi016.stderr:device 1 osd.1 class ssd 2024-05-21T18:36:33.730 INFO:teuthology.orchestra.run.smithi016.stderr:device 2 osd.2 class ssd 2024-05-21T18:36:33.730 INFO:teuthology.orchestra.run.smithi016.stderr:device 3 osd.3 class ssd 2024-05-21T18:36:33.730 INFO:teuthology.orchestra.run.smithi016.stderr: 2024-05-21T18:36:33.730 INFO:teuthology.orchestra.run.smithi016.stderr:# types 2024-05-21T18:36:33.730 INFO:teuthology.orchestra.run.smithi016.stderr:type 0 osd 2024-05-21T18:36:33.731 INFO:teuthology.orchestra.run.smithi016.stderr:type 1 host 2024-05-21T18:36:33.731 INFO:teuthology.orchestra.run.smithi016.stderr:type 2 chassis 2024-05-21T18:36:33.731 INFO:teuthology.orchestra.run.smithi016.stderr:type 3 rack 2024-05-21T18:36:33.731 INFO:teuthology.orchestra.run.smithi016.stderr:type 4 row 2024-05-21T18:36:33.731 INFO:teuthology.orchestra.run.smithi016.stderr:type 5 pdu 2024-05-21T18:36:33.731 INFO:teuthology.orchestra.run.smithi016.stderr:type 6 pod 2024-05-21T18:36:33.732 INFO:teuthology.orchestra.run.smithi016.stderr:type 7 room 2024-05-21T18:36:33.732 INFO:teuthology.orchestra.run.smithi016.stderr:type 8 datacenter 2024-05-21T18:36:33.732 INFO:teuthology.orchestra.run.smithi016.stderr:type 9 zone 2024-05-21T18:36:33.732 INFO:teuthology.orchestra.run.smithi016.stderr:type 10 region 2024-05-21T18:36:33.732 INFO:teuthology.orchestra.run.smithi016.stderr:type 11 root 2024-05-21T18:36:33.733 INFO:teuthology.orchestra.run.smithi016.stderr: 2024-05-21T18:36:33.733 INFO:teuthology.orchestra.run.smithi016.stderr:# buckets 2024-05-21T18:36:33.733 INFO:teuthology.orchestra.run.smithi016.stderr:host smithi016 { 2024-05-21T18:36:33.733 INFO:teuthology.orchestra.run.smithi016.stderr: id -3 # do not change unnecessarily 2024-05-21T18:36:33.733 INFO:teuthology.orchestra.run.smithi016.stderr: id -4 class ssd # do not change unnecessarily 2024-05-21T18:36:33.733 INFO:teuthology.orchestra.run.smithi016.stderr: # weight 0.17459 2024-05-21T18:36:33.734 INFO:teuthology.orchestra.run.smithi016.stderr: alg straw2 2024-05-21T18:36:33.734 INFO:teuthology.orchestra.run.smithi016.stderr: hash 0 # rjenkins1 2024-05-21T18:36:33.734 INFO:teuthology.orchestra.run.smithi016.stderr: item osd.0 weight 0.08730 2024-05-21T18:36:33.734 INFO:teuthology.orchestra.run.smithi016.stderr: item osd.1 weight 0.08730 2024-05-21T18:36:33.734 INFO:teuthology.orchestra.run.smithi016.stderr:} 2024-05-21T18:36:33.734 INFO:teuthology.orchestra.run.smithi016.stderr:host smithi077 { 2024-05-21T18:36:33.735 INFO:teuthology.orchestra.run.smithi016.stderr: id -5 # do not change unnecessarily 2024-05-21T18:36:33.735 INFO:teuthology.orchestra.run.smithi016.stderr: id -6 class ssd # do not change unnecessarily 2024-05-21T18:36:33.735 INFO:teuthology.orchestra.run.smithi016.stderr: # weight 0.17459 2024-05-21T18:36:33.735 INFO:teuthology.orchestra.run.smithi016.stderr: alg straw2 2024-05-21T18:36:33.735 INFO:teuthology.orchestra.run.smithi016.stderr: hash 0 # rjenkins1 2024-05-21T18:36:33.736 INFO:teuthology.orchestra.run.smithi016.stderr: item osd.2 weight 0.08730 2024-05-21T18:36:33.736 INFO:teuthology.orchestra.run.smithi016.stderr: item osd.3 weight 0.08730 2024-05-21T18:36:33.736 INFO:teuthology.orchestra.run.smithi016.stderr:} 2024-05-21T18:36:33.736 INFO:teuthology.orchestra.run.smithi016.stderr:root default { 2024-05-21T18:36:33.736 INFO:teuthology.orchestra.run.smithi016.stderr: id -1 # do not change unnecessarily 2024-05-21T18:36:33.736 INFO:teuthology.orchestra.run.smithi016.stderr: id -2 class ssd # do not change unnecessarily 2024-05-21T18:36:33.737 INFO:teuthology.orchestra.run.smithi016.stderr: # weight 0.34918 2024-05-21T18:36:33.737 INFO:teuthology.orchestra.run.smithi016.stderr: alg straw2 2024-05-21T18:36:33.737 INFO:teuthology.orchestra.run.smithi016.stderr: hash 0 # rjenkins1 2024-05-21T18:36:33.737 INFO:teuthology.orchestra.run.smithi016.stderr: item smithi016 weight 0.17459 2024-05-21T18:36:33.737 INFO:teuthology.orchestra.run.smithi016.stderr: item smithi077 weight 0.17459 2024-05-21T18:36:33.737 INFO:teuthology.orchestra.run.smithi016.stderr:} 2024-05-21T18:36:33.738 INFO:teuthology.orchestra.run.smithi016.stderr: 2024-05-21T18:36:33.738 INFO:teuthology.orchestra.run.smithi016.stderr:# rules 2024-05-21T18:36:33.738 INFO:teuthology.orchestra.run.smithi016.stderr:rule replicated_rule { 2024-05-21T18:36:33.738 INFO:teuthology.orchestra.run.smithi016.stderr: id 0 2024-05-21T18:36:33.738 INFO:teuthology.orchestra.run.smithi016.stderr: type replicated 2024-05-21T18:36:33.738 INFO:teuthology.orchestra.run.smithi016.stderr: step take default 2024-05-21T18:36:33.739 INFO:teuthology.orchestra.run.smithi016.stderr: step choose firstn 0 type osd 2024-05-21T18:36:33.739 INFO:teuthology.orchestra.run.smithi016.stderr: step emit 2024-05-21T18:36:33.739 INFO:teuthology.orchestra.run.smithi016.stderr:} 2024-05-21T18:36:33.739 INFO:teuthology.orchestra.run.smithi016.stderr: 2024-05-21T18:36:33.739 INFO:teuthology.orchestra.run.smithi016.stderr:# end crush map' 2024-05-21T18:36:33.739 INFO:teuthology.orchestra.run.smithi016.stderr:+ grep -q smithi134 2024-05-21T18:36:34.412 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-05-21T18:36:34.421 INFO:tasks.cephadm:Teardown begin 2024-05-21T18:36:34.422 DEBUG:teuthology.orchestra.run.smithi016:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-05-21T18:36:34.437 DEBUG:teuthology.orchestra.run.smithi077:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-05-21T18:36:34.451 DEBUG:teuthology.orchestra.run.smithi134:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-05-21T18:36:34.466 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-05-21T18:36:34.466 DEBUG:teuthology.orchestra.run.smithi016:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-05-21T18:36:34.484 DEBUG:teuthology.orchestra.run.smithi077:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-05-21T18:36:34.499 DEBUG:teuthology.orchestra.run.smithi134:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-05-21T18:36:34.513 INFO:tasks.cephadm:Stopping all daemons... 2024-05-21T18:36:34.514 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-05-21T18:36:34.514 DEBUG:teuthology.orchestra.run.smithi016:> sudo systemctl stop ceph-3de35fc8-179f-11ef-bc9a-c7b262605968@mon.a 2024-05-21T18:36:34.545 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:34 smithi016 bash[21861]: audit 2024-05-21T18:36:33.697333+0000 mon.a (mon.0) 718 : audit [DBG] from='client.? 172.21.15.16:0/3976503009' entity='client.admin' cmd=[{"prefix": "osd getcrushmap"}]: dispatch 2024-05-21T18:36:34.545 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:34 smithi016 bash[21861]: audit 2024-05-21T18:36:33.697333+0000 mon.a (mon.0) 718 : audit [DBG] from='client.? 172.21.15.16:0/3976503009' entity='client.admin' cmd=[{"prefix": "osd getcrushmap"}]: dispatch 2024-05-21T18:36:34.545 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:34 smithi016 systemd[1]: Stopping Ceph mon.a for 3de35fc8-179f-11ef-bc9a-c7b262605968... 2024-05-21T18:36:34.794 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:34 smithi077 bash[23831]: audit 2024-05-21T18:36:33.697333+0000 mon.a (mon.0) 718 : audit [DBG] from='client.? 172.21.15.16:0/3976503009' entity='client.admin' cmd=[{"prefix": "osd getcrushmap"}]: dispatch 2024-05-21T18:36:34.794 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:34 smithi077 bash[23831]: audit 2024-05-21T18:36:33.697333+0000 mon.a (mon.0) 718 : audit [DBG] from='client.? 172.21.15.16:0/3976503009' entity='client.admin' cmd=[{"prefix": "osd getcrushmap"}]: dispatch 2024-05-21T18:36:34.950 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:34 smithi016 bash[21861]: debug 2024-05-21T18:36:34.680+0000 7f4537f50700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-05-21T18:36:34.950 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:34 smithi016 bash[21861]: debug 2024-05-21T18:36:34.680+0000 7f4537f50700 -1 mon.a@0(leader) e4 *** Got Signal Terminated *** 2024-05-21T18:36:35.585 DEBUG:teuthology.orchestra.run.smithi016:> sudo pkill -f 'journalctl -f -n 0 -u ceph-3de35fc8-179f-11ef-bc9a-c7b262605968@mon.a.service' 2024-05-21T18:36:35.639 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:35 smithi016 bash[46215]: ceph-3de35fc8-179f-11ef-bc9a-c7b262605968-mon-a 2024-05-21T18:36:35.639 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:35 smithi016 bash[46276]: Error response from daemon: No such container: ceph-3de35fc8-179f-11ef-bc9a-c7b262605968-mon-a 2024-05-21T18:36:35.639 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:35 smithi016 systemd[1]: ceph-3de35fc8-179f-11ef-bc9a-c7b262605968@mon.a.service: Deactivated successfully. 2024-05-21T18:36:35.639 INFO:journalctl@ceph.mon.a.smithi016.stdout:May 21 18:36:35 smithi016 systemd[1]: Stopped Ceph mon.a for 3de35fc8-179f-11ef-bc9a-c7b262605968. 2024-05-21T18:36:35.667 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-21T18:36:35.667 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-05-21T18:36:35.667 INFO:tasks.cephadm.mon.c:Stopping mon.b... 2024-05-21T18:36:35.667 DEBUG:teuthology.orchestra.run.smithi077:> sudo systemctl stop ceph-3de35fc8-179f-11ef-bc9a-c7b262605968@mon.b 2024-05-21T18:36:35.932 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:35 smithi077 systemd[1]: Stopping Ceph mon.b for 3de35fc8-179f-11ef-bc9a-c7b262605968... 2024-05-21T18:36:35.932 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:35 smithi077 bash[23831]: debug 2024-05-21T18:36:35.822+0000 7f3790519700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.b -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-05-21T18:36:35.933 INFO:journalctl@ceph.mon.b.smithi077.stdout:May 21 18:36:35 smithi077 bash[23831]: debug 2024-05-21T18:36:35.822+0000 7f3790519700 -1 mon.b@1(peon) e4 *** Got Signal Terminated *** 2024-05-21T18:36:36.619 DEBUG:teuthology.orchestra.run.smithi077:> sudo pkill -f 'journalctl -f -n 0 -u ceph-3de35fc8-179f-11ef-bc9a-c7b262605968@mon.b.service' 2024-05-21T18:36:36.644 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-21T18:36:36.645 INFO:tasks.cephadm.mon.c:Stopped mon.b 2024-05-21T18:36:36.645 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2024-05-21T18:36:36.645 DEBUG:teuthology.orchestra.run.smithi134:> sudo systemctl stop ceph-3de35fc8-179f-11ef-bc9a-c7b262605968@mon.c 2024-05-21T18:36:36.669 DEBUG:teuthology.orchestra.run.smithi134:> sudo pkill -f 'journalctl -f -n 0 -u ceph-3de35fc8-179f-11ef-bc9a-c7b262605968@mon.c.service' 2024-05-21T18:36:36.745 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-21T18:36:36.745 INFO:tasks.cephadm.mon.c:Stopped mon.c 2024-05-21T18:36:36.746 INFO:tasks.cephadm.mgr.a:Stopping mgr.a... 2024-05-21T18:36:36.746 DEBUG:teuthology.orchestra.run.smithi016:> sudo systemctl stop ceph-3de35fc8-179f-11ef-bc9a-c7b262605968@mgr.a 2024-05-21T18:36:37.102 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 21 18:36:36 smithi016 systemd[1]: Stopping Ceph mgr.a for 3de35fc8-179f-11ef-bc9a-c7b262605968... 2024-05-21T18:36:37.102 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 21 18:36:36 smithi016 bash[22115]: debug 2024-05-21T18:36:36.900+0000 7fa9bcb70700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mgr -n mgr.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-05-21T18:36:37.102 INFO:journalctl@ceph.mgr.a.smithi016.stdout:May 21 18:36:36 smithi016 bash[22115]: debug 2024-05-21T18:36:36.900+0000 7fa9bcb70700 -1 mgr handle_mgr_signal *** Got signal Terminated *** 2024-05-21T18:36:37.667 DEBUG:teuthology.orchestra.run.smithi016:> sudo pkill -f 'journalctl -f -n 0 -u ceph-3de35fc8-179f-11ef-bc9a-c7b262605968@mgr.a.service' 2024-05-21T18:36:37.690 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-21T18:36:37.690 INFO:tasks.cephadm.mgr.a:Stopped mgr.a 2024-05-21T18:36:37.690 INFO:tasks.cephadm.mgr.b:Stopping mgr.b... 2024-05-21T18:36:37.690 DEBUG:teuthology.orchestra.run.smithi077:> sudo systemctl stop ceph-3de35fc8-179f-11ef-bc9a-c7b262605968@mgr.b 2024-05-21T18:36:38.044 INFO:journalctl@ceph.mgr.b.smithi077.stdout:May 21 18:36:37 smithi077 systemd[1]: Stopping Ceph mgr.b for 3de35fc8-179f-11ef-bc9a-c7b262605968... 2024-05-21T18:36:38.639 DEBUG:teuthology.orchestra.run.smithi077:> sudo pkill -f 'journalctl -f -n 0 -u ceph-3de35fc8-179f-11ef-bc9a-c7b262605968@mgr.b.service' 2024-05-21T18:36:38.660 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-21T18:36:38.661 INFO:tasks.cephadm.mgr.b:Stopped mgr.b 2024-05-21T18:36:38.661 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-05-21T18:36:38.661 DEBUG:teuthology.orchestra.run.smithi016:> sudo systemctl stop ceph-3de35fc8-179f-11ef-bc9a-c7b262605968@osd.0 2024-05-21T18:36:39.102 INFO:journalctl@ceph.osd.0.smithi016.stdout:May 21 18:36:38 smithi016 systemd[1]: Stopping Ceph osd.0 for 3de35fc8-179f-11ef-bc9a-c7b262605968... 2024-05-21T18:36:39.102 INFO:journalctl@ceph.osd.0.smithi016.stdout:May 21 18:36:38 smithi016 bash[32128]: debug 2024-05-21T18:36:38.816+0000 7f899f08a700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.0 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-05-21T18:36:39.102 INFO:journalctl@ceph.osd.0.smithi016.stdout:May 21 18:36:38 smithi016 bash[32128]: debug 2024-05-21T18:36:38.816+0000 7f899f08a700 -1 osd.0 50 *** Got signal Terminated *** 2024-05-21T18:36:39.102 INFO:journalctl@ceph.osd.0.smithi016.stdout:May 21 18:36:38 smithi016 bash[32128]: debug 2024-05-21T18:36:38.816+0000 7f899f08a700 -1 osd.0 50 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-05-21T18:36:45.102 INFO:journalctl@ceph.osd.0.smithi016.stdout:May 21 18:36:44 smithi016 bash[46416]: ceph-3de35fc8-179f-11ef-bc9a-c7b262605968-osd-0 2024-05-21T18:36:45.106 INFO:journalctl@ceph.osd.0.smithi016.stdout:May 21 18:36:44 smithi016 bash[46479]: Error response from daemon: No such container: ceph-3de35fc8-179f-11ef-bc9a-c7b262605968-osd-0 2024-05-21T18:36:46.616 DEBUG:teuthology.orchestra.run.smithi016:> sudo pkill -f 'journalctl -f -n 0 -u ceph-3de35fc8-179f-11ef-bc9a-c7b262605968@osd.0.service' 2024-05-21T18:36:46.645 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-21T18:36:46.645 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-05-21T18:36:46.646 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-05-21T18:36:46.646 DEBUG:teuthology.orchestra.run.smithi016:> sudo systemctl stop ceph-3de35fc8-179f-11ef-bc9a-c7b262605968@osd.1 2024-05-21T18:36:47.102 INFO:journalctl@ceph.osd.1.smithi016.stdout:May 21 18:36:46 smithi016 systemd[1]: Stopping Ceph osd.1 for 3de35fc8-179f-11ef-bc9a-c7b262605968... 2024-05-21T18:36:47.102 INFO:journalctl@ceph.osd.1.smithi016.stdout:May 21 18:36:46 smithi016 bash[37541]: debug 2024-05-21T18:36:46.828+0000 7fd26b40c700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.1 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-05-21T18:36:47.102 INFO:journalctl@ceph.osd.1.smithi016.stdout:May 21 18:36:46 smithi016 bash[37541]: debug 2024-05-21T18:36:46.828+0000 7fd26b40c700 -1 osd.1 50 *** Got signal Terminated *** 2024-05-21T18:36:47.102 INFO:journalctl@ceph.osd.1.smithi016.stdout:May 21 18:36:46 smithi016 bash[37541]: debug 2024-05-21T18:36:46.828+0000 7fd26b40c700 -1 osd.1 50 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-05-21T18:36:53.352 INFO:journalctl@ceph.osd.1.smithi016.stdout:May 21 18:36:52 smithi016 bash[46613]: ceph-3de35fc8-179f-11ef-bc9a-c7b262605968-osd-1 2024-05-21T18:36:53.352 INFO:journalctl@ceph.osd.1.smithi016.stdout:May 21 18:36:53 smithi016 bash[46678]: Error response from daemon: No such container: ceph-3de35fc8-179f-11ef-bc9a-c7b262605968-osd-1 2024-05-21T18:36:54.538 DEBUG:teuthology.orchestra.run.smithi016:> sudo pkill -f 'journalctl -f -n 0 -u ceph-3de35fc8-179f-11ef-bc9a-c7b262605968@osd.1.service' 2024-05-21T18:36:54.580 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-21T18:36:54.581 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-05-21T18:36:54.581 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-05-21T18:36:54.581 DEBUG:teuthology.orchestra.run.smithi077:> sudo systemctl stop ceph-3de35fc8-179f-11ef-bc9a-c7b262605968@osd.2 2024-05-21T18:36:55.044 INFO:journalctl@ceph.osd.2.smithi077.stdout:May 21 18:36:54 smithi077 systemd[1]: Stopping Ceph osd.2 for 3de35fc8-179f-11ef-bc9a-c7b262605968... 2024-05-21T18:36:55.045 INFO:journalctl@ceph.osd.2.smithi077.stdout:May 21 18:36:54 smithi077 bash[26916]: debug 2024-05-21T18:36:54.730+0000 7fbf08046700 -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-05-21T18:36:55.045 INFO:journalctl@ceph.osd.2.smithi077.stdout:May 21 18:36:54 smithi077 bash[26916]: debug 2024-05-21T18:36:54.730+0000 7fbf08046700 -1 osd.2 50 *** Got signal Terminated *** 2024-05-21T18:36:55.045 INFO:journalctl@ceph.osd.2.smithi077.stdout:May 21 18:36:54 smithi077 bash[26916]: debug 2024-05-21T18:36:54.730+0000 7fbf08046700 -1 osd.2 50 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-05-21T18:37:01.044 INFO:journalctl@ceph.osd.2.smithi077.stdout:May 21 18:37:00 smithi077 bash[36321]: ceph-3de35fc8-179f-11ef-bc9a-c7b262605968-osd-2 2024-05-21T18:37:01.044 INFO:journalctl@ceph.osd.2.smithi077.stdout:May 21 18:37:00 smithi077 bash[36385]: Error response from daemon: No such container: ceph-3de35fc8-179f-11ef-bc9a-c7b262605968-osd-2 2024-05-21T18:37:02.435 DEBUG:teuthology.orchestra.run.smithi077:> sudo pkill -f 'journalctl -f -n 0 -u ceph-3de35fc8-179f-11ef-bc9a-c7b262605968@osd.2.service' 2024-05-21T18:37:02.460 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-21T18:37:02.460 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-05-21T18:37:02.461 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2024-05-21T18:37:02.461 DEBUG:teuthology.orchestra.run.smithi077:> sudo systemctl stop ceph-3de35fc8-179f-11ef-bc9a-c7b262605968@osd.3 2024-05-21T18:37:02.795 INFO:journalctl@ceph.osd.3.smithi077.stdout:May 21 18:37:02 smithi077 systemd[1]: Stopping Ceph osd.3 for 3de35fc8-179f-11ef-bc9a-c7b262605968... 2024-05-21T18:37:02.795 INFO:journalctl@ceph.osd.3.smithi077.stdout:May 21 18:37:02 smithi077 bash[32640]: debug 2024-05-21T18:37:02.642+0000 7f92563b2700 -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-05-21T18:37:02.795 INFO:journalctl@ceph.osd.3.smithi077.stdout:May 21 18:37:02 smithi077 bash[32640]: debug 2024-05-21T18:37:02.642+0000 7f92563b2700 -1 osd.3 50 *** Got signal Terminated *** 2024-05-21T18:37:02.795 INFO:journalctl@ceph.osd.3.smithi077.stdout:May 21 18:37:02 smithi077 bash[32640]: debug 2024-05-21T18:37:02.642+0000 7f92563b2700 -1 osd.3 50 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-05-21T18:37:06.794 INFO:journalctl@ceph.osd.3.smithi077.stdout:May 21 18:37:06 smithi077 bash[32640]: debug 2024-05-21T18:37:06.382+0000 7f924e99e700 -1 osd.3 50 heartbeat_check: no reply from 172.21.15.16:6806 osd.0 since back 2024-05-21T18:36:40.810266+0000 front 2024-05-21T18:36:40.810374+0000 (oldest deadline 2024-05-21T18:37:06.110006+0000) 2024-05-21T18:37:07.794 INFO:journalctl@ceph.osd.3.smithi077.stdout:May 21 18:37:07 smithi077 bash[32640]: debug 2024-05-21T18:37:07.354+0000 7f924e99e700 -1 osd.3 50 heartbeat_check: no reply from 172.21.15.16:6806 osd.0 since back 2024-05-21T18:36:40.810266+0000 front 2024-05-21T18:36:40.810374+0000 (oldest deadline 2024-05-21T18:37:06.110006+0000) 2024-05-21T18:37:09.044 INFO:journalctl@ceph.osd.3.smithi077.stdout:May 21 18:37:08 smithi077 bash[36518]: ceph-3de35fc8-179f-11ef-bc9a-c7b262605968-osd-3 2024-05-21T18:37:09.044 INFO:journalctl@ceph.osd.3.smithi077.stdout:May 21 18:37:08 smithi077 bash[36583]: Error response from daemon: No such container: ceph-3de35fc8-179f-11ef-bc9a-c7b262605968-osd-3 2024-05-21T18:37:10.360 DEBUG:teuthology.orchestra.run.smithi077:> sudo pkill -f 'journalctl -f -n 0 -u ceph-3de35fc8-179f-11ef-bc9a-c7b262605968@osd.3.service' 2024-05-21T18:37:10.400 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-21T18:37:10.401 INFO:tasks.cephadm.osd.3:Stopped osd.3 2024-05-21T18:37:10.401 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2024-05-21T18:37:10.401 DEBUG:teuthology.orchestra.run.smithi134:> sudo systemctl stop ceph-3de35fc8-179f-11ef-bc9a-c7b262605968@osd.4 2024-05-21T18:37:10.433 DEBUG:teuthology.orchestra.run.smithi134:> sudo pkill -f 'journalctl -f -n 0 -u ceph-3de35fc8-179f-11ef-bc9a-c7b262605968@osd.4.service' 2024-05-21T18:37:10.501 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-21T18:37:10.501 INFO:tasks.cephadm.osd.4:Stopped osd.4 2024-05-21T18:37:10.501 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2024-05-21T18:37:10.501 DEBUG:teuthology.orchestra.run.smithi134:> sudo systemctl stop ceph-3de35fc8-179f-11ef-bc9a-c7b262605968@osd.5 2024-05-21T18:37:10.567 DEBUG:teuthology.orchestra.run.smithi134:> sudo pkill -f 'journalctl -f -n 0 -u ceph-3de35fc8-179f-11ef-bc9a-c7b262605968@osd.5.service' 2024-05-21T18:37:10.638 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-21T18:37:10.638 INFO:tasks.cephadm.osd.5:Stopped osd.5 2024-05-21T18:37:10.638 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 3de35fc8-179f-11ef-bc9a-c7b262605968 --force --keep-logs 2024-05-21T18:37:10.813 INFO:teuthology.orchestra.run.smithi016.stdout:Deleting cluster with fsid: 3de35fc8-179f-11ef-bc9a-c7b262605968 2024-05-21T18:37:13.360 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 3de35fc8-179f-11ef-bc9a-c7b262605968 --force --keep-logs 2024-05-21T18:37:13.521 INFO:teuthology.orchestra.run.smithi077.stdout:Deleting cluster with fsid: 3de35fc8-179f-11ef-bc9a-c7b262605968 2024-05-21T18:37:15.972 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 3de35fc8-179f-11ef-bc9a-c7b262605968 --force --keep-logs 2024-05-21T18:37:16.137 INFO:teuthology.orchestra.run.smithi134.stdout:Deleting cluster with fsid: 3de35fc8-179f-11ef-bc9a-c7b262605968 2024-05-21T18:37:17.685 DEBUG:teuthology.orchestra.run.smithi016:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-05-21T18:37:17.700 DEBUG:teuthology.orchestra.run.smithi077:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-05-21T18:37:17.714 DEBUG:teuthology.orchestra.run.smithi134:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-05-21T18:37:17.728 INFO:tasks.cephadm:Archiving crash dumps... 2024-05-21T18:37:17.730 DEBUG:teuthology.misc:Transferring archived files from smithi016:/var/lib/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/crash to /home/teuthworker/archive/yuriw-2024-05-21_01:07:55-rados-wip-yuri7-testing-2024-05-20-1227-distro-default-smithi/7717579/remote/smithi016/crash 2024-05-21T18:37:17.731 DEBUG:teuthology.orchestra.run.smithi016:> sudo tar c -f - -C /var/lib/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/crash -- . 2024-05-21T18:37:17.754 INFO:teuthology.orchestra.run.smithi016.stderr:tar: /var/lib/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/crash: Cannot open: No such file or directory 2024-05-21T18:37:17.755 INFO:teuthology.orchestra.run.smithi016.stderr:tar: Error is not recoverable: exiting now 2024-05-21T18:37:17.757 DEBUG:teuthology.misc:Transferring archived files from smithi077:/var/lib/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/crash to /home/teuthworker/archive/yuriw-2024-05-21_01:07:55-rados-wip-yuri7-testing-2024-05-20-1227-distro-default-smithi/7717579/remote/smithi077/crash 2024-05-21T18:37:17.758 DEBUG:teuthology.orchestra.run.smithi077:> sudo tar c -f - -C /var/lib/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/crash -- . 2024-05-21T18:37:17.770 INFO:teuthology.orchestra.run.smithi077.stderr:tar: /var/lib/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/crash: Cannot open: No such file or directory 2024-05-21T18:37:17.770 INFO:teuthology.orchestra.run.smithi077.stderr:tar: Error is not recoverable: exiting now 2024-05-21T18:37:17.773 DEBUG:teuthology.misc:Transferring archived files from smithi134:/var/lib/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/crash to /home/teuthworker/archive/yuriw-2024-05-21_01:07:55-rados-wip-yuri7-testing-2024-05-20-1227-distro-default-smithi/7717579/remote/smithi134/crash 2024-05-21T18:37:17.774 DEBUG:teuthology.orchestra.run.smithi134:> sudo tar c -f - -C /var/lib/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/crash -- . 2024-05-21T18:37:17.785 INFO:teuthology.orchestra.run.smithi134.stderr:tar: /var/lib/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/crash: Cannot open: No such file or directory 2024-05-21T18:37:17.786 INFO:teuthology.orchestra.run.smithi134.stderr:tar: Error is not recoverable: exiting now 2024-05-21T18:37:17.787 INFO:tasks.cephadm:Checking cluster log for badness... 2024-05-21T18:37:17.787 DEBUG:teuthology.orchestra.run.smithi016:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/3de35fc8-179f-11ef-bc9a-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' | egrep -v CEPHADM_STRAY_HOST | egrep -v CEPHADM_STRAY_DAEMON | head -n 1 2024-05-21T18:37:17.814 INFO:tasks.cephadm:Compressing logs... 2024-05-21T18:37:17.815 DEBUG:teuthology.orchestra.run.smithi016:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-05-21T18:37:17.857 DEBUG:teuthology.orchestra.run.smithi077:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-05-21T18:37:17.859 DEBUG:teuthology.orchestra.run.smithi134:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-05-21T18:37:17.865 INFO:teuthology.orchestra.run.smithi016.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-05-21T18:37:17.869 INFO:teuthology.orchestra.run.smithi077.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-05-21T18:37:17.872 INFO:teuthology.orchestra.run.smithi134.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-05-21T18:37:17.883 INFO:teuthology.orchestra.run.smithi016.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-05-21T18:37:17.884 INFO:teuthology.orchestra.run.smithi016.stderr:gzip -5 --verbose -- /var/log/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/ceph-osd.0.log 2024-05-21T18:37:17.884 INFO:teuthology.orchestra.run.smithi016.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/ceph-mon.a.log 2024-05-21T18:37:17.884 INFO:teuthology.orchestra.run.smithi134.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-05-21T18:37:17.885 INFO:teuthology.orchestra.run.smithi016.stderr:/var/log/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/ceph.cephadm.log 2024-05-21T18:37:17.885 INFO:teuthology.orchestra.run.smithi016.stderr:/var/log/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/ceph-mon.a.log: gzip -5 --verbose -- /var/log/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/ceph-osd.1.log 2024-05-21T18:37:17.885 INFO:teuthology.orchestra.run.smithi016.stderr:/var/log/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/ceph.log 2024-05-21T18:37:17.889 INFO:teuthology.orchestra.run.smithi016.stderr: 82.8% -- replaced with /var/log/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/ceph.cephadm.log.gz 2024-05-21T18:37:17.889 INFO:teuthology.orchestra.run.smithi016.stderr:/var/log/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/ceph-volume.log 2024-05-21T18:37:17.889 INFO:teuthology.orchestra.run.smithi016.stderr:gzip -5 --verbose -- /var/log/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/ceph.audit.log 2024-05-21T18:37:17.890 INFO:teuthology.orchestra.run.smithi016.stderr:/var/log/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/ceph.log: /var/log/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/ceph-mgr.a.log 2024-05-21T18:37:17.890 INFO:teuthology.orchestra.run.smithi016.stderr: 89.7%/var/log/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/ceph.audit.log: -- replaced with /var/log/ceph/cephadm.log.gz 2024-05-21T18:37:17.890 INFO:teuthology.orchestra.run.smithi016.stderr: 87.1% -- replaced with /var/log/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/ceph.log.gz 2024-05-21T18:37:17.890 INFO:teuthology.orchestra.run.smithi016.stderr:/var/log/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/ceph-mgr.a.log: 89.8% -- replaced with /var/log/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/ceph.audit.log.gz 2024-05-21T18:37:17.890 INFO:teuthology.orchestra.run.smithi134.stderr:gzip -5 --verbose -- /var/log/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/ceph.cephadm.log 2024-05-21T18:37:17.890 INFO:teuthology.orchestra.run.smithi134.stderr:gzip -5 --verbose -- /var/log/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/ceph-osd.5.log 2024-05-21T18:37:17.890 INFO:teuthology.orchestra.run.smithi134.stderr:/var/log/ceph/cephadm.log: /var/log/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/ceph.log 2024-05-21T18:37:17.890 INFO:teuthology.orchestra.run.smithi134.stderr: 80.2% -- replaced with /var/log/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/ceph.cephadm.log.gz 2024-05-21T18:37:17.890 INFO:teuthology.orchestra.run.smithi134.stderr:/var/log/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/ceph-osd.5.log: gzip -5 --verbose -- /var/log/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/ceph-volume.log 2024-05-21T18:37:17.890 INFO:teuthology.orchestra.run.smithi134.stderr:/var/log/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/ceph-mon.c.log 2024-05-21T18:37:17.890 INFO:teuthology.orchestra.run.smithi134.stderr:/var/log/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/ceph.audit.log 2024-05-21T18:37:17.891 INFO:teuthology.orchestra.run.smithi134.stderr: 87.5% -- replaced with /var/log/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/ceph.log.gz 2024-05-21T18:37:17.891 INFO:teuthology.orchestra.run.smithi134.stderr:/var/log/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/ceph-mon.c.log: gzip -5 --verbose -- /var/log/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/ceph-osd.4.log 2024-05-21T18:37:17.891 INFO:teuthology.orchestra.run.smithi134.stderr:/var/log/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/ceph.audit.log: /var/log/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/ceph-osd.4.log: 88.7% -- replaced with /var/log/ceph/cephadm.log.gz 2024-05-21T18:37:17.891 INFO:teuthology.orchestra.run.smithi134.stderr: 90.0% -- replaced with /var/log/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/ceph.audit.log.gz 2024-05-21T18:37:17.892 INFO:teuthology.orchestra.run.smithi077.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-05-21T18:37:17.892 INFO:teuthology.orchestra.run.smithi077.stderr:gzip -5 --verbose -- /var/log/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/ceph-osd.2.log 2024-05-21T18:37:17.892 INFO:teuthology.orchestra.run.smithi077.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/ceph.cephadm.log 2024-05-21T18:37:17.892 INFO:teuthology.orchestra.run.smithi077.stderr:/var/log/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/ceph-osd.3.log 2024-05-21T18:37:17.892 INFO:teuthology.orchestra.run.smithi077.stderr:/var/log/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/ceph.log 2024-05-21T18:37:17.892 INFO:teuthology.orchestra.run.smithi077.stderr:/var/log/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/ceph-osd.3.log: 82.2% -- replaced with /var/log/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/ceph.cephadm.log.gz 2024-05-21T18:37:17.893 INFO:teuthology.orchestra.run.smithi016.stderr: 91.1% -- replaced with /var/log/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/ceph-volume.log.gz 2024-05-21T18:37:17.894 INFO:teuthology.orchestra.run.smithi077.stderr:gzip -5 --verbose -- /var/log/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/ceph-volume.log 2024-05-21T18:37:17.894 INFO:teuthology.orchestra.run.smithi077.stderr:gzip -5 --verbose -- /var/log/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/ceph-mgr.b.log 2024-05-21T18:37:17.894 INFO:teuthology.orchestra.run.smithi077.stderr:/var/log/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/ceph.log: 89.4% -- replaced with /var/log/ceph/cephadm.log.gz 2024-05-21T18:37:17.894 INFO:teuthology.orchestra.run.smithi077.stderr:/var/log/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/ceph.audit.log 2024-05-21T18:37:17.895 INFO:teuthology.orchestra.run.smithi077.stderr:/var/log/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/ceph-mgr.b.log: gzip -5 --verbose -- /var/log/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/ceph-mon.b.log 2024-05-21T18:37:17.895 INFO:teuthology.orchestra.run.smithi077.stderr:/var/log/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/ceph.audit.log: 86.9% -- replaced with /var/log/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/ceph.log.gz 2024-05-21T18:37:17.895 INFO:teuthology.orchestra.run.smithi077.stderr:/var/log/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/ceph-mon.b.log: 90.0% -- replaced with /var/log/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/ceph.audit.log.gz 2024-05-21T18:37:17.895 INFO:teuthology.orchestra.run.smithi077.stderr: 91.2% -- replaced with /var/log/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/ceph-volume.log.gz 2024-05-21T18:37:17.895 INFO:teuthology.orchestra.run.smithi134.stderr: 91.2% -- replaced with /var/log/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/ceph-volume.log.gz 2024-05-21T18:37:17.895 INFO:teuthology.orchestra.run.smithi077.stderr: 91.6% -- replaced with /var/log/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/ceph-mgr.b.log.gz 2024-05-21T18:37:17.921 INFO:teuthology.orchestra.run.smithi134.stderr: 92.8% -- replaced with /var/log/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/ceph-osd.4.log.gz 2024-05-21T18:37:17.929 INFO:teuthology.orchestra.run.smithi134.stderr: 92.7% -- replaced with /var/log/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/ceph-osd.5.log.gz 2024-05-21T18:37:17.935 INFO:teuthology.orchestra.run.smithi016.stderr: 93.2% -- replaced with /var/log/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/ceph-osd.1.log.gz 2024-05-21T18:37:17.940 INFO:teuthology.orchestra.run.smithi016.stderr: 93.0% -- replaced with /var/log/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/ceph-osd.0.log.gz 2024-05-21T18:37:17.957 INFO:teuthology.orchestra.run.smithi077.stderr: 92.8% -- replaced with /var/log/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/ceph-osd.3.log.gz 2024-05-21T18:37:17.966 INFO:teuthology.orchestra.run.smithi077.stderr: 93.2% -- replaced with /var/log/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/ceph-osd.2.log.gz 2024-05-21T18:37:17.969 INFO:teuthology.orchestra.run.smithi016.stderr: 90.0% -- replaced with /var/log/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/ceph-mgr.a.log.gz 2024-05-21T18:37:17.982 INFO:teuthology.orchestra.run.smithi134.stderr: 93.2% -- replaced with /var/log/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/ceph-mon.c.log.gz 2024-05-21T18:37:17.983 INFO:teuthology.orchestra.run.smithi134.stderr: 2024-05-21T18:37:17.984 INFO:teuthology.orchestra.run.smithi134.stderr:real 0m0.119s 2024-05-21T18:37:17.984 INFO:teuthology.orchestra.run.smithi134.stderr:user 0m0.191s 2024-05-21T18:37:17.984 INFO:teuthology.orchestra.run.smithi134.stderr:sys 0m0.018s 2024-05-21T18:37:18.006 INFO:teuthology.orchestra.run.smithi077.stderr: 92.6% -- replaced with /var/log/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/ceph-mon.b.log.gz 2024-05-21T18:37:18.007 INFO:teuthology.orchestra.run.smithi077.stderr: 2024-05-21T18:37:18.007 INFO:teuthology.orchestra.run.smithi077.stderr:real 0m0.146s 2024-05-21T18:37:18.007 INFO:teuthology.orchestra.run.smithi077.stderr:user 0m0.281s 2024-05-21T18:37:18.007 INFO:teuthology.orchestra.run.smithi077.stderr:sys 0m0.025s 2024-05-21T18:37:18.183 INFO:teuthology.orchestra.run.smithi016.stderr: 91.0% -- replaced with /var/log/ceph/3de35fc8-179f-11ef-bc9a-c7b262605968/ceph-mon.a.log.gz 2024-05-21T18:37:18.184 INFO:teuthology.orchestra.run.smithi016.stderr: 2024-05-21T18:37:18.184 INFO:teuthology.orchestra.run.smithi016.stderr:real 0m0.325s 2024-05-21T18:37:18.184 INFO:teuthology.orchestra.run.smithi016.stderr:user 0m0.480s 2024-05-21T18:37:18.184 INFO:teuthology.orchestra.run.smithi016.stderr:sys 0m0.041s 2024-05-21T18:37:18.186 INFO:tasks.cephadm:Archiving logs... 2024-05-21T18:37:18.186 DEBUG:teuthology.misc:Transferring archived files from smithi016:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-05-21_01:07:55-rados-wip-yuri7-testing-2024-05-20-1227-distro-default-smithi/7717579/remote/smithi016/log 2024-05-21T18:37:18.188 DEBUG:teuthology.orchestra.run.smithi016:> sudo tar c -f - -C /var/log/ceph -- . 2024-05-21T18:37:18.337 DEBUG:teuthology.misc:Transferring archived files from smithi077:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-05-21_01:07:55-rados-wip-yuri7-testing-2024-05-20-1227-distro-default-smithi/7717579/remote/smithi077/log 2024-05-21T18:37:18.338 DEBUG:teuthology.orchestra.run.smithi077:> sudo tar c -f - -C /var/log/ceph -- . 2024-05-21T18:37:18.389 DEBUG:teuthology.misc:Transferring archived files from smithi134:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-05-21_01:07:55-rados-wip-yuri7-testing-2024-05-20-1227-distro-default-smithi/7717579/remote/smithi134/log 2024-05-21T18:37:18.389 DEBUG:teuthology.orchestra.run.smithi134:> sudo tar c -f - -C /var/log/ceph -- . 2024-05-21T18:37:18.425 INFO:tasks.cephadm:Removing cluster... 2024-05-21T18:37:18.425 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 3de35fc8-179f-11ef-bc9a-c7b262605968 --force 2024-05-21T18:37:18.601 INFO:teuthology.orchestra.run.smithi016.stdout:Deleting cluster with fsid: 3de35fc8-179f-11ef-bc9a-c7b262605968 2024-05-21T18:37:19.970 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 3de35fc8-179f-11ef-bc9a-c7b262605968 --force 2024-05-21T18:37:20.131 INFO:teuthology.orchestra.run.smithi077.stdout:Deleting cluster with fsid: 3de35fc8-179f-11ef-bc9a-c7b262605968 2024-05-21T18:37:21.467 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 3de35fc8-179f-11ef-bc9a-c7b262605968 --force 2024-05-21T18:37:21.638 INFO:teuthology.orchestra.run.smithi134.stdout:Deleting cluster with fsid: 3de35fc8-179f-11ef-bc9a-c7b262605968 2024-05-21T18:37:22.989 INFO:tasks.cephadm:Removing cephadm ... 2024-05-21T18:37:22.990 DEBUG:teuthology.orchestra.run.smithi016:> rm -rf /home/ubuntu/cephtest/cephadm 2024-05-21T18:37:22.996 DEBUG:teuthology.orchestra.run.smithi077:> rm -rf /home/ubuntu/cephtest/cephadm 2024-05-21T18:37:23.004 DEBUG:teuthology.orchestra.run.smithi134:> rm -rf /home/ubuntu/cephtest/cephadm 2024-05-21T18:37:23.009 INFO:tasks.cephadm:Teardown complete 2024-05-21T18:37:23.010 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-05-21T18:37:23.019 INFO:teuthology.task.install.util:Removing shipped files: /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer... 2024-05-21T18:37:23.019 DEBUG:teuthology.orchestra.run.smithi016:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-05-21T18:37:23.041 DEBUG:teuthology.orchestra.run.smithi077:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-05-21T18:37:23.048 DEBUG:teuthology.orchestra.run.smithi134:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-05-21T18:37:23.137 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-05-21T18:37:23.146 INFO:teuthology.task.clock:Checking final clock skew... 2024-05-21T18:37:23.146 DEBUG:teuthology.orchestra.run.smithi016:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-21T18:37:23.149 DEBUG:teuthology.orchestra.run.smithi077:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-21T18:37:23.151 DEBUG:teuthology.orchestra.run.smithi134:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-21T18:37:23.160 INFO:teuthology.orchestra.run.smithi016.stdout: remote refid st t when poll reach delay offset jitter 2024-05-21T18:37:23.160 INFO:teuthology.orchestra.run.smithi016.stdout:============================================================================== 2024-05-21T18:37:23.160 INFO:teuthology.orchestra.run.smithi016.stdout:*hv01.front.sepi 67.205.162.81 3 u 49 64 377 0.103 -3.046 1.215 2024-05-21T18:37:23.160 INFO:teuthology.orchestra.run.smithi016.stdout:+hv02.front.sepi 63.231.80.2 3 u 53 64 377 0.098 -0.532 1.435 2024-05-21T18:37:23.160 INFO:teuthology.orchestra.run.smithi016.stdout:+hv03.front.sepi 74.6.168.72 3 u 63 64 377 0.100 -3.492 0.846 2024-05-21T18:37:23.160 INFO:teuthology.orchestra.run.smithi016.stdout: hv04.front.sepi .INIT. 16 u - 256 0 0.000 +0.000 0.000 2024-05-21T18:37:23.162 INFO:teuthology.orchestra.run.smithi077.stdout: remote refid st t when poll reach delay offset jitter 2024-05-21T18:37:23.162 INFO:teuthology.orchestra.run.smithi077.stdout:============================================================================== 2024-05-21T18:37:23.162 INFO:teuthology.orchestra.run.smithi077.stdout:*hv01.front.sepi 67.205.162.81 3 u 63 64 377 0.110 -3.801 1.536 2024-05-21T18:37:23.162 INFO:teuthology.orchestra.run.smithi077.stdout:+hv02.front.sepi 63.231.80.2 3 u 2 64 377 0.105 -3.842 1.085 2024-05-21T18:37:23.162 INFO:teuthology.orchestra.run.smithi077.stdout:+hv03.front.sepi 74.6.168.72 3 u 62 64 377 0.088 -6.795 1.222 2024-05-21T18:37:23.162 INFO:teuthology.orchestra.run.smithi077.stdout: hv04.front.sepi .INIT. 16 u - 256 0 0.000 +0.000 0.000 2024-05-21T18:37:23.163 INFO:teuthology.orchestra.run.smithi134.stdout: remote refid st t when poll reach delay offset jitter 2024-05-21T18:37:23.163 INFO:teuthology.orchestra.run.smithi134.stdout:============================================================================== 2024-05-21T18:37:23.164 INFO:teuthology.orchestra.run.smithi134.stdout:*hv01.front.sepi 67.205.162.81 3 u - 64 377 0.096 -7.554 4.164 2024-05-21T18:37:23.164 INFO:teuthology.orchestra.run.smithi134.stdout:+hv02.front.sepi 63.231.80.2 3 u 7 64 377 0.100 -0.397 4.173 2024-05-21T18:37:23.164 INFO:teuthology.orchestra.run.smithi134.stdout:+hv03.front.sepi 74.6.168.72 3 u - 64 377 0.081 -8.870 4.249 2024-05-21T18:37:23.164 INFO:teuthology.orchestra.run.smithi134.stdout: hv04.front.sepi .INIT. 16 u - 512 0 0.000 +0.000 0.000 2024-05-21T18:37:23.164 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-05-21T18:37:23.173 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-05-21T18:37:23.173 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-05-21T18:37:23.181 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-05-21T18:37:23.189 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-05-21T18:37:23.198 INFO:teuthology.task.internal:Duration was 1418.529186 seconds 2024-05-21T18:37:23.199 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-05-21T18:37:23.207 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-05-21T18:37:23.207 DEBUG:teuthology.orchestra.run.smithi016:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-05-21T18:37:23.210 DEBUG:teuthology.orchestra.run.smithi077:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-05-21T18:37:23.212 DEBUG:teuthology.orchestra.run.smithi134:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-05-21T18:37:23.248 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-05-21T18:37:23.248 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi016.front.sepia.ceph.com 2024-05-21T18:37:23.248 DEBUG:teuthology.orchestra.run.smithi016:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-05-21T18:37:23.296 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi077.front.sepia.ceph.com 2024-05-21T18:37:23.296 DEBUG:teuthology.orchestra.run.smithi077:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-05-21T18:37:23.307 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi134.front.sepia.ceph.com 2024-05-21T18:37:23.307 DEBUG:teuthology.orchestra.run.smithi134:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-05-21T18:37:23.317 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-05-21T18:37:23.317 DEBUG:teuthology.orchestra.run.smithi016:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-05-21T18:37:23.341 DEBUG:teuthology.orchestra.run.smithi077:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-05-21T18:37:23.357 DEBUG:teuthology.orchestra.run.smithi134:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-05-21T18:37:23.397 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-05-21T18:37:23.397 DEBUG:teuthology.orchestra.run.smithi016:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-05-21T18:37:23.421 DEBUG:teuthology.orchestra.run.smithi077:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-05-21T18:37:23.435 DEBUG:teuthology.orchestra.run.smithi134:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-05-21T18:37:23.526 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-05-21T18:37:23.535 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-05-21T18:37:23.536 DEBUG:teuthology.orchestra.run.smithi016:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-05-21T18:37:23.548 DEBUG:teuthology.orchestra.run.smithi077:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-05-21T18:37:23.561 DEBUG:teuthology.orchestra.run.smithi134:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-05-21T18:37:23.574 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-05-21T18:37:23.583 DEBUG:teuthology.orchestra.run.smithi016:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-05-21T18:37:23.592 DEBUG:teuthology.orchestra.run.smithi077:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-05-21T18:37:23.601 INFO:teuthology.orchestra.run.smithi016.stdout:kernel.core_pattern = core 2024-05-21T18:37:23.608 DEBUG:teuthology.orchestra.run.smithi134:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-05-21T18:37:23.618 INFO:teuthology.orchestra.run.smithi077.stdout:kernel.core_pattern = core 2024-05-21T18:37:23.627 INFO:teuthology.orchestra.run.smithi134.stdout:kernel.core_pattern = core 2024-05-21T18:37:23.724 DEBUG:teuthology.orchestra.run.smithi016:> test -e /home/ubuntu/cephtest/archive/coredump 2024-05-21T18:37:23.728 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-21T18:37:23.729 DEBUG:teuthology.orchestra.run.smithi077:> test -e /home/ubuntu/cephtest/archive/coredump 2024-05-21T18:37:23.733 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-21T18:37:23.734 DEBUG:teuthology.orchestra.run.smithi134:> test -e /home/ubuntu/cephtest/archive/coredump 2024-05-21T18:37:23.768 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-21T18:37:23.769 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-05-21T18:37:23.779 INFO:teuthology.task.internal:Transferring archived files... 2024-05-21T18:37:23.779 DEBUG:teuthology.misc:Transferring archived files from smithi016:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-05-21_01:07:55-rados-wip-yuri7-testing-2024-05-20-1227-distro-default-smithi/7717579/remote/smithi016 2024-05-21T18:37:23.780 DEBUG:teuthology.orchestra.run.smithi016:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-05-21T18:37:23.803 DEBUG:teuthology.misc:Transferring archived files from smithi077:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-05-21_01:07:55-rados-wip-yuri7-testing-2024-05-20-1227-distro-default-smithi/7717579/remote/smithi077 2024-05-21T18:37:23.803 DEBUG:teuthology.orchestra.run.smithi077:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-05-21T18:37:23.825 DEBUG:teuthology.misc:Transferring archived files from smithi134:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-05-21_01:07:55-rados-wip-yuri7-testing-2024-05-20-1227-distro-default-smithi/7717579/remote/smithi134 2024-05-21T18:37:23.825 DEBUG:teuthology.orchestra.run.smithi134:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-05-21T18:37:23.851 INFO:teuthology.task.internal:Removing archive directory... 2024-05-21T18:37:23.851 DEBUG:teuthology.orchestra.run.smithi016:> rm -rf -- /home/ubuntu/cephtest/archive 2024-05-21T18:37:23.853 DEBUG:teuthology.orchestra.run.smithi077:> rm -rf -- /home/ubuntu/cephtest/archive 2024-05-21T18:37:23.868 DEBUG:teuthology.orchestra.run.smithi134:> rm -rf -- /home/ubuntu/cephtest/archive 2024-05-21T18:37:23.893 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-05-21T18:37:23.903 INFO:teuthology.task.internal:Not uploading archives. 2024-05-21T18:37:23.903 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-05-21T18:37:23.941 INFO:teuthology.task.internal:Tidying up after the test... 2024-05-21T18:37:23.942 DEBUG:teuthology.orchestra.run.smithi016:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-05-21T18:37:23.944 DEBUG:teuthology.orchestra.run.smithi077:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-05-21T18:37:23.947 DEBUG:teuthology.orchestra.run.smithi134:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-05-21T18:37:23.948 INFO:teuthology.orchestra.run.smithi016.stdout: 658634 4 drwxr-xr-x 2 ubuntu ubuntu 4096 May 21 18:37 /home/ubuntu/cephtest 2024-05-21T18:37:23.950 INFO:teuthology.orchestra.run.smithi077.stdout: 658637 4 drwxr-xr-x 2 ubuntu ubuntu 4096 May 21 18:37 /home/ubuntu/cephtest 2024-05-21T18:37:23.953 INFO:teuthology.orchestra.run.smithi134.stdout: 658639 4 drwxr-xr-x 2 ubuntu ubuntu 4096 May 21 18:37 /home/ubuntu/cephtest 2024-05-21T18:37:23.954 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-05-21T18:37:23.969 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-05-21T18:37:24.049 INFO:teuthology.run:Summary data: description: rados/cephadm/workunits/{0-distro/ubuntu_22.04 agent/off mon_election/classic task/test_host_drain} duration: 1418.5291864871979 flavor: default owner: scheduled_yuriw@teuthology success: true 2024-05-21T18:37:24.050 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-05-21T18:37:24.127 INFO:teuthology.run:pass