2024-06-18T12:16:05.341 INFO:root:teuthology version: 0.0.1.dev325+g8e97141 2024-06-18T12:16:05.342 DEBUG:teuthology.run:Teuthology command: teuthology --verbose --name teuthology-2024-06-17_21:08:03-orch-squid-distro-default-smithi --description orch/cephadm/workunits/{0-distro/ubuntu_22.04 agent/on mon_election/connectivity task/test_host_drain} --archive /home/teuthworker/archive/teuthology-2024-06-17_21:08:03-orch-squid-distro-default-smithi/7760516 --owner scheduled_teuthology@teuthology -- /home/teuthworker/archive/teuthology-2024-06-17_21:08:03-orch-squid-distro-default-smithi/7760516/orig.config.yaml 2024-06-18T12:16:05.369 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-06-18T12:16:05.449 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/teuthology-2024-06-17_21:08:03-orch-squid-distro-default-smithi/7760516 branch: squid description: orch/cephadm/workunits/{0-distro/ubuntu_22.04 agent/on mon_election/connectivity task/test_host_drain} email: ceph-qa@ceph.com first_in_suite: false job_id: '7760516' kernel: kdb: 1 sha1: distro ktype: distro last_in_suite: false machine_type: smithi name: teuthology-2024-06-17_21:08:03-orch-squid-distro-default-smithi no_nested_subset: false os_type: ubuntu os_version: '22.04' overrides: admin_socket: branch: squid ceph: conf: global: mon election default strategy: 3 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: true mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) - MON_DOWN - mons down - mon down - out of quorum log-only-match: - CEPHADM_ sha1: 3781e3a592387d16e8020f5db99cdee4198f6d00 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 3781e3a592387d16e8020f5db99cdee4198f6d00 workunit: branch: squid sha1: f18f3f1cbd11e4a41c557e616d172f24deb91473 owner: scheduled_teuthology@teuthology priority: 100 repo: https://git.ceph.com/ceph.git roles: - - host.a - mon.a - mgr.a - osd.0 - osd.1 - - host.b - mon.b - mgr.b - osd.2 - osd.3 - - host.c - mon.c - osd.4 - osd.5 seed: 4712 sha1: 3781e3a592387d16e8020f5db99cdee4198f6d00 sleep_before_teardown: 0 subset: 61/64 suite: orch suite_branch: squid suite_path: /home/teuthworker/src/git.ceph.com_ceph_f18f3f1cbd11e4a41c557e616d172f24deb91473/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph.git suite_sha1: f18f3f1cbd11e4a41c557e616d172f24deb91473 targets: smithi089.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDgE1JXgdl5OBV45hG+KKebh30fo7k8KxyIiPOOYEh3DBK5EzIJEUsaUXG8Xn490eni8VDB6MvKvEk0/QaazV+U= smithi098.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGybt+uBsdfT/738hKrkHN9nUYDtX9EMJD1Y8sY76e7e+j7kedEJuIvH+x5cT5hU+2gmbuR5/Fa6wY8jbY3WAjs= smithi131.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNH5OzCo3qdeuR0fltMmjYmb1Ft9p1P5YVfwi0oVhWgsgNs5HgunBQcT7R/cmG0QTl32KDlPVYj688XQcDtgvfc= 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: 8e9714173de9e92c97e8ef1045d333e96b793454 timestamp: 2024-06-17_21:08:03 tube: smithi user: teuthology verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2698841 2024-06-18T12:16:05.450 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph_f18f3f1cbd11e4a41c557e616d172f24deb91473/qa; will attempt to use it 2024-06-18T12:16:05.450 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph_f18f3f1cbd11e4a41c557e616d172f24deb91473/qa/tasks 2024-06-18T12:16:05.450 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-06-18T12:16:05.452 INFO:teuthology.task.internal:Checking packages... 2024-06-18T12:16:05.470 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash '3781e3a592387d16e8020f5db99cdee4198f6d00' 2024-06-18T12:16:05.471 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-06-18T12:16:05.471 INFO:teuthology.packaging:ref: None 2024-06-18T12:16:05.471 INFO:teuthology.packaging:tag: None 2024-06-18T12:16:05.471 INFO:teuthology.packaging:branch: squid 2024-06-18T12:16:05.471 INFO:teuthology.packaging:sha1: 3781e3a592387d16e8020f5db99cdee4198f6d00 2024-06-18T12:16:05.471 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&ref=squid 2024-06-18T12:16:05.789 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-3145-gf18f3f1c-1jammy 2024-06-18T12:16:05.790 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-06-18T12:16:05.796 INFO:teuthology.task.internal:no buildpackages task found 2024-06-18T12:16:05.796 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-06-18T12:16:05.803 INFO:teuthology.task.internal:Saving configuration 2024-06-18T12:16:05.813 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-06-18T12:16:05.820 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-06-18T12:16:05.845 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi089.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-06-17_21:08:03-orch-squid-distro-default-smithi/7760516', '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-06-18 12:10:27.325762', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINQsBv5si32y3zAlo3zaK00LZlpadO7U1QpQoX8MQFWP'} 2024-06-18T12:16:05.869 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi098.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-06-17_21:08:03-orch-squid-distro-default-smithi/7760516', '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-06-18 12:10:27.327360', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILwsau/cmoJkHQ/L61Xh4gtkJOxh94ztirU4vrSMcwNV'} 2024-06-18T12:16:05.891 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi131.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-06-17_21:08:03-orch-squid-distro-default-smithi/7760516', '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-06-18 12:10:27.328615', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJ8F+FevbXGHTs3wbfS90CTwbs8nSu6SRZwRcZaRYu8X'} 2024-06-18T12:16:05.892 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-06-18T12:16:05.898 INFO:teuthology.task.internal:roles: ubuntu@smithi089.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0', 'osd.1'] 2024-06-18T12:16:05.898 INFO:teuthology.task.internal:roles: ubuntu@smithi098.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.2', 'osd.3'] 2024-06-18T12:16:05.898 INFO:teuthology.task.internal:roles: ubuntu@smithi131.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.4', 'osd.5'] 2024-06-18T12:16:05.898 INFO:teuthology.run_tasks:Running task console_log... 2024-06-18T12:16:05.982 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f17217f2cb0>, signals=[15]) 2024-06-18T12:16:05.982 INFO:teuthology.run_tasks:Running task internal.connect... 2024-06-18T12:16:05.989 INFO:teuthology.task.internal:Opening connections... 2024-06-18T12:16:05.989 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi089.front.sepia.ceph.com 2024-06-18T12:16:05.990 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi089.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-06-18T12:16:06.069 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi098.front.sepia.ceph.com 2024-06-18T12:16:06.070 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi098.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-06-18T12:16:06.146 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi131.front.sepia.ceph.com 2024-06-18T12:16:06.147 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi131.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-06-18T12:16:06.225 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-06-18T12:16:06.232 DEBUG:teuthology.orchestra.run.smithi089:> uname -m 2024-06-18T12:16:06.237 INFO:teuthology.orchestra.run.smithi089.stdout:x86_64 2024-06-18T12:16:06.238 DEBUG:teuthology.orchestra.run.smithi089:> cat /etc/os-release 2024-06-18T12:16:06.284 INFO:teuthology.orchestra.run.smithi089.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-06-18T12:16:06.285 INFO:teuthology.orchestra.run.smithi089.stdout:NAME="Ubuntu" 2024-06-18T12:16:06.285 INFO:teuthology.orchestra.run.smithi089.stdout:VERSION_ID="22.04" 2024-06-18T12:16:06.285 INFO:teuthology.orchestra.run.smithi089.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-06-18T12:16:06.285 INFO:teuthology.orchestra.run.smithi089.stdout:VERSION_CODENAME=jammy 2024-06-18T12:16:06.285 INFO:teuthology.orchestra.run.smithi089.stdout:ID=ubuntu 2024-06-18T12:16:06.285 INFO:teuthology.orchestra.run.smithi089.stdout:ID_LIKE=debian 2024-06-18T12:16:06.285 INFO:teuthology.orchestra.run.smithi089.stdout:HOME_URL="https://www.ubuntu.com/" 2024-06-18T12:16:06.285 INFO:teuthology.orchestra.run.smithi089.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-06-18T12:16:06.285 INFO:teuthology.orchestra.run.smithi089.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-06-18T12:16:06.285 INFO:teuthology.orchestra.run.smithi089.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-06-18T12:16:06.285 INFO:teuthology.orchestra.run.smithi089.stdout:UBUNTU_CODENAME=jammy 2024-06-18T12:16:06.286 INFO:teuthology.lock.ops:Updating smithi089.front.sepia.ceph.com on lock server 2024-06-18T12:16:06.304 DEBUG:teuthology.orchestra.run.smithi098:> uname -m 2024-06-18T12:16:06.310 INFO:teuthology.orchestra.run.smithi098.stdout:x86_64 2024-06-18T12:16:06.310 DEBUG:teuthology.orchestra.run.smithi098:> cat /etc/os-release 2024-06-18T12:16:06.357 INFO:teuthology.orchestra.run.smithi098.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-06-18T12:16:06.357 INFO:teuthology.orchestra.run.smithi098.stdout:NAME="Ubuntu" 2024-06-18T12:16:06.357 INFO:teuthology.orchestra.run.smithi098.stdout:VERSION_ID="22.04" 2024-06-18T12:16:06.357 INFO:teuthology.orchestra.run.smithi098.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-06-18T12:16:06.357 INFO:teuthology.orchestra.run.smithi098.stdout:VERSION_CODENAME=jammy 2024-06-18T12:16:06.357 INFO:teuthology.orchestra.run.smithi098.stdout:ID=ubuntu 2024-06-18T12:16:06.357 INFO:teuthology.orchestra.run.smithi098.stdout:ID_LIKE=debian 2024-06-18T12:16:06.357 INFO:teuthology.orchestra.run.smithi098.stdout:HOME_URL="https://www.ubuntu.com/" 2024-06-18T12:16:06.358 INFO:teuthology.orchestra.run.smithi098.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-06-18T12:16:06.358 INFO:teuthology.orchestra.run.smithi098.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-06-18T12:16:06.358 INFO:teuthology.orchestra.run.smithi098.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-06-18T12:16:06.358 INFO:teuthology.orchestra.run.smithi098.stdout:UBUNTU_CODENAME=jammy 2024-06-18T12:16:06.358 INFO:teuthology.lock.ops:Updating smithi098.front.sepia.ceph.com on lock server 2024-06-18T12:16:06.387 DEBUG:teuthology.orchestra.run.smithi131:> uname -m 2024-06-18T12:16:06.393 INFO:teuthology.orchestra.run.smithi131.stdout:x86_64 2024-06-18T12:16:06.393 DEBUG:teuthology.orchestra.run.smithi131:> cat /etc/os-release 2024-06-18T12:16:06.439 INFO:teuthology.orchestra.run.smithi131.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-06-18T12:16:06.440 INFO:teuthology.orchestra.run.smithi131.stdout:NAME="Ubuntu" 2024-06-18T12:16:06.440 INFO:teuthology.orchestra.run.smithi131.stdout:VERSION_ID="22.04" 2024-06-18T12:16:06.440 INFO:teuthology.orchestra.run.smithi131.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-06-18T12:16:06.440 INFO:teuthology.orchestra.run.smithi131.stdout:VERSION_CODENAME=jammy 2024-06-18T12:16:06.440 INFO:teuthology.orchestra.run.smithi131.stdout:ID=ubuntu 2024-06-18T12:16:06.440 INFO:teuthology.orchestra.run.smithi131.stdout:ID_LIKE=debian 2024-06-18T12:16:06.440 INFO:teuthology.orchestra.run.smithi131.stdout:HOME_URL="https://www.ubuntu.com/" 2024-06-18T12:16:06.440 INFO:teuthology.orchestra.run.smithi131.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-06-18T12:16:06.440 INFO:teuthology.orchestra.run.smithi131.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-06-18T12:16:06.440 INFO:teuthology.orchestra.run.smithi131.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-06-18T12:16:06.440 INFO:teuthology.orchestra.run.smithi131.stdout:UBUNTU_CODENAME=jammy 2024-06-18T12:16:06.441 INFO:teuthology.lock.ops:Updating smithi131.front.sepia.ceph.com on lock server 2024-06-18T12:16:06.462 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-06-18T12:16:06.471 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-06-18T12:16:06.476 INFO:teuthology.task.internal:Checking for old test directory... 2024-06-18T12:16:06.476 DEBUG:teuthology.orchestra.run.smithi089:> test '!' -e /home/ubuntu/cephtest 2024-06-18T12:16:06.479 DEBUG:teuthology.orchestra.run.smithi098:> test '!' -e /home/ubuntu/cephtest 2024-06-18T12:16:06.481 DEBUG:teuthology.orchestra.run.smithi131:> test '!' -e /home/ubuntu/cephtest 2024-06-18T12:16:06.488 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-06-18T12:16:06.493 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-06-18T12:16:06.494 DEBUG:teuthology.orchestra.run.smithi089:> test -z $(ls -A /var/lib/ceph) 2024-06-18T12:16:06.526 DEBUG:teuthology.orchestra.run.smithi098:> test -z $(ls -A /var/lib/ceph) 2024-06-18T12:16:06.528 DEBUG:teuthology.orchestra.run.smithi131:> test -z $(ls -A /var/lib/ceph) 2024-06-18T12:16:06.618 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-06-18T12:16:06.692 INFO:teuthology.run_tasks:Running task kernel... 2024-06-18T12:16:06.706 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-06-18T12:16:06.706 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-06-18T12:16:06.706 DEBUG:teuthology.orchestra.run.smithi089:> test -f /run/.containerenv -o -f /.dockerenv 2024-06-18T12:16:06.707 DEBUG:teuthology.orchestra.run.smithi098:> test -f /run/.containerenv -o -f /.dockerenv 2024-06-18T12:16:06.707 DEBUG:teuthology.orchestra.run.smithi131:> test -f /run/.containerenv -o -f /.dockerenv 2024-06-18T12:16:06.712 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-18T12:16:06.712 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-18T12:16:06.712 DEBUG:teuthology.orchestra.run.smithi098:> uname -r 2024-06-18T12:16:06.713 DEBUG:teuthology.orchestra.run.smithi089:> uname -r 2024-06-18T12:16:06.713 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-18T12:16:06.714 DEBUG:teuthology.orchestra.run.smithi131:> uname -r 2024-06-18T12:16:06.760 INFO:teuthology.orchestra.run.smithi131.stdout:5.15.0-56-generic 2024-06-18T12:16:06.760 INFO:teuthology.task.kernel:Running kernel on smithi131: 5.15.0-56-generic 2024-06-18T12:16:06.760 DEBUG:teuthology.orchestra.run.smithi131:> sudo apt-get clean 2024-06-18T12:16:06.761 INFO:teuthology.orchestra.run.smithi089.stdout:5.15.0-56-generic 2024-06-18T12:16:06.761 INFO:teuthology.task.kernel:Running kernel on smithi089: 5.15.0-56-generic 2024-06-18T12:16:06.762 DEBUG:teuthology.orchestra.run.smithi089:> sudo apt-get clean 2024-06-18T12:16:06.765 INFO:teuthology.orchestra.run.smithi098.stdout:5.15.0-56-generic 2024-06-18T12:16:06.765 INFO:teuthology.task.kernel:Running kernel on smithi098: 5.15.0-56-generic 2024-06-18T12:16:06.765 DEBUG:teuthology.orchestra.run.smithi098:> sudo apt-get clean 2024-06-18T12:16:06.885 DEBUG:teuthology.orchestra.run.smithi089:> sudo apt-get update 2024-06-18T12:16:06.886 DEBUG:teuthology.orchestra.run.smithi131:> sudo apt-get update 2024-06-18T12:16:06.896 DEBUG:teuthology.orchestra.run.smithi098:> sudo apt-get update 2024-06-18T12:16:07.035 INFO:teuthology.orchestra.run.smithi089.stdout:Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] 2024-06-18T12:16:07.096 INFO:teuthology.orchestra.run.smithi098.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-06-18T12:16:07.098 INFO:teuthology.orchestra.run.smithi098.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] 2024-06-18T12:16:07.098 INFO:teuthology.orchestra.run.smithi098.stdout:Get:3 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] 2024-06-18T12:16:07.133 INFO:teuthology.orchestra.run.smithi089.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-06-18T12:16:07.139 INFO:teuthology.orchestra.run.smithi131.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-06-18T12:16:07.139 INFO:teuthology.orchestra.run.smithi131.stdout:Get:2 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] 2024-06-18T12:16:07.184 INFO:teuthology.orchestra.run.smithi098.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB] 2024-06-18T12:16:07.208 INFO:teuthology.orchestra.run.smithi131.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] 2024-06-18T12:16:07.215 INFO:teuthology.orchestra.run.smithi089.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] 2024-06-18T12:16:07.246 INFO:teuthology.orchestra.run.smithi089.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,522 kB] 2024-06-18T12:16:07.359 INFO:teuthology.orchestra.run.smithi098.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,522 kB] 2024-06-18T12:16:07.362 INFO:teuthology.orchestra.run.smithi089.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [485 kB] 2024-06-18T12:16:07.370 INFO:teuthology.orchestra.run.smithi089.stdout:Get:6 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [261 kB] 2024-06-18T12:16:07.376 INFO:teuthology.orchestra.run.smithi089.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-06-18T12:16:07.377 INFO:teuthology.orchestra.run.smithi089.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [36.5 kB] 2024-06-18T12:16:07.379 INFO:teuthology.orchestra.run.smithi089.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,933 kB] 2024-06-18T12:16:07.410 INFO:teuthology.orchestra.run.smithi089.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [329 kB] 2024-06-18T12:16:07.414 INFO:teuthology.orchestra.run.smithi089.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-06-18T12:16:07.415 INFO:teuthology.orchestra.run.smithi089.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [608 kB] 2024-06-18T12:16:07.421 INFO:teuthology.orchestra.run.smithi089.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [859 kB] 2024-06-18T12:16:07.429 INFO:teuthology.orchestra.run.smithi089.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [166 kB] 2024-06-18T12:16:07.430 INFO:teuthology.orchestra.run.smithi089.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-06-18T12:16:07.430 INFO:teuthology.orchestra.run.smithi089.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-06-18T12:16:07.430 INFO:teuthology.orchestra.run.smithi089.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-06-18T12:16:07.431 INFO:teuthology.orchestra.run.smithi089.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-06-18T12:16:07.431 INFO:teuthology.orchestra.run.smithi098.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,734 kB] 2024-06-18T12:16:07.465 INFO:teuthology.orchestra.run.smithi089.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-06-18T12:16:07.491 INFO:teuthology.orchestra.run.smithi098.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [485 kB] 2024-06-18T12:16:07.499 INFO:teuthology.orchestra.run.smithi098.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [261 kB] 2024-06-18T12:16:07.503 INFO:teuthology.orchestra.run.smithi098.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-06-18T12:16:07.503 INFO:teuthology.orchestra.run.smithi098.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [36.5 kB] 2024-06-18T12:16:07.504 INFO:teuthology.orchestra.run.smithi098.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,933 kB] 2024-06-18T12:16:07.532 INFO:teuthology.orchestra.run.smithi098.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [329 kB] 2024-06-18T12:16:07.536 INFO:teuthology.orchestra.run.smithi098.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-06-18T12:16:07.536 INFO:teuthology.orchestra.run.smithi098.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [608 kB] 2024-06-18T12:16:07.541 INFO:teuthology.orchestra.run.smithi098.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [643 kB] 2024-06-18T12:16:07.547 INFO:teuthology.orchestra.run.smithi098.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [859 kB] 2024-06-18T12:16:07.554 INFO:teuthology.orchestra.run.smithi098.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [319 kB] 2024-06-18T12:16:07.560 INFO:teuthology.orchestra.run.smithi098.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [166 kB] 2024-06-18T12:16:07.564 INFO:teuthology.orchestra.run.smithi131.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB] 2024-06-18T12:16:07.571 INFO:teuthology.orchestra.run.smithi089.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB] 2024-06-18T12:16:07.575 INFO:teuthology.orchestra.run.smithi098.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-06-18T12:16:07.575 INFO:teuthology.orchestra.run.smithi098.stdout:Get:20 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-06-18T12:16:07.575 INFO:teuthology.orchestra.run.smithi098.stdout:Get:21 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-06-18T12:16:07.575 INFO:teuthology.orchestra.run.smithi098.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,993 kB] 2024-06-18T12:16:07.575 INFO:teuthology.orchestra.run.smithi098.stdout:Get:23 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-06-18T12:16:07.576 INFO:teuthology.orchestra.run.smithi098.stdout:Get:24 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-06-18T12:16:07.584 INFO:teuthology.orchestra.run.smithi131.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,522 kB] 2024-06-18T12:16:07.587 INFO:teuthology.orchestra.run.smithi098.stdout:Get:25 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-06-18T12:16:07.595 INFO:teuthology.orchestra.run.smithi098.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [38.1 kB] 2024-06-18T12:16:07.596 INFO:teuthology.orchestra.run.smithi098.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [339 kB] 2024-06-18T12:16:07.600 INFO:teuthology.orchestra.run.smithi098.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-06-18T12:16:07.600 INFO:teuthology.orchestra.run.smithi098.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,087 kB] 2024-06-18T12:16:07.613 INFO:teuthology.orchestra.run.smithi098.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [707 kB] 2024-06-18T12:16:07.621 INFO:teuthology.orchestra.run.smithi098.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [251 kB] 2024-06-18T12:16:07.624 INFO:teuthology.orchestra.run.smithi098.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-06-18T12:16:07.624 INFO:teuthology.orchestra.run.smithi098.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,744 B] 2024-06-18T12:16:07.625 INFO:teuthology.orchestra.run.smithi098.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [43.2 kB] 2024-06-18T12:16:07.632 INFO:teuthology.orchestra.run.smithi098.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.8 kB] 2024-06-18T12:16:07.632 INFO:teuthology.orchestra.run.smithi098.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-06-18T12:16:07.633 INFO:teuthology.orchestra.run.smithi098.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.3 kB] 2024-06-18T12:16:07.633 INFO:teuthology.orchestra.run.smithi098.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-06-18T12:16:07.645 INFO:teuthology.orchestra.run.smithi098.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-06-18T12:16:07.646 INFO:teuthology.orchestra.run.smithi098.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-06-18T12:16:07.646 INFO:teuthology.orchestra.run.smithi098.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [27.2 kB] 2024-06-18T12:16:07.646 INFO:teuthology.orchestra.run.smithi098.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [16.0 kB] 2024-06-18T12:16:07.646 INFO:teuthology.orchestra.run.smithi098.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.3 kB] 2024-06-18T12:16:07.652 INFO:teuthology.orchestra.run.smithi098.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-06-18T12:16:07.703 INFO:teuthology.orchestra.run.smithi131.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,734 kB] 2024-06-18T12:16:07.709 INFO:teuthology.orchestra.run.smithi089.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,734 kB] 2024-06-18T12:16:07.997 INFO:teuthology.orchestra.run.smithi131.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [485 kB] 2024-06-18T12:16:08.003 INFO:teuthology.orchestra.run.smithi131.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [643 kB] 2024-06-18T12:16:08.008 INFO:teuthology.orchestra.run.smithi089.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [643 kB] 2024-06-18T12:16:08.013 INFO:teuthology.orchestra.run.smithi131.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [261 kB] 2024-06-18T12:16:08.022 INFO:teuthology.orchestra.run.smithi131.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-06-18T12:16:08.023 INFO:teuthology.orchestra.run.smithi131.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,933 kB] 2024-06-18T12:16:08.041 INFO:teuthology.orchestra.run.smithi131.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [319 kB] 2024-06-18T12:16:08.046 INFO:teuthology.orchestra.run.smithi089.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [319 kB] 2024-06-18T12:16:08.055 INFO:teuthology.orchestra.run.smithi131.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-06-18T12:16:08.056 INFO:teuthology.orchestra.run.smithi131.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,993 kB] 2024-06-18T12:16:08.060 INFO:teuthology.orchestra.run.smithi089.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-06-18T12:16:08.061 INFO:teuthology.orchestra.run.smithi089.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,993 kB] 2024-06-18T12:16:08.116 INFO:teuthology.orchestra.run.smithi131.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [36.5 kB] 2024-06-18T12:16:08.117 INFO:teuthology.orchestra.run.smithi131.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [329 kB] 2024-06-18T12:16:08.119 INFO:teuthology.orchestra.run.smithi131.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [38.1 kB] 2024-06-18T12:16:08.161 INFO:teuthology.orchestra.run.smithi089.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [38.1 kB] 2024-06-18T12:16:08.162 INFO:teuthology.orchestra.run.smithi089.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [339 kB] 2024-06-18T12:16:08.165 INFO:teuthology.orchestra.run.smithi131.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [339 kB] 2024-06-18T12:16:08.165 INFO:teuthology.orchestra.run.smithi131.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-06-18T12:16:08.165 INFO:teuthology.orchestra.run.smithi131.stdout:Get:20 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [608 kB] 2024-06-18T12:16:08.171 INFO:teuthology.orchestra.run.smithi131.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-06-18T12:16:08.172 INFO:teuthology.orchestra.run.smithi089.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-06-18T12:16:08.172 INFO:teuthology.orchestra.run.smithi131.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [707 kB] 2024-06-18T12:16:08.172 INFO:teuthology.orchestra.run.smithi089.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,087 kB] 2024-06-18T12:16:08.176 INFO:teuthology.orchestra.run.smithi131.stdout:Get:23 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [859 kB] 2024-06-18T12:16:08.184 INFO:teuthology.orchestra.run.smithi131.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,087 kB] 2024-06-18T12:16:08.191 INFO:teuthology.orchestra.run.smithi131.stdout:Get:25 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [166 kB] 2024-06-18T12:16:08.194 INFO:teuthology.orchestra.run.smithi131.stdout:Get:26 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-06-18T12:16:08.194 INFO:teuthology.orchestra.run.smithi131.stdout:Get:27 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-06-18T12:16:08.195 INFO:teuthology.orchestra.run.smithi131.stdout:Get:28 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-06-18T12:16:08.203 INFO:teuthology.orchestra.run.smithi131.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [251 kB] 2024-06-18T12:16:08.205 INFO:teuthology.orchestra.run.smithi089.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [707 kB] 2024-06-18T12:16:08.206 INFO:teuthology.orchestra.run.smithi131.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-06-18T12:16:08.207 INFO:teuthology.orchestra.run.smithi131.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [43.2 kB] 2024-06-18T12:16:08.208 INFO:teuthology.orchestra.run.smithi131.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,744 B] 2024-06-18T12:16:08.222 INFO:teuthology.orchestra.run.smithi089.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [251 kB] 2024-06-18T12:16:08.228 INFO:teuthology.orchestra.run.smithi089.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-06-18T12:16:08.229 INFO:teuthology.orchestra.run.smithi089.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,744 B] 2024-06-18T12:16:08.229 INFO:teuthology.orchestra.run.smithi089.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [43.2 kB] 2024-06-18T12:16:08.252 INFO:teuthology.orchestra.run.smithi131.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.8 kB] 2024-06-18T12:16:08.252 INFO:teuthology.orchestra.run.smithi089.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.8 kB] 2024-06-18T12:16:08.253 INFO:teuthology.orchestra.run.smithi131.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-06-18T12:16:08.253 INFO:teuthology.orchestra.run.smithi089.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-06-18T12:16:08.259 INFO:teuthology.orchestra.run.smithi131.stdout:Get:35 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-06-18T12:16:08.259 INFO:teuthology.orchestra.run.smithi131.stdout:Get:36 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-06-18T12:16:08.289 INFO:teuthology.orchestra.run.smithi131.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.3 kB] 2024-06-18T12:16:08.291 INFO:teuthology.orchestra.run.smithi131.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-06-18T12:16:08.292 INFO:teuthology.orchestra.run.smithi131.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-06-18T12:16:08.293 INFO:teuthology.orchestra.run.smithi131.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-06-18T12:16:08.293 INFO:teuthology.orchestra.run.smithi131.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [16.0 kB] 2024-06-18T12:16:08.312 INFO:teuthology.orchestra.run.smithi089.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.3 kB] 2024-06-18T12:16:08.314 INFO:teuthology.orchestra.run.smithi089.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-06-18T12:16:08.315 INFO:teuthology.orchestra.run.smithi089.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-06-18T12:16:08.316 INFO:teuthology.orchestra.run.smithi089.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-06-18T12:16:08.316 INFO:teuthology.orchestra.run.smithi089.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [16.0 kB] 2024-06-18T12:16:08.333 INFO:teuthology.orchestra.run.smithi131.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [27.2 kB] 2024-06-18T12:16:08.334 INFO:teuthology.orchestra.run.smithi089.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [27.2 kB] 2024-06-18T12:16:08.334 INFO:teuthology.orchestra.run.smithi131.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.3 kB] 2024-06-18T12:16:08.334 INFO:teuthology.orchestra.run.smithi131.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-06-18T12:16:08.335 INFO:teuthology.orchestra.run.smithi089.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.3 kB] 2024-06-18T12:16:08.336 INFO:teuthology.orchestra.run.smithi089.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-06-18T12:16:13.192 INFO:teuthology.orchestra.run.smithi089.stdout:Fetched 14.1 MB in 2s (7,247 kB/s) 2024-06-18T12:16:13.400 INFO:teuthology.orchestra.run.smithi098.stdout:Fetched 14.1 MB in 2s (7,115 kB/s) 2024-06-18T12:16:13.767 INFO:teuthology.orchestra.run.smithi131.stdout:Fetched 14.1 MB in 3s (5,605 kB/s) 2024-06-18T12:16:14.507 INFO:teuthology.orchestra.run.smithi089.stdout:Reading package lists... 2024-06-18T12:16:14.523 DEBUG:teuthology.orchestra.run.smithi089:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-06-18T12:16:14.585 INFO:teuthology.orchestra.run.smithi089.stdout:Reading package lists... 2024-06-18T12:16:14.769 INFO:teuthology.orchestra.run.smithi098.stdout:Reading package lists... 2024-06-18T12:16:14.785 INFO:teuthology.orchestra.run.smithi089.stdout:Building dependency tree... 2024-06-18T12:16:14.786 DEBUG:teuthology.orchestra.run.smithi098:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-06-18T12:16:14.787 INFO:teuthology.orchestra.run.smithi089.stdout:Reading state information... 2024-06-18T12:16:14.850 INFO:teuthology.orchestra.run.smithi098.stdout:Reading package lists... 2024-06-18T12:16:14.956 INFO:teuthology.orchestra.run.smithi089.stdout:The following packages were automatically installed and are no longer required: 2024-06-18T12:16:14.956 INFO:teuthology.orchestra.run.smithi089.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-06-18T12:16:14.956 INFO:teuthology.orchestra.run.smithi089.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-06-18T12:16:14.957 INFO:teuthology.orchestra.run.smithi089.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-06-18T12:16:14.957 INFO:teuthology.orchestra.run.smithi089.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-06-18T12:16:14.957 INFO:teuthology.orchestra.run.smithi089.stdout: python2.7-minimal 2024-06-18T12:16:14.957 INFO:teuthology.orchestra.run.smithi089.stdout:Use 'sudo apt autoremove' to remove them. 2024-06-18T12:16:14.958 INFO:teuthology.orchestra.run.smithi089.stdout:The following additional packages will be installed: 2024-06-18T12:16:14.958 INFO:teuthology.orchestra.run.smithi089.stdout: linux-generic linux-headers-5.15.0-112 linux-headers-5.15.0-112-generic 2024-06-18T12:16:14.958 INFO:teuthology.orchestra.run.smithi089.stdout: linux-headers-generic linux-image-5.15.0-112-generic 2024-06-18T12:16:14.958 INFO:teuthology.orchestra.run.smithi089.stdout: linux-modules-5.15.0-112-generic linux-modules-extra-5.15.0-112-generic 2024-06-18T12:16:14.959 INFO:teuthology.orchestra.run.smithi089.stdout:Suggested packages: 2024-06-18T12:16:14.960 INFO:teuthology.orchestra.run.smithi089.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-06-18T12:16:14.960 INFO:teuthology.orchestra.run.smithi089.stdout:Recommended packages: 2024-06-18T12:16:14.960 INFO:teuthology.orchestra.run.smithi089.stdout: thermald 2024-06-18T12:16:15.021 INFO:teuthology.orchestra.run.smithi089.stdout:The following NEW packages will be installed: 2024-06-18T12:16:15.021 INFO:teuthology.orchestra.run.smithi089.stdout: linux-headers-5.15.0-112 linux-headers-5.15.0-112-generic 2024-06-18T12:16:15.021 INFO:teuthology.orchestra.run.smithi089.stdout: linux-image-5.15.0-112-generic linux-modules-5.15.0-112-generic 2024-06-18T12:16:15.021 INFO:teuthology.orchestra.run.smithi089.stdout: linux-modules-extra-5.15.0-112-generic 2024-06-18T12:16:15.023 INFO:teuthology.orchestra.run.smithi089.stdout:The following packages will be upgraded: 2024-06-18T12:16:15.023 INFO:teuthology.orchestra.run.smithi089.stdout: linux-generic linux-headers-generic linux-image-generic 2024-06-18T12:16:15.054 INFO:teuthology.orchestra.run.smithi098.stdout:Building dependency tree... 2024-06-18T12:16:15.055 INFO:teuthology.orchestra.run.smithi098.stdout:Reading state information... 2024-06-18T12:16:15.090 INFO:teuthology.orchestra.run.smithi131.stdout:Reading package lists... 2024-06-18T12:16:15.107 DEBUG:teuthology.orchestra.run.smithi131:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-06-18T12:16:15.202 INFO:teuthology.orchestra.run.smithi089.stdout:3 upgraded, 5 newly installed, 0 to remove and 326 not upgraded. 2024-06-18T12:16:15.202 INFO:teuthology.orchestra.run.smithi089.stdout:Need to get 113 MB of archives. 2024-06-18T12:16:15.202 INFO:teuthology.orchestra.run.smithi089.stdout:After this operation, 583 MB of additional disk space will be used. 2024-06-18T12:16:15.202 INFO:teuthology.orchestra.run.smithi089.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-112-generic amd64 5.15.0-112.122 [22.6 MB] 2024-06-18T12:16:15.212 INFO:teuthology.orchestra.run.smithi131.stdout:Reading package lists... 2024-06-18T12:16:15.236 INFO:teuthology.orchestra.run.smithi098.stdout:The following packages were automatically installed and are no longer required: 2024-06-18T12:16:15.236 INFO:teuthology.orchestra.run.smithi098.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-06-18T12:16:15.236 INFO:teuthology.orchestra.run.smithi098.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-06-18T12:16:15.236 INFO:teuthology.orchestra.run.smithi098.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-06-18T12:16:15.236 INFO:teuthology.orchestra.run.smithi098.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-06-18T12:16:15.237 INFO:teuthology.orchestra.run.smithi098.stdout: python2.7-minimal 2024-06-18T12:16:15.237 INFO:teuthology.orchestra.run.smithi098.stdout:Use 'sudo apt autoremove' to remove them. 2024-06-18T12:16:15.238 INFO:teuthology.orchestra.run.smithi098.stdout:The following additional packages will be installed: 2024-06-18T12:16:15.238 INFO:teuthology.orchestra.run.smithi098.stdout: linux-generic linux-headers-5.15.0-112 linux-headers-5.15.0-112-generic 2024-06-18T12:16:15.238 INFO:teuthology.orchestra.run.smithi098.stdout: linux-headers-generic linux-image-5.15.0-112-generic 2024-06-18T12:16:15.238 INFO:teuthology.orchestra.run.smithi098.stdout: linux-modules-5.15.0-112-generic linux-modules-extra-5.15.0-112-generic 2024-06-18T12:16:15.240 INFO:teuthology.orchestra.run.smithi098.stdout:Suggested packages: 2024-06-18T12:16:15.240 INFO:teuthology.orchestra.run.smithi098.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-06-18T12:16:15.240 INFO:teuthology.orchestra.run.smithi098.stdout:Recommended packages: 2024-06-18T12:16:15.240 INFO:teuthology.orchestra.run.smithi098.stdout: thermald 2024-06-18T12:16:15.286 INFO:teuthology.orchestra.run.smithi098.stdout:The following NEW packages will be installed: 2024-06-18T12:16:15.286 INFO:teuthology.orchestra.run.smithi098.stdout: linux-headers-5.15.0-112 linux-headers-5.15.0-112-generic 2024-06-18T12:16:15.286 INFO:teuthology.orchestra.run.smithi098.stdout: linux-image-5.15.0-112-generic linux-modules-5.15.0-112-generic 2024-06-18T12:16:15.287 INFO:teuthology.orchestra.run.smithi098.stdout: linux-modules-extra-5.15.0-112-generic 2024-06-18T12:16:15.288 INFO:teuthology.orchestra.run.smithi098.stdout:The following packages will be upgraded: 2024-06-18T12:16:15.289 INFO:teuthology.orchestra.run.smithi098.stdout: linux-generic linux-headers-generic linux-image-generic 2024-06-18T12:16:15.415 INFO:teuthology.orchestra.run.smithi131.stdout:Building dependency tree... 2024-06-18T12:16:15.415 INFO:teuthology.orchestra.run.smithi131.stdout:Reading state information... 2024-06-18T12:16:15.471 INFO:teuthology.orchestra.run.smithi098.stdout:3 upgraded, 5 newly installed, 0 to remove and 326 not upgraded. 2024-06-18T12:16:15.471 INFO:teuthology.orchestra.run.smithi098.stdout:Need to get 113 MB of archives. 2024-06-18T12:16:15.471 INFO:teuthology.orchestra.run.smithi098.stdout:After this operation, 583 MB of additional disk space will be used. 2024-06-18T12:16:15.471 INFO:teuthology.orchestra.run.smithi098.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-112-generic amd64 5.15.0-112.122 [22.6 MB] 2024-06-18T12:16:15.581 INFO:teuthology.orchestra.run.smithi131.stdout:The following packages were automatically installed and are no longer required: 2024-06-18T12:16:15.581 INFO:teuthology.orchestra.run.smithi131.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-06-18T12:16:15.581 INFO:teuthology.orchestra.run.smithi131.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-06-18T12:16:15.582 INFO:teuthology.orchestra.run.smithi131.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-06-18T12:16:15.582 INFO:teuthology.orchestra.run.smithi131.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-06-18T12:16:15.582 INFO:teuthology.orchestra.run.smithi131.stdout: python2.7-minimal 2024-06-18T12:16:15.582 INFO:teuthology.orchestra.run.smithi131.stdout:Use 'sudo apt autoremove' to remove them. 2024-06-18T12:16:15.583 INFO:teuthology.orchestra.run.smithi131.stdout:The following additional packages will be installed: 2024-06-18T12:16:15.583 INFO:teuthology.orchestra.run.smithi131.stdout: linux-generic linux-headers-5.15.0-112 linux-headers-5.15.0-112-generic 2024-06-18T12:16:15.583 INFO:teuthology.orchestra.run.smithi131.stdout: linux-headers-generic linux-image-5.15.0-112-generic 2024-06-18T12:16:15.583 INFO:teuthology.orchestra.run.smithi131.stdout: linux-modules-5.15.0-112-generic linux-modules-extra-5.15.0-112-generic 2024-06-18T12:16:15.585 INFO:teuthology.orchestra.run.smithi131.stdout:Suggested packages: 2024-06-18T12:16:15.585 INFO:teuthology.orchestra.run.smithi131.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-06-18T12:16:15.585 INFO:teuthology.orchestra.run.smithi131.stdout:Recommended packages: 2024-06-18T12:16:15.585 INFO:teuthology.orchestra.run.smithi131.stdout: thermald 2024-06-18T12:16:15.633 INFO:teuthology.orchestra.run.smithi131.stdout:The following NEW packages will be installed: 2024-06-18T12:16:15.633 INFO:teuthology.orchestra.run.smithi131.stdout: linux-headers-5.15.0-112 linux-headers-5.15.0-112-generic 2024-06-18T12:16:15.634 INFO:teuthology.orchestra.run.smithi131.stdout: linux-image-5.15.0-112-generic linux-modules-5.15.0-112-generic 2024-06-18T12:16:15.634 INFO:teuthology.orchestra.run.smithi131.stdout: linux-modules-extra-5.15.0-112-generic 2024-06-18T12:16:15.635 INFO:teuthology.orchestra.run.smithi131.stdout:The following packages will be upgraded: 2024-06-18T12:16:15.636 INFO:teuthology.orchestra.run.smithi131.stdout: linux-generic linux-headers-generic linux-image-generic 2024-06-18T12:16:15.815 INFO:teuthology.orchestra.run.smithi131.stdout:3 upgraded, 5 newly installed, 0 to remove and 326 not upgraded. 2024-06-18T12:16:15.815 INFO:teuthology.orchestra.run.smithi131.stdout:Need to get 113 MB of archives. 2024-06-18T12:16:15.816 INFO:teuthology.orchestra.run.smithi131.stdout:After this operation, 583 MB of additional disk space will be used. 2024-06-18T12:16:15.816 INFO:teuthology.orchestra.run.smithi131.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-112-generic amd64 5.15.0-112.122 [22.6 MB] 2024-06-18T12:16:16.692 INFO:teuthology.orchestra.run.smithi089.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-112-generic amd64 5.15.0-112.122 [11.5 MB] 2024-06-18T12:16:16.968 INFO:teuthology.orchestra.run.smithi098.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-112-generic amd64 5.15.0-112.122 [11.5 MB] 2024-06-18T12:16:17.038 INFO:teuthology.orchestra.run.smithi089.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-112-generic amd64 5.15.0-112.122 [63.9 MB] 2024-06-18T12:16:17.314 INFO:teuthology.orchestra.run.smithi098.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-112-generic amd64 5.15.0-112.122 [63.9 MB] 2024-06-18T12:16:17.323 INFO:teuthology.orchestra.run.smithi131.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-112-generic amd64 5.15.0-112.122 [11.5 MB] 2024-06-18T12:16:17.671 INFO:teuthology.orchestra.run.smithi131.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-112-generic amd64 5.15.0-112.122 [63.9 MB] 2024-06-18T12:16:19.258 INFO:teuthology.orchestra.run.smithi089.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.112.112 [1,692 B] 2024-06-18T12:16:19.259 INFO:teuthology.orchestra.run.smithi089.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.112.112 [2,510 B] 2024-06-18T12:16:19.259 INFO:teuthology.orchestra.run.smithi089.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-112 all 5.15.0-112.122 [12.3 MB] 2024-06-18T12:16:19.535 INFO:teuthology.orchestra.run.smithi098.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.112.112 [1,692 B] 2024-06-18T12:16:19.535 INFO:teuthology.orchestra.run.smithi098.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.112.112 [2,510 B] 2024-06-18T12:16:19.536 INFO:teuthology.orchestra.run.smithi098.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-112 all 5.15.0-112.122 [12.3 MB] 2024-06-18T12:16:19.603 INFO:teuthology.orchestra.run.smithi089.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-112-generic amd64 5.15.0-112.122 [2,904 kB] 2024-06-18T12:16:19.682 INFO:teuthology.orchestra.run.smithi089.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.112.112 [2,360 B] 2024-06-18T12:16:19.920 INFO:teuthology.orchestra.run.smithi131.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.112.112 [1,692 B] 2024-06-18T12:16:19.920 INFO:teuthology.orchestra.run.smithi131.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.112.112 [2,510 B] 2024-06-18T12:16:19.921 INFO:teuthology.orchestra.run.smithi131.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-112 all 5.15.0-112.122 [12.3 MB] 2024-06-18T12:16:20.077 INFO:teuthology.orchestra.run.smithi089.stdout:Fetched 113 MB in 5s (24.4 MB/s) 2024-06-18T12:16:20.248 INFO:teuthology.orchestra.run.smithi089.stdout:Selecting previously unselected package linux-modules-5.15.0-112-generic. 2024-06-18T12:16:20.395 INFO:teuthology.orchestra.run.smithi098.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-112-generic amd64 5.15.0-112.122 [2,904 kB] 2024-06-18T12:16:20.488 INFO:teuthology.orchestra.run.smithi098.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.112.112 [2,360 B] 2024-06-18T12:16:20.660 INFO:teuthology.orchestra.run.smithi131.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-112-generic amd64 5.15.0-112.122 [2,904 kB] 2024-06-18T12:16:20.734 INFO:teuthology.orchestra.run.smithi131.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.112.112 [2,360 B] 2024-06-18T12:16:20.900 INFO:teuthology.orchestra.run.smithi098.stdout:Fetched 113 MB in 5s (21.8 MB/s) 2024-06-18T12:16:21.082 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package linux-modules-5.15.0-112-generic. 2024-06-18T12:16:21.128 INFO:teuthology.orchestra.run.smithi131.stdout:Fetched 113 MB in 5s (22.3 MB/s) 2024-06-18T12:16:21.301 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package linux-modules-5.15.0-112-generic. 2024-06-18T12:16:22.318 INFO:teuthology.orchestra.run.smithi089.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-06-18T12:16:22.322 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../0-linux-modules-5.15.0-112-generic_5.15.0-112.122_amd64.deb ... 2024-06-18T12:16:22.463 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking linux-modules-5.15.0-112-generic (5.15.0-112.122) ... 2024-06-18T12:16:23.066 INFO:teuthology.orchestra.run.smithi098.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-06-18T12:16:23.070 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../0-linux-modules-5.15.0-112-generic_5.15.0-112.122_amd64.deb ... 2024-06-18T12:16:23.138 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking linux-modules-5.15.0-112-generic (5.15.0-112.122) ... 2024-06-18T12:16:23.250 INFO:teuthology.orchestra.run.smithi131.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-06-18T12:16:23.254 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../0-linux-modules-5.15.0-112-generic_5.15.0-112.122_amd64.deb ... 2024-06-18T12:16:23.370 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking linux-modules-5.15.0-112-generic (5.15.0-112.122) ... 2024-06-18T12:16:24.456 INFO:teuthology.orchestra.run.smithi089.stdout:Selecting previously unselected package linux-image-5.15.0-112-generic. 2024-06-18T12:16:24.477 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../1-linux-image-5.15.0-112-generic_5.15.0-112.122_amd64.deb ... 2024-06-18T12:16:24.561 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking linux-image-5.15.0-112-generic (5.15.0-112.122) ... 2024-06-18T12:16:24.950 INFO:teuthology.orchestra.run.smithi089.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-112-generic. 2024-06-18T12:16:24.971 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-112-generic_5.15.0-112.122_amd64.deb ... 2024-06-18T12:16:25.000 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking linux-modules-extra-5.15.0-112-generic (5.15.0-112.122) ... 2024-06-18T12:16:25.800 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package linux-image-5.15.0-112-generic. 2024-06-18T12:16:25.822 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../1-linux-image-5.15.0-112-generic_5.15.0-112.122_amd64.deb ... 2024-06-18T12:16:25.848 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package linux-image-5.15.0-112-generic. 2024-06-18T12:16:25.870 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../1-linux-image-5.15.0-112-generic_5.15.0-112.122_amd64.deb ... 2024-06-18T12:16:25.897 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking linux-image-5.15.0-112-generic (5.15.0-112.122) ... 2024-06-18T12:16:25.982 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking linux-image-5.15.0-112-generic (5.15.0-112.122) ... 2024-06-18T12:16:26.395 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-112-generic. 2024-06-18T12:16:26.416 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-112-generic_5.15.0-112.122_amd64.deb ... 2024-06-18T12:16:26.451 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-112-generic. 2024-06-18T12:16:26.454 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking linux-modules-extra-5.15.0-112-generic (5.15.0-112.122) ... 2024-06-18T12:16:26.472 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-112-generic_5.15.0-112.122_amd64.deb ... 2024-06-18T12:16:26.501 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking linux-modules-extra-5.15.0-112-generic (5.15.0-112.122) ... 2024-06-18T12:16:31.251 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../3-linux-generic_5.15.0.112.112_amd64.deb ... 2024-06-18T12:16:31.378 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking linux-generic (5.15.0.112.112) over (5.15.0.56.54) ... 2024-06-18T12:16:31.720 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.112.112_amd64.deb ... 2024-06-18T12:16:31.865 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking linux-image-generic (5.15.0.112.112) over (5.15.0.56.54) ... 2024-06-18T12:16:32.160 INFO:teuthology.orchestra.run.smithi089.stdout:Selecting previously unselected package linux-headers-5.15.0-112. 2024-06-18T12:16:32.182 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../5-linux-headers-5.15.0-112_5.15.0-112.122_all.deb ... 2024-06-18T12:16:32.218 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking linux-headers-5.15.0-112 (5.15.0-112.122) ... 2024-06-18T12:16:32.872 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../3-linux-generic_5.15.0.112.112_amd64.deb ... 2024-06-18T12:16:32.926 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../3-linux-generic_5.15.0.112.112_amd64.deb ... 2024-06-18T12:16:32.983 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking linux-generic (5.15.0.112.112) over (5.15.0.56.54) ... 2024-06-18T12:16:33.037 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking linux-generic (5.15.0.112.112) over (5.15.0.56.54) ... 2024-06-18T12:16:33.290 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.112.112_amd64.deb ... 2024-06-18T12:16:33.328 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.112.112_amd64.deb ... 2024-06-18T12:16:33.411 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking linux-image-generic (5.15.0.112.112) over (5.15.0.56.54) ... 2024-06-18T12:16:33.474 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking linux-image-generic (5.15.0.112.112) over (5.15.0.56.54) ... 2024-06-18T12:16:33.706 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package linux-headers-5.15.0-112. 2024-06-18T12:16:33.729 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../5-linux-headers-5.15.0-112_5.15.0-112.122_all.deb ... 2024-06-18T12:16:33.772 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking linux-headers-5.15.0-112 (5.15.0-112.122) ... 2024-06-18T12:16:33.777 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package linux-headers-5.15.0-112. 2024-06-18T12:16:33.800 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../5-linux-headers-5.15.0-112_5.15.0-112.122_all.deb ... 2024-06-18T12:16:33.843 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking linux-headers-5.15.0-112 (5.15.0-112.122) ... 2024-06-18T12:16:37.558 INFO:teuthology.orchestra.run.smithi089.stdout:Selecting previously unselected package linux-headers-5.15.0-112-generic. 2024-06-18T12:16:37.577 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../6-linux-headers-5.15.0-112-generic_5.15.0-112.122_amd64.deb ... 2024-06-18T12:16:37.616 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking linux-headers-5.15.0-112-generic (5.15.0-112.122) ... 2024-06-18T12:16:39.316 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package linux-headers-5.15.0-112-generic. 2024-06-18T12:16:39.353 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../6-linux-headers-5.15.0-112-generic_5.15.0-112.122_amd64.deb ... 2024-06-18T12:16:39.390 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking linux-headers-5.15.0-112-generic (5.15.0-112.122) ... 2024-06-18T12:16:39.774 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package linux-headers-5.15.0-112-generic. 2024-06-18T12:16:39.811 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../6-linux-headers-5.15.0-112-generic_5.15.0-112.122_amd64.deb ... 2024-06-18T12:16:39.849 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking linux-headers-5.15.0-112-generic (5.15.0-112.122) ... 2024-06-18T12:16:40.641 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.112.112_amd64.deb ... 2024-06-18T12:16:40.764 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking linux-headers-generic (5.15.0.112.112) over (5.15.0.56.54) ... 2024-06-18T12:16:41.081 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up linux-headers-5.15.0-112 (5.15.0-112.122) ... 2024-06-18T12:16:41.203 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up linux-headers-5.15.0-112-generic (5.15.0-112.122) ... 2024-06-18T12:16:41.338 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up linux-headers-generic (5.15.0.112.112) ... 2024-06-18T12:16:41.465 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up linux-image-5.15.0-112-generic (5.15.0-112.122) ... 2024-06-18T12:16:42.590 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.112.112_amd64.deb ... 2024-06-18T12:16:42.871 INFO:teuthology.orchestra.run.smithi089.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-06-18T12:16:42.871 INFO:teuthology.orchestra.run.smithi089.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-06-18T12:16:42.871 INFO:teuthology.orchestra.run.smithi089.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-112-generic 2024-06-18T12:16:42.871 INFO:teuthology.orchestra.run.smithi089.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-112-generic 2024-06-18T12:16:42.894 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.112.112_amd64.deb ... 2024-06-18T12:16:43.295 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up linux-modules-extra-5.15.0-112-generic (5.15.0-112.122) ... 2024-06-18T12:16:43.354 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking linux-headers-generic (5.15.0.112.112) over (5.15.0.56.54) ... 2024-06-18T12:16:43.478 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking linux-headers-generic (5.15.0.112.112) over (5.15.0.56.54) ... 2024-06-18T12:16:43.713 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up linux-headers-5.15.0-112 (5.15.0-112.122) ... 2024-06-18T12:16:43.820 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up linux-headers-5.15.0-112 (5.15.0-112.122) ... 2024-06-18T12:16:43.834 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up linux-headers-5.15.0-112-generic (5.15.0-112.122) ... 2024-06-18T12:16:43.925 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up linux-headers-5.15.0-112-generic (5.15.0-112.122) ... 2024-06-18T12:16:43.960 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up linux-headers-generic (5.15.0.112.112) ... 2024-06-18T12:16:44.051 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up linux-headers-generic (5.15.0.112.112) ... 2024-06-18T12:16:44.087 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up linux-image-5.15.0-112-generic (5.15.0-112.122) ... 2024-06-18T12:16:44.153 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up linux-image-5.15.0-112-generic (5.15.0-112.122) ... 2024-06-18T12:16:44.679 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up linux-modules-5.15.0-112-generic (5.15.0-112.122) ... 2024-06-18T12:16:45.406 INFO:teuthology.orchestra.run.smithi098.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-06-18T12:16:45.406 INFO:teuthology.orchestra.run.smithi098.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-06-18T12:16:45.407 INFO:teuthology.orchestra.run.smithi098.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-112-generic 2024-06-18T12:16:45.407 INFO:teuthology.orchestra.run.smithi098.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-112-generic 2024-06-18T12:16:45.445 INFO:teuthology.orchestra.run.smithi131.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-06-18T12:16:45.445 INFO:teuthology.orchestra.run.smithi131.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-06-18T12:16:45.446 INFO:teuthology.orchestra.run.smithi131.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-112-generic 2024-06-18T12:16:45.446 INFO:teuthology.orchestra.run.smithi131.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-112-generic 2024-06-18T12:16:45.567 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up linux-modules-extra-5.15.0-112-generic (5.15.0-112.122) ... 2024-06-18T12:16:45.608 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up linux-modules-extra-5.15.0-112-generic (5.15.0-112.122) ... 2024-06-18T12:16:46.055 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up linux-image-generic (5.15.0.112.112) ... 2024-06-18T12:16:46.182 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up linux-generic (5.15.0.112.112) ... 2024-06-18T12:16:46.291 INFO:teuthology.orchestra.run.smithi089.stdout:Processing triggers for linux-image-5.15.0-112-generic (5.15.0-112.122) ... 2024-06-18T12:16:46.354 INFO:teuthology.orchestra.run.smithi089.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-06-18T12:16:46.355 INFO:teuthology.orchestra.run.smithi089.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-112-generic 2024-06-18T12:16:46.984 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up linux-modules-5.15.0-112-generic (5.15.0-112.122) ... 2024-06-18T12:16:46.992 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up linux-modules-5.15.0-112-generic (5.15.0-112.122) ... 2024-06-18T12:16:48.360 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up linux-image-generic (5.15.0.112.112) ... 2024-06-18T12:16:49.153 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up linux-image-generic (5.15.0.112.112) ... 2024-06-18T12:16:49.220 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up linux-generic (5.15.0.112.112) ... 2024-06-18T12:16:49.279 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up linux-generic (5.15.0.112.112) ... 2024-06-18T12:16:49.321 INFO:teuthology.orchestra.run.smithi131.stdout:Processing triggers for linux-image-5.15.0-112-generic (5.15.0-112.122) ... 2024-06-18T12:16:49.392 INFO:teuthology.orchestra.run.smithi131.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-06-18T12:16:49.392 INFO:teuthology.orchestra.run.smithi131.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-112-generic 2024-06-18T12:16:49.397 INFO:teuthology.orchestra.run.smithi098.stdout:Processing triggers for linux-image-5.15.0-112-generic (5.15.0-112.122) ... 2024-06-18T12:16:49.464 INFO:teuthology.orchestra.run.smithi098.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-06-18T12:16:49.464 INFO:teuthology.orchestra.run.smithi098.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-112-generic 2024-06-18T12:17:00.205 INFO:teuthology.orchestra.run.smithi089.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-06-18T12:17:00.205 INFO:teuthology.orchestra.run.smithi089.stdout:Sourcing file `/etc/default/grub' 2024-06-18T12:17:00.221 INFO:teuthology.orchestra.run.smithi089.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-06-18T12:17:00.240 INFO:teuthology.orchestra.run.smithi089.stdout:Generating grub configuration file ... 2024-06-18T12:17:00.522 INFO:teuthology.orchestra.run.smithi089.stdout:Found linux image: /boot/vmlinuz-5.15.0-112-generic 2024-06-18T12:17:00.544 INFO:teuthology.orchestra.run.smithi089.stdout:Found initrd image: /boot/initrd.img-5.15.0-112-generic 2024-06-18T12:17:00.854 INFO:teuthology.orchestra.run.smithi089.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-06-18T12:17:00.860 INFO:teuthology.orchestra.run.smithi089.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-06-18T12:17:00.932 INFO:teuthology.orchestra.run.smithi089.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-06-18T12:17:00.937 INFO:teuthology.orchestra.run.smithi089.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-06-18T12:17:01.110 INFO:teuthology.orchestra.run.smithi089.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-06-18T12:17:01.110 INFO:teuthology.orchestra.run.smithi089.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-06-18T12:17:01.111 INFO:teuthology.orchestra.run.smithi089.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-06-18T12:17:01.153 INFO:teuthology.orchestra.run.smithi089.stdout:done 2024-06-18T12:17:01.636 DEBUG:teuthology.orchestra.run.smithi089:> dpkg -s linux-image-generic 2024-06-18T12:17:01.703 INFO:teuthology.orchestra.run.smithi089.stdout:Package: linux-image-generic 2024-06-18T12:17:01.703 INFO:teuthology.orchestra.run.smithi089.stdout:Status: install ok installed 2024-06-18T12:17:01.703 INFO:teuthology.orchestra.run.smithi089.stdout:Priority: optional 2024-06-18T12:17:01.703 INFO:teuthology.orchestra.run.smithi089.stdout:Section: kernel 2024-06-18T12:17:01.703 INFO:teuthology.orchestra.run.smithi089.stdout:Installed-Size: 21 2024-06-18T12:17:01.703 INFO:teuthology.orchestra.run.smithi089.stdout:Maintainer: Ubuntu Kernel Team 2024-06-18T12:17:01.703 INFO:teuthology.orchestra.run.smithi089.stdout:Architecture: amd64 2024-06-18T12:17:01.703 INFO:teuthology.orchestra.run.smithi089.stdout:Source: linux-meta 2024-06-18T12:17:01.704 INFO:teuthology.orchestra.run.smithi089.stdout:Version: 5.15.0.112.112 2024-06-18T12:17:01.704 INFO:teuthology.orchestra.run.smithi089.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-112), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-06-18T12:17:01.704 INFO:teuthology.orchestra.run.smithi089.stdout:Depends: linux-image-5.15.0-112-generic, linux-modules-extra-5.15.0-112-generic, linux-firmware, intel-microcode, amd64-microcode 2024-06-18T12:17:01.704 INFO:teuthology.orchestra.run.smithi089.stdout:Recommends: thermald 2024-06-18T12:17:01.704 INFO:teuthology.orchestra.run.smithi089.stdout:Description: Generic Linux kernel image 2024-06-18T12:17:01.704 INFO:teuthology.orchestra.run.smithi089.stdout: This package will always depend on the latest generic kernel image 2024-06-18T12:17:01.704 INFO:teuthology.orchestra.run.smithi089.stdout: available. 2024-06-18T12:17:01.704 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-112-generic 2024-06-18T12:17:01.704 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-06-18T12:17:01.704 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-06-18T12:17:01.705 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-06-18T12:17:01.705 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi089.front.sepia.ceph.com, path=None, version=distro) 2024-06-18T12:17:01.705 DEBUG:teuthology.orchestra.run.smithi089:> sudo apt-get clean 2024-06-18T12:17:01.836 DEBUG:teuthology.orchestra.run.smithi089:> sudo apt-get update 2024-06-18T12:17:02.979 INFO:teuthology.orchestra.run.smithi089.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-06-18T12:17:03.010 INFO:teuthology.orchestra.run.smithi089.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-06-18T12:17:03.091 INFO:teuthology.orchestra.run.smithi089.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-06-18T12:17:03.173 INFO:teuthology.orchestra.run.smithi089.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-06-18T12:17:03.251 INFO:teuthology.orchestra.run.smithi131.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-06-18T12:17:03.251 INFO:teuthology.orchestra.run.smithi131.stdout:Sourcing file `/etc/default/grub' 2024-06-18T12:17:03.272 INFO:teuthology.orchestra.run.smithi131.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-06-18T12:17:03.295 INFO:teuthology.orchestra.run.smithi131.stdout:Generating grub configuration file ... 2024-06-18T12:17:03.563 INFO:teuthology.orchestra.run.smithi131.stdout:Found linux image: /boot/vmlinuz-5.15.0-112-generic 2024-06-18T12:17:03.582 INFO:teuthology.orchestra.run.smithi131.stdout:Found initrd image: /boot/initrd.img-5.15.0-112-generic 2024-06-18T12:17:03.630 INFO:teuthology.orchestra.run.smithi098.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-06-18T12:17:03.630 INFO:teuthology.orchestra.run.smithi098.stdout:Sourcing file `/etc/default/grub' 2024-06-18T12:17:03.643 INFO:teuthology.orchestra.run.smithi098.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-06-18T12:17:03.662 INFO:teuthology.orchestra.run.smithi098.stdout:Generating grub configuration file ... 2024-06-18T12:17:03.869 INFO:teuthology.orchestra.run.smithi131.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-06-18T12:17:03.875 INFO:teuthology.orchestra.run.smithi131.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-06-18T12:17:03.924 INFO:teuthology.orchestra.run.smithi098.stdout:Found linux image: /boot/vmlinuz-5.15.0-112-generic 2024-06-18T12:17:03.937 INFO:teuthology.orchestra.run.smithi098.stdout:Found initrd image: /boot/initrd.img-5.15.0-112-generic 2024-06-18T12:17:03.946 INFO:teuthology.orchestra.run.smithi131.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-06-18T12:17:03.952 INFO:teuthology.orchestra.run.smithi131.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-06-18T12:17:04.120 INFO:teuthology.orchestra.run.smithi131.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-06-18T12:17:04.120 INFO:teuthology.orchestra.run.smithi131.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-06-18T12:17:04.120 INFO:teuthology.orchestra.run.smithi131.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-06-18T12:17:04.163 INFO:teuthology.orchestra.run.smithi131.stdout:done 2024-06-18T12:17:04.206 INFO:teuthology.orchestra.run.smithi098.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-06-18T12:17:04.212 INFO:teuthology.orchestra.run.smithi098.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-06-18T12:17:04.276 INFO:teuthology.orchestra.run.smithi098.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-06-18T12:17:04.282 INFO:teuthology.orchestra.run.smithi098.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-06-18T12:17:04.357 INFO:teuthology.orchestra.run.smithi089.stdout:Reading package lists... 2024-06-18T12:17:04.375 DEBUG:teuthology.orchestra.run.smithi089:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-06-18T12:17:04.436 INFO:teuthology.orchestra.run.smithi089.stdout:Reading package lists... 2024-06-18T12:17:04.437 INFO:teuthology.orchestra.run.smithi098.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-06-18T12:17:04.437 INFO:teuthology.orchestra.run.smithi098.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-06-18T12:17:04.437 INFO:teuthology.orchestra.run.smithi098.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-06-18T12:17:04.473 INFO:teuthology.orchestra.run.smithi098.stdout:done 2024-06-18T12:17:04.631 DEBUG:teuthology.orchestra.run.smithi131:> dpkg -s linux-image-generic 2024-06-18T12:17:04.648 INFO:teuthology.orchestra.run.smithi089.stdout:Building dependency tree... 2024-06-18T12:17:04.648 INFO:teuthology.orchestra.run.smithi089.stdout:Reading state information... 2024-06-18T12:17:04.655 INFO:teuthology.orchestra.run.smithi131.stdout:Package: linux-image-generic 2024-06-18T12:17:04.655 INFO:teuthology.orchestra.run.smithi131.stdout:Status: install ok installed 2024-06-18T12:17:04.655 INFO:teuthology.orchestra.run.smithi131.stdout:Priority: optional 2024-06-18T12:17:04.655 INFO:teuthology.orchestra.run.smithi131.stdout:Section: kernel 2024-06-18T12:17:04.655 INFO:teuthology.orchestra.run.smithi131.stdout:Installed-Size: 21 2024-06-18T12:17:04.656 INFO:teuthology.orchestra.run.smithi131.stdout:Maintainer: Ubuntu Kernel Team 2024-06-18T12:17:04.656 INFO:teuthology.orchestra.run.smithi131.stdout:Architecture: amd64 2024-06-18T12:17:04.656 INFO:teuthology.orchestra.run.smithi131.stdout:Source: linux-meta 2024-06-18T12:17:04.656 INFO:teuthology.orchestra.run.smithi131.stdout:Version: 5.15.0.112.112 2024-06-18T12:17:04.656 INFO:teuthology.orchestra.run.smithi131.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-112), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-06-18T12:17:04.656 INFO:teuthology.orchestra.run.smithi131.stdout:Depends: linux-image-5.15.0-112-generic, linux-modules-extra-5.15.0-112-generic, linux-firmware, intel-microcode, amd64-microcode 2024-06-18T12:17:04.656 INFO:teuthology.orchestra.run.smithi131.stdout:Recommends: thermald 2024-06-18T12:17:04.656 INFO:teuthology.orchestra.run.smithi131.stdout:Description: Generic Linux kernel image 2024-06-18T12:17:04.656 INFO:teuthology.orchestra.run.smithi131.stdout: This package will always depend on the latest generic kernel image 2024-06-18T12:17:04.656 INFO:teuthology.orchestra.run.smithi131.stdout: available. 2024-06-18T12:17:04.656 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-112-generic 2024-06-18T12:17:04.656 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-06-18T12:17:04.656 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-06-18T12:17:04.657 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-06-18T12:17:04.657 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi131.front.sepia.ceph.com, path=None, version=distro) 2024-06-18T12:17:04.657 DEBUG:teuthology.orchestra.run.smithi131:> sudo apt-get clean 2024-06-18T12:17:04.817 INFO:teuthology.orchestra.run.smithi089.stdout:linux-image-generic is already the newest version (5.15.0.112.112). 2024-06-18T12:17:04.817 INFO:teuthology.orchestra.run.smithi089.stdout:The following packages were automatically installed and are no longer required: 2024-06-18T12:17:04.817 INFO:teuthology.orchestra.run.smithi089.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-06-18T12:17:04.817 INFO:teuthology.orchestra.run.smithi089.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-06-18T12:17:04.817 INFO:teuthology.orchestra.run.smithi089.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-06-18T12:17:04.817 INFO:teuthology.orchestra.run.smithi089.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-06-18T12:17:04.818 INFO:teuthology.orchestra.run.smithi089.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-06-18T12:17:04.818 INFO:teuthology.orchestra.run.smithi089.stdout:Use 'sudo apt autoremove' to remove them. 2024-06-18T12:17:04.826 DEBUG:teuthology.orchestra.run.smithi131:> sudo apt-get update 2024-06-18T12:17:04.856 INFO:teuthology.orchestra.run.smithi089.stdout:0 upgraded, 0 newly installed, 0 to remove and 326 not upgraded. 2024-06-18T12:17:04.858 DEBUG:teuthology.orchestra.run.smithi089:> dpkg -s linux-image-generic 2024-06-18T12:17:04.869 INFO:teuthology.orchestra.run.smithi089.stdout:Package: linux-image-generic 2024-06-18T12:17:04.870 INFO:teuthology.orchestra.run.smithi089.stdout:Status: install ok installed 2024-06-18T12:17:04.870 INFO:teuthology.orchestra.run.smithi089.stdout:Priority: optional 2024-06-18T12:17:04.870 INFO:teuthology.orchestra.run.smithi089.stdout:Section: kernel 2024-06-18T12:17:04.870 INFO:teuthology.orchestra.run.smithi089.stdout:Installed-Size: 21 2024-06-18T12:17:04.870 INFO:teuthology.orchestra.run.smithi089.stdout:Maintainer: Ubuntu Kernel Team 2024-06-18T12:17:04.870 INFO:teuthology.orchestra.run.smithi089.stdout:Architecture: amd64 2024-06-18T12:17:04.870 INFO:teuthology.orchestra.run.smithi089.stdout:Source: linux-meta 2024-06-18T12:17:04.870 INFO:teuthology.orchestra.run.smithi089.stdout:Version: 5.15.0.112.112 2024-06-18T12:17:04.870 INFO:teuthology.orchestra.run.smithi089.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-112), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-06-18T12:17:04.870 INFO:teuthology.orchestra.run.smithi089.stdout:Depends: linux-image-5.15.0-112-generic, linux-modules-extra-5.15.0-112-generic, linux-firmware, intel-microcode, amd64-microcode 2024-06-18T12:17:04.870 INFO:teuthology.orchestra.run.smithi089.stdout:Recommends: thermald 2024-06-18T12:17:04.871 INFO:teuthology.orchestra.run.smithi089.stdout:Description: Generic Linux kernel image 2024-06-18T12:17:04.871 INFO:teuthology.orchestra.run.smithi089.stdout: This package will always depend on the latest generic kernel image 2024-06-18T12:17:04.871 INFO:teuthology.orchestra.run.smithi089.stdout: available. 2024-06-18T12:17:04.871 DEBUG:teuthology.orchestra.run.smithi089:> mktemp 2024-06-18T12:17:04.920 INFO:teuthology.orchestra.run.smithi089.stdout:/tmp/tmp.Vw3AwiiIpw 2024-06-18T12:17:04.920 DEBUG:teuthology.orchestra.run.smithi089:> sudo cp /boot/grub/grub.cfg /tmp/tmp.Vw3AwiiIpw 2024-06-18T12:17:04.933 DEBUG:teuthology.orchestra.run.smithi098:> dpkg -s linux-image-generic 2024-06-18T12:17:04.950 INFO:teuthology.orchestra.run.smithi098.stdout:Package: linux-image-generic 2024-06-18T12:17:04.950 INFO:teuthology.orchestra.run.smithi098.stdout:Status: install ok installed 2024-06-18T12:17:04.950 INFO:teuthology.orchestra.run.smithi098.stdout:Priority: optional 2024-06-18T12:17:04.951 INFO:teuthology.orchestra.run.smithi098.stdout:Section: kernel 2024-06-18T12:17:04.951 INFO:teuthology.orchestra.run.smithi098.stdout:Installed-Size: 21 2024-06-18T12:17:04.951 INFO:teuthology.orchestra.run.smithi098.stdout:Maintainer: Ubuntu Kernel Team 2024-06-18T12:17:04.951 INFO:teuthology.orchestra.run.smithi098.stdout:Architecture: amd64 2024-06-18T12:17:04.951 INFO:teuthology.orchestra.run.smithi098.stdout:Source: linux-meta 2024-06-18T12:17:04.951 INFO:teuthology.orchestra.run.smithi098.stdout:Version: 5.15.0.112.112 2024-06-18T12:17:04.951 INFO:teuthology.orchestra.run.smithi098.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-112), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-06-18T12:17:04.951 INFO:teuthology.orchestra.run.smithi098.stdout:Depends: linux-image-5.15.0-112-generic, linux-modules-extra-5.15.0-112-generic, linux-firmware, intel-microcode, amd64-microcode 2024-06-18T12:17:04.951 INFO:teuthology.orchestra.run.smithi098.stdout:Recommends: thermald 2024-06-18T12:17:04.951 INFO:teuthology.orchestra.run.smithi098.stdout:Description: Generic Linux kernel image 2024-06-18T12:17:04.951 INFO:teuthology.orchestra.run.smithi098.stdout: This package will always depend on the latest generic kernel image 2024-06-18T12:17:04.951 INFO:teuthology.orchestra.run.smithi098.stdout: available. 2024-06-18T12:17:04.952 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-112-generic 2024-06-18T12:17:04.952 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-06-18T12:17:04.952 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-06-18T12:17:04.952 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-06-18T12:17:04.952 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi098.front.sepia.ceph.com, path=None, version=distro) 2024-06-18T12:17:04.952 DEBUG:teuthology.orchestra.run.smithi098:> sudo apt-get clean 2024-06-18T12:17:04.974 DEBUG:teuthology.orchestra.run.smithi089:> sudo chmod 0666 /tmp/tmp.Vw3AwiiIpw 2024-06-18T12:17:05.092 DEBUG:teuthology.orchestra.run.smithi098:> sudo apt-get update 2024-06-18T12:17:05.096 DEBUG:teuthology.orchestra.remote:smithi089:/tmp/tmp.Vw3AwiiIpw is 10KB 2024-06-18T12:17:05.111 DEBUG:teuthology.orchestra.run.smithi089:> rm -fr /tmp/tmp.Vw3AwiiIpw 2024-06-18T12:17:05.118 DEBUG:teuthology.orchestra.run.smithi089:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-06-18T12:17:05.176 DEBUG:teuthology.orchestra.run.smithi089:> set -ex 2024-06-18T12:17:05.176 DEBUG:teuthology.orchestra.run.smithi089:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-06-18T12:17:05.176 DEBUG:teuthology.orchestra.run.smithi089:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-06-18T12:17:05.246 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-112-generic 2024-06-18T12:17:05.246 DEBUG:teuthology.orchestra.run.smithi089:> sudo update-grub 2024-06-18T12:17:05.309 INFO:teuthology.orchestra.run.smithi131.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-06-18T12:17:05.480 INFO:teuthology.orchestra.run.smithi098.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-06-18T12:17:05.496 INFO:teuthology.orchestra.run.smithi131.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-06-18T12:17:05.518 INFO:teuthology.orchestra.run.smithi131.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-06-18T12:17:05.539 INFO:teuthology.orchestra.run.smithi131.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-06-18T12:17:05.788 INFO:teuthology.orchestra.run.smithi098.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-06-18T12:17:05.858 INFO:teuthology.orchestra.run.smithi098.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-06-18T12:17:05.940 INFO:teuthology.orchestra.run.smithi098.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-06-18T12:17:06.405 INFO:teuthology.orchestra.run.smithi089.stderr:Sourcing file `/etc/default/grub' 2024-06-18T12:17:06.406 INFO:teuthology.orchestra.run.smithi089.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-06-18T12:17:06.409 INFO:teuthology.orchestra.run.smithi089.stderr:Generating grub configuration file ... 2024-06-18T12:17:06.593 INFO:teuthology.orchestra.run.smithi089.stderr:Found linux image: /boot/vmlinuz-5.15.0-112-generic 2024-06-18T12:17:06.599 INFO:teuthology.orchestra.run.smithi089.stderr:Found initrd image: /boot/initrd.img-5.15.0-112-generic 2024-06-18T12:17:06.818 INFO:teuthology.orchestra.run.smithi131.stdout:Reading package lists... 2024-06-18T12:17:06.824 INFO:teuthology.orchestra.run.smithi089.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-06-18T12:17:06.829 INFO:teuthology.orchestra.run.smithi089.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-06-18T12:17:06.837 DEBUG:teuthology.orchestra.run.smithi131:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-06-18T12:17:06.865 INFO:teuthology.orchestra.run.smithi089.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-06-18T12:17:06.870 INFO:teuthology.orchestra.run.smithi089.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-06-18T12:17:06.889 INFO:teuthology.orchestra.run.smithi131.stdout:Reading package lists... 2024-06-18T12:17:07.014 INFO:teuthology.orchestra.run.smithi089.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-06-18T12:17:07.015 INFO:teuthology.orchestra.run.smithi089.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-06-18T12:17:07.015 INFO:teuthology.orchestra.run.smithi089.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-06-18T12:17:07.028 INFO:teuthology.orchestra.run.smithi089.stderr:done 2024-06-18T12:17:07.030 DEBUG:teuthology.orchestra.run.smithi089:> sudo shutdown -r now 2024-06-18T12:17:07.068 INFO:teuthology.orchestra.run.smithi131.stdout:Building dependency tree... 2024-06-18T12:17:07.069 INFO:teuthology.orchestra.run.smithi131.stdout:Reading state information... 2024-06-18T12:17:07.105 INFO:teuthology.orchestra.run.smithi098.stdout:Reading package lists... 2024-06-18T12:17:07.124 DEBUG:teuthology.orchestra.run.smithi098:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-06-18T12:17:07.186 INFO:teuthology.orchestra.run.smithi098.stdout:Reading package lists... 2024-06-18T12:17:07.230 INFO:teuthology.orchestra.run.smithi131.stdout:linux-image-generic is already the newest version (5.15.0.112.112). 2024-06-18T12:17:07.230 INFO:teuthology.orchestra.run.smithi131.stdout:The following packages were automatically installed and are no longer required: 2024-06-18T12:17:07.231 INFO:teuthology.orchestra.run.smithi131.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-06-18T12:17:07.231 INFO:teuthology.orchestra.run.smithi131.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-06-18T12:17:07.231 INFO:teuthology.orchestra.run.smithi131.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-06-18T12:17:07.231 INFO:teuthology.orchestra.run.smithi131.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-06-18T12:17:07.231 INFO:teuthology.orchestra.run.smithi131.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-06-18T12:17:07.231 INFO:teuthology.orchestra.run.smithi131.stdout:Use 'sudo apt autoremove' to remove them. 2024-06-18T12:17:07.268 INFO:teuthology.orchestra.run.smithi131.stdout:0 upgraded, 0 newly installed, 0 to remove and 326 not upgraded. 2024-06-18T12:17:07.270 DEBUG:teuthology.orchestra.run.smithi131:> dpkg -s linux-image-generic 2024-06-18T12:17:07.333 INFO:teuthology.orchestra.run.smithi131.stdout:Package: linux-image-generic 2024-06-18T12:17:07.334 INFO:teuthology.orchestra.run.smithi131.stdout:Status: install ok installed 2024-06-18T12:17:07.334 INFO:teuthology.orchestra.run.smithi131.stdout:Priority: optional 2024-06-18T12:17:07.334 INFO:teuthology.orchestra.run.smithi131.stdout:Section: kernel 2024-06-18T12:17:07.334 INFO:teuthology.orchestra.run.smithi131.stdout:Installed-Size: 21 2024-06-18T12:17:07.334 INFO:teuthology.orchestra.run.smithi131.stdout:Maintainer: Ubuntu Kernel Team 2024-06-18T12:17:07.334 INFO:teuthology.orchestra.run.smithi131.stdout:Architecture: amd64 2024-06-18T12:17:07.334 INFO:teuthology.orchestra.run.smithi131.stdout:Source: linux-meta 2024-06-18T12:17:07.334 INFO:teuthology.orchestra.run.smithi131.stdout:Version: 5.15.0.112.112 2024-06-18T12:17:07.334 INFO:teuthology.orchestra.run.smithi131.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-112), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-06-18T12:17:07.334 INFO:teuthology.orchestra.run.smithi131.stdout:Depends: linux-image-5.15.0-112-generic, linux-modules-extra-5.15.0-112-generic, linux-firmware, intel-microcode, amd64-microcode 2024-06-18T12:17:07.334 INFO:teuthology.orchestra.run.smithi131.stdout:Recommends: thermald 2024-06-18T12:17:07.335 INFO:teuthology.orchestra.run.smithi131.stdout:Description: Generic Linux kernel image 2024-06-18T12:17:07.335 INFO:teuthology.orchestra.run.smithi131.stdout: This package will always depend on the latest generic kernel image 2024-06-18T12:17:07.335 INFO:teuthology.orchestra.run.smithi131.stdout: available. 2024-06-18T12:17:07.335 DEBUG:teuthology.orchestra.run.smithi131:> mktemp 2024-06-18T12:17:07.379 INFO:teuthology.orchestra.run.smithi131.stdout:/tmp/tmp.Twk1eF66H7 2024-06-18T12:17:07.379 DEBUG:teuthology.orchestra.run.smithi131:> sudo cp /boot/grub/grub.cfg /tmp/tmp.Twk1eF66H7 2024-06-18T12:17:07.397 INFO:teuthology.orchestra.run.smithi098.stdout:Building dependency tree... 2024-06-18T12:17:07.398 INFO:teuthology.orchestra.run.smithi098.stdout:Reading state information... 2024-06-18T12:17:07.436 DEBUG:teuthology.orchestra.run.smithi131:> sudo chmod 0666 /tmp/tmp.Twk1eF66H7 2024-06-18T12:17:07.550 DEBUG:teuthology.orchestra.remote:smithi131:/tmp/tmp.Twk1eF66H7 is 10KB 2024-06-18T12:17:07.564 DEBUG:teuthology.orchestra.run.smithi131:> rm -fr /tmp/tmp.Twk1eF66H7 2024-06-18T12:17:07.569 DEBUG:teuthology.orchestra.run.smithi131:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-06-18T12:17:07.575 INFO:teuthology.orchestra.run.smithi098.stdout:linux-image-generic is already the newest version (5.15.0.112.112). 2024-06-18T12:17:07.575 INFO:teuthology.orchestra.run.smithi098.stdout:The following packages were automatically installed and are no longer required: 2024-06-18T12:17:07.576 INFO:teuthology.orchestra.run.smithi098.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-06-18T12:17:07.576 INFO:teuthology.orchestra.run.smithi098.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-06-18T12:17:07.576 INFO:teuthology.orchestra.run.smithi098.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-06-18T12:17:07.576 INFO:teuthology.orchestra.run.smithi098.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-06-18T12:17:07.576 INFO:teuthology.orchestra.run.smithi098.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-06-18T12:17:07.576 INFO:teuthology.orchestra.run.smithi098.stdout:Use 'sudo apt autoremove' to remove them. 2024-06-18T12:17:07.616 INFO:teuthology.orchestra.run.smithi098.stdout:0 upgraded, 0 newly installed, 0 to remove and 326 not upgraded. 2024-06-18T12:17:07.618 DEBUG:teuthology.orchestra.run.smithi098:> dpkg -s linux-image-generic 2024-06-18T12:17:07.622 DEBUG:teuthology.orchestra.run.smithi131:> set -ex 2024-06-18T12:17:07.622 DEBUG:teuthology.orchestra.run.smithi131:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-06-18T12:17:07.622 DEBUG:teuthology.orchestra.run.smithi131:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-06-18T12:17:07.629 INFO:teuthology.orchestra.run.smithi098.stdout:Package: linux-image-generic 2024-06-18T12:17:07.629 INFO:teuthology.orchestra.run.smithi098.stdout:Status: install ok installed 2024-06-18T12:17:07.629 INFO:teuthology.orchestra.run.smithi098.stdout:Priority: optional 2024-06-18T12:17:07.630 INFO:teuthology.orchestra.run.smithi098.stdout:Section: kernel 2024-06-18T12:17:07.630 INFO:teuthology.orchestra.run.smithi098.stdout:Installed-Size: 21 2024-06-18T12:17:07.630 INFO:teuthology.orchestra.run.smithi098.stdout:Maintainer: Ubuntu Kernel Team 2024-06-18T12:17:07.630 INFO:teuthology.orchestra.run.smithi098.stdout:Architecture: amd64 2024-06-18T12:17:07.630 INFO:teuthology.orchestra.run.smithi098.stdout:Source: linux-meta 2024-06-18T12:17:07.630 INFO:teuthology.orchestra.run.smithi098.stdout:Version: 5.15.0.112.112 2024-06-18T12:17:07.630 INFO:teuthology.orchestra.run.smithi098.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-112), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-06-18T12:17:07.630 INFO:teuthology.orchestra.run.smithi098.stdout:Depends: linux-image-5.15.0-112-generic, linux-modules-extra-5.15.0-112-generic, linux-firmware, intel-microcode, amd64-microcode 2024-06-18T12:17:07.630 INFO:teuthology.orchestra.run.smithi098.stdout:Recommends: thermald 2024-06-18T12:17:07.630 INFO:teuthology.orchestra.run.smithi098.stdout:Description: Generic Linux kernel image 2024-06-18T12:17:07.630 INFO:teuthology.orchestra.run.smithi098.stdout: This package will always depend on the latest generic kernel image 2024-06-18T12:17:07.630 INFO:teuthology.orchestra.run.smithi098.stdout: available. 2024-06-18T12:17:07.631 DEBUG:teuthology.orchestra.run.smithi098:> mktemp 2024-06-18T12:17:07.676 INFO:teuthology.orchestra.run.smithi098.stdout:/tmp/tmp.ZkwvPpUJcr 2024-06-18T12:17:07.676 DEBUG:teuthology.orchestra.run.smithi098:> sudo cp /boot/grub/grub.cfg /tmp/tmp.ZkwvPpUJcr 2024-06-18T12:17:07.687 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-112-generic 2024-06-18T12:17:07.687 DEBUG:teuthology.orchestra.run.smithi131:> sudo update-grub 2024-06-18T12:17:07.744 DEBUG:teuthology.orchestra.run.smithi098:> sudo chmod 0666 /tmp/tmp.ZkwvPpUJcr 2024-06-18T12:17:07.869 DEBUG:teuthology.orchestra.remote:smithi098:/tmp/tmp.ZkwvPpUJcr is 10KB 2024-06-18T12:17:07.882 DEBUG:teuthology.orchestra.run.smithi098:> rm -fr /tmp/tmp.ZkwvPpUJcr 2024-06-18T12:17:07.887 DEBUG:teuthology.orchestra.run.smithi098:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-06-18T12:17:07.939 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2024-06-18T12:17:07.939 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-06-18T12:17:07.939 DEBUG:teuthology.orchestra.run.smithi098:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-06-18T12:17:08.019 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-112-generic 2024-06-18T12:17:08.019 DEBUG:teuthology.orchestra.run.smithi098:> sudo update-grub 2024-06-18T12:17:08.900 INFO:teuthology.orchestra.run.smithi131.stderr:Sourcing file `/etc/default/grub' 2024-06-18T12:17:08.901 INFO:teuthology.orchestra.run.smithi131.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-06-18T12:17:08.903 INFO:teuthology.orchestra.run.smithi131.stderr:Generating grub configuration file ... 2024-06-18T12:17:09.085 INFO:teuthology.orchestra.run.smithi131.stderr:Found linux image: /boot/vmlinuz-5.15.0-112-generic 2024-06-18T12:17:09.090 INFO:teuthology.orchestra.run.smithi131.stderr:Found initrd image: /boot/initrd.img-5.15.0-112-generic 2024-06-18T12:17:09.244 INFO:teuthology.orchestra.run.smithi098.stderr:Sourcing file `/etc/default/grub' 2024-06-18T12:17:09.245 INFO:teuthology.orchestra.run.smithi098.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-06-18T12:17:09.248 INFO:teuthology.orchestra.run.smithi098.stderr:Generating grub configuration file ... 2024-06-18T12:17:09.326 INFO:teuthology.orchestra.run.smithi131.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-06-18T12:17:09.330 INFO:teuthology.orchestra.run.smithi131.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-06-18T12:17:09.371 INFO:teuthology.orchestra.run.smithi131.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-06-18T12:17:09.376 INFO:teuthology.orchestra.run.smithi131.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-06-18T12:17:09.428 INFO:teuthology.orchestra.run.smithi098.stderr:Found linux image: /boot/vmlinuz-5.15.0-112-generic 2024-06-18T12:17:09.434 INFO:teuthology.orchestra.run.smithi098.stderr:Found initrd image: /boot/initrd.img-5.15.0-112-generic 2024-06-18T12:17:09.529 INFO:teuthology.orchestra.run.smithi131.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-06-18T12:17:09.530 INFO:teuthology.orchestra.run.smithi131.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-06-18T12:17:09.530 INFO:teuthology.orchestra.run.smithi131.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-06-18T12:17:09.548 INFO:teuthology.orchestra.run.smithi131.stderr:done 2024-06-18T12:17:09.556 DEBUG:teuthology.orchestra.run.smithi131:> sudo shutdown -r now 2024-06-18T12:17:09.646 INFO:teuthology.orchestra.run.smithi098.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-06-18T12:17:09.651 INFO:teuthology.orchestra.run.smithi098.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-06-18T12:17:09.686 INFO:teuthology.orchestra.run.smithi098.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-06-18T12:17:09.691 INFO:teuthology.orchestra.run.smithi098.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-06-18T12:17:09.804 INFO:teuthology.orchestra.run.smithi098.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-06-18T12:17:09.805 INFO:teuthology.orchestra.run.smithi098.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-06-18T12:17:09.805 INFO:teuthology.orchestra.run.smithi098.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-06-18T12:17:09.820 INFO:teuthology.orchestra.run.smithi098.stderr:done 2024-06-18T12:17:09.823 DEBUG:teuthology.orchestra.run.smithi098:> sudo shutdown -r now 2024-06-18T12:17:37.058 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-06-18T12:17:37.059 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi089.front.sepia.ceph.com' 2024-06-18T12:17:37.059 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi089.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-06-18T12:17:39.561 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-06-18T12:17:39.561 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi131.front.sepia.ceph.com' 2024-06-18T12:17:39.561 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi131.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-06-18T12:17:39.825 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-06-18T12:17:39.825 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi098.front.sepia.ceph.com' 2024-06-18T12:17:39.826 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi098.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-06-18T12:18:11.615 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.89 2024-06-18T12:18:20.624 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi089.front.sepia.ceph.com' 2024-06-18T12:18:20.625 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi089.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-06-18T12:18:39.006 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.89 2024-06-18T12:18:39.564 DEBUG:teuthology.orchestra.remote:timed out 2024-06-18T12:18:39.828 DEBUG:teuthology.orchestra.remote:timed out 2024-06-18T12:18:48.574 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi131.front.sepia.ceph.com' 2024-06-18T12:18:48.575 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi131.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-06-18T12:18:48.829 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi098.front.sepia.ceph.com' 2024-06-18T12:18:48.829 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi098.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-06-18T12:18:48.831 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.98 2024-06-18T12:18:48.947 DEBUG:teuthology.orchestra.run.smithi131:> true 2024-06-18T12:18:49.636 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi131.front.sepia.ceph.com' 2024-06-18T12:18:49.636 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.15.0-112-generic"... 2024-06-18T12:18:49.636 DEBUG:teuthology.orchestra.run.smithi131:> uname -r 2024-06-18T12:18:49.641 INFO:teuthology.orchestra.run.smithi131.stdout:5.15.0-112-generic 2024-06-18T12:18:49.641 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-112-generic vs 5.15.0-112-generic 2024-06-18T12:18:49.641 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-06-18T12:18:49.641 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-06-18T12:18:50.643 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-06-18T12:18:50.643 DEBUG:teuthology.orchestra.run.smithi131:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-06-18T12:18:50.699 INFO:teuthology.orchestra.run.smithi131.stdout:ttyS1 2024-06-18T12:18:50.722 DEBUG:teuthology.parallel:result is None 2024-06-18T12:18:51.007 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi089.front.sepia.ceph.com' 2024-06-18T12:18:51.008 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi089.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-06-18T12:18:51.648 DEBUG:teuthology.orchestra.run.smithi089:> true 2024-06-18T12:18:52.559 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi089.front.sepia.ceph.com' 2024-06-18T12:18:52.559 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-112-generic"... 2024-06-18T12:18:52.559 DEBUG:teuthology.orchestra.run.smithi089:> uname -r 2024-06-18T12:18:52.564 INFO:teuthology.orchestra.run.smithi089.stdout:5.15.0-112-generic 2024-06-18T12:18:52.565 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-112-generic vs 5.15.0-112-generic 2024-06-18T12:18:52.565 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-06-18T12:18:52.565 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-06-18T12:18:53.566 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-06-18T12:18:53.566 DEBUG:teuthology.orchestra.run.smithi089:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-06-18T12:18:53.712 INFO:teuthology.orchestra.run.smithi089.stdout:ttyS1 2024-06-18T12:18:53.729 DEBUG:teuthology.parallel:result is None 2024-06-18T12:19:00.832 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi098.front.sepia.ceph.com' 2024-06-18T12:19:00.832 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi098.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-06-18T12:19:01.022 DEBUG:teuthology.orchestra.run.smithi098:> true 2024-06-18T12:19:01.551 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi098.front.sepia.ceph.com' 2024-06-18T12:19:01.551 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-112-generic"... 2024-06-18T12:19:01.551 DEBUG:teuthology.orchestra.run.smithi098:> uname -r 2024-06-18T12:19:01.596 INFO:teuthology.orchestra.run.smithi098.stdout:5.15.0-112-generic 2024-06-18T12:19:01.596 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-112-generic vs 5.15.0-112-generic 2024-06-18T12:19:01.597 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-06-18T12:19:01.597 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-06-18T12:19:02.597 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-06-18T12:19:02.598 DEBUG:teuthology.orchestra.run.smithi098:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-06-18T12:19:02.949 INFO:teuthology.orchestra.run.smithi098.stdout:ttyS1 2024-06-18T12:19:02.991 DEBUG:teuthology.parallel:result is None 2024-06-18T12:19:02.991 INFO:teuthology.run_tasks:Running task internal.base... 2024-06-18T12:19:02.998 INFO:teuthology.task.internal:Creating test directory... 2024-06-18T12:19:02.998 DEBUG:teuthology.orchestra.run.smithi089:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-06-18T12:19:03.001 DEBUG:teuthology.orchestra.run.smithi098:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-06-18T12:19:03.003 DEBUG:teuthology.orchestra.run.smithi131:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-06-18T12:19:03.009 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-06-18T12:19:03.017 INFO:teuthology.run_tasks:Running task internal.archive... 2024-06-18T12:19:03.022 INFO:teuthology.task.internal:Creating archive directory... 2024-06-18T12:19:03.023 DEBUG:teuthology.orchestra.run.smithi089:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-06-18T12:19:03.048 DEBUG:teuthology.orchestra.run.smithi098:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-06-18T12:19:03.050 DEBUG:teuthology.orchestra.run.smithi131:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-06-18T12:19:03.154 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-06-18T12:19:03.160 INFO:teuthology.task.internal:Enabling coredump saving... 2024-06-18T12:19:03.160 DEBUG:teuthology.orchestra.run.smithi089:> 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-06-18T12:19:03.163 DEBUG:teuthology.orchestra.run.smithi098:> 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-06-18T12:19:03.165 DEBUG:teuthology.orchestra.run.smithi131:> 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-06-18T12:19:03.184 INFO:teuthology.orchestra.run.smithi098.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-06-18T12:19:03.186 INFO:teuthology.orchestra.run.smithi131.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-06-18T12:19:03.193 INFO:teuthology.orchestra.run.smithi098.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-06-18T12:19:03.195 INFO:teuthology.orchestra.run.smithi131.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-06-18T12:19:03.206 INFO:teuthology.orchestra.run.smithi089.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-06-18T12:19:03.215 INFO:teuthology.orchestra.run.smithi089.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-06-18T12:19:03.216 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-06-18T12:19:03.224 INFO:teuthology.task.internal:Configuring sudo... 2024-06-18T12:19:03.224 DEBUG:teuthology.orchestra.run.smithi089:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-06-18T12:19:03.227 DEBUG:teuthology.orchestra.run.smithi098:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-06-18T12:19:03.237 DEBUG:teuthology.orchestra.run.smithi131:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-06-18T12:19:03.252 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-06-18T12:19:03.348 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-06-18T12:19:03.348 DEBUG:teuthology.orchestra.run.smithi089:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-06-18T12:19:03.351 DEBUG:teuthology.orchestra.run.smithi098:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-06-18T12:19:03.353 DEBUG:teuthology.orchestra.run.smithi131:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-06-18T12:19:03.359 DEBUG:teuthology.orchestra.run.smithi089:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-06-18T12:19:03.403 DEBUG:teuthology.orchestra.run.smithi089:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-06-18T12:19:03.451 DEBUG:teuthology.orchestra.run.smithi089:> set -ex 2024-06-18T12:19:03.451 DEBUG:teuthology.orchestra.run.smithi089:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-06-18T12:19:03.510 DEBUG:teuthology.orchestra.run.smithi098:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-06-18T12:19:03.516 DEBUG:teuthology.orchestra.run.smithi098:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-06-18T12:19:03.561 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2024-06-18T12:19:03.561 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-06-18T12:19:03.627 DEBUG:teuthology.orchestra.run.smithi131:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-06-18T12:19:03.633 DEBUG:teuthology.orchestra.run.smithi131:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-06-18T12:19:03.681 DEBUG:teuthology.orchestra.run.smithi131:> set -ex 2024-06-18T12:19:03.681 DEBUG:teuthology.orchestra.run.smithi131:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-06-18T12:19:03.746 DEBUG:teuthology.orchestra.run.smithi089:> sudo service rsyslog restart 2024-06-18T12:19:03.748 DEBUG:teuthology.orchestra.run.smithi098:> sudo service rsyslog restart 2024-06-18T12:19:03.750 DEBUG:teuthology.orchestra.run.smithi131:> sudo service rsyslog restart 2024-06-18T12:19:03.860 INFO:teuthology.run_tasks:Running task internal.timer... 2024-06-18T12:19:03.867 INFO:teuthology.task.internal:Starting timer... 2024-06-18T12:19:03.868 INFO:teuthology.run_tasks:Running task pcp... 2024-06-18T12:19:03.877 INFO:teuthology.run_tasks:Running task selinux... 2024-06-18T12:19:03.885 DEBUG:teuthology.task.selinux:Excluding smithi089: OS 'ubuntu' does not support SELinux 2024-06-18T12:19:03.885 DEBUG:teuthology.task.selinux:Excluding smithi098: OS 'ubuntu' does not support SELinux 2024-06-18T12:19:03.885 DEBUG:teuthology.task.selinux:Excluding smithi131: OS 'ubuntu' does not support SELinux 2024-06-18T12:19:03.886 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-06-18T12:19:03.886 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-06-18T12:19:03.886 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-06-18T12:19:03.886 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-06-18T12:19:03.894 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-06-18T12:19:03.897 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-06-18T12:19:04.041 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-06-18T12:19:04.051 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-06-18T12:19:04.052 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi089.front.sepia.ceph.com,smithi098.front.sepia.ceph.com,smithi131.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-06-18T12:26:03.036 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi089.front.sepia.ceph.com'), Remote(name='ubuntu@smithi098.front.sepia.ceph.com'), Remote(name='ubuntu@smithi131.front.sepia.ceph.com')] 2024-06-18T12:26:03.038 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi089.front.sepia.ceph.com' 2024-06-18T12:26:03.039 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi089.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-06-18T12:26:03.125 DEBUG:teuthology.orchestra.run.smithi089:> true 2024-06-18T12:26:03.198 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi089.front.sepia.ceph.com' 2024-06-18T12:26:03.199 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi098.front.sepia.ceph.com' 2024-06-18T12:26:03.199 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi098.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-06-18T12:26:03.284 DEBUG:teuthology.orchestra.run.smithi098:> true 2024-06-18T12:26:03.363 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi098.front.sepia.ceph.com' 2024-06-18T12:26:03.363 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi131.front.sepia.ceph.com' 2024-06-18T12:26:03.364 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi131.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-06-18T12:26:03.464 DEBUG:teuthology.orchestra.run.smithi131:> true 2024-06-18T12:26:03.538 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi131.front.sepia.ceph.com' 2024-06-18T12:26:03.539 INFO:teuthology.run_tasks:Running task clock... 2024-06-18T12:26:03.556 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-06-18T12:26:03.557 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-06-18T12:26:03.557 DEBUG:teuthology.orchestra.run.smithi089:> 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-06-18T12:26:03.560 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-06-18T12:26:03.560 DEBUG:teuthology.orchestra.run.smithi098:> 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-06-18T12:26:03.563 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-06-18T12:26:03.563 DEBUG:teuthology.orchestra.run.smithi131:> 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-06-18T12:26:03.588 INFO:teuthology.orchestra.run.smithi089.stdout:18 Jun 12:26:03 ntpd[17619]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-06-18T12:26:03.588 INFO:teuthology.orchestra.run.smithi089.stdout:18 Jun 12:26:03 ntpd[17619]: Command line: ntpd -gq 2024-06-18T12:26:03.588 INFO:teuthology.orchestra.run.smithi089.stdout:18 Jun 12:26:03 ntpd[17619]: ---------------------------------------------------- 2024-06-18T12:26:03.588 INFO:teuthology.orchestra.run.smithi089.stdout:18 Jun 12:26:03 ntpd[17619]: ntp-4 is maintained by Network Time Foundation, 2024-06-18T12:26:03.588 INFO:teuthology.orchestra.run.smithi089.stdout:18 Jun 12:26:03 ntpd[17619]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-06-18T12:26:03.588 INFO:teuthology.orchestra.run.smithi089.stdout:18 Jun 12:26:03 ntpd[17619]: corporation. Support and training for ntp-4 are 2024-06-18T12:26:03.588 INFO:teuthology.orchestra.run.smithi089.stdout:18 Jun 12:26:03 ntpd[17619]: available at https://www.nwtime.org/support 2024-06-18T12:26:03.588 INFO:teuthology.orchestra.run.smithi089.stdout:18 Jun 12:26:03 ntpd[17619]: ---------------------------------------------------- 2024-06-18T12:26:03.589 INFO:teuthology.orchestra.run.smithi089.stdout:18 Jun 12:26:03 ntpd[17619]: proto: precision = 0.044 usec (-24) 2024-06-18T12:26:03.589 INFO:teuthology.orchestra.run.smithi089.stdout:18 Jun 12:26:03 ntpd[17619]: basedate set to 2022-02-04 2024-06-18T12:26:03.589 INFO:teuthology.orchestra.run.smithi089.stdout:18 Jun 12:26:03 ntpd[17619]: gps base set to 2022-02-06 (week 2196) 2024-06-18T12:26:03.590 INFO:teuthology.orchestra.run.smithi089.stdout:18 Jun 12:26:03 ntpd[17619]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-06-18T12:26:03.590 INFO:teuthology.orchestra.run.smithi089.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-06-18T12:26:03.590 INFO:teuthology.orchestra.run.smithi089.stderr:restrict ::: KOD does nothing without LIMITED. 2024-06-18T12:26:03.591 INFO:teuthology.orchestra.run.smithi089.stdout:18 Jun 12:26:03 ntpd[17619]: restrict ::: KOD does nothing without LIMITED. 2024-06-18T12:26:03.591 INFO:teuthology.orchestra.run.smithi089.stdout:18 Jun 12:26:03 ntpd[17619]: Listen and drop on 0 v6wildcard [::]:123 2024-06-18T12:26:03.591 INFO:teuthology.orchestra.run.smithi089.stdout:18 Jun 12:26:03 ntpd[17619]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-06-18T12:26:03.591 INFO:teuthology.orchestra.run.smithi089.stdout:18 Jun 12:26:03 ntpd[17619]: Listen normally on 2 lo 127.0.0.1:123 2024-06-18T12:26:03.591 INFO:teuthology.orchestra.run.smithi089.stdout:18 Jun 12:26:03 ntpd[17619]: Listen normally on 3 enp3s0f1 172.21.15.89:123 2024-06-18T12:26:03.591 INFO:teuthology.orchestra.run.smithi089.stdout:18 Jun 12:26:03 ntpd[17619]: Listen normally on 4 lo [::1]:123 2024-06-18T12:26:03.591 INFO:teuthology.orchestra.run.smithi089.stdout:18 Jun 12:26:03 ntpd[17619]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe8f:d501%5]:123 2024-06-18T12:26:03.592 INFO:teuthology.orchestra.run.smithi089.stdout:18 Jun 12:26:03 ntpd[17619]: Listening on routing socket on fd #22 for interface updates 2024-06-18T12:26:03.593 INFO:teuthology.orchestra.run.smithi098.stdout:18 Jun 12:26:03 ntpd[17583]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-06-18T12:26:03.593 INFO:teuthology.orchestra.run.smithi098.stdout:18 Jun 12:26:03 ntpd[17583]: Command line: ntpd -gq 2024-06-18T12:26:03.593 INFO:teuthology.orchestra.run.smithi098.stdout:18 Jun 12:26:03 ntpd[17583]: ---------------------------------------------------- 2024-06-18T12:26:03.593 INFO:teuthology.orchestra.run.smithi098.stdout:18 Jun 12:26:03 ntpd[17583]: ntp-4 is maintained by Network Time Foundation, 2024-06-18T12:26:03.593 INFO:teuthology.orchestra.run.smithi098.stdout:18 Jun 12:26:03 ntpd[17583]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-06-18T12:26:03.593 INFO:teuthology.orchestra.run.smithi098.stdout:18 Jun 12:26:03 ntpd[17583]: corporation. Support and training for ntp-4 are 2024-06-18T12:26:03.593 INFO:teuthology.orchestra.run.smithi098.stdout:18 Jun 12:26:03 ntpd[17583]: available at https://www.nwtime.org/support 2024-06-18T12:26:03.593 INFO:teuthology.orchestra.run.smithi098.stdout:18 Jun 12:26:03 ntpd[17583]: ---------------------------------------------------- 2024-06-18T12:26:03.593 INFO:teuthology.orchestra.run.smithi098.stdout:18 Jun 12:26:03 ntpd[17583]: proto: precision = 0.089 usec (-23) 2024-06-18T12:26:03.593 INFO:teuthology.orchestra.run.smithi098.stdout:18 Jun 12:26:03 ntpd[17583]: basedate set to 2022-02-04 2024-06-18T12:26:03.593 INFO:teuthology.orchestra.run.smithi098.stdout:18 Jun 12:26:03 ntpd[17583]: gps base set to 2022-02-06 (week 2196) 2024-06-18T12:26:03.594 INFO:teuthology.orchestra.run.smithi098.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-06-18T12:26:03.594 INFO:teuthology.orchestra.run.smithi098.stdout:18 Jun 12:26:03 ntpd[17583]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-06-18T12:26:03.594 INFO:teuthology.orchestra.run.smithi098.stderr:restrict ::: KOD does nothing without LIMITED. 2024-06-18T12:26:03.596 INFO:teuthology.orchestra.run.smithi098.stdout:18 Jun 12:26:03 ntpd[17583]: restrict ::: KOD does nothing without LIMITED. 2024-06-18T12:26:03.596 INFO:teuthology.orchestra.run.smithi098.stdout:18 Jun 12:26:03 ntpd[17583]: Listen and drop on 0 v6wildcard [::]:123 2024-06-18T12:26:03.596 INFO:teuthology.orchestra.run.smithi098.stdout:18 Jun 12:26:03 ntpd[17583]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-06-18T12:26:03.596 INFO:teuthology.orchestra.run.smithi098.stdout:18 Jun 12:26:03 ntpd[17583]: Listen normally on 2 lo 127.0.0.1:123 2024-06-18T12:26:03.596 INFO:teuthology.orchestra.run.smithi098.stdout:18 Jun 12:26:03 ntpd[17583]: Listen normally on 3 enp3s0f1 172.21.15.98:123 2024-06-18T12:26:03.596 INFO:teuthology.orchestra.run.smithi098.stdout:18 Jun 12:26:03 ntpd[17583]: Listen normally on 4 lo [::1]:123 2024-06-18T12:26:03.596 INFO:teuthology.orchestra.run.smithi098.stdout:18 Jun 12:26:03 ntpd[17583]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe8f:d26b%5]:123 2024-06-18T12:26:03.596 INFO:teuthology.orchestra.run.smithi098.stdout:18 Jun 12:26:03 ntpd[17583]: Listening on routing socket on fd #22 for interface updates 2024-06-18T12:26:03.603 INFO:teuthology.orchestra.run.smithi131.stdout:18 Jun 12:26:03 ntpd[17597]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-06-18T12:26:03.603 INFO:teuthology.orchestra.run.smithi131.stdout:18 Jun 12:26:03 ntpd[17597]: Command line: ntpd -gq 2024-06-18T12:26:03.603 INFO:teuthology.orchestra.run.smithi131.stdout:18 Jun 12:26:03 ntpd[17597]: ---------------------------------------------------- 2024-06-18T12:26:03.604 INFO:teuthology.orchestra.run.smithi131.stdout:18 Jun 12:26:03 ntpd[17597]: ntp-4 is maintained by Network Time Foundation, 2024-06-18T12:26:03.604 INFO:teuthology.orchestra.run.smithi131.stdout:18 Jun 12:26:03 ntpd[17597]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-06-18T12:26:03.604 INFO:teuthology.orchestra.run.smithi131.stdout:18 Jun 12:26:03 ntpd[17597]: corporation. Support and training for ntp-4 are 2024-06-18T12:26:03.604 INFO:teuthology.orchestra.run.smithi131.stdout:18 Jun 12:26:03 ntpd[17597]: available at https://www.nwtime.org/support 2024-06-18T12:26:03.604 INFO:teuthology.orchestra.run.smithi131.stdout:18 Jun 12:26:03 ntpd[17597]: ---------------------------------------------------- 2024-06-18T12:26:03.604 INFO:teuthology.orchestra.run.smithi131.stdout:18 Jun 12:26:03 ntpd[17597]: proto: precision = 0.043 usec (-24) 2024-06-18T12:26:03.604 INFO:teuthology.orchestra.run.smithi131.stdout:18 Jun 12:26:03 ntpd[17597]: basedate set to 2022-02-04 2024-06-18T12:26:03.605 INFO:teuthology.orchestra.run.smithi131.stdout:18 Jun 12:26:03 ntpd[17597]: gps base set to 2022-02-06 (week 2196) 2024-06-18T12:26:03.605 INFO:teuthology.orchestra.run.smithi131.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-06-18T12:26:03.605 INFO:teuthology.orchestra.run.smithi131.stdout:18 Jun 12:26:03 ntpd[17597]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-06-18T12:26:03.605 INFO:teuthology.orchestra.run.smithi131.stdout:18 Jun 12:26:03 ntpd[17597]: restrict ::: KOD does nothing without LIMITED. 2024-06-18T12:26:03.605 INFO:teuthology.orchestra.run.smithi131.stderr:restrict ::: KOD does nothing without LIMITED. 2024-06-18T12:26:03.606 INFO:teuthology.orchestra.run.smithi131.stdout:18 Jun 12:26:03 ntpd[17597]: Listen and drop on 0 v6wildcard [::]:123 2024-06-18T12:26:03.606 INFO:teuthology.orchestra.run.smithi131.stdout:18 Jun 12:26:03 ntpd[17597]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-06-18T12:26:03.606 INFO:teuthology.orchestra.run.smithi131.stdout:18 Jun 12:26:03 ntpd[17597]: Listen normally on 2 lo 127.0.0.1:123 2024-06-18T12:26:03.607 INFO:teuthology.orchestra.run.smithi131.stdout:18 Jun 12:26:03 ntpd[17597]: Listen normally on 3 enp3s0f1 172.21.15.131:123 2024-06-18T12:26:03.607 INFO:teuthology.orchestra.run.smithi131.stdout:18 Jun 12:26:03 ntpd[17597]: Listen normally on 4 lo [::1]:123 2024-06-18T12:26:03.607 INFO:teuthology.orchestra.run.smithi131.stdout:18 Jun 12:26:03 ntpd[17597]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:72f9%5]:123 2024-06-18T12:26:03.607 INFO:teuthology.orchestra.run.smithi131.stdout:18 Jun 12:26:03 ntpd[17597]: Listening on routing socket on fd #22 for interface updates 2024-06-18T12:26:04.588 INFO:teuthology.orchestra.run.smithi089.stderr:18 Jun 12:26:04 ntpd[17619]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-18T12:26:04.588 INFO:teuthology.orchestra.run.smithi089.stderr:18 Jun 12:26:04 ntpd[17619]: can't open /var/log/ntpstats/rawstats.20240618: Permission denied 2024-06-18T12:26:04.604 INFO:teuthology.orchestra.run.smithi131.stderr:18 Jun 12:26:04 ntpd[17597]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-18T12:26:04.605 INFO:teuthology.orchestra.run.smithi131.stderr:18 Jun 12:26:04 ntpd[17597]: can't open /var/log/ntpstats/rawstats.20240618: Permission denied 2024-06-18T12:26:04.605 INFO:teuthology.orchestra.run.smithi131.stderr:18 Jun 12:26:04 ntpd[17597]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-18T12:26:04.605 INFO:teuthology.orchestra.run.smithi131.stderr:18 Jun 12:26:04 ntpd[17597]: can't open /var/log/ntpstats/rawstats.20240618: Permission denied 2024-06-18T12:26:04.605 INFO:teuthology.orchestra.run.smithi131.stderr:18 Jun 12:26:04 ntpd[17597]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-18T12:26:04.605 INFO:teuthology.orchestra.run.smithi131.stderr:18 Jun 12:26:04 ntpd[17597]: can't open /var/log/ntpstats/rawstats.20240618: Permission denied 2024-06-18T12:26:04.605 INFO:teuthology.orchestra.run.smithi131.stderr:18 Jun 12:26:04 ntpd[17597]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-18T12:26:04.605 INFO:teuthology.orchestra.run.smithi131.stderr:18 Jun 12:26:04 ntpd[17597]: can't open /var/log/ntpstats/rawstats.20240618: Permission denied 2024-06-18T12:26:04.605 INFO:teuthology.orchestra.run.smithi131.stderr:18 Jun 12:26:04 ntpd[17597]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-06-18T12:26:04.605 INFO:teuthology.orchestra.run.smithi131.stderr:18 Jun 12:26:04 ntpd[17597]: can't open /var/log/ntpstats/peerstats.20240618: Permission denied 2024-06-18T12:26:04.605 INFO:teuthology.orchestra.run.smithi131.stderr:18 Jun 12:26:04 ntpd[17597]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-18T12:26:04.605 INFO:teuthology.orchestra.run.smithi131.stderr:18 Jun 12:26:04 ntpd[17597]: can't open /var/log/ntpstats/rawstats.20240618: Permission denied 2024-06-18T12:26:04.605 INFO:teuthology.orchestra.run.smithi131.stderr:18 Jun 12:26:04 ntpd[17597]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-06-18T12:26:04.605 INFO:teuthology.orchestra.run.smithi131.stderr:18 Jun 12:26:04 ntpd[17597]: can't open /var/log/ntpstats/peerstats.20240618: Permission denied 2024-06-18T12:26:06.589 INFO:teuthology.orchestra.run.smithi089.stderr:18 Jun 12:26:06 ntpd[17619]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-18T12:26:06.590 INFO:teuthology.orchestra.run.smithi089.stderr:18 Jun 12:26:06 ntpd[17619]: can't open /var/log/ntpstats/rawstats.20240618: Permission denied 2024-06-18T12:26:06.590 INFO:teuthology.orchestra.run.smithi089.stderr:18 Jun 12:26:06 ntpd[17619]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-18T12:26:06.590 INFO:teuthology.orchestra.run.smithi089.stderr:18 Jun 12:26:06 ntpd[17619]: can't open /var/log/ntpstats/rawstats.20240618: Permission denied 2024-06-18T12:26:06.590 INFO:teuthology.orchestra.run.smithi089.stderr:18 Jun 12:26:06 ntpd[17619]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-18T12:26:06.590 INFO:teuthology.orchestra.run.smithi089.stderr:18 Jun 12:26:06 ntpd[17619]: can't open /var/log/ntpstats/rawstats.20240618: Permission denied 2024-06-18T12:26:06.590 INFO:teuthology.orchestra.run.smithi089.stderr:18 Jun 12:26:06 ntpd[17619]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-06-18T12:26:06.590 INFO:teuthology.orchestra.run.smithi089.stderr:18 Jun 12:26:06 ntpd[17619]: can't open /var/log/ntpstats/peerstats.20240618: Permission denied 2024-06-18T12:26:06.590 INFO:teuthology.orchestra.run.smithi089.stderr:18 Jun 12:26:06 ntpd[17619]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-18T12:26:06.590 INFO:teuthology.orchestra.run.smithi089.stderr:18 Jun 12:26:06 ntpd[17619]: can't open /var/log/ntpstats/rawstats.20240618: Permission denied 2024-06-18T12:26:06.590 INFO:teuthology.orchestra.run.smithi089.stderr:18 Jun 12:26:06 ntpd[17619]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-06-18T12:26:06.591 INFO:teuthology.orchestra.run.smithi089.stderr:18 Jun 12:26:06 ntpd[17619]: can't open /var/log/ntpstats/peerstats.20240618: Permission denied 2024-06-18T12:26:06.592 INFO:teuthology.orchestra.run.smithi098.stderr:18 Jun 12:26:06 ntpd[17583]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-18T12:26:06.592 INFO:teuthology.orchestra.run.smithi098.stderr:18 Jun 12:26:06 ntpd[17583]: can't open /var/log/ntpstats/rawstats.20240618: Permission denied 2024-06-18T12:26:06.593 INFO:teuthology.orchestra.run.smithi098.stderr:18 Jun 12:26:06 ntpd[17583]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-18T12:26:06.593 INFO:teuthology.orchestra.run.smithi098.stderr:18 Jun 12:26:06 ntpd[17583]: can't open /var/log/ntpstats/rawstats.20240618: Permission denied 2024-06-18T12:26:06.593 INFO:teuthology.orchestra.run.smithi098.stderr:18 Jun 12:26:06 ntpd[17583]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-18T12:26:06.593 INFO:teuthology.orchestra.run.smithi098.stderr:18 Jun 12:26:06 ntpd[17583]: can't open /var/log/ntpstats/rawstats.20240618: Permission denied 2024-06-18T12:26:06.593 INFO:teuthology.orchestra.run.smithi098.stderr:18 Jun 12:26:06 ntpd[17583]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-06-18T12:26:06.593 INFO:teuthology.orchestra.run.smithi098.stderr:18 Jun 12:26:06 ntpd[17583]: can't open /var/log/ntpstats/peerstats.20240618: Permission denied 2024-06-18T12:26:06.593 INFO:teuthology.orchestra.run.smithi098.stderr:18 Jun 12:26:06 ntpd[17583]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-18T12:26:06.593 INFO:teuthology.orchestra.run.smithi098.stderr:18 Jun 12:26:06 ntpd[17583]: can't open /var/log/ntpstats/rawstats.20240618: Permission denied 2024-06-18T12:26:06.593 INFO:teuthology.orchestra.run.smithi098.stderr:18 Jun 12:26:06 ntpd[17583]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-06-18T12:26:06.593 INFO:teuthology.orchestra.run.smithi098.stderr:18 Jun 12:26:06 ntpd[17583]: can't open /var/log/ntpstats/peerstats.20240618: Permission denied 2024-06-18T12:26:06.606 INFO:teuthology.orchestra.run.smithi131.stderr:18 Jun 12:26:06 ntpd[17597]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-18T12:26:06.606 INFO:teuthology.orchestra.run.smithi131.stderr:18 Jun 12:26:06 ntpd[17597]: can't open /var/log/ntpstats/rawstats.20240618: Permission denied 2024-06-18T12:26:06.606 INFO:teuthology.orchestra.run.smithi131.stderr:18 Jun 12:26:06 ntpd[17597]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-18T12:26:06.606 INFO:teuthology.orchestra.run.smithi131.stderr:18 Jun 12:26:06 ntpd[17597]: can't open /var/log/ntpstats/rawstats.20240618: Permission denied 2024-06-18T12:26:06.606 INFO:teuthology.orchestra.run.smithi131.stderr:18 Jun 12:26:06 ntpd[17597]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-18T12:26:06.606 INFO:teuthology.orchestra.run.smithi131.stderr:18 Jun 12:26:06 ntpd[17597]: can't open /var/log/ntpstats/rawstats.20240618: Permission denied 2024-06-18T12:26:06.607 INFO:teuthology.orchestra.run.smithi131.stderr:18 Jun 12:26:06 ntpd[17597]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-18T12:26:06.607 INFO:teuthology.orchestra.run.smithi131.stderr:18 Jun 12:26:06 ntpd[17597]: can't open /var/log/ntpstats/rawstats.20240618: Permission denied 2024-06-18T12:26:06.607 INFO:teuthology.orchestra.run.smithi131.stderr:18 Jun 12:26:06 ntpd[17597]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-06-18T12:26:06.607 INFO:teuthology.orchestra.run.smithi131.stderr:18 Jun 12:26:06 ntpd[17597]: can't open /var/log/ntpstats/peerstats.20240618: Permission denied 2024-06-18T12:26:06.607 INFO:teuthology.orchestra.run.smithi131.stderr:18 Jun 12:26:06 ntpd[17597]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-18T12:26:06.607 INFO:teuthology.orchestra.run.smithi131.stderr:18 Jun 12:26:06 ntpd[17597]: can't open /var/log/ntpstats/rawstats.20240618: Permission denied 2024-06-18T12:26:06.608 INFO:teuthology.orchestra.run.smithi131.stderr:18 Jun 12:26:06 ntpd[17597]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-06-18T12:26:06.608 INFO:teuthology.orchestra.run.smithi131.stderr:18 Jun 12:26:06 ntpd[17597]: can't open /var/log/ntpstats/peerstats.20240618: Permission denied 2024-06-18T12:26:06.608 INFO:teuthology.orchestra.run.smithi131.stderr:18 Jun 12:26:06 ntpd[17597]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-18T12:26:06.608 INFO:teuthology.orchestra.run.smithi131.stderr:18 Jun 12:26:06 ntpd[17597]: can't open /var/log/ntpstats/rawstats.20240618: Permission denied 2024-06-18T12:26:06.608 INFO:teuthology.orchestra.run.smithi131.stderr:18 Jun 12:26:06 ntpd[17597]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-06-18T12:26:06.608 INFO:teuthology.orchestra.run.smithi131.stderr:18 Jun 12:26:06 ntpd[17597]: can't open /var/log/ntpstats/peerstats.20240618: Permission denied 2024-06-18T12:26:07.589 INFO:teuthology.orchestra.run.smithi089.stderr:18 Jun 12:26:07 ntpd[17619]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-18T12:26:07.589 INFO:teuthology.orchestra.run.smithi089.stderr:18 Jun 12:26:07 ntpd[17619]: can't open /var/log/ntpstats/rawstats.20240618: Permission denied 2024-06-18T12:26:07.589 INFO:teuthology.orchestra.run.smithi089.stderr:18 Jun 12:26:07 ntpd[17619]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-18T12:26:07.589 INFO:teuthology.orchestra.run.smithi089.stderr:18 Jun 12:26:07 ntpd[17619]: can't open /var/log/ntpstats/rawstats.20240618: Permission denied 2024-06-18T12:26:07.589 INFO:teuthology.orchestra.run.smithi089.stderr:18 Jun 12:26:07 ntpd[17619]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-06-18T12:26:07.589 INFO:teuthology.orchestra.run.smithi089.stderr:18 Jun 12:26:07 ntpd[17619]: can't open /var/log/ntpstats/peerstats.20240618: Permission denied 2024-06-18T12:26:07.592 INFO:teuthology.orchestra.run.smithi098.stderr:18 Jun 12:26:07 ntpd[17583]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-18T12:26:07.592 INFO:teuthology.orchestra.run.smithi098.stderr:18 Jun 12:26:07 ntpd[17583]: can't open /var/log/ntpstats/rawstats.20240618: Permission denied 2024-06-18T12:26:07.592 INFO:teuthology.orchestra.run.smithi098.stderr:18 Jun 12:26:07 ntpd[17583]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-18T12:26:07.593 INFO:teuthology.orchestra.run.smithi098.stderr:18 Jun 12:26:07 ntpd[17583]: can't open /var/log/ntpstats/rawstats.20240618: Permission denied 2024-06-18T12:26:07.593 INFO:teuthology.orchestra.run.smithi098.stderr:18 Jun 12:26:07 ntpd[17583]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-18T12:26:07.593 INFO:teuthology.orchestra.run.smithi098.stderr:18 Jun 12:26:07 ntpd[17583]: can't open /var/log/ntpstats/rawstats.20240618: Permission denied 2024-06-18T12:26:07.593 INFO:teuthology.orchestra.run.smithi098.stderr:18 Jun 12:26:07 ntpd[17583]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-06-18T12:26:07.593 INFO:teuthology.orchestra.run.smithi098.stderr:18 Jun 12:26:07 ntpd[17583]: can't open /var/log/ntpstats/peerstats.20240618: Permission denied 2024-06-18T12:26:08.589 INFO:teuthology.orchestra.run.smithi089.stderr:18 Jun 12:26:08 ntpd[17619]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-18T12:26:08.589 INFO:teuthology.orchestra.run.smithi089.stderr:18 Jun 12:26:08 ntpd[17619]: can't open /var/log/ntpstats/rawstats.20240618: Permission denied 2024-06-18T12:26:08.589 INFO:teuthology.orchestra.run.smithi089.stderr:18 Jun 12:26:08 ntpd[17619]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-18T12:26:08.589 INFO:teuthology.orchestra.run.smithi089.stderr:18 Jun 12:26:08 ntpd[17619]: can't open /var/log/ntpstats/rawstats.20240618: Permission denied 2024-06-18T12:26:08.589 INFO:teuthology.orchestra.run.smithi089.stderr:18 Jun 12:26:08 ntpd[17619]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-18T12:26:08.589 INFO:teuthology.orchestra.run.smithi089.stderr:18 Jun 12:26:08 ntpd[17619]: can't open /var/log/ntpstats/rawstats.20240618: Permission denied 2024-06-18T12:26:08.589 INFO:teuthology.orchestra.run.smithi089.stderr:18 Jun 12:26:08 ntpd[17619]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-06-18T12:26:08.590 INFO:teuthology.orchestra.run.smithi089.stderr:18 Jun 12:26:08 ntpd[17619]: can't open /var/log/ntpstats/peerstats.20240618: Permission denied 2024-06-18T12:26:08.590 INFO:teuthology.orchestra.run.smithi089.stderr:18 Jun 12:26:08 ntpd[17619]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-18T12:26:08.590 INFO:teuthology.orchestra.run.smithi089.stderr:18 Jun 12:26:08 ntpd[17619]: can't open /var/log/ntpstats/rawstats.20240618: Permission denied 2024-06-18T12:26:08.590 INFO:teuthology.orchestra.run.smithi089.stderr:18 Jun 12:26:08 ntpd[17619]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-06-18T12:26:08.590 INFO:teuthology.orchestra.run.smithi089.stderr:18 Jun 12:26:08 ntpd[17619]: can't open /var/log/ntpstats/peerstats.20240618: Permission denied 2024-06-18T12:26:08.592 INFO:teuthology.orchestra.run.smithi098.stderr:18 Jun 12:26:08 ntpd[17583]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-18T12:26:08.593 INFO:teuthology.orchestra.run.smithi098.stderr:18 Jun 12:26:08 ntpd[17583]: can't open /var/log/ntpstats/rawstats.20240618: Permission denied 2024-06-18T12:26:08.593 INFO:teuthology.orchestra.run.smithi098.stderr:18 Jun 12:26:08 ntpd[17583]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-18T12:26:08.593 INFO:teuthology.orchestra.run.smithi098.stderr:18 Jun 12:26:08 ntpd[17583]: can't open /var/log/ntpstats/rawstats.20240618: Permission denied 2024-06-18T12:26:08.593 INFO:teuthology.orchestra.run.smithi098.stderr:18 Jun 12:26:08 ntpd[17583]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-18T12:26:08.593 INFO:teuthology.orchestra.run.smithi098.stderr:18 Jun 12:26:08 ntpd[17583]: can't open /var/log/ntpstats/rawstats.20240618: Permission denied 2024-06-18T12:26:08.593 INFO:teuthology.orchestra.run.smithi098.stderr:18 Jun 12:26:08 ntpd[17583]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-06-18T12:26:08.593 INFO:teuthology.orchestra.run.smithi098.stderr:18 Jun 12:26:08 ntpd[17583]: can't open /var/log/ntpstats/peerstats.20240618: Permission denied 2024-06-18T12:26:08.593 INFO:teuthology.orchestra.run.smithi098.stderr:18 Jun 12:26:08 ntpd[17583]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-18T12:26:08.593 INFO:teuthology.orchestra.run.smithi098.stderr:18 Jun 12:26:08 ntpd[17583]: can't open /var/log/ntpstats/rawstats.20240618: Permission denied 2024-06-18T12:26:08.593 INFO:teuthology.orchestra.run.smithi098.stderr:18 Jun 12:26:08 ntpd[17583]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-06-18T12:26:08.593 INFO:teuthology.orchestra.run.smithi098.stderr:18 Jun 12:26:08 ntpd[17583]: can't open /var/log/ntpstats/peerstats.20240618: Permission denied 2024-06-18T12:26:08.605 INFO:teuthology.orchestra.run.smithi131.stderr:18 Jun 12:26:08 ntpd[17597]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-18T12:26:08.605 INFO:teuthology.orchestra.run.smithi131.stderr:18 Jun 12:26:08 ntpd[17597]: can't open /var/log/ntpstats/rawstats.20240618: Permission denied 2024-06-18T12:26:08.605 INFO:teuthology.orchestra.run.smithi131.stderr:18 Jun 12:26:08 ntpd[17597]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-18T12:26:08.605 INFO:teuthology.orchestra.run.smithi131.stderr:18 Jun 12:26:08 ntpd[17597]: can't open /var/log/ntpstats/rawstats.20240618: Permission denied 2024-06-18T12:26:08.605 INFO:teuthology.orchestra.run.smithi131.stderr:18 Jun 12:26:08 ntpd[17597]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-18T12:26:08.605 INFO:teuthology.orchestra.run.smithi131.stderr:18 Jun 12:26:08 ntpd[17597]: can't open /var/log/ntpstats/rawstats.20240618: Permission denied 2024-06-18T12:26:08.605 INFO:teuthology.orchestra.run.smithi131.stderr:18 Jun 12:26:08 ntpd[17597]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-18T12:26:08.605 INFO:teuthology.orchestra.run.smithi131.stderr:18 Jun 12:26:08 ntpd[17597]: can't open /var/log/ntpstats/rawstats.20240618: Permission denied 2024-06-18T12:26:08.605 INFO:teuthology.orchestra.run.smithi131.stderr:18 Jun 12:26:08 ntpd[17597]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-06-18T12:26:08.606 INFO:teuthology.orchestra.run.smithi131.stderr:18 Jun 12:26:08 ntpd[17597]: can't open /var/log/ntpstats/peerstats.20240618: Permission denied 2024-06-18T12:26:08.606 INFO:teuthology.orchestra.run.smithi131.stderr:18 Jun 12:26:08 ntpd[17597]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-18T12:26:08.606 INFO:teuthology.orchestra.run.smithi131.stderr:18 Jun 12:26:08 ntpd[17597]: can't open /var/log/ntpstats/rawstats.20240618: Permission denied 2024-06-18T12:26:08.606 INFO:teuthology.orchestra.run.smithi131.stderr:18 Jun 12:26:08 ntpd[17597]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-06-18T12:26:08.606 INFO:teuthology.orchestra.run.smithi131.stderr:18 Jun 12:26:08 ntpd[17597]: can't open /var/log/ntpstats/peerstats.20240618: Permission denied 2024-06-18T12:26:08.606 INFO:teuthology.orchestra.run.smithi131.stderr:18 Jun 12:26:08 ntpd[17597]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-18T12:26:08.606 INFO:teuthology.orchestra.run.smithi131.stderr:18 Jun 12:26:08 ntpd[17597]: can't open /var/log/ntpstats/rawstats.20240618: Permission denied 2024-06-18T12:26:08.606 INFO:teuthology.orchestra.run.smithi131.stderr:18 Jun 12:26:08 ntpd[17597]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-06-18T12:26:08.606 INFO:teuthology.orchestra.run.smithi131.stderr:18 Jun 12:26:08 ntpd[17597]: can't open /var/log/ntpstats/peerstats.20240618: Permission denied 2024-06-18T12:26:09.588 INFO:teuthology.orchestra.run.smithi089.stderr:18 Jun 12:26:09 ntpd[17619]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-18T12:26:09.589 INFO:teuthology.orchestra.run.smithi089.stderr:18 Jun 12:26:09 ntpd[17619]: can't open /var/log/ntpstats/rawstats.20240618: Permission denied 2024-06-18T12:26:09.589 INFO:teuthology.orchestra.run.smithi089.stderr:18 Jun 12:26:09 ntpd[17619]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-18T12:26:09.589 INFO:teuthology.orchestra.run.smithi089.stderr:18 Jun 12:26:09 ntpd[17619]: can't open /var/log/ntpstats/rawstats.20240618: Permission denied 2024-06-18T12:26:09.589 INFO:teuthology.orchestra.run.smithi089.stderr:18 Jun 12:26:09 ntpd[17619]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-06-18T12:26:09.589 INFO:teuthology.orchestra.run.smithi089.stderr:18 Jun 12:26:09 ntpd[17619]: can't open /var/log/ntpstats/peerstats.20240618: Permission denied 2024-06-18T12:26:09.592 INFO:teuthology.orchestra.run.smithi098.stderr:18 Jun 12:26:09 ntpd[17583]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-18T12:26:09.592 INFO:teuthology.orchestra.run.smithi098.stderr:18 Jun 12:26:09 ntpd[17583]: can't open /var/log/ntpstats/rawstats.20240618: Permission denied 2024-06-18T12:26:09.592 INFO:teuthology.orchestra.run.smithi098.stderr:18 Jun 12:26:09 ntpd[17583]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-18T12:26:09.592 INFO:teuthology.orchestra.run.smithi098.stderr:18 Jun 12:26:09 ntpd[17583]: can't open /var/log/ntpstats/rawstats.20240618: Permission denied 2024-06-18T12:26:09.593 INFO:teuthology.orchestra.run.smithi098.stderr:18 Jun 12:26:09 ntpd[17583]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-06-18T12:26:09.593 INFO:teuthology.orchestra.run.smithi098.stderr:18 Jun 12:26:09 ntpd[17583]: can't open /var/log/ntpstats/peerstats.20240618: Permission denied 2024-06-18T12:26:10.590 INFO:teuthology.orchestra.run.smithi089.stderr:18 Jun 12:26:10 ntpd[17619]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-18T12:26:10.591 INFO:teuthology.orchestra.run.smithi089.stderr:18 Jun 12:26:10 ntpd[17619]: can't open /var/log/ntpstats/rawstats.20240618: Permission denied 2024-06-18T12:26:10.591 INFO:teuthology.orchestra.run.smithi089.stderr:18 Jun 12:26:10 ntpd[17619]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-18T12:26:10.591 INFO:teuthology.orchestra.run.smithi089.stderr:18 Jun 12:26:10 ntpd[17619]: can't open /var/log/ntpstats/rawstats.20240618: Permission denied 2024-06-18T12:26:10.591 INFO:teuthology.orchestra.run.smithi089.stderr:18 Jun 12:26:10 ntpd[17619]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-18T12:26:10.591 INFO:teuthology.orchestra.run.smithi089.stderr:18 Jun 12:26:10 ntpd[17619]: can't open /var/log/ntpstats/rawstats.20240618: Permission denied 2024-06-18T12:26:10.591 INFO:teuthology.orchestra.run.smithi089.stderr:18 Jun 12:26:10 ntpd[17619]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-06-18T12:26:10.591 INFO:teuthology.orchestra.run.smithi089.stderr:18 Jun 12:26:10 ntpd[17619]: can't open /var/log/ntpstats/peerstats.20240618: Permission denied 2024-06-18T12:26:10.591 INFO:teuthology.orchestra.run.smithi089.stderr:18 Jun 12:26:10 ntpd[17619]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-18T12:26:10.591 INFO:teuthology.orchestra.run.smithi089.stderr:18 Jun 12:26:10 ntpd[17619]: can't open /var/log/ntpstats/rawstats.20240618: Permission denied 2024-06-18T12:26:10.591 INFO:teuthology.orchestra.run.smithi089.stderr:18 Jun 12:26:10 ntpd[17619]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-06-18T12:26:10.591 INFO:teuthology.orchestra.run.smithi089.stderr:18 Jun 12:26:10 ntpd[17619]: can't open /var/log/ntpstats/peerstats.20240618: Permission denied 2024-06-18T12:26:10.593 INFO:teuthology.orchestra.run.smithi098.stderr:18 Jun 12:26:10 ntpd[17583]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-18T12:26:10.593 INFO:teuthology.orchestra.run.smithi098.stderr:18 Jun 12:26:10 ntpd[17583]: can't open /var/log/ntpstats/rawstats.20240618: Permission denied 2024-06-18T12:26:10.593 INFO:teuthology.orchestra.run.smithi098.stderr:18 Jun 12:26:10 ntpd[17583]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-18T12:26:10.593 INFO:teuthology.orchestra.run.smithi098.stderr:18 Jun 12:26:10 ntpd[17583]: can't open /var/log/ntpstats/rawstats.20240618: Permission denied 2024-06-18T12:26:10.593 INFO:teuthology.orchestra.run.smithi098.stderr:18 Jun 12:26:10 ntpd[17583]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-18T12:26:10.594 INFO:teuthology.orchestra.run.smithi098.stderr:18 Jun 12:26:10 ntpd[17583]: can't open /var/log/ntpstats/rawstats.20240618: Permission denied 2024-06-18T12:26:10.594 INFO:teuthology.orchestra.run.smithi098.stderr:18 Jun 12:26:10 ntpd[17583]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-06-18T12:26:10.594 INFO:teuthology.orchestra.run.smithi098.stderr:18 Jun 12:26:10 ntpd[17583]: can't open /var/log/ntpstats/peerstats.20240618: Permission denied 2024-06-18T12:26:10.594 INFO:teuthology.orchestra.run.smithi098.stderr:18 Jun 12:26:10 ntpd[17583]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-18T12:26:10.594 INFO:teuthology.orchestra.run.smithi098.stderr:18 Jun 12:26:10 ntpd[17583]: can't open /var/log/ntpstats/rawstats.20240618: Permission denied 2024-06-18T12:26:10.594 INFO:teuthology.orchestra.run.smithi098.stderr:18 Jun 12:26:10 ntpd[17583]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-06-18T12:26:10.594 INFO:teuthology.orchestra.run.smithi098.stderr:18 Jun 12:26:10 ntpd[17583]: can't open /var/log/ntpstats/peerstats.20240618: Permission denied 2024-06-18T12:26:10.604 INFO:teuthology.orchestra.run.smithi131.stderr:18 Jun 12:26:10 ntpd[17597]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-18T12:26:10.604 INFO:teuthology.orchestra.run.smithi131.stderr:18 Jun 12:26:10 ntpd[17597]: can't open /var/log/ntpstats/rawstats.20240618: Permission denied 2024-06-18T12:26:10.604 INFO:teuthology.orchestra.run.smithi131.stderr:18 Jun 12:26:10 ntpd[17597]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-18T12:26:10.604 INFO:teuthology.orchestra.run.smithi131.stderr:18 Jun 12:26:10 ntpd[17597]: can't open /var/log/ntpstats/rawstats.20240618: Permission denied 2024-06-18T12:26:10.605 INFO:teuthology.orchestra.run.smithi131.stderr:18 Jun 12:26:10 ntpd[17597]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-18T12:26:10.605 INFO:teuthology.orchestra.run.smithi131.stderr:18 Jun 12:26:10 ntpd[17597]: can't open /var/log/ntpstats/rawstats.20240618: Permission denied 2024-06-18T12:26:10.605 INFO:teuthology.orchestra.run.smithi131.stderr:18 Jun 12:26:10 ntpd[17597]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-18T12:26:10.605 INFO:teuthology.orchestra.run.smithi131.stderr:18 Jun 12:26:10 ntpd[17597]: can't open /var/log/ntpstats/rawstats.20240618: Permission denied 2024-06-18T12:26:10.605 INFO:teuthology.orchestra.run.smithi131.stderr:18 Jun 12:26:10 ntpd[17597]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-06-18T12:26:10.605 INFO:teuthology.orchestra.run.smithi131.stderr:18 Jun 12:26:10 ntpd[17597]: can't open /var/log/ntpstats/peerstats.20240618: Permission denied 2024-06-18T12:26:10.605 INFO:teuthology.orchestra.run.smithi131.stdout:18 Jun 12:26:10 ntpd[17597]: ntpd: time slew +0.000428 s 2024-06-18T12:26:10.605 INFO:teuthology.orchestra.run.smithi131.stdout:ntpd: time slew +0.000428s 2024-06-18T12:26:10.606 INFO:teuthology.orchestra.run.smithi131.stderr:18 Jun 12:26:10 ntpd[17597]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-06-18T12:26:10.606 INFO:teuthology.orchestra.run.smithi131.stderr:18 Jun 12:26:10 ntpd[17597]: can't open /var/log/ntpstats/loopstats.20240618: Permission denied 2024-06-18T12:26:10.744 INFO:teuthology.orchestra.run.smithi131.stdout: remote refid st t when poll reach delay offset jitter 2024-06-18T12:26:10.744 INFO:teuthology.orchestra.run.smithi131.stdout:============================================================================== 2024-06-18T12:26:10.745 INFO:teuthology.orchestra.run.smithi131.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-06-18T12:26:10.745 INFO:teuthology.orchestra.run.smithi131.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-06-18T12:26:10.745 INFO:teuthology.orchestra.run.smithi131.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-06-18T12:26:10.745 INFO:teuthology.orchestra.run.smithi131.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-06-18T12:26:11.589 INFO:teuthology.orchestra.run.smithi089.stderr:18 Jun 12:26:11 ntpd[17619]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-18T12:26:11.589 INFO:teuthology.orchestra.run.smithi089.stderr:18 Jun 12:26:11 ntpd[17619]: can't open /var/log/ntpstats/rawstats.20240618: Permission denied 2024-06-18T12:26:11.589 INFO:teuthology.orchestra.run.smithi089.stderr:18 Jun 12:26:11 ntpd[17619]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-18T12:26:11.589 INFO:teuthology.orchestra.run.smithi089.stderr:18 Jun 12:26:11 ntpd[17619]: can't open /var/log/ntpstats/rawstats.20240618: Permission denied 2024-06-18T12:26:11.589 INFO:teuthology.orchestra.run.smithi089.stderr:18 Jun 12:26:11 ntpd[17619]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-06-18T12:26:11.589 INFO:teuthology.orchestra.run.smithi089.stderr:18 Jun 12:26:11 ntpd[17619]: can't open /var/log/ntpstats/peerstats.20240618: Permission denied 2024-06-18T12:26:11.592 INFO:teuthology.orchestra.run.smithi098.stderr:18 Jun 12:26:11 ntpd[17583]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-18T12:26:11.592 INFO:teuthology.orchestra.run.smithi098.stderr:18 Jun 12:26:11 ntpd[17583]: can't open /var/log/ntpstats/rawstats.20240618: Permission denied 2024-06-18T12:26:11.592 INFO:teuthology.orchestra.run.smithi098.stderr:18 Jun 12:26:11 ntpd[17583]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-18T12:26:11.592 INFO:teuthology.orchestra.run.smithi098.stderr:18 Jun 12:26:11 ntpd[17583]: can't open /var/log/ntpstats/rawstats.20240618: Permission denied 2024-06-18T12:26:11.592 INFO:teuthology.orchestra.run.smithi098.stderr:18 Jun 12:26:11 ntpd[17583]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-06-18T12:26:11.592 INFO:teuthology.orchestra.run.smithi098.stderr:18 Jun 12:26:11 ntpd[17583]: can't open /var/log/ntpstats/peerstats.20240618: Permission denied 2024-06-18T12:26:12.589 INFO:teuthology.orchestra.run.smithi089.stderr:18 Jun 12:26:12 ntpd[17619]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-18T12:26:12.589 INFO:teuthology.orchestra.run.smithi089.stderr:18 Jun 12:26:12 ntpd[17619]: can't open /var/log/ntpstats/rawstats.20240618: Permission denied 2024-06-18T12:26:12.589 INFO:teuthology.orchestra.run.smithi089.stderr:18 Jun 12:26:12 ntpd[17619]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-18T12:26:12.589 INFO:teuthology.orchestra.run.smithi089.stderr:18 Jun 12:26:12 ntpd[17619]: can't open /var/log/ntpstats/rawstats.20240618: Permission denied 2024-06-18T12:26:12.589 INFO:teuthology.orchestra.run.smithi089.stderr:18 Jun 12:26:12 ntpd[17619]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-18T12:26:12.589 INFO:teuthology.orchestra.run.smithi089.stderr:18 Jun 12:26:12 ntpd[17619]: can't open /var/log/ntpstats/rawstats.20240618: Permission denied 2024-06-18T12:26:12.589 INFO:teuthology.orchestra.run.smithi089.stderr:18 Jun 12:26:12 ntpd[17619]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-06-18T12:26:12.589 INFO:teuthology.orchestra.run.smithi089.stderr:18 Jun 12:26:12 ntpd[17619]: can't open /var/log/ntpstats/peerstats.20240618: Permission denied 2024-06-18T12:26:12.590 INFO:teuthology.orchestra.run.smithi089.stdout:18 Jun 12:26:12 ntpd[17619]: ntpd: time slew -0.001890 s 2024-06-18T12:26:12.590 INFO:teuthology.orchestra.run.smithi089.stdout:ntpd: time slew -0.001890s 2024-06-18T12:26:12.590 INFO:teuthology.orchestra.run.smithi089.stderr:18 Jun 12:26:12 ntpd[17619]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-06-18T12:26:12.590 INFO:teuthology.orchestra.run.smithi089.stderr:18 Jun 12:26:12 ntpd[17619]: can't open /var/log/ntpstats/loopstats.20240618: Permission denied 2024-06-18T12:26:12.592 INFO:teuthology.orchestra.run.smithi098.stderr:18 Jun 12:26:12 ntpd[17583]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-18T12:26:12.592 INFO:teuthology.orchestra.run.smithi098.stderr:18 Jun 12:26:12 ntpd[17583]: can't open /var/log/ntpstats/rawstats.20240618: Permission denied 2024-06-18T12:26:12.592 INFO:teuthology.orchestra.run.smithi098.stderr:18 Jun 12:26:12 ntpd[17583]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-18T12:26:12.592 INFO:teuthology.orchestra.run.smithi098.stderr:18 Jun 12:26:12 ntpd[17583]: can't open /var/log/ntpstats/rawstats.20240618: Permission denied 2024-06-18T12:26:12.592 INFO:teuthology.orchestra.run.smithi098.stderr:18 Jun 12:26:12 ntpd[17583]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-18T12:26:12.592 INFO:teuthology.orchestra.run.smithi098.stderr:18 Jun 12:26:12 ntpd[17583]: can't open /var/log/ntpstats/rawstats.20240618: Permission denied 2024-06-18T12:26:12.592 INFO:teuthology.orchestra.run.smithi098.stderr:18 Jun 12:26:12 ntpd[17583]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-06-18T12:26:12.592 INFO:teuthology.orchestra.run.smithi098.stderr:18 Jun 12:26:12 ntpd[17583]: can't open /var/log/ntpstats/peerstats.20240618: Permission denied 2024-06-18T12:26:12.593 INFO:teuthology.orchestra.run.smithi098.stdout:18 Jun 12:26:12 ntpd[17583]: ntpd: time slew +0.001606 s 2024-06-18T12:26:12.593 INFO:teuthology.orchestra.run.smithi098.stdout:ntpd: time slew +0.001606s 2024-06-18T12:26:12.593 INFO:teuthology.orchestra.run.smithi098.stderr:18 Jun 12:26:12 ntpd[17583]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-06-18T12:26:12.593 INFO:teuthology.orchestra.run.smithi098.stderr:18 Jun 12:26:12 ntpd[17583]: can't open /var/log/ntpstats/loopstats.20240618: Permission denied 2024-06-18T12:26:12.647 INFO:teuthology.orchestra.run.smithi089.stdout: remote refid st t when poll reach delay offset jitter 2024-06-18T12:26:12.647 INFO:teuthology.orchestra.run.smithi089.stdout:============================================================================== 2024-06-18T12:26:12.647 INFO:teuthology.orchestra.run.smithi089.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-06-18T12:26:12.647 INFO:teuthology.orchestra.run.smithi089.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-06-18T12:26:12.648 INFO:teuthology.orchestra.run.smithi089.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-06-18T12:26:12.648 INFO:teuthology.orchestra.run.smithi089.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-06-18T12:26:12.649 INFO:teuthology.orchestra.run.smithi098.stdout: remote refid st t when poll reach delay offset jitter 2024-06-18T12:26:12.649 INFO:teuthology.orchestra.run.smithi098.stdout:============================================================================== 2024-06-18T12:26:12.649 INFO:teuthology.orchestra.run.smithi098.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-06-18T12:26:12.649 INFO:teuthology.orchestra.run.smithi098.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-06-18T12:26:12.649 INFO:teuthology.orchestra.run.smithi098.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-06-18T12:26:12.649 INFO:teuthology.orchestra.run.smithi098.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-06-18T12:26:12.650 INFO:teuthology.run_tasks:Running task install... 2024-06-18T12:26:12.658 DEBUG:teuthology.task.install:project ceph 2024-06-18T12:26:12.658 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '3781e3a592387d16e8020f5db99cdee4198f6d00'}} 2024-06-18T12:26:12.659 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '3781e3a592387d16e8020f5db99cdee4198f6d00'} 2024-06-18T12:26:12.659 INFO:teuthology.task.install:Using flavor: default 2024-06-18T12:26:12.664 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-06-18T12:26:12.664 INFO:teuthology.task.install:extra packages: [] 2024-06-18T12:26:12.665 DEBUG:teuthology.orchestra.run.smithi089:> sudo apt-key list | grep Ceph 2024-06-18T12:26:12.665 DEBUG:teuthology.orchestra.run.smithi098:> sudo apt-key list | grep Ceph 2024-06-18T12:26:12.666 DEBUG:teuthology.orchestra.run.smithi131:> sudo apt-key list | grep Ceph 2024-06-18T12:26:12.726 INFO:teuthology.orchestra.run.smithi131.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-06-18T12:26:12.739 INFO:teuthology.orchestra.run.smithi089.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-06-18T12:26:12.745 INFO:teuthology.orchestra.run.smithi098.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-06-18T12:26:12.753 INFO:teuthology.orchestra.run.smithi131.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-06-18T12:26:12.753 INFO:teuthology.orchestra.run.smithi131.stdout:uid [ unknown] Ceph.com (release key) 2024-06-18T12:26:12.754 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-06-18T12:26:12.754 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=3781e3a592387d16e8020f5db99cdee4198f6d00 2024-06-18T12:26:12.765 INFO:teuthology.orchestra.run.smithi089.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-06-18T12:26:12.766 INFO:teuthology.orchestra.run.smithi089.stdout:uid [ unknown] Ceph.com (release key) 2024-06-18T12:26:12.766 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-06-18T12:26:12.766 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=3781e3a592387d16e8020f5db99cdee4198f6d00 2024-06-18T12:26:12.771 INFO:teuthology.orchestra.run.smithi098.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-06-18T12:26:12.772 INFO:teuthology.orchestra.run.smithi098.stdout:uid [ unknown] Ceph.com (release key) 2024-06-18T12:26:12.773 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-06-18T12:26:12.773 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=3781e3a592387d16e8020f5db99cdee4198f6d00 2024-06-18T12:26:12.906 INFO:teuthology.task.install.deb:Pulling from https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default/ 2024-06-18T12:26:12.907 INFO:teuthology.task.install.deb:Package version is 19.0.0-3124-g3781e3a5-1jammy 2024-06-18T12:26:12.910 INFO:teuthology.task.install.deb:Pulling from https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default/ 2024-06-18T12:26:12.910 INFO:teuthology.task.install.deb:Package version is 19.0.0-3124-g3781e3a5-1jammy 2024-06-18T12:26:12.992 INFO:teuthology.task.install.deb:Pulling from https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default/ 2024-06-18T12:26:12.993 INFO:teuthology.task.install.deb:Package version is 19.0.0-3124-g3781e3a5-1jammy 2024-06-18T12:26:13.022 DEBUG:teuthology.orchestra.run.smithi131:> set -ex 2024-06-18T12:26:13.023 DEBUG:teuthology.orchestra.run.smithi131:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-06-18T12:26:13.042 DEBUG:teuthology.orchestra.run.smithi131:> sudo apt-get update 2024-06-18T12:26:13.080 DEBUG:teuthology.orchestra.run.smithi089:> set -ex 2024-06-18T12:26:13.080 DEBUG:teuthology.orchestra.run.smithi089:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-06-18T12:26:13.093 DEBUG:teuthology.orchestra.run.smithi089:> sudo apt-get update 2024-06-18T12:26:13.164 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2024-06-18T12:26:13.164 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-06-18T12:26:13.177 DEBUG:teuthology.orchestra.run.smithi098:> sudo apt-get update 2024-06-18T12:26:13.217 INFO:teuthology.orchestra.run.smithi131.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-06-18T12:26:13.217 INFO:teuthology.orchestra.run.smithi131.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-06-18T12:26:13.231 INFO:teuthology.orchestra.run.smithi131.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-06-18T12:26:13.252 INFO:teuthology.orchestra.run.smithi131.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-06-18T12:26:13.267 INFO:teuthology.orchestra.run.smithi089.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-06-18T12:26:13.281 INFO:teuthology.orchestra.run.smithi089.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-06-18T12:26:13.303 INFO:teuthology.orchestra.run.smithi089.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-06-18T12:26:13.327 INFO:teuthology.orchestra.run.smithi131.stdout:Ign:5 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy InRelease 2024-06-18T12:26:13.364 INFO:teuthology.orchestra.run.smithi131.stdout:Get:6 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy Release [7,662 B] 2024-06-18T12:26:13.377 INFO:teuthology.orchestra.run.smithi089.stdout:Ign:4 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy InRelease 2024-06-18T12:26:13.382 INFO:teuthology.orchestra.run.smithi089.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] 2024-06-18T12:26:13.401 INFO:teuthology.orchestra.run.smithi131.stdout:Ign:7 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy Release.gpg 2024-06-18T12:26:13.401 INFO:teuthology.orchestra.run.smithi098.stdout:Ign:1 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy InRelease 2024-06-18T12:26:13.414 INFO:teuthology.orchestra.run.smithi089.stdout:Get:6 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy Release [7,662 B] 2024-06-18T12:26:13.423 INFO:teuthology.orchestra.run.smithi098.stdout:Get:2 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy Release [7,662 B] 2024-06-18T12:26:13.437 INFO:teuthology.orchestra.run.smithi131.stdout:Get:8 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 Packages [17.9 kB] 2024-06-18T12:26:13.446 INFO:teuthology.orchestra.run.smithi098.stdout:Ign:3 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy Release.gpg 2024-06-18T12:26:13.451 INFO:teuthology.orchestra.run.smithi089.stdout:Ign:7 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy Release.gpg 2024-06-18T12:26:13.475 INFO:teuthology.orchestra.run.smithi098.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-06-18T12:26:13.475 INFO:teuthology.orchestra.run.smithi098.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] 2024-06-18T12:26:13.475 INFO:teuthology.orchestra.run.smithi098.stdout:Get:6 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 Packages [17.9 kB] 2024-06-18T12:26:13.480 INFO:teuthology.orchestra.run.smithi131.stdout:Get:9 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,394 B] 2024-06-18T12:26:13.488 INFO:teuthology.orchestra.run.smithi089.stdout:Get:8 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 Packages [17.9 kB] 2024-06-18T12:26:13.506 INFO:teuthology.orchestra.run.smithi098.stdout:Get:7 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,394 B] 2024-06-18T12:26:13.530 INFO:teuthology.orchestra.run.smithi089.stdout:Get:9 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,394 B] 2024-06-18T12:26:13.547 INFO:teuthology.orchestra.run.smithi098.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] 2024-06-18T12:26:13.562 INFO:teuthology.orchestra.run.smithi131.stdout:Fetched 28.9 kB in 0s (84.7 kB/s) 2024-06-18T12:26:13.844 INFO:teuthology.orchestra.run.smithi089.stdout:Fetched 158 kB in 1s (283 kB/s) 2024-06-18T12:26:13.903 INFO:teuthology.orchestra.run.smithi098.stdout:Hit:9 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-06-18T12:26:14.070 INFO:teuthology.orchestra.run.smithi098.stdout:Fetched 286 kB in 1s (405 kB/s) 2024-06-18T12:26:14.528 INFO:teuthology.orchestra.run.smithi131.stdout:Reading package lists... 2024-06-18T12:26:14.543 DEBUG:teuthology.orchestra.run.smithi131:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-3124-g3781e3a5-1jammy cephadm=19.0.0-3124-g3781e3a5-1jammy ceph-mds=19.0.0-3124-g3781e3a5-1jammy ceph-mgr=19.0.0-3124-g3781e3a5-1jammy ceph-common=19.0.0-3124-g3781e3a5-1jammy ceph-fuse=19.0.0-3124-g3781e3a5-1jammy ceph-test=19.0.0-3124-g3781e3a5-1jammy ceph-volume=19.0.0-3124-g3781e3a5-1jammy radosgw=19.0.0-3124-g3781e3a5-1jammy python3-rados=19.0.0-3124-g3781e3a5-1jammy python3-rgw=19.0.0-3124-g3781e3a5-1jammy python3-cephfs=19.0.0-3124-g3781e3a5-1jammy python3-rbd=19.0.0-3124-g3781e3a5-1jammy libcephfs2=19.0.0-3124-g3781e3a5-1jammy libcephfs-dev=19.0.0-3124-g3781e3a5-1jammy librados2=19.0.0-3124-g3781e3a5-1jammy librbd1=19.0.0-3124-g3781e3a5-1jammy rbd-fuse=19.0.0-3124-g3781e3a5-1jammy 2024-06-18T12:26:14.609 INFO:teuthology.orchestra.run.smithi131.stdout:Reading package lists... 2024-06-18T12:26:14.807 INFO:teuthology.orchestra.run.smithi131.stdout:Building dependency tree... 2024-06-18T12:26:14.807 INFO:teuthology.orchestra.run.smithi131.stdout:Reading state information... 2024-06-18T12:26:14.858 INFO:teuthology.orchestra.run.smithi089.stdout:Reading package lists... 2024-06-18T12:26:14.874 DEBUG:teuthology.orchestra.run.smithi089:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-3124-g3781e3a5-1jammy cephadm=19.0.0-3124-g3781e3a5-1jammy ceph-mds=19.0.0-3124-g3781e3a5-1jammy ceph-mgr=19.0.0-3124-g3781e3a5-1jammy ceph-common=19.0.0-3124-g3781e3a5-1jammy ceph-fuse=19.0.0-3124-g3781e3a5-1jammy ceph-test=19.0.0-3124-g3781e3a5-1jammy ceph-volume=19.0.0-3124-g3781e3a5-1jammy radosgw=19.0.0-3124-g3781e3a5-1jammy python3-rados=19.0.0-3124-g3781e3a5-1jammy python3-rgw=19.0.0-3124-g3781e3a5-1jammy python3-cephfs=19.0.0-3124-g3781e3a5-1jammy python3-rbd=19.0.0-3124-g3781e3a5-1jammy libcephfs2=19.0.0-3124-g3781e3a5-1jammy libcephfs-dev=19.0.0-3124-g3781e3a5-1jammy librados2=19.0.0-3124-g3781e3a5-1jammy librbd1=19.0.0-3124-g3781e3a5-1jammy rbd-fuse=19.0.0-3124-g3781e3a5-1jammy 2024-06-18T12:26:14.938 INFO:teuthology.orchestra.run.smithi089.stdout:Reading package lists... 2024-06-18T12:26:14.995 INFO:teuthology.orchestra.run.smithi131.stdout:The following packages were automatically installed and are no longer required: 2024-06-18T12:26:14.995 INFO:teuthology.orchestra.run.smithi131.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-06-18T12:26:14.995 INFO:teuthology.orchestra.run.smithi131.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-06-18T12:26:14.995 INFO:teuthology.orchestra.run.smithi131.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-06-18T12:26:14.996 INFO:teuthology.orchestra.run.smithi131.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-06-18T12:26:14.996 INFO:teuthology.orchestra.run.smithi131.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-06-18T12:26:14.996 INFO:teuthology.orchestra.run.smithi131.stdout:Use 'sudo apt autoremove' to remove them. 2024-06-18T12:26:14.997 INFO:teuthology.orchestra.run.smithi131.stdout:The following additional packages will be installed: 2024-06-18T12:26:14.997 INFO:teuthology.orchestra.run.smithi131.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-06-18T12:26:14.997 INFO:teuthology.orchestra.run.smithi131.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-06-18T12:26:14.997 INFO:teuthology.orchestra.run.smithi131.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-06-18T12:26:14.997 INFO:teuthology.orchestra.run.smithi131.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-06-18T12:26:14.997 INFO:teuthology.orchestra.run.smithi131.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-06-18T12:26:14.998 INFO:teuthology.orchestra.run.smithi131.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-06-18T12:26:14.998 INFO:teuthology.orchestra.run.smithi131.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-06-18T12:26:14.998 INFO:teuthology.orchestra.run.smithi131.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-06-18T12:26:14.998 INFO:teuthology.orchestra.run.smithi131.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-06-18T12:26:14.999 INFO:teuthology.orchestra.run.smithi131.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-06-18T12:26:14.999 INFO:teuthology.orchestra.run.smithi131.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-06-18T12:26:14.999 INFO:teuthology.orchestra.run.smithi131.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-06-18T12:26:14.999 INFO:teuthology.orchestra.run.smithi131.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-06-18T12:26:14.999 INFO:teuthology.orchestra.run.smithi131.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-06-18T12:26:14.999 INFO:teuthology.orchestra.run.smithi131.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-06-18T12:26:14.999 INFO:teuthology.orchestra.run.smithi131.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-06-18T12:26:14.999 INFO:teuthology.orchestra.run.smithi131.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-06-18T12:26:14.999 INFO:teuthology.orchestra.run.smithi131.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-06-18T12:26:14.999 INFO:teuthology.orchestra.run.smithi131.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-06-18T12:26:14.999 INFO:teuthology.orchestra.run.smithi131.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-06-18T12:26:14.999 INFO:teuthology.orchestra.run.smithi131.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-06-18T12:26:15.000 INFO:teuthology.orchestra.run.smithi131.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-06-18T12:26:15.000 INFO:teuthology.orchestra.run.smithi131.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-06-18T12:26:15.000 INFO:teuthology.orchestra.run.smithi131.stdout: xmlstarlet zip 2024-06-18T12:26:15.000 INFO:teuthology.orchestra.run.smithi131.stdout:Suggested packages: 2024-06-18T12:26:15.000 INFO:teuthology.orchestra.run.smithi131.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-06-18T12:26:15.000 INFO:teuthology.orchestra.run.smithi131.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-06-18T12:26:15.000 INFO:teuthology.orchestra.run.smithi131.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-06-18T12:26:15.001 INFO:teuthology.orchestra.run.smithi131.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-06-18T12:26:15.001 INFO:teuthology.orchestra.run.smithi131.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-06-18T12:26:15.001 INFO:teuthology.orchestra.run.smithi131.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-06-18T12:26:15.001 INFO:teuthology.orchestra.run.smithi131.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-06-18T12:26:15.001 INFO:teuthology.orchestra.run.smithi131.stdout:Recommended packages: 2024-06-18T12:26:15.001 INFO:teuthology.orchestra.run.smithi131.stdout: btrfs-tools 2024-06-18T12:26:15.095 INFO:teuthology.orchestra.run.smithi098.stdout:Reading package lists... 2024-06-18T12:26:15.101 INFO:teuthology.orchestra.run.smithi131.stdout:The following NEW packages will be installed: 2024-06-18T12:26:15.101 INFO:teuthology.orchestra.run.smithi131.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-06-18T12:26:15.101 INFO:teuthology.orchestra.run.smithi131.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-06-18T12:26:15.101 INFO:teuthology.orchestra.run.smithi131.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-06-18T12:26:15.102 INFO:teuthology.orchestra.run.smithi131.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-06-18T12:26:15.102 INFO:teuthology.orchestra.run.smithi131.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-06-18T12:26:15.102 INFO:teuthology.orchestra.run.smithi131.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-06-18T12:26:15.102 INFO:teuthology.orchestra.run.smithi131.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-06-18T12:26:15.102 INFO:teuthology.orchestra.run.smithi131.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-06-18T12:26:15.102 INFO:teuthology.orchestra.run.smithi131.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-06-18T12:26:15.103 INFO:teuthology.orchestra.run.smithi131.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-06-18T12:26:15.103 INFO:teuthology.orchestra.run.smithi131.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-06-18T12:26:15.103 INFO:teuthology.orchestra.run.smithi131.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-06-18T12:26:15.103 INFO:teuthology.orchestra.run.smithi131.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-06-18T12:26:15.103 INFO:teuthology.orchestra.run.smithi131.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-06-18T12:26:15.103 INFO:teuthology.orchestra.run.smithi131.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-06-18T12:26:15.103 INFO:teuthology.orchestra.run.smithi131.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-06-18T12:26:15.103 INFO:teuthology.orchestra.run.smithi131.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-06-18T12:26:15.103 INFO:teuthology.orchestra.run.smithi131.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-06-18T12:26:15.103 INFO:teuthology.orchestra.run.smithi131.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-06-18T12:26:15.103 INFO:teuthology.orchestra.run.smithi131.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-06-18T12:26:15.103 INFO:teuthology.orchestra.run.smithi131.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-06-18T12:26:15.103 INFO:teuthology.orchestra.run.smithi131.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-06-18T12:26:15.103 INFO:teuthology.orchestra.run.smithi131.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-06-18T12:26:15.104 INFO:teuthology.orchestra.run.smithi131.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-06-18T12:26:15.104 INFO:teuthology.orchestra.run.smithi131.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-06-18T12:26:15.104 INFO:teuthology.orchestra.run.smithi131.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-06-18T12:26:15.112 DEBUG:teuthology.orchestra.run.smithi098:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-3124-g3781e3a5-1jammy cephadm=19.0.0-3124-g3781e3a5-1jammy ceph-mds=19.0.0-3124-g3781e3a5-1jammy ceph-mgr=19.0.0-3124-g3781e3a5-1jammy ceph-common=19.0.0-3124-g3781e3a5-1jammy ceph-fuse=19.0.0-3124-g3781e3a5-1jammy ceph-test=19.0.0-3124-g3781e3a5-1jammy ceph-volume=19.0.0-3124-g3781e3a5-1jammy radosgw=19.0.0-3124-g3781e3a5-1jammy python3-rados=19.0.0-3124-g3781e3a5-1jammy python3-rgw=19.0.0-3124-g3781e3a5-1jammy python3-cephfs=19.0.0-3124-g3781e3a5-1jammy python3-rbd=19.0.0-3124-g3781e3a5-1jammy libcephfs2=19.0.0-3124-g3781e3a5-1jammy libcephfs-dev=19.0.0-3124-g3781e3a5-1jammy librados2=19.0.0-3124-g3781e3a5-1jammy librbd1=19.0.0-3124-g3781e3a5-1jammy rbd-fuse=19.0.0-3124-g3781e3a5-1jammy 2024-06-18T12:26:15.137 INFO:teuthology.orchestra.run.smithi089.stdout:Building dependency tree... 2024-06-18T12:26:15.137 INFO:teuthology.orchestra.run.smithi089.stdout:Reading state information... 2024-06-18T12:26:15.175 INFO:teuthology.orchestra.run.smithi098.stdout:Reading package lists... 2024-06-18T12:26:15.243 INFO:teuthology.orchestra.run.smithi131.stdout:0 upgraded, 118 newly installed, 0 to remove and 313 not upgraded. 2024-06-18T12:26:15.243 INFO:teuthology.orchestra.run.smithi131.stdout:Need to get 180 MB of archives. 2024-06-18T12:26:15.243 INFO:teuthology.orchestra.run.smithi131.stdout:After this operation, 822 MB of additional disk space will be used. 2024-06-18T12:26:15.244 INFO:teuthology.orchestra.run.smithi131.stdout:Get:1 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-3124-g3781e3a5-1jammy [3,554 kB] 2024-06-18T12:26:15.288 INFO:teuthology.orchestra.run.smithi131.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-06-18T12:26:15.314 INFO:teuthology.orchestra.run.smithi089.stdout:The following packages were automatically installed and are no longer required: 2024-06-18T12:26:15.315 INFO:teuthology.orchestra.run.smithi089.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-06-18T12:26:15.315 INFO:teuthology.orchestra.run.smithi089.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-06-18T12:26:15.315 INFO:teuthology.orchestra.run.smithi089.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-06-18T12:26:15.315 INFO:teuthology.orchestra.run.smithi089.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-06-18T12:26:15.315 INFO:teuthology.orchestra.run.smithi089.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-06-18T12:26:15.315 INFO:teuthology.orchestra.run.smithi089.stdout:Use 'sudo apt autoremove' to remove them. 2024-06-18T12:26:15.316 INFO:teuthology.orchestra.run.smithi089.stdout:The following additional packages will be installed: 2024-06-18T12:26:15.316 INFO:teuthology.orchestra.run.smithi089.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-06-18T12:26:15.316 INFO:teuthology.orchestra.run.smithi089.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-06-18T12:26:15.318 INFO:teuthology.orchestra.run.smithi089.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-06-18T12:26:15.318 INFO:teuthology.orchestra.run.smithi089.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-06-18T12:26:15.318 INFO:teuthology.orchestra.run.smithi089.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-06-18T12:26:15.318 INFO:teuthology.orchestra.run.smithi089.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-06-18T12:26:15.318 INFO:teuthology.orchestra.run.smithi089.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-06-18T12:26:15.318 INFO:teuthology.orchestra.run.smithi089.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-06-18T12:26:15.318 INFO:teuthology.orchestra.run.smithi089.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-06-18T12:26:15.318 INFO:teuthology.orchestra.run.smithi089.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-06-18T12:26:15.318 INFO:teuthology.orchestra.run.smithi089.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-06-18T12:26:15.318 INFO:teuthology.orchestra.run.smithi089.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-06-18T12:26:15.318 INFO:teuthology.orchestra.run.smithi089.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-06-18T12:26:15.318 INFO:teuthology.orchestra.run.smithi089.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-06-18T12:26:15.319 INFO:teuthology.orchestra.run.smithi089.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-06-18T12:26:15.319 INFO:teuthology.orchestra.run.smithi089.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-06-18T12:26:15.319 INFO:teuthology.orchestra.run.smithi089.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-06-18T12:26:15.319 INFO:teuthology.orchestra.run.smithi089.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-06-18T12:26:15.319 INFO:teuthology.orchestra.run.smithi089.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-06-18T12:26:15.319 INFO:teuthology.orchestra.run.smithi089.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-06-18T12:26:15.319 INFO:teuthology.orchestra.run.smithi089.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-06-18T12:26:15.319 INFO:teuthology.orchestra.run.smithi089.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-06-18T12:26:15.319 INFO:teuthology.orchestra.run.smithi089.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-06-18T12:26:15.319 INFO:teuthology.orchestra.run.smithi089.stdout: xmlstarlet zip 2024-06-18T12:26:15.320 INFO:teuthology.orchestra.run.smithi089.stdout:Suggested packages: 2024-06-18T12:26:15.320 INFO:teuthology.orchestra.run.smithi089.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-06-18T12:26:15.320 INFO:teuthology.orchestra.run.smithi089.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-06-18T12:26:15.320 INFO:teuthology.orchestra.run.smithi089.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-06-18T12:26:15.320 INFO:teuthology.orchestra.run.smithi089.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-06-18T12:26:15.320 INFO:teuthology.orchestra.run.smithi089.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-06-18T12:26:15.320 INFO:teuthology.orchestra.run.smithi089.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-06-18T12:26:15.320 INFO:teuthology.orchestra.run.smithi089.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-06-18T12:26:15.320 INFO:teuthology.orchestra.run.smithi089.stdout:Recommended packages: 2024-06-18T12:26:15.320 INFO:teuthology.orchestra.run.smithi089.stdout: btrfs-tools 2024-06-18T12:26:15.377 INFO:teuthology.orchestra.run.smithi098.stdout:Building dependency tree... 2024-06-18T12:26:15.378 INFO:teuthology.orchestra.run.smithi098.stdout:Reading state information... 2024-06-18T12:26:15.419 INFO:teuthology.orchestra.run.smithi089.stdout:The following NEW packages will be installed: 2024-06-18T12:26:15.419 INFO:teuthology.orchestra.run.smithi089.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-06-18T12:26:15.420 INFO:teuthology.orchestra.run.smithi089.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-06-18T12:26:15.420 INFO:teuthology.orchestra.run.smithi089.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-06-18T12:26:15.420 INFO:teuthology.orchestra.run.smithi089.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-06-18T12:26:15.420 INFO:teuthology.orchestra.run.smithi089.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-06-18T12:26:15.420 INFO:teuthology.orchestra.run.smithi089.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-06-18T12:26:15.421 INFO:teuthology.orchestra.run.smithi089.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-06-18T12:26:15.421 INFO:teuthology.orchestra.run.smithi089.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-06-18T12:26:15.421 INFO:teuthology.orchestra.run.smithi089.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-06-18T12:26:15.421 INFO:teuthology.orchestra.run.smithi089.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-06-18T12:26:15.421 INFO:teuthology.orchestra.run.smithi089.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-06-18T12:26:15.421 INFO:teuthology.orchestra.run.smithi089.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-06-18T12:26:15.421 INFO:teuthology.orchestra.run.smithi089.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-06-18T12:26:15.421 INFO:teuthology.orchestra.run.smithi089.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-06-18T12:26:15.421 INFO:teuthology.orchestra.run.smithi089.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-06-18T12:26:15.421 INFO:teuthology.orchestra.run.smithi089.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-06-18T12:26:15.422 INFO:teuthology.orchestra.run.smithi089.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-06-18T12:26:15.422 INFO:teuthology.orchestra.run.smithi089.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-06-18T12:26:15.422 INFO:teuthology.orchestra.run.smithi089.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-06-18T12:26:15.422 INFO:teuthology.orchestra.run.smithi089.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-06-18T12:26:15.422 INFO:teuthology.orchestra.run.smithi089.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-06-18T12:26:15.422 INFO:teuthology.orchestra.run.smithi089.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-06-18T12:26:15.422 INFO:teuthology.orchestra.run.smithi089.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-06-18T12:26:15.422 INFO:teuthology.orchestra.run.smithi089.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-06-18T12:26:15.422 INFO:teuthology.orchestra.run.smithi089.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-06-18T12:26:15.422 INFO:teuthology.orchestra.run.smithi089.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-06-18T12:26:15.437 INFO:teuthology.orchestra.run.smithi131.stdout:Get:3 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-3124-g3781e3a5-1jammy [3,222 kB] 2024-06-18T12:26:15.487 INFO:teuthology.orchestra.run.smithi131.stdout:Get:4 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-3124-g3781e3a5-1jammy [716 kB] 2024-06-18T12:26:15.495 INFO:teuthology.orchestra.run.smithi131.stdout:Get:5 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-3124-g3781e3a5-1jammy [356 kB] 2024-06-18T12:26:15.499 INFO:teuthology.orchestra.run.smithi131.stdout:Get:6 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-3124-g3781e3a5-1jammy [32.8 kB] 2024-06-18T12:26:15.499 INFO:teuthology.orchestra.run.smithi131.stdout:Get:7 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-3124-g3781e3a5-1jammy [180 kB] 2024-06-18T12:26:15.502 INFO:teuthology.orchestra.run.smithi131.stdout:Get:8 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-3124-g3781e3a5-1jammy [67.1 kB] 2024-06-18T12:26:15.503 INFO:teuthology.orchestra.run.smithi131.stdout:Get:9 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-3124-g3781e3a5-1jammy [334 kB] 2024-06-18T12:26:15.509 INFO:teuthology.orchestra.run.smithi131.stdout:Get:10 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-3124-g3781e3a5-1jammy [6,786 kB] 2024-06-18T12:26:15.575 INFO:teuthology.orchestra.run.smithi098.stdout:The following packages were automatically installed and are no longer required: 2024-06-18T12:26:15.576 INFO:teuthology.orchestra.run.smithi098.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-06-18T12:26:15.576 INFO:teuthology.orchestra.run.smithi098.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-06-18T12:26:15.576 INFO:teuthology.orchestra.run.smithi098.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-06-18T12:26:15.576 INFO:teuthology.orchestra.run.smithi098.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-06-18T12:26:15.576 INFO:teuthology.orchestra.run.smithi098.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-06-18T12:26:15.577 INFO:teuthology.orchestra.run.smithi098.stdout:Use 'sudo apt autoremove' to remove them. 2024-06-18T12:26:15.577 INFO:teuthology.orchestra.run.smithi098.stdout:The following additional packages will be installed: 2024-06-18T12:26:15.577 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-06-18T12:26:15.577 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-06-18T12:26:15.577 INFO:teuthology.orchestra.run.smithi098.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-06-18T12:26:15.578 INFO:teuthology.orchestra.run.smithi098.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-06-18T12:26:15.579 INFO:teuthology.orchestra.run.smithi098.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-06-18T12:26:15.579 INFO:teuthology.orchestra.run.smithi098.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-06-18T12:26:15.579 INFO:teuthology.orchestra.run.smithi098.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-06-18T12:26:15.579 INFO:teuthology.orchestra.run.smithi098.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-06-18T12:26:15.579 INFO:teuthology.orchestra.run.smithi098.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-06-18T12:26:15.579 INFO:teuthology.orchestra.run.smithi098.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-06-18T12:26:15.579 INFO:teuthology.orchestra.run.smithi098.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-06-18T12:26:15.579 INFO:teuthology.orchestra.run.smithi098.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-06-18T12:26:15.579 INFO:teuthology.orchestra.run.smithi098.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-06-18T12:26:15.579 INFO:teuthology.orchestra.run.smithi098.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-06-18T12:26:15.579 INFO:teuthology.orchestra.run.smithi098.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-06-18T12:26:15.579 INFO:teuthology.orchestra.run.smithi098.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-06-18T12:26:15.579 INFO:teuthology.orchestra.run.smithi098.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-06-18T12:26:15.580 INFO:teuthology.orchestra.run.smithi098.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-06-18T12:26:15.580 INFO:teuthology.orchestra.run.smithi098.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-06-18T12:26:15.580 INFO:teuthology.orchestra.run.smithi098.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-06-18T12:26:15.580 INFO:teuthology.orchestra.run.smithi098.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-06-18T12:26:15.580 INFO:teuthology.orchestra.run.smithi098.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-06-18T12:26:15.580 INFO:teuthology.orchestra.run.smithi098.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-06-18T12:26:15.580 INFO:teuthology.orchestra.run.smithi098.stdout: xmlstarlet zip 2024-06-18T12:26:15.580 INFO:teuthology.orchestra.run.smithi098.stdout:Suggested packages: 2024-06-18T12:26:15.580 INFO:teuthology.orchestra.run.smithi098.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-06-18T12:26:15.581 INFO:teuthology.orchestra.run.smithi098.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-06-18T12:26:15.581 INFO:teuthology.orchestra.run.smithi098.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-06-18T12:26:15.581 INFO:teuthology.orchestra.run.smithi098.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-06-18T12:26:15.581 INFO:teuthology.orchestra.run.smithi098.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-06-18T12:26:15.581 INFO:teuthology.orchestra.run.smithi098.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-06-18T12:26:15.581 INFO:teuthology.orchestra.run.smithi098.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-06-18T12:26:15.581 INFO:teuthology.orchestra.run.smithi098.stdout:Recommended packages: 2024-06-18T12:26:15.581 INFO:teuthology.orchestra.run.smithi098.stdout: btrfs-tools 2024-06-18T12:26:15.599 INFO:teuthology.orchestra.run.smithi089.stdout:0 upgraded, 118 newly installed, 0 to remove and 313 not upgraded. 2024-06-18T12:26:15.599 INFO:teuthology.orchestra.run.smithi089.stdout:Need to get 180 MB of archives. 2024-06-18T12:26:15.599 INFO:teuthology.orchestra.run.smithi089.stdout:After this operation, 822 MB of additional disk space will be used. 2024-06-18T12:26:15.599 INFO:teuthology.orchestra.run.smithi089.stdout:Get:1 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-3124-g3781e3a5-1jammy [3,554 kB] 2024-06-18T12:26:15.608 INFO:teuthology.orchestra.run.smithi089.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-06-18T12:26:15.622 INFO:teuthology.orchestra.run.smithi131.stdout:Get:11 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-3124-g3781e3a5-1jammy [112 kB] 2024-06-18T12:26:15.624 INFO:teuthology.orchestra.run.smithi131.stdout:Get:12 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-3124-g3781e3a5-1jammy [470 kB] 2024-06-18T12:26:15.633 INFO:teuthology.orchestra.run.smithi131.stdout:Get:13 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-3124-g3781e3a5-1jammy [25.6 MB] 2024-06-18T12:26:15.680 INFO:teuthology.orchestra.run.smithi098.stdout:The following NEW packages will be installed: 2024-06-18T12:26:15.680 INFO:teuthology.orchestra.run.smithi098.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-06-18T12:26:15.681 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-06-18T12:26:15.681 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-06-18T12:26:15.681 INFO:teuthology.orchestra.run.smithi098.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-06-18T12:26:15.681 INFO:teuthology.orchestra.run.smithi098.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-06-18T12:26:15.681 INFO:teuthology.orchestra.run.smithi098.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-06-18T12:26:15.682 INFO:teuthology.orchestra.run.smithi098.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-06-18T12:26:15.682 INFO:teuthology.orchestra.run.smithi098.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-06-18T12:26:15.682 INFO:teuthology.orchestra.run.smithi098.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-06-18T12:26:15.682 INFO:teuthology.orchestra.run.smithi098.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-06-18T12:26:15.682 INFO:teuthology.orchestra.run.smithi098.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-06-18T12:26:15.682 INFO:teuthology.orchestra.run.smithi098.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-06-18T12:26:15.683 INFO:teuthology.orchestra.run.smithi098.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-06-18T12:26:15.683 INFO:teuthology.orchestra.run.smithi098.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-06-18T12:26:15.683 INFO:teuthology.orchestra.run.smithi098.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-06-18T12:26:15.683 INFO:teuthology.orchestra.run.smithi098.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-06-18T12:26:15.683 INFO:teuthology.orchestra.run.smithi098.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-06-18T12:26:15.683 INFO:teuthology.orchestra.run.smithi098.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-06-18T12:26:15.683 INFO:teuthology.orchestra.run.smithi098.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-06-18T12:26:15.683 INFO:teuthology.orchestra.run.smithi098.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-06-18T12:26:15.683 INFO:teuthology.orchestra.run.smithi098.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-06-18T12:26:15.683 INFO:teuthology.orchestra.run.smithi098.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-06-18T12:26:15.683 INFO:teuthology.orchestra.run.smithi098.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-06-18T12:26:15.684 INFO:teuthology.orchestra.run.smithi098.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-06-18T12:26:15.684 INFO:teuthology.orchestra.run.smithi098.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-06-18T12:26:15.684 INFO:teuthology.orchestra.run.smithi098.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-06-18T12:26:15.718 INFO:teuthology.orchestra.run.smithi131.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-06-18T12:26:15.731 INFO:teuthology.orchestra.run.smithi131.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-06-18T12:26:15.747 INFO:teuthology.orchestra.run.smithi098.stdout:0 upgraded, 118 newly installed, 0 to remove and 313 not upgraded. 2024-06-18T12:26:15.747 INFO:teuthology.orchestra.run.smithi098.stdout:Need to get 180 MB of archives. 2024-06-18T12:26:15.747 INFO:teuthology.orchestra.run.smithi098.stdout:After this operation, 822 MB of additional disk space will be used. 2024-06-18T12:26:15.747 INFO:teuthology.orchestra.run.smithi098.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-06-18T12:26:15.812 INFO:teuthology.orchestra.run.smithi131.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-06-18T12:26:15.855 INFO:teuthology.orchestra.run.smithi098.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-06-18T12:26:15.857 INFO:teuthology.orchestra.run.smithi098.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-06-18T12:26:15.878 INFO:teuthology.orchestra.run.smithi098.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-06-18T12:26:15.932 INFO:teuthology.orchestra.run.smithi098.stdout:Get:5 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-3124-g3781e3a5-1jammy [3,554 kB] 2024-06-18T12:26:15.950 INFO:teuthology.orchestra.run.smithi098.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-06-18T12:26:15.955 INFO:teuthology.orchestra.run.smithi098.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-06-18T12:26:15.967 INFO:teuthology.orchestra.run.smithi098.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-06-18T12:26:15.972 INFO:teuthology.orchestra.run.smithi098.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-06-18T12:26:15.972 INFO:teuthology.orchestra.run.smithi098.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-06-18T12:26:15.973 INFO:teuthology.orchestra.run.smithi098.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-06-18T12:26:15.981 INFO:teuthology.orchestra.run.smithi098.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-06-18T12:26:15.984 INFO:teuthology.orchestra.run.smithi098.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-06-18T12:26:15.986 INFO:teuthology.orchestra.run.smithi098.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-06-18T12:26:15.987 INFO:teuthology.orchestra.run.smithi098.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-06-18T12:26:15.998 INFO:teuthology.orchestra.run.smithi098.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-06-18T12:26:16.000 INFO:teuthology.orchestra.run.smithi098.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-06-18T12:26:16.002 INFO:teuthology.orchestra.run.smithi098.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-06-18T12:26:16.004 INFO:teuthology.orchestra.run.smithi098.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-06-18T12:26:16.019 INFO:teuthology.orchestra.run.smithi098.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-06-18T12:26:16.020 INFO:teuthology.orchestra.run.smithi098.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-06-18T12:26:16.021 INFO:teuthology.orchestra.run.smithi098.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-06-18T12:26:16.021 INFO:teuthology.orchestra.run.smithi098.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-06-18T12:26:16.021 INFO:teuthology.orchestra.run.smithi098.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-06-18T12:26:16.022 INFO:teuthology.orchestra.run.smithi098.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-06-18T12:26:16.038 INFO:teuthology.orchestra.run.smithi089.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-06-18T12:26:16.040 INFO:teuthology.orchestra.run.smithi098.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-06-18T12:26:16.040 INFO:teuthology.orchestra.run.smithi098.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-06-18T12:26:16.040 INFO:teuthology.orchestra.run.smithi098.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-06-18T12:26:16.043 INFO:teuthology.orchestra.run.smithi098.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-06-18T12:26:16.049 INFO:teuthology.orchestra.run.smithi131.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-06-18T12:26:16.051 INFO:teuthology.orchestra.run.smithi089.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-06-18T12:26:16.059 INFO:teuthology.orchestra.run.smithi131.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-06-18T12:26:16.060 INFO:teuthology.orchestra.run.smithi098.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-06-18T12:26:16.061 INFO:teuthology.orchestra.run.smithi098.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-06-18T12:26:16.061 INFO:teuthology.orchestra.run.smithi098.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-06-18T12:26:16.062 INFO:teuthology.orchestra.run.smithi098.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-06-18T12:26:16.063 INFO:teuthology.orchestra.run.smithi098.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-06-18T12:26:16.063 INFO:teuthology.orchestra.run.smithi098.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webob all 1:1.8.6-1.1 [85.2 kB] 2024-06-18T12:26:16.083 INFO:teuthology.orchestra.run.smithi098.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-06-18T12:26:16.084 INFO:teuthology.orchestra.run.smithi098.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-06-18T12:26:16.085 INFO:teuthology.orchestra.run.smithi098.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-06-18T12:26:16.091 INFO:teuthology.orchestra.run.smithi098.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-06-18T12:26:16.107 INFO:teuthology.orchestra.run.smithi098.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-06-18T12:26:16.108 INFO:teuthology.orchestra.run.smithi098.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-06-18T12:26:16.108 INFO:teuthology.orchestra.run.smithi098.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-06-18T12:26:16.110 INFO:teuthology.orchestra.run.smithi098.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-06-18T12:26:16.112 INFO:teuthology.orchestra.run.smithi098.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-idna all 3.3-1ubuntu0.1 [52.1 kB] 2024-06-18T12:26:16.113 INFO:teuthology.orchestra.run.smithi098.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-06-18T12:26:16.129 INFO:teuthology.orchestra.run.smithi098.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-06-18T12:26:16.130 INFO:teuthology.orchestra.run.smithi098.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.2 [181 kB] 2024-06-18T12:26:16.133 INFO:teuthology.orchestra.run.smithi098.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-06-18T12:26:16.133 INFO:teuthology.orchestra.run.smithi098.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-06-18T12:26:16.133 INFO:teuthology.orchestra.run.smithi089.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-06-18T12:26:16.152 INFO:teuthology.orchestra.run.smithi098.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-06-18T12:26:16.154 INFO:teuthology.orchestra.run.smithi098.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-06-18T12:26:16.182 INFO:teuthology.orchestra.run.smithi131.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-06-18T12:26:16.184 INFO:teuthology.orchestra.run.smithi131.stdout:Get:20 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-3124-g3781e3a5-1jammy [5,085 kB] 2024-06-18T12:26:16.189 INFO:teuthology.orchestra.run.smithi131.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-06-18T12:26:16.220 INFO:teuthology.orchestra.run.smithi098.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-06-18T12:26:16.220 INFO:teuthology.orchestra.run.smithi098.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.2 [108 kB] 2024-06-18T12:26:16.222 INFO:teuthology.orchestra.run.smithi098.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-06-18T12:26:16.222 INFO:teuthology.orchestra.run.smithi098.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-06-18T12:26:16.223 INFO:teuthology.orchestra.run.smithi098.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-06-18T12:26:16.248 INFO:teuthology.orchestra.run.smithi098.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-06-18T12:26:16.250 INFO:teuthology.orchestra.run.smithi098.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-06-18T12:26:16.250 INFO:teuthology.orchestra.run.smithi098.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-06-18T12:26:16.254 INFO:teuthology.orchestra.run.smithi131.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-06-18T12:26:16.255 INFO:teuthology.orchestra.run.smithi131.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-06-18T12:26:16.256 INFO:teuthology.orchestra.run.smithi131.stdout:Get:24 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-3124-g3781e3a5-1jammy [244 kB] 2024-06-18T12:26:16.259 INFO:teuthology.orchestra.run.smithi131.stdout:Get:25 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-3124-g3781e3a5-1jammy [124 kB] 2024-06-18T12:26:16.261 INFO:teuthology.orchestra.run.smithi131.stdout:Get:26 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-3124-g3781e3a5-1jammy [1,529 kB] 2024-06-18T12:26:16.270 INFO:teuthology.orchestra.run.smithi131.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-06-18T12:26:16.272 INFO:teuthology.orchestra.run.smithi098.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-06-18T12:26:16.272 INFO:teuthology.orchestra.run.smithi098.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-06-18T12:26:16.273 INFO:teuthology.orchestra.run.smithi098.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-06-18T12:26:16.274 INFO:teuthology.orchestra.run.smithi098.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-06-18T12:26:16.274 INFO:teuthology.orchestra.run.smithi131.stdout:Get:28 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-3124-g3781e3a5-1jammy [6,250 kB] 2024-06-18T12:26:16.274 INFO:teuthology.orchestra.run.smithi098.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-06-18T12:26:16.275 INFO:teuthology.orchestra.run.smithi098.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-06-18T12:26:16.285 INFO:teuthology.orchestra.run.smithi098.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-06-18T12:26:16.286 INFO:teuthology.orchestra.run.smithi098.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-06-18T12:26:16.289 INFO:teuthology.orchestra.run.smithi098.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-06-18T12:26:16.315 INFO:teuthology.orchestra.run.smithi098.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-06-18T12:26:16.317 INFO:teuthology.orchestra.run.smithi098.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-06-18T12:26:16.317 INFO:teuthology.orchestra.run.smithi098.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-06-18T12:26:16.318 INFO:teuthology.orchestra.run.smithi131.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-06-18T12:26:16.321 INFO:teuthology.orchestra.run.smithi098.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-06-18T12:26:16.323 INFO:teuthology.orchestra.run.smithi131.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-06-18T12:26:16.324 INFO:teuthology.orchestra.run.smithi098.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-06-18T12:26:16.325 INFO:teuthology.orchestra.run.smithi098.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-06-18T12:26:16.326 INFO:teuthology.orchestra.run.smithi131.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-06-18T12:26:16.326 INFO:teuthology.orchestra.run.smithi098.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-06-18T12:26:16.326 INFO:teuthology.orchestra.run.smithi131.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-06-18T12:26:16.331 INFO:teuthology.orchestra.run.smithi131.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-06-18T12:26:16.340 INFO:teuthology.orchestra.run.smithi098.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-06-18T12:26:16.340 INFO:teuthology.orchestra.run.smithi098.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-06-18T12:26:16.344 INFO:teuthology.orchestra.run.smithi098.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-06-18T12:26:16.361 INFO:teuthology.orchestra.run.smithi098.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-06-18T12:26:16.362 INFO:teuthology.orchestra.run.smithi098.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-06-18T12:26:16.362 INFO:teuthology.orchestra.run.smithi098.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-06-18T12:26:16.363 INFO:teuthology.orchestra.run.smithi098.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-06-18T12:26:16.364 INFO:teuthology.orchestra.run.smithi098.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-06-18T12:26:16.368 INFO:teuthology.orchestra.run.smithi089.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-06-18T12:26:16.372 INFO:teuthology.orchestra.run.smithi098.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-06-18T12:26:16.372 INFO:teuthology.orchestra.run.smithi098.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-06-18T12:26:16.379 INFO:teuthology.orchestra.run.smithi089.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-06-18T12:26:16.381 INFO:teuthology.orchestra.run.smithi131.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-06-18T12:26:16.381 INFO:teuthology.orchestra.run.smithi131.stdout:Get:35 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-3124-g3781e3a5-1jammy [22.7 MB] 2024-06-18T12:26:16.383 INFO:teuthology.orchestra.run.smithi098.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-06-18T12:26:16.385 INFO:teuthology.orchestra.run.smithi131.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-06-18T12:26:16.386 INFO:teuthology.orchestra.run.smithi098.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-06-18T12:26:16.386 INFO:teuthology.orchestra.run.smithi131.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-06-18T12:26:16.386 INFO:teuthology.orchestra.run.smithi098.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-06-18T12:26:16.387 INFO:teuthology.orchestra.run.smithi131.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2024-06-18T12:26:16.410 INFO:teuthology.orchestra.run.smithi089.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-06-18T12:26:16.418 INFO:teuthology.orchestra.run.smithi089.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-06-18T12:26:16.419 INFO:teuthology.orchestra.run.smithi089.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-06-18T12:26:16.420 INFO:teuthology.orchestra.run.smithi089.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-06-18T12:26:16.438 INFO:teuthology.orchestra.run.smithi089.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-06-18T12:26:16.443 INFO:teuthology.orchestra.run.smithi089.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-06-18T12:26:16.447 INFO:teuthology.orchestra.run.smithi089.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-06-18T12:26:16.451 INFO:teuthology.orchestra.run.smithi089.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-06-18T12:26:16.462 INFO:teuthology.orchestra.run.smithi131.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-06-18T12:26:16.463 INFO:teuthology.orchestra.run.smithi131.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-06-18T12:26:16.464 INFO:teuthology.orchestra.run.smithi131.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-06-18T12:26:16.464 INFO:teuthology.orchestra.run.smithi131.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-06-18T12:26:16.465 INFO:teuthology.orchestra.run.smithi131.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-06-18T12:26:16.466 INFO:teuthology.orchestra.run.smithi131.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-06-18T12:26:16.532 INFO:teuthology.orchestra.run.smithi089.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-06-18T12:26:16.536 INFO:teuthology.orchestra.run.smithi089.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-06-18T12:26:16.540 INFO:teuthology.orchestra.run.smithi089.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-06-18T12:26:16.544 INFO:teuthology.orchestra.run.smithi089.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-06-18T12:26:16.544 INFO:teuthology.orchestra.run.smithi131.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-06-18T12:26:16.545 INFO:teuthology.orchestra.run.smithi089.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-06-18T12:26:16.545 INFO:teuthology.orchestra.run.smithi089.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-06-18T12:26:16.547 INFO:teuthology.orchestra.run.smithi089.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-06-18T12:26:16.548 INFO:teuthology.orchestra.run.smithi089.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-06-18T12:26:16.549 INFO:teuthology.orchestra.run.smithi089.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-06-18T12:26:16.549 INFO:teuthology.orchestra.run.smithi131.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-06-18T12:26:16.550 INFO:teuthology.orchestra.run.smithi131.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-06-18T12:26:16.551 INFO:teuthology.orchestra.run.smithi131.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-06-18T12:26:16.615 INFO:teuthology.orchestra.run.smithi089.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-06-18T12:26:16.625 INFO:teuthology.orchestra.run.smithi131.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-mako all 1.1.3+ds1-2ubuntu0.1 [60.5 kB] 2024-06-18T12:26:16.627 INFO:teuthology.orchestra.run.smithi131.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-06-18T12:26:16.628 INFO:teuthology.orchestra.run.smithi131.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-06-18T12:26:16.629 INFO:teuthology.orchestra.run.smithi131.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webob all 1:1.8.6-1.1 [85.2 kB] 2024-06-18T12:26:16.630 INFO:teuthology.orchestra.run.smithi089.stdout:Get:26 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-3124-g3781e3a5-1jammy [3,222 kB] 2024-06-18T12:26:16.631 INFO:teuthology.orchestra.run.smithi089.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-06-18T12:26:16.631 INFO:teuthology.orchestra.run.smithi131.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-06-18T12:26:16.632 INFO:teuthology.orchestra.run.smithi089.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-06-18T12:26:16.632 INFO:teuthology.orchestra.run.smithi131.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-06-18T12:26:16.633 INFO:teuthology.orchestra.run.smithi089.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-06-18T12:26:16.638 INFO:teuthology.orchestra.run.smithi089.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-06-18T12:26:16.639 INFO:teuthology.orchestra.run.smithi089.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-06-18T12:26:16.640 INFO:teuthology.orchestra.run.smithi089.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-06-18T12:26:16.641 INFO:teuthology.orchestra.run.smithi089.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-mako all 1.1.3+ds1-2ubuntu0.1 [60.5 kB] 2024-06-18T12:26:16.643 INFO:teuthology.orchestra.run.smithi089.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-06-18T12:26:16.696 INFO:teuthology.orchestra.run.smithi089.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-06-18T12:26:16.707 INFO:teuthology.orchestra.run.smithi131.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-06-18T12:26:16.719 INFO:teuthology.orchestra.run.smithi131.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-06-18T12:26:16.719 INFO:teuthology.orchestra.run.smithi131.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-06-18T12:26:16.720 INFO:teuthology.orchestra.run.smithi131.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-06-18T12:26:16.725 INFO:teuthology.orchestra.run.smithi089.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webob all 1:1.8.6-1.1 [85.2 kB] 2024-06-18T12:26:16.728 INFO:teuthology.orchestra.run.smithi089.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-06-18T12:26:16.729 INFO:teuthology.orchestra.run.smithi089.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-06-18T12:26:16.730 INFO:teuthology.orchestra.run.smithi089.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-06-18T12:26:16.741 INFO:teuthology.orchestra.run.smithi089.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-06-18T12:26:16.741 INFO:teuthology.orchestra.run.smithi089.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-06-18T12:26:16.742 INFO:teuthology.orchestra.run.smithi089.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-06-18T12:26:16.743 INFO:teuthology.orchestra.run.smithi089.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-06-18T12:26:16.778 INFO:teuthology.orchestra.run.smithi089.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-06-18T12:26:16.788 INFO:teuthology.orchestra.run.smithi131.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-06-18T12:26:16.791 INFO:teuthology.orchestra.run.smithi131.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-06-18T12:26:16.795 INFO:teuthology.orchestra.run.smithi131.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-idna all 3.3-1ubuntu0.1 [52.1 kB] 2024-06-18T12:26:16.796 INFO:teuthology.orchestra.run.smithi131.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-urllib3 all 1.26.5-1~exp1ubuntu0.1 [98.2 kB] 2024-06-18T12:26:16.828 INFO:teuthology.orchestra.run.smithi089.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-idna all 3.3-1ubuntu0.1 [52.1 kB] 2024-06-18T12:26:16.829 INFO:teuthology.orchestra.run.smithi089.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-06-18T12:26:16.832 INFO:teuthology.orchestra.run.smithi089.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-06-18T12:26:16.834 INFO:teuthology.orchestra.run.smithi089.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.2 [181 kB] 2024-06-18T12:26:16.838 INFO:teuthology.orchestra.run.smithi089.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-06-18T12:26:16.839 INFO:teuthology.orchestra.run.smithi089.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-06-18T12:26:16.841 INFO:teuthology.orchestra.run.smithi089.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-06-18T12:26:16.859 INFO:teuthology.orchestra.run.smithi089.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-06-18T12:26:16.886 INFO:teuthology.orchestra.run.smithi131.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-requests all 2.25.1+dfsg-2ubuntu0.1 [48.8 kB] 2024-06-18T12:26:16.887 INFO:teuthology.orchestra.run.smithi131.stdout:Get:64 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-3124-g3781e3a5-1jammy [14.0 kB] 2024-06-18T12:26:16.888 INFO:teuthology.orchestra.run.smithi131.stdout:Get:65 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-3124-g3781e3a5-1jammy [871 kB] 2024-06-18T12:26:16.888 INFO:teuthology.orchestra.run.smithi131.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.2 [181 kB] 2024-06-18T12:26:16.930 INFO:teuthology.orchestra.run.smithi131.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-06-18T12:26:16.931 INFO:teuthology.orchestra.run.smithi131.stdout:Get:68 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-3124-g3781e3a5-1jammy [2,442 kB] 2024-06-18T12:26:16.931 INFO:teuthology.orchestra.run.smithi131.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-06-18T12:26:16.933 INFO:teuthology.orchestra.run.smithi131.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-06-18T12:26:16.937 INFO:teuthology.orchestra.run.smithi131.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-babel-localedata all 2.8.0+dfsg.1-7 [4,982 kB] 2024-06-18T12:26:16.962 INFO:teuthology.orchestra.run.smithi131.stdout:Get:72 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-3124-g3781e3a5-1jammy [791 kB] 2024-06-18T12:26:16.964 INFO:teuthology.orchestra.run.smithi089.stdout:Get:53 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-3124-g3781e3a5-1jammy [716 kB] 2024-06-18T12:26:16.972 INFO:teuthology.orchestra.run.smithi131.stdout:Get:73 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-3124-g3781e3a5-1jammy [148 kB] 2024-06-18T12:26:16.974 INFO:teuthology.orchestra.run.smithi131.stdout:Get:74 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-3124-g3781e3a5-1jammy [2,290 kB] 2024-06-18T12:26:16.997 INFO:teuthology.orchestra.run.smithi131.stdout:Get:75 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-3124-g3781e3a5-1jammy [8,625 kB] 2024-06-18T12:26:16.998 INFO:teuthology.orchestra.run.smithi089.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-06-18T12:26:16.999 INFO:teuthology.orchestra.run.smithi089.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.2 [108 kB] 2024-06-18T12:26:17.002 INFO:teuthology.orchestra.run.smithi089.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-06-18T12:26:17.002 INFO:teuthology.orchestra.run.smithi089.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-06-18T12:26:17.004 INFO:teuthology.orchestra.run.smithi089.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-06-18T12:26:17.014 INFO:teuthology.orchestra.run.smithi098.stdout:Get:89 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-3124-g3781e3a5-1jammy [3,222 kB] 2024-06-18T12:26:17.038 INFO:teuthology.orchestra.run.smithi089.stdout:Get:59 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-3124-g3781e3a5-1jammy [356 kB] 2024-06-18T12:26:17.048 INFO:teuthology.orchestra.run.smithi089.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-06-18T12:26:17.052 INFO:teuthology.orchestra.run.smithi089.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-06-18T12:26:17.052 INFO:teuthology.orchestra.run.smithi089.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-06-18T12:26:17.062 INFO:teuthology.orchestra.run.smithi131.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-06-18T12:26:17.064 INFO:teuthology.orchestra.run.smithi131.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.2 [108 kB] 2024-06-18T12:26:17.066 INFO:teuthology.orchestra.run.smithi131.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-06-18T12:26:17.067 INFO:teuthology.orchestra.run.smithi131.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-06-18T12:26:17.083 INFO:teuthology.orchestra.run.smithi089.stdout:Get:63 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-3124-g3781e3a5-1jammy [32.8 kB] 2024-06-18T12:26:17.094 INFO:teuthology.orchestra.run.smithi089.stdout:Get:64 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-3124-g3781e3a5-1jammy [180 kB] 2024-06-18T12:26:17.094 INFO:teuthology.orchestra.run.smithi131.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-06-18T12:26:17.103 INFO:teuthology.orchestra.run.smithi089.stdout:Get:65 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-3124-g3781e3a5-1jammy [67.1 kB] 2024-06-18T12:26:17.117 INFO:teuthology.orchestra.run.smithi089.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-06-18T12:26:17.118 INFO:teuthology.orchestra.run.smithi089.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-06-18T12:26:17.133 INFO:teuthology.orchestra.run.smithi131.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-06-18T12:26:17.137 INFO:teuthology.orchestra.run.smithi131.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-06-18T12:26:17.137 INFO:teuthology.orchestra.run.smithi131.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-06-18T12:26:17.139 INFO:teuthology.orchestra.run.smithi089.stdout:Get:68 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-3124-g3781e3a5-1jammy [334 kB] 2024-06-18T12:26:17.163 INFO:teuthology.orchestra.run.smithi131.stdout:Get:84 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-3124-g3781e3a5-1jammy [14.2 kB] 2024-06-18T12:26:17.163 INFO:teuthology.orchestra.run.smithi089.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-06-18T12:26:17.163 INFO:teuthology.orchestra.run.smithi131.stdout:Get:85 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-3124-g3781e3a5-1jammy [50.8 MB] 2024-06-18T12:26:17.164 INFO:teuthology.orchestra.run.smithi089.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-06-18T12:26:17.164 INFO:teuthology.orchestra.run.smithi089.stdout:Get:71 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-3124-g3781e3a5-1jammy [6,786 kB] 2024-06-18T12:26:17.165 INFO:teuthology.orchestra.run.smithi089.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-06-18T12:26:17.166 INFO:teuthology.orchestra.run.smithi089.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-06-18T12:26:17.166 INFO:teuthology.orchestra.run.smithi089.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-06-18T12:26:17.168 INFO:teuthology.orchestra.run.smithi089.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-06-18T12:26:17.175 INFO:teuthology.orchestra.run.smithi089.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-06-18T12:26:17.198 INFO:teuthology.orchestra.run.smithi131.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-06-18T12:26:17.198 INFO:teuthology.orchestra.run.smithi131.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-06-18T12:26:17.228 INFO:teuthology.orchestra.run.smithi131.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-06-18T12:26:17.229 INFO:teuthology.orchestra.run.smithi131.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-06-18T12:26:17.230 INFO:teuthology.orchestra.run.smithi131.stdout:Get:90 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-06-18T12:26:17.231 INFO:teuthology.orchestra.run.smithi131.stdout:Get:91 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-06-18T12:26:17.231 INFO:teuthology.orchestra.run.smithi131.stdout:Get:92 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-06-18T12:26:17.233 INFO:teuthology.orchestra.run.smithi131.stdout:Get:93 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-06-18T12:26:17.239 INFO:teuthology.orchestra.run.smithi131.stdout:Get:94 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-06-18T12:26:17.245 INFO:teuthology.orchestra.run.smithi089.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-06-18T12:26:17.248 INFO:teuthology.orchestra.run.smithi089.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-06-18T12:26:17.249 INFO:teuthology.orchestra.run.smithi089.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-06-18T12:26:17.310 INFO:teuthology.orchestra.run.smithi131.stdout:Get:95 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-06-18T12:26:17.313 INFO:teuthology.orchestra.run.smithi131.stdout:Get:96 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-06-18T12:26:17.314 INFO:teuthology.orchestra.run.smithi131.stdout:Get:97 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-06-18T12:26:17.326 INFO:teuthology.orchestra.run.smithi089.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-06-18T12:26:17.333 INFO:teuthology.orchestra.run.smithi089.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-06-18T12:26:17.336 INFO:teuthology.orchestra.run.smithi089.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-06-18T12:26:17.337 INFO:teuthology.orchestra.run.smithi089.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-06-18T12:26:17.348 INFO:teuthology.orchestra.run.smithi089.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-06-18T12:26:17.350 INFO:teuthology.orchestra.run.smithi089.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-06-18T12:26:17.357 INFO:teuthology.orchestra.run.smithi089.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-06-18T12:26:17.391 INFO:teuthology.orchestra.run.smithi131.stdout:Get:98 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-06-18T12:26:17.397 INFO:teuthology.orchestra.run.smithi131.stdout:Get:99 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-06-18T12:26:17.399 INFO:teuthology.orchestra.run.smithi131.stdout:Get:100 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-06-18T12:26:17.401 INFO:teuthology.orchestra.run.smithi131.stdout:Get:101 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-06-18T12:26:17.408 INFO:teuthology.orchestra.run.smithi089.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-06-18T12:26:17.410 INFO:teuthology.orchestra.run.smithi089.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-06-18T12:26:17.410 INFO:teuthology.orchestra.run.smithi089.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-06-18T12:26:17.412 INFO:teuthology.orchestra.run.smithi131.stdout:Get:102 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-06-18T12:26:17.413 INFO:teuthology.orchestra.run.smithi131.stdout:Get:103 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-06-18T12:26:17.421 INFO:teuthology.orchestra.run.smithi131.stdout:Get:104 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-06-18T12:26:17.472 INFO:teuthology.orchestra.run.smithi131.stdout:Get:105 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-06-18T12:26:17.474 INFO:teuthology.orchestra.run.smithi131.stdout:Get:106 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-06-18T12:26:17.475 INFO:teuthology.orchestra.run.smithi131.stdout:Get:107 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-06-18T12:26:17.490 INFO:teuthology.orchestra.run.smithi089.stdout:Get:90 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-06-18T12:26:17.492 INFO:teuthology.orchestra.run.smithi089.stdout:Get:91 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-06-18T12:26:17.510 INFO:teuthology.orchestra.run.smithi089.stdout:Get:92 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-06-18T12:26:17.511 INFO:teuthology.orchestra.run.smithi089.stdout:Get:93 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-06-18T12:26:17.512 INFO:teuthology.orchestra.run.smithi089.stdout:Get:94 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-06-18T12:26:17.518 INFO:teuthology.orchestra.run.smithi089.stdout:Get:95 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-06-18T12:26:17.519 INFO:teuthology.orchestra.run.smithi089.stdout:Get:96 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-06-18T12:26:17.554 INFO:teuthology.orchestra.run.smithi131.stdout:Get:108 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-06-18T12:26:17.556 INFO:teuthology.orchestra.run.smithi131.stdout:Get:109 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-06-18T12:26:17.573 INFO:teuthology.orchestra.run.smithi131.stdout:Get:110 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-06-18T12:26:17.574 INFO:teuthology.orchestra.run.smithi131.stdout:Get:111 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-06-18T12:26:17.575 INFO:teuthology.orchestra.run.smithi131.stdout:Get:112 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-06-18T12:26:17.580 INFO:teuthology.orchestra.run.smithi131.stdout:Get:113 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-06-18T12:26:17.582 INFO:teuthology.orchestra.run.smithi131.stdout:Get:114 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-06-18T12:26:17.669 INFO:teuthology.orchestra.run.smithi098.stdout:Get:90 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-3124-g3781e3a5-1jammy [716 kB] 2024-06-18T12:26:17.791 INFO:teuthology.orchestra.run.smithi098.stdout:Get:91 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-3124-g3781e3a5-1jammy [356 kB] 2024-06-18T12:26:17.812 INFO:teuthology.orchestra.run.smithi098.stdout:Get:92 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-3124-g3781e3a5-1jammy [32.8 kB] 2024-06-18T12:26:17.861 INFO:teuthology.orchestra.run.smithi098.stdout:Get:93 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-3124-g3781e3a5-1jammy [180 kB] 2024-06-18T12:26:17.878 INFO:teuthology.orchestra.run.smithi098.stdout:Get:94 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-3124-g3781e3a5-1jammy [67.1 kB] 2024-06-18T12:26:17.880 INFO:teuthology.orchestra.run.smithi098.stdout:Get:95 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-3124-g3781e3a5-1jammy [334 kB] 2024-06-18T12:26:17.888 INFO:teuthology.orchestra.run.smithi089.stdout:Get:97 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-3124-g3781e3a5-1jammy [112 kB] 2024-06-18T12:26:17.893 INFO:teuthology.orchestra.run.smithi089.stdout:Get:98 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-3124-g3781e3a5-1jammy [470 kB] 2024-06-18T12:26:17.934 INFO:teuthology.orchestra.run.smithi089.stdout:Get:99 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-3124-g3781e3a5-1jammy [25.6 MB] 2024-06-18T12:26:17.945 INFO:teuthology.orchestra.run.smithi098.stdout:Get:96 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-3124-g3781e3a5-1jammy [6,786 kB] 2024-06-18T12:26:18.567 INFO:teuthology.orchestra.run.smithi098.stdout:Get:97 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-3124-g3781e3a5-1jammy [112 kB] 2024-06-18T12:26:18.567 INFO:teuthology.orchestra.run.smithi131.stdout:Get:115 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-3124-g3781e3a5-1jammy [121 kB] 2024-06-18T12:26:18.570 INFO:teuthology.orchestra.run.smithi098.stdout:Get:98 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-3124-g3781e3a5-1jammy [470 kB] 2024-06-18T12:26:18.570 INFO:teuthology.orchestra.run.smithi131.stdout:Get:116 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-3124-g3781e3a5-1jammy [38.9 kB] 2024-06-18T12:26:18.571 INFO:teuthology.orchestra.run.smithi131.stdout:Get:117 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-3124-g3781e3a5-1jammy [13.4 MB] 2024-06-18T12:26:18.580 INFO:teuthology.orchestra.run.smithi098.stdout:Get:99 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-3124-g3781e3a5-1jammy [25.6 MB] 2024-06-18T12:26:18.994 INFO:teuthology.orchestra.run.smithi131.stdout:Get:118 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-3124-g3781e3a5-1jammy [91.4 kB] 2024-06-18T12:26:19.236 INFO:teuthology.orchestra.run.smithi089.stdout:Get:100 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-3124-g3781e3a5-1jammy [5,085 kB] 2024-06-18T12:26:19.365 INFO:teuthology.orchestra.run.smithi089.stdout:Get:101 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-3124-g3781e3a5-1jammy [244 kB] 2024-06-18T12:26:19.370 INFO:teuthology.orchestra.run.smithi089.stdout:Get:102 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-3124-g3781e3a5-1jammy [124 kB] 2024-06-18T12:26:19.373 INFO:teuthology.orchestra.run.smithi089.stdout:Get:103 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-3124-g3781e3a5-1jammy [1,529 kB] 2024-06-18T12:26:19.427 INFO:teuthology.orchestra.run.smithi089.stdout:Get:104 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-3124-g3781e3a5-1jammy [6,250 kB] 2024-06-18T12:26:19.562 INFO:teuthology.orchestra.run.smithi131.stdout:Fetched 180 MB in 4s (46.3 MB/s) 2024-06-18T12:26:19.618 INFO:teuthology.orchestra.run.smithi098.stdout:Get:100 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-3124-g3781e3a5-1jammy [5,085 kB] 2024-06-18T12:26:19.652 INFO:teuthology.orchestra.run.smithi089.stdout:Get:105 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-3124-g3781e3a5-1jammy [22.7 MB] 2024-06-18T12:26:19.699 INFO:teuthology.orchestra.run.smithi098.stdout:Get:101 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-3124-g3781e3a5-1jammy [244 kB] 2024-06-18T12:26:19.703 INFO:teuthology.orchestra.run.smithi098.stdout:Get:102 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-3124-g3781e3a5-1jammy [124 kB] 2024-06-18T12:26:19.705 INFO:teuthology.orchestra.run.smithi098.stdout:Get:103 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-3124-g3781e3a5-1jammy [1,529 kB] 2024-06-18T12:26:19.721 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-06-18T12:26:19.749 INFO:teuthology.orchestra.run.smithi098.stdout:Get:104 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-3124-g3781e3a5-1jammy [6,250 kB] 2024-06-18T12:26:19.784 INFO:teuthology.orchestra.run.smithi131.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 ... 165982 files and directories currently installed.) 2024-06-18T12:26:19.789 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-06-18T12:26:19.879 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-06-18T12:26:19.897 INFO:teuthology.orchestra.run.smithi098.stdout:Get:105 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-3124-g3781e3a5-1jammy [22.7 MB] 2024-06-18T12:26:20.249 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-06-18T12:26:20.276 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-06-18T12:26:20.316 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-06-18T12:26:20.538 INFO:teuthology.orchestra.run.smithi098.stdout:Get:106 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-3124-g3781e3a5-1jammy [14.0 kB] 2024-06-18T12:26:20.539 INFO:teuthology.orchestra.run.smithi098.stdout:Get:107 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-3124-g3781e3a5-1jammy [871 kB] 2024-06-18T12:26:20.554 INFO:teuthology.orchestra.run.smithi098.stdout:Get:108 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-3124-g3781e3a5-1jammy [2,442 kB] 2024-06-18T12:26:20.592 INFO:teuthology.orchestra.run.smithi098.stdout:Get:109 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-3124-g3781e3a5-1jammy [791 kB] 2024-06-18T12:26:20.601 INFO:teuthology.orchestra.run.smithi098.stdout:Get:110 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-3124-g3781e3a5-1jammy [148 kB] 2024-06-18T12:26:20.603 INFO:teuthology.orchestra.run.smithi098.stdout:Get:111 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-3124-g3781e3a5-1jammy [2,290 kB] 2024-06-18T12:26:20.635 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-06-18T12:26:20.651 INFO:teuthology.orchestra.run.smithi098.stdout:Get:112 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-3124-g3781e3a5-1jammy [8,625 kB] 2024-06-18T12:26:20.662 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-06-18T12:26:20.702 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-06-18T12:26:20.798 INFO:teuthology.orchestra.run.smithi089.stdout:Get:106 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-3124-g3781e3a5-1jammy [14.0 kB] 2024-06-18T12:26:20.799 INFO:teuthology.orchestra.run.smithi089.stdout:Get:107 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-3124-g3781e3a5-1jammy [871 kB] 2024-06-18T12:26:20.816 INFO:teuthology.orchestra.run.smithi089.stdout:Get:108 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-3124-g3781e3a5-1jammy [2,442 kB] 2024-06-18T12:26:20.845 INFO:teuthology.orchestra.run.smithi098.stdout:Get:113 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-3124-g3781e3a5-1jammy [14.2 kB] 2024-06-18T12:26:20.845 INFO:teuthology.orchestra.run.smithi098.stdout:Get:114 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-3124-g3781e3a5-1jammy [50.8 MB] 2024-06-18T12:26:20.867 INFO:teuthology.orchestra.run.smithi089.stdout:Get:109 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-3124-g3781e3a5-1jammy [791 kB] 2024-06-18T12:26:20.928 INFO:teuthology.orchestra.run.smithi089.stdout:Get:110 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-3124-g3781e3a5-1jammy [148 kB] 2024-06-18T12:26:20.931 INFO:teuthology.orchestra.run.smithi089.stdout:Get:111 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-3124-g3781e3a5-1jammy [2,290 kB] 2024-06-18T12:26:21.051 INFO:teuthology.orchestra.run.smithi089.stdout:Get:112 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-3124-g3781e3a5-1jammy [8,625 kB] 2024-06-18T12:26:21.081 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-06-18T12:26:21.106 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-06-18T12:26:21.156 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-06-18T12:26:21.493 INFO:teuthology.orchestra.run.smithi089.stdout:Get:113 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-3124-g3781e3a5-1jammy [14.2 kB] 2024-06-18T12:26:21.493 INFO:teuthology.orchestra.run.smithi089.stdout:Get:114 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-3124-g3781e3a5-1jammy [50.8 MB] 2024-06-18T12:26:21.568 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-06-18T12:26:21.594 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-06-18T12:26:21.634 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-06-18T12:26:21.954 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-06-18T12:26:21.981 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-06-18T12:26:22.020 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-06-18T12:26:22.320 INFO:teuthology.orchestra.run.smithi098.stdout:Get:115 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-3124-g3781e3a5-1jammy [121 kB] 2024-06-18T12:26:22.323 INFO:teuthology.orchestra.run.smithi098.stdout:Get:116 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-3124-g3781e3a5-1jammy [38.9 kB] 2024-06-18T12:26:22.324 INFO:teuthology.orchestra.run.smithi098.stdout:Get:117 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-3124-g3781e3a5-1jammy [13.4 MB] 2024-06-18T12:26:22.340 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-06-18T12:26:22.367 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-06-18T12:26:22.432 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-06-18T12:26:22.608 INFO:teuthology.orchestra.run.smithi098.stdout:Get:118 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-3124-g3781e3a5-1jammy [91.4 kB] 2024-06-18T12:26:22.744 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package librados2. 2024-06-18T12:26:22.770 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../007-librados2_19.0.0-3124-g3781e3a5-1jammy_amd64.deb ... 2024-06-18T12:26:22.810 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking librados2 (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:26:23.169 INFO:teuthology.orchestra.run.smithi098.stdout:Fetched 180 MB in 7s (26.0 MB/s) 2024-06-18T12:26:23.207 INFO:teuthology.orchestra.run.smithi089.stdout:Get:115 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-3124-g3781e3a5-1jammy [121 kB] 2024-06-18T12:26:23.209 INFO:teuthology.orchestra.run.smithi089.stdout:Get:116 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-3124-g3781e3a5-1jammy [38.9 kB] 2024-06-18T12:26:23.210 INFO:teuthology.orchestra.run.smithi089.stdout:Get:117 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-3124-g3781e3a5-1jammy [13.4 MB] 2024-06-18T12:26:23.263 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package librbd1. 2024-06-18T12:26:23.289 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../008-librbd1_19.0.0-3124-g3781e3a5-1jammy_amd64.deb ... 2024-06-18T12:26:23.330 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking librbd1 (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:26:23.333 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-06-18T12:26:23.396 INFO:teuthology.orchestra.run.smithi089.stdout:Get:118 https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-3124-g3781e3a5-1jammy [91.4 kB] 2024-06-18T12:26:23.406 INFO:teuthology.orchestra.run.smithi098.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 ... 165982 files and directories currently installed.) 2024-06-18T12:26:23.411 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-06-18T12:26:23.499 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-06-18T12:26:23.741 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package libcephfs2. 2024-06-18T12:26:23.756 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-3124-g3781e3a5-1jammy_amd64.deb ... 2024-06-18T12:26:23.799 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking libcephfs2 (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:26:23.836 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-06-18T12:26:23.862 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-06-18T12:26:23.903 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-06-18T12:26:23.963 INFO:teuthology.orchestra.run.smithi089.stdout:Fetched 180 MB in 8s (22.6 MB/s) 2024-06-18T12:26:24.077 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-rados. 2024-06-18T12:26:24.092 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../010-python3-rados_19.0.0-3124-g3781e3a5-1jammy_amd64.deb ... 2024-06-18T12:26:24.126 INFO:teuthology.orchestra.run.smithi089.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-06-18T12:26:24.135 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-rados (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:26:24.216 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-06-18T12:26:24.223 INFO:teuthology.orchestra.run.smithi089.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 ... 165982 files and directories currently installed.) 2024-06-18T12:26:24.228 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-06-18T12:26:24.243 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-06-18T12:26:24.283 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-06-18T12:26:24.316 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-06-18T12:26:24.455 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-06-18T12:26:24.481 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-3124-g3781e3a5-1jammy_all.deb ... 2024-06-18T12:26:24.521 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-ceph-argparse (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:26:24.628 INFO:teuthology.orchestra.run.smithi089.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-06-18T12:26:24.654 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-06-18T12:26:24.686 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-06-18T12:26:24.720 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-06-18T12:26:24.746 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-06-18T12:26:24.765 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-cephfs. 2024-06-18T12:26:24.781 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-3124-g3781e3a5-1jammy_amd64.deb ... 2024-06-18T12:26:24.795 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-06-18T12:26:24.815 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-cephfs (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:26:25.014 INFO:teuthology.orchestra.run.smithi089.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-06-18T12:26:25.040 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-06-18T12:26:25.081 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-06-18T12:26:25.094 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-ceph-common. 2024-06-18T12:26:25.119 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-3124-g3781e3a5-1jammy_all.deb ... 2024-06-18T12:26:25.123 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-06-18T12:26:25.138 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-06-18T12:26:25.160 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-ceph-common (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:26:25.172 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-06-18T12:26:25.488 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-wcwidth. 2024-06-18T12:26:25.510 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-06-18T12:26:25.514 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-06-18T12:26:25.536 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-06-18T12:26:25.555 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-06-18T12:26:25.559 INFO:teuthology.orchestra.run.smithi089.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-06-18T12:26:25.576 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-06-18T12:26:25.586 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-06-18T12:26:25.634 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-06-18T12:26:25.875 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-prettytable. 2024-06-18T12:26:25.901 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-06-18T12:26:25.913 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-06-18T12:26:25.939 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-06-18T12:26:25.950 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-06-18T12:26:25.979 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-06-18T12:26:26.004 INFO:teuthology.orchestra.run.smithi089.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-06-18T12:26:26.030 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-06-18T12:26:26.062 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-06-18T12:26:26.202 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-rbd. 2024-06-18T12:26:26.217 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-3124-g3781e3a5-1jammy_amd64.deb ... 2024-06-18T12:26:26.252 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-rbd (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:26:26.257 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package librados2. 2024-06-18T12:26:26.284 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../007-librados2_19.0.0-3124-g3781e3a5-1jammy_amd64.deb ... 2024-06-18T12:26:26.316 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking librados2 (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:26:26.399 INFO:teuthology.orchestra.run.smithi089.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-06-18T12:26:26.425 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-06-18T12:26:26.465 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-06-18T12:26:26.819 INFO:teuthology.orchestra.run.smithi089.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-06-18T12:26:26.822 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-06-18T12:26:26.845 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-06-18T12:26:26.848 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-06-18T12:26:26.885 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-06-18T12:26:26.888 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-06-18T12:26:26.968 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package librbd1. 2024-06-18T12:26:26.995 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../008-librbd1_19.0.0-3124-g3781e3a5-1jammy_amd64.deb ... 2024-06-18T12:26:27.035 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking librbd1 (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:26:27.155 INFO:teuthology.orchestra.run.smithi089.stdout:Selecting previously unselected package librados2. 2024-06-18T12:26:27.170 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../007-librados2_19.0.0-3124-g3781e3a5-1jammy_amd64.deb ... 2024-06-18T12:26:27.174 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-06-18T12:26:27.201 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-06-18T12:26:27.204 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking librados2 (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:26:27.250 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-06-18T12:26:27.480 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package libcephfs2. 2024-06-18T12:26:27.506 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-3124-g3781e3a5-1jammy_amd64.deb ... 2024-06-18T12:26:27.546 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking libcephfs2 (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:26:27.553 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-06-18T12:26:27.579 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-06-18T12:26:27.636 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-06-18T12:26:27.666 INFO:teuthology.orchestra.run.smithi089.stdout:Selecting previously unselected package librbd1. 2024-06-18T12:26:27.692 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../008-librbd1_19.0.0-3124-g3781e3a5-1jammy_amd64.deb ... 2024-06-18T12:26:27.732 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking librbd1 (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:26:27.824 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-rados. 2024-06-18T12:26:27.839 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../010-python3-rados_19.0.0-3124-g3781e3a5-1jammy_amd64.deb ... 2024-06-18T12:26:27.873 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-rados (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:26:27.931 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package lua5.1. 2024-06-18T12:26:27.958 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-06-18T12:26:27.989 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-06-18T12:26:28.177 INFO:teuthology.orchestra.run.smithi089.stdout:Selecting previously unselected package libcephfs2. 2024-06-18T12:26:28.185 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-06-18T12:26:28.203 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-3124-g3781e3a5-1jammy_amd64.deb ... 2024-06-18T12:26:28.211 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-3124-g3781e3a5-1jammy_all.deb ... 2024-06-18T12:26:28.244 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking libcephfs2 (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:26:28.251 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-ceph-argparse (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:26:28.276 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package lua-any. 2024-06-18T12:26:28.291 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-06-18T12:26:28.334 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking lua-any (27ubuntu1) ... 2024-06-18T12:26:28.504 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-cephfs. 2024-06-18T12:26:28.530 INFO:teuthology.orchestra.run.smithi089.stdout:Selecting previously unselected package python3-rados. 2024-06-18T12:26:28.552 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-3124-g3781e3a5-1jammy_amd64.deb ... 2024-06-18T12:26:28.556 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../010-python3-rados_19.0.0-3124-g3781e3a5-1jammy_amd64.deb ... 2024-06-18T12:26:28.571 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-cephfs (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:26:28.587 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package zip. 2024-06-18T12:26:28.596 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking python3-rados (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:26:28.610 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-06-18T12:26:28.654 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking zip (3.0-12build2) ... 2024-06-18T12:26:28.882 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-ceph-common. 2024-06-18T12:26:28.907 INFO:teuthology.orchestra.run.smithi089.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-06-18T12:26:28.908 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-3124-g3781e3a5-1jammy_all.deb ... 2024-06-18T12:26:28.933 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-3124-g3781e3a5-1jammy_all.deb ... 2024-06-18T12:26:28.957 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-ceph-common (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:26:28.965 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package unzip. 2024-06-18T12:26:28.965 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking python3-ceph-argparse (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:26:28.991 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-06-18T12:26:29.032 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-06-18T12:26:29.202 INFO:teuthology.orchestra.run.smithi089.stdout:Selecting previously unselected package python3-cephfs. 2024-06-18T12:26:29.228 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-3124-g3781e3a5-1jammy_amd64.deb ... 2024-06-18T12:26:29.260 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-wcwidth. 2024-06-18T12:26:29.268 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking python3-cephfs (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:26:29.286 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-06-18T12:26:29.318 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-06-18T12:26:29.395 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package luarocks. 2024-06-18T12:26:29.420 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-06-18T12:26:29.453 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-06-18T12:26:29.571 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-prettytable. 2024-06-18T12:26:29.579 INFO:teuthology.orchestra.run.smithi089.stdout:Selecting previously unselected package python3-ceph-common. 2024-06-18T12:26:29.597 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-06-18T12:26:29.605 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-3124-g3781e3a5-1jammy_all.deb ... 2024-06-18T12:26:29.638 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-06-18T12:26:29.646 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking python3-ceph-common (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:26:29.828 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package librgw2. 2024-06-18T12:26:29.854 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../025-librgw2_19.0.0-3124-g3781e3a5-1jammy_amd64.deb ... 2024-06-18T12:26:29.873 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-rbd. 2024-06-18T12:26:29.889 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-3124-g3781e3a5-1jammy_amd64.deb ... 2024-06-18T12:26:29.894 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking librgw2 (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:26:29.932 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-rbd (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:26:29.974 INFO:teuthology.orchestra.run.smithi089.stdout:Selecting previously unselected package python3-wcwidth. 2024-06-18T12:26:30.000 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-06-18T12:26:30.040 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-06-18T12:26:30.285 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-06-18T12:26:30.312 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-06-18T12:26:30.327 INFO:teuthology.orchestra.run.smithi089.stdout:Selecting previously unselected package python3-prettytable. 2024-06-18T12:26:30.342 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-06-18T12:26:30.351 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-06-18T12:26:30.377 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-06-18T12:26:30.422 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-rgw. 2024-06-18T12:26:30.448 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-3124-g3781e3a5-1jammy_amd64.deb ... 2024-06-18T12:26:30.488 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-rgw (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:26:30.604 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-06-18T12:26:30.619 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-06-18T12:26:30.621 INFO:teuthology.orchestra.run.smithi089.stdout:Selecting previously unselected package python3-rbd. 2024-06-18T12:26:30.636 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-3124-g3781e3a5-1jammy_amd64.deb ... 2024-06-18T12:26:30.654 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-06-18T12:26:30.679 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking python3-rbd (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:26:30.816 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package liboath0:amd64. 2024-06-18T12:26:30.842 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-06-18T12:26:30.883 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-06-18T12:26:30.907 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-06-18T12:26:30.922 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-06-18T12:26:30.965 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-06-18T12:26:31.016 INFO:teuthology.orchestra.run.smithi089.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-06-18T12:26:31.042 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-06-18T12:26:31.082 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-06-18T12:26:31.178 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package libradosstriper1. 2024-06-18T12:26:31.204 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-3124-g3781e3a5-1jammy_amd64.deb ... 2024-06-18T12:26:31.244 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking libradosstriper1 (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:26:31.302 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package lua5.1. 2024-06-18T12:26:31.328 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-06-18T12:26:31.369 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-06-18T12:26:31.385 INFO:teuthology.orchestra.run.smithi089.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-06-18T12:26:31.400 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-06-18T12:26:31.443 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-06-18T12:26:31.730 INFO:teuthology.orchestra.run.smithi089.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-06-18T12:26:31.745 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-06-18T12:26:31.779 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-06-18T12:26:31.974 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package ceph-common. 2024-06-18T12:26:32.000 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../029-ceph-common_19.0.0-3124-g3781e3a5-1jammy_amd64.deb ... 2024-06-18T12:26:32.031 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package lua-any. 2024-06-18T12:26:32.031 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking ceph-common (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:26:32.057 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-06-18T12:26:32.091 INFO:teuthology.orchestra.run.smithi089.stdout:Selecting previously unselected package lua5.1. 2024-06-18T12:26:32.117 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-06-18T12:26:32.157 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-06-18T12:26:32.189 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking lua-any (27ubuntu1) ... 2024-06-18T12:26:32.408 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package zip. 2024-06-18T12:26:32.424 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-06-18T12:26:32.466 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking zip (3.0-12build2) ... 2024-06-18T12:26:32.513 INFO:teuthology.orchestra.run.smithi089.stdout:Selecting previously unselected package lua-any. 2024-06-18T12:26:32.537 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-06-18T12:26:32.578 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking lua-any (27ubuntu1) ... 2024-06-18T12:26:32.812 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package unzip. 2024-06-18T12:26:32.822 INFO:teuthology.orchestra.run.smithi089.stdout:Selecting previously unselected package zip. 2024-06-18T12:26:32.838 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-06-18T12:26:32.848 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-06-18T12:26:32.878 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-06-18T12:26:32.888 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking zip (3.0-12build2) ... 2024-06-18T12:26:33.175 INFO:teuthology.orchestra.run.smithi089.stdout:Selecting previously unselected package unzip. 2024-06-18T12:26:33.201 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-06-18T12:26:33.241 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-06-18T12:26:33.248 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package luarocks. 2024-06-18T12:26:33.275 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-06-18T12:26:33.315 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-06-18T12:26:33.387 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package ceph-base. 2024-06-18T12:26:33.413 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../030-ceph-base_19.0.0-3124-g3781e3a5-1jammy_amd64.deb ... 2024-06-18T12:26:33.463 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking ceph-base (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:26:33.637 INFO:teuthology.orchestra.run.smithi089.stdout:Selecting previously unselected package luarocks. 2024-06-18T12:26:33.663 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-06-18T12:26:33.698 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package librgw2. 2024-06-18T12:26:33.704 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-06-18T12:26:33.725 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../025-librgw2_19.0.0-3124-g3781e3a5-1jammy_amd64.deb ... 2024-06-18T12:26:33.765 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking librgw2 (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:26:34.050 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-06-18T12:26:34.076 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-06-18T12:26:34.087 INFO:teuthology.orchestra.run.smithi089.stdout:Selecting previously unselected package librgw2. 2024-06-18T12:26:34.113 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../025-librgw2_19.0.0-3124-g3781e3a5-1jammy_amd64.deb ... 2024-06-18T12:26:34.117 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-06-18T12:26:34.153 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking librgw2 (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:26:34.309 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-rgw. 2024-06-18T12:26:34.324 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-3124-g3781e3a5-1jammy_amd64.deb ... 2024-06-18T12:26:34.359 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-rgw (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:26:34.403 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-cheroot. 2024-06-18T12:26:34.430 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-06-18T12:26:34.470 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-06-18T12:26:34.672 INFO:teuthology.orchestra.run.smithi089.stdout:Selecting previously unselected package python3-rgw. 2024-06-18T12:26:34.679 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package liboath0:amd64. 2024-06-18T12:26:34.687 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-3124-g3781e3a5-1jammy_amd64.deb ... 2024-06-18T12:26:34.705 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-06-18T12:26:34.722 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking python3-rgw (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:26:34.745 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-06-18T12:26:34.798 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-06-18T12:26:34.825 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-06-18T12:26:34.864 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-06-18T12:26:35.025 INFO:teuthology.orchestra.run.smithi089.stdout:Selecting previously unselected package liboath0:amd64. 2024-06-18T12:26:35.031 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package libradosstriper1. 2024-06-18T12:26:35.051 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-06-18T12:26:35.058 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-3124-g3781e3a5-1jammy_amd64.deb ... 2024-06-18T12:26:35.092 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-06-18T12:26:35.098 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking libradosstriper1 (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:26:35.151 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-jaraco.text. 2024-06-18T12:26:35.178 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-06-18T12:26:35.217 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-06-18T12:26:35.403 INFO:teuthology.orchestra.run.smithi089.stdout:Selecting previously unselected package libradosstriper1. 2024-06-18T12:26:35.429 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-3124-g3781e3a5-1jammy_amd64.deb ... 2024-06-18T12:26:35.470 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking libradosstriper1 (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:26:35.502 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package ceph-common. 2024-06-18T12:26:35.520 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-06-18T12:26:35.528 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../029-ceph-common_19.0.0-3124-g3781e3a5-1jammy_amd64.deb ... 2024-06-18T12:26:35.547 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-06-18T12:26:35.576 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking ceph-common (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:26:35.578 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-06-18T12:26:35.848 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-tempora. 2024-06-18T12:26:35.875 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-06-18T12:26:35.915 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-06-18T12:26:35.940 INFO:teuthology.orchestra.run.smithi089.stdout:Selecting previously unselected package ceph-common. 2024-06-18T12:26:35.966 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../029-ceph-common_19.0.0-3124-g3781e3a5-1jammy_amd64.deb ... 2024-06-18T12:26:36.006 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking ceph-common (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:26:36.218 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-portend. 2024-06-18T12:26:36.245 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-06-18T12:26:36.285 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-06-18T12:26:36.563 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-06-18T12:26:36.589 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-06-18T12:26:36.629 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-06-18T12:26:36.823 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package ceph-base. 2024-06-18T12:26:36.850 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../030-ceph-base_19.0.0-3124-g3781e3a5-1jammy_amd64.deb ... 2024-06-18T12:26:36.891 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking ceph-base (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:26:37.074 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-cherrypy3. 2024-06-18T12:26:37.101 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-06-18T12:26:37.140 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-06-18T12:26:37.437 INFO:teuthology.orchestra.run.smithi089.stdout:Selecting previously unselected package ceph-base. 2024-06-18T12:26:37.463 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../030-ceph-base_19.0.0-3124-g3781e3a5-1jammy_amd64.deb ... 2024-06-18T12:26:37.478 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-natsort. 2024-06-18T12:26:37.504 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking ceph-base (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:26:37.505 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-06-18T12:26:37.536 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-06-18T12:26:37.636 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-06-18T12:26:37.663 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-06-18T12:26:37.703 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-06-18T12:26:37.831 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-logutils. 2024-06-18T12:26:37.858 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-06-18T12:26:37.898 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-06-18T12:26:37.956 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-cheroot. 2024-06-18T12:26:37.971 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-06-18T12:26:38.006 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-06-18T12:26:38.016 INFO:teuthology.orchestra.run.smithi089.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-06-18T12:26:38.042 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-06-18T12:26:38.082 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-06-18T12:26:38.185 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-markupsafe. 2024-06-18T12:26:38.210 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-06-18T12:26:38.251 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-06-18T12:26:38.292 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-06-18T12:26:38.319 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-06-18T12:26:38.359 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-06-18T12:26:38.393 INFO:teuthology.orchestra.run.smithi089.stdout:Selecting previously unselected package python3-cheroot. 2024-06-18T12:26:38.420 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-06-18T12:26:38.460 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-06-18T12:26:38.554 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-mako. 2024-06-18T12:26:38.581 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-06-18T12:26:38.620 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-06-18T12:26:38.645 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-jaraco.text. 2024-06-18T12:26:38.672 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-06-18T12:26:38.712 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-06-18T12:26:38.780 INFO:teuthology.orchestra.run.smithi089.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-06-18T12:26:38.806 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-06-18T12:26:38.846 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-06-18T12:26:38.949 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-simplegeneric. 2024-06-18T12:26:38.976 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-06-18T12:26:39.015 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-06-18T12:26:39.015 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-06-18T12:26:39.041 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-06-18T12:26:39.081 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-06-18T12:26:39.124 INFO:teuthology.orchestra.run.smithi089.stdout:Selecting previously unselected package python3-jaraco.text. 2024-06-18T12:26:39.151 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-06-18T12:26:39.190 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-06-18T12:26:39.327 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-singledispatch. 2024-06-18T12:26:39.343 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-tempora. 2024-06-18T12:26:39.354 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-06-18T12:26:39.358 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-06-18T12:26:39.385 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-06-18T12:26:39.401 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-06-18T12:26:39.477 INFO:teuthology.orchestra.run.smithi089.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-06-18T12:26:39.504 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-06-18T12:26:39.544 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-06-18T12:26:39.688 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-webob. 2024-06-18T12:26:39.704 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-06-18T12:26:39.704 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-portend. 2024-06-18T12:26:39.731 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-06-18T12:26:39.746 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-06-18T12:26:39.770 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-06-18T12:26:39.830 INFO:teuthology.orchestra.run.smithi089.stdout:Selecting previously unselected package python3-tempora. 2024-06-18T12:26:39.856 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-06-18T12:26:39.896 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-06-18T12:26:40.065 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-06-18T12:26:40.093 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-waitress. 2024-06-18T12:26:40.093 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-06-18T12:26:40.118 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-06-18T12:26:40.132 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-06-18T12:26:40.161 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-06-18T12:26:40.199 INFO:teuthology.orchestra.run.smithi089.stdout:Selecting previously unselected package python3-portend. 2024-06-18T12:26:40.226 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-06-18T12:26:40.265 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-06-18T12:26:40.393 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-cherrypy3. 2024-06-18T12:26:40.420 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-06-18T12:26:40.451 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-06-18T12:26:40.470 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-tempita. 2024-06-18T12:26:40.497 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-06-18T12:26:40.536 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-06-18T12:26:40.544 INFO:teuthology.orchestra.run.smithi089.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-06-18T12:26:40.571 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-06-18T12:26:40.602 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-06-18T12:26:40.797 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-paste. 2024-06-18T12:26:40.805 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-natsort. 2024-06-18T12:26:40.813 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-06-18T12:26:40.831 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-06-18T12:26:40.847 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-06-18T12:26:40.872 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-06-18T12:26:40.905 INFO:teuthology.orchestra.run.smithi089.stdout:Selecting previously unselected package python3-cherrypy3. 2024-06-18T12:26:40.931 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-06-18T12:26:40.971 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-06-18T12:26:41.166 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-logutils. 2024-06-18T12:26:41.167 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-06-18T12:26:41.183 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-06-18T12:26:41.193 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-06-18T12:26:41.228 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-06-18T12:26:41.233 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-06-18T12:26:41.300 INFO:teuthology.orchestra.run.smithi089.stdout:Selecting previously unselected package python3-natsort. 2024-06-18T12:26:41.327 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-06-18T12:26:41.366 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-06-18T12:26:41.478 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-markupsafe. 2024-06-18T12:26:41.489 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-pastedeploy. 2024-06-18T12:26:41.504 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-06-18T12:26:41.515 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-06-18T12:26:41.545 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-06-18T12:26:41.555 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-06-18T12:26:41.697 INFO:teuthology.orchestra.run.smithi089.stdout:Selecting previously unselected package python3-logutils. 2024-06-18T12:26:41.723 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-06-18T12:26:41.763 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-06-18T12:26:41.859 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-webtest. 2024-06-18T12:26:41.873 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-mako. 2024-06-18T12:26:41.886 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-06-18T12:26:41.899 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-06-18T12:26:41.925 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-06-18T12:26:41.939 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-06-18T12:26:42.058 INFO:teuthology.orchestra.run.smithi089.stdout:Selecting previously unselected package python3-markupsafe. 2024-06-18T12:26:42.084 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-06-18T12:26:42.116 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-06-18T12:26:42.254 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-pecan. 2024-06-18T12:26:42.267 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-simplegeneric. 2024-06-18T12:26:42.280 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-06-18T12:26:42.294 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-06-18T12:26:42.320 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-06-18T12:26:42.334 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-06-18T12:26:42.411 INFO:teuthology.orchestra.run.smithi089.stdout:Selecting previously unselected package python3-mako. 2024-06-18T12:26:42.437 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-06-18T12:26:42.477 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-06-18T12:26:42.621 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-singledispatch. 2024-06-18T12:26:42.645 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-06-18T12:26:42.687 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-06-18T12:26:42.692 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-certifi. 2024-06-18T12:26:42.719 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-06-18T12:26:42.758 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-06-18T12:26:42.789 INFO:teuthology.orchestra.run.smithi089.stdout:Selecting previously unselected package python3-simplegeneric. 2024-06-18T12:26:42.816 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-06-18T12:26:42.855 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-06-18T12:26:42.940 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-webob. 2024-06-18T12:26:42.966 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-06-18T12:26:43.006 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-06-18T12:26:43.070 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-idna. 2024-06-18T12:26:43.097 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../055-python3-idna_3.3-1ubuntu0.1_all.deb ... 2024-06-18T12:26:43.137 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-idna (3.3-1ubuntu0.1) ... 2024-06-18T12:26:43.183 INFO:teuthology.orchestra.run.smithi089.stdout:Selecting previously unselected package python3-singledispatch. 2024-06-18T12:26:43.210 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-06-18T12:26:43.250 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-06-18T12:26:43.335 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-waitress. 2024-06-18T12:26:43.361 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-06-18T12:26:43.405 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-06-18T12:26:43.440 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-urllib3. 2024-06-18T12:26:43.467 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-06-18T12:26:43.506 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-06-18T12:26:43.528 INFO:teuthology.orchestra.run.smithi089.stdout:Selecting previously unselected package python3-webob. 2024-06-18T12:26:43.554 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-06-18T12:26:43.594 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-06-18T12:26:43.729 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-tempita. 2024-06-18T12:26:43.756 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-06-18T12:26:43.796 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-06-18T12:26:43.835 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-requests. 2024-06-18T12:26:43.861 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-06-18T12:26:43.901 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-06-18T12:26:43.939 INFO:teuthology.orchestra.run.smithi089.stdout:Selecting previously unselected package python3-waitress. 2024-06-18T12:26:43.965 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-06-18T12:26:44.026 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-06-18T12:26:44.099 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-paste. 2024-06-18T12:26:44.126 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-06-18T12:26:44.165 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-06-18T12:26:44.221 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-werkzeug. 2024-06-18T12:26:44.248 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.2_all.deb ... 2024-06-18T12:26:44.287 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.2) ... 2024-06-18T12:26:44.342 INFO:teuthology.orchestra.run.smithi089.stdout:Selecting previously unselected package python3-tempita. 2024-06-18T12:26:44.368 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-06-18T12:26:44.408 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-06-18T12:26:44.485 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-06-18T12:26:44.501 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-06-18T12:26:44.541 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-06-18T12:26:44.543 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-06-18T12:26:44.556 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-3124-g3781e3a5-1jammy_all.deb ... 2024-06-18T12:26:44.599 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking ceph-mgr-modules-core (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:26:44.686 INFO:teuthology.orchestra.run.smithi089.stdout:Selecting previously unselected package python3-paste. 2024-06-18T12:26:44.701 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-06-18T12:26:44.736 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-06-18T12:26:44.847 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-pastedeploy. 2024-06-18T12:26:44.874 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-06-18T12:26:44.913 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-06-18T12:26:45.005 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-06-18T12:26:45.031 INFO:teuthology.orchestra.run.smithi089.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-06-18T12:26:45.032 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-3124-g3781e3a5-1jammy_amd64.deb ... 2024-06-18T12:26:45.047 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-06-18T12:26:45.071 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:26:45.089 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-06-18T12:26:45.175 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-webtest. 2024-06-18T12:26:45.201 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-06-18T12:26:45.233 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-06-18T12:26:45.316 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-bcrypt. 2024-06-18T12:26:45.342 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-06-18T12:26:45.382 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-06-18T12:26:45.384 INFO:teuthology.orchestra.run.smithi089.stdout:Selecting previously unselected package python3-pastedeploy. 2024-06-18T12:26:45.410 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-06-18T12:26:45.450 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-06-18T12:26:45.503 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-pecan. 2024-06-18T12:26:45.529 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-06-18T12:26:45.569 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-06-18T12:26:45.626 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-openssl. 2024-06-18T12:26:45.642 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-06-18T12:26:45.685 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-06-18T12:26:45.762 INFO:teuthology.orchestra.run.smithi089.stdout:Selecting previously unselected package python3-webtest. 2024-06-18T12:26:45.789 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-06-18T12:26:45.829 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-06-18T12:26:45.916 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-certifi. 2024-06-18T12:26:45.943 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-06-18T12:26:45.982 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-06-18T12:26:46.022 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package ceph-mgr. 2024-06-18T12:26:46.049 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-3124-g3781e3a5-1jammy_amd64.deb ... 2024-06-18T12:26:46.088 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking ceph-mgr (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:26:46.106 INFO:teuthology.orchestra.run.smithi089.stdout:Selecting previously unselected package python3-pecan. 2024-06-18T12:26:46.122 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-06-18T12:26:46.156 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-06-18T12:26:46.285 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-idna. 2024-06-18T12:26:46.312 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../055-python3-idna_3.3-1ubuntu0.1_all.deb ... 2024-06-18T12:26:46.352 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-idna (3.3-1ubuntu0.1) ... 2024-06-18T12:26:46.433 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package ceph-mon. 2024-06-18T12:26:46.457 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-3124-g3781e3a5-1jammy_amd64.deb ... 2024-06-18T12:26:46.469 INFO:teuthology.orchestra.run.smithi089.stdout:Selecting previously unselected package python3-certifi. 2024-06-18T12:26:46.485 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-06-18T12:26:46.491 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking ceph-mon (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:26:46.519 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-06-18T12:26:46.663 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-urllib3. 2024-06-18T12:26:46.690 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-06-18T12:26:46.730 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-06-18T12:26:47.041 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-requests. 2024-06-18T12:26:47.069 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-06-18T12:26:47.072 INFO:teuthology.orchestra.run.smithi089.stdout:Selecting previously unselected package python3-idna. 2024-06-18T12:26:47.099 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../055-python3-idna_3.3-1ubuntu0.1_all.deb ... 2024-06-18T12:26:47.108 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-06-18T12:26:47.139 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking python3-idna (3.3-1ubuntu0.1) ... 2024-06-18T12:26:47.428 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-werkzeug. 2024-06-18T12:26:47.450 INFO:teuthology.orchestra.run.smithi089.stdout:Selecting previously unselected package python3-urllib3. 2024-06-18T12:26:47.455 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.2_all.deb ... 2024-06-18T12:26:47.476 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-06-18T12:26:47.494 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.2) ... 2024-06-18T12:26:47.516 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-06-18T12:26:47.845 INFO:teuthology.orchestra.run.smithi089.stdout:Selecting previously unselected package python3-requests. 2024-06-18T12:26:47.871 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-06-18T12:26:47.911 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-06-18T12:26:47.914 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-06-18T12:26:47.941 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-3124-g3781e3a5-1jammy_all.deb ... 2024-06-18T12:26:47.981 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking ceph-mgr-modules-core (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:26:48.079 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package ceph-osd. 2024-06-18T12:26:48.106 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-3124-g3781e3a5-1jammy_amd64.deb ... 2024-06-18T12:26:48.145 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking ceph-osd (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:26:48.223 INFO:teuthology.orchestra.run.smithi089.stdout:Selecting previously unselected package python3-werkzeug. 2024-06-18T12:26:48.249 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.2_all.deb ... 2024-06-18T12:26:48.289 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.2) ... 2024-06-18T12:26:48.370 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-06-18T12:26:48.396 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-3124-g3781e3a5-1jammy_amd64.deb ... 2024-06-18T12:26:48.436 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:26:49.207 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package ceph. 2024-06-18T12:26:49.223 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../066-ceph_19.0.0-3124-g3781e3a5-1jammy_amd64.deb ... 2024-06-18T12:26:49.257 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking ceph (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:26:49.351 INFO:teuthology.orchestra.run.smithi089.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-06-18T12:26:49.367 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-3124-g3781e3a5-1jammy_all.deb ... 2024-06-18T12:26:49.401 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking ceph-mgr-modules-core (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:26:49.481 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-bcrypt. 2024-06-18T12:26:49.508 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-06-18T12:26:49.547 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-06-18T12:26:49.552 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package ceph-fuse. 2024-06-18T12:26:49.578 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-3124-g3781e3a5-1jammy_amd64.deb ... 2024-06-18T12:26:49.618 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking ceph-fuse (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:26:49.765 INFO:teuthology.orchestra.run.smithi089.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-06-18T12:26:49.791 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-3124-g3781e3a5-1jammy_amd64.deb ... 2024-06-18T12:26:49.831 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:26:49.834 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-openssl. 2024-06-18T12:26:49.860 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-06-18T12:26:49.900 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-06-18T12:26:49.997 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package ceph-mds. 2024-06-18T12:26:50.024 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-3124-g3781e3a5-1jammy_amd64.deb ... 2024-06-18T12:26:50.063 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking ceph-mds (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:26:50.142 INFO:teuthology.orchestra.run.smithi089.stdout:Selecting previously unselected package python3-bcrypt. 2024-06-18T12:26:50.169 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-06-18T12:26:50.225 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-06-18T12:26:50.229 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package ceph-mgr. 2024-06-18T12:26:50.255 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-3124-g3781e3a5-1jammy_amd64.deb ... 2024-06-18T12:26:50.295 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking ceph-mgr (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:26:50.408 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package cephadm. 2024-06-18T12:26:50.435 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../069-cephadm_19.0.0-3124-g3781e3a5-1jammy_amd64.deb ... 2024-06-18T12:26:50.466 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking cephadm (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:26:50.528 INFO:teuthology.orchestra.run.smithi089.stdout:Selecting previously unselected package python3-openssl. 2024-06-18T12:26:50.555 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-06-18T12:26:50.586 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-06-18T12:26:50.632 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package ceph-mon. 2024-06-18T12:26:50.659 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-3124-g3781e3a5-1jammy_amd64.deb ... 2024-06-18T12:26:50.689 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking ceph-mon (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:26:50.778 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-asyncssh. 2024-06-18T12:26:50.804 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-06-18T12:26:50.844 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-06-18T12:26:50.915 INFO:teuthology.orchestra.run.smithi089.stdout:Selecting previously unselected package ceph-mgr. 2024-06-18T12:26:50.941 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-3124-g3781e3a5-1jammy_amd64.deb ... 2024-06-18T12:26:50.981 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking ceph-mgr (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:26:51.156 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python-babel-localedata. 2024-06-18T12:26:51.183 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-06-18T12:26:51.222 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-06-18T12:26:51.327 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package ceph-osd. 2024-06-18T12:26:51.354 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-3124-g3781e3a5-1jammy_amd64.deb ... 2024-06-18T12:26:51.384 INFO:teuthology.orchestra.run.smithi089.stdout:Selecting previously unselected package ceph-mon. 2024-06-18T12:26:51.393 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking ceph-osd (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:26:51.411 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-3124-g3781e3a5-1jammy_amd64.deb ... 2024-06-18T12:26:51.451 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking ceph-mon (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:26:52.055 INFO:teuthology.orchestra.run.smithi089.stdout:Selecting previously unselected package ceph-osd. 2024-06-18T12:26:52.081 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-3124-g3781e3a5-1jammy_amd64.deb ... 2024-06-18T12:26:52.121 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking ceph-osd (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:26:52.219 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-babel. 2024-06-18T12:26:52.246 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-06-18T12:26:52.285 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-06-18T12:26:52.463 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package ceph. 2024-06-18T12:26:52.490 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../066-ceph_19.0.0-3124-g3781e3a5-1jammy_amd64.deb ... 2024-06-18T12:26:52.530 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking ceph (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:26:52.614 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-jinja2. 2024-06-18T12:26:52.641 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.2_all.deb ... 2024-06-18T12:26:52.697 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.2) ... 2024-06-18T12:26:52.800 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package ceph-fuse. 2024-06-18T12:26:52.826 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-3124-g3781e3a5-1jammy_amd64.deb ... 2024-06-18T12:26:52.857 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking ceph-fuse (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:26:53.092 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-06-18T12:26:53.119 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-3124-g3781e3a5-1jammy_all.deb ... 2024-06-18T12:26:53.158 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking ceph-mgr-cephadm (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:26:53.183 INFO:teuthology.orchestra.run.smithi089.stdout:Selecting previously unselected package ceph. 2024-06-18T12:26:53.199 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../066-ceph_19.0.0-3124-g3781e3a5-1jammy_amd64.deb ... 2024-06-18T12:26:53.211 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package ceph-mds. 2024-06-18T12:26:53.238 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-3124-g3781e3a5-1jammy_amd64.deb ... 2024-06-18T12:26:53.241 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking ceph (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:26:53.277 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking ceph-mds (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:26:53.521 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-repoze.lru. 2024-06-18T12:26:53.548 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-06-18T12:26:53.569 INFO:teuthology.orchestra.run.smithi089.stdout:Selecting previously unselected package ceph-fuse. 2024-06-18T12:26:53.587 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-06-18T12:26:53.595 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-3124-g3781e3a5-1jammy_amd64.deb ... 2024-06-18T12:26:53.635 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking ceph-fuse (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:26:53.655 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package cephadm. 2024-06-18T12:26:53.683 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../069-cephadm_19.0.0-3124-g3781e3a5-1jammy_amd64.deb ... 2024-06-18T12:26:53.722 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking cephadm (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:26:53.890 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-routes. 2024-06-18T12:26:53.917 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-06-18T12:26:53.957 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-06-18T12:26:54.016 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-asyncssh. 2024-06-18T12:26:54.022 INFO:teuthology.orchestra.run.smithi089.stdout:Selecting previously unselected package ceph-mds. 2024-06-18T12:26:54.043 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-06-18T12:26:54.048 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-3124-g3781e3a5-1jammy_amd64.deb ... 2024-06-18T12:26:54.083 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-06-18T12:26:54.088 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking ceph-mds (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:26:54.294 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-06-18T12:26:54.320 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-3124-g3781e3a5-1jammy_all.deb ... 2024-06-18T12:26:54.360 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking ceph-mgr-dashboard (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:26:54.403 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python-babel-localedata. 2024-06-18T12:26:54.430 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-06-18T12:26:54.469 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-06-18T12:26:54.492 INFO:teuthology.orchestra.run.smithi089.stdout:Selecting previously unselected package cephadm. 2024-06-18T12:26:54.518 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../069-cephadm_19.0.0-3124-g3781e3a5-1jammy_amd64.deb ... 2024-06-18T12:26:54.558 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking cephadm (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:26:54.829 INFO:teuthology.orchestra.run.smithi089.stdout:Selecting previously unselected package python3-asyncssh. 2024-06-18T12:26:54.854 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-06-18T12:26:54.893 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-06-18T12:26:55.197 INFO:teuthology.orchestra.run.smithi089.stdout:Selecting previously unselected package python-babel-localedata. 2024-06-18T12:26:55.223 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-06-18T12:26:55.263 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-06-18T12:26:55.416 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-babel. 2024-06-18T12:26:55.444 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-06-18T12:26:55.474 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-06-18T12:26:55.666 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-06-18T12:26:55.682 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-06-18T12:26:55.724 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-06-18T12:26:55.819 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-jinja2. 2024-06-18T12:26:55.846 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.2_all.deb ... 2024-06-18T12:26:55.885 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.2) ... 2024-06-18T12:26:56.127 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-joblib. 2024-06-18T12:26:56.143 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-06-18T12:26:56.177 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-06-18T12:26:56.205 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-06-18T12:26:56.232 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-3124-g3781e3a5-1jammy_all.deb ... 2024-06-18T12:26:56.272 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking ceph-mgr-cephadm (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:26:56.293 INFO:teuthology.orchestra.run.smithi089.stdout:Selecting previously unselected package python3-babel. 2024-06-18T12:26:56.320 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-06-18T12:26:56.359 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-06-18T12:26:56.556 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-06-18T12:26:56.584 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-06-18T12:26:56.609 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-repoze.lru. 2024-06-18T12:26:56.622 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-06-18T12:26:56.635 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-06-18T12:26:56.675 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-06-18T12:26:56.688 INFO:teuthology.orchestra.run.smithi089.stdout:Selecting previously unselected package python3-jinja2. 2024-06-18T12:26:56.714 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.2_all.deb ... 2024-06-18T12:26:56.754 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.2) ... 2024-06-18T12:26:56.920 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-routes. 2024-06-18T12:26:56.925 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-sklearn. 2024-06-18T12:26:56.936 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-06-18T12:26:56.953 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-06-18T12:26:56.969 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-06-18T12:26:56.992 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-06-18T12:26:57.107 INFO:teuthology.orchestra.run.smithi089.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-06-18T12:26:57.134 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-3124-g3781e3a5-1jammy_all.deb ... 2024-06-18T12:26:57.174 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking ceph-mgr-cephadm (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:26:57.273 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-06-18T12:26:57.300 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-3124-g3781e3a5-1jammy_all.deb ... 2024-06-18T12:26:57.339 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking ceph-mgr-dashboard (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:26:57.535 INFO:teuthology.orchestra.run.smithi089.stdout:Selecting previously unselected package python3-repoze.lru. 2024-06-18T12:26:57.562 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-06-18T12:26:57.601 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-06-18T12:26:57.693 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-06-18T12:26:57.721 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-3124-g3781e3a5-1jammy_all.deb ... 2024-06-18T12:26:57.845 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:26:57.889 INFO:teuthology.orchestra.run.smithi089.stdout:Selecting previously unselected package python3-routes. 2024-06-18T12:26:57.915 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-06-18T12:26:57.946 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-06-18T12:26:58.274 INFO:teuthology.orchestra.run.smithi089.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-06-18T12:26:58.301 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-3124-g3781e3a5-1jammy_all.deb ... 2024-06-18T12:26:58.341 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking ceph-mgr-dashboard (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:26:58.753 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-06-18T12:26:58.769 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-06-18T12:26:58.782 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-cachetools. 2024-06-18T12:26:58.809 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-06-18T12:26:58.811 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-06-18T12:26:58.848 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-06-18T12:26:59.152 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-pyasn1. 2024-06-18T12:26:59.179 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-06-18T12:26:59.218 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-06-18T12:26:59.265 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-joblib. 2024-06-18T12:26:59.292 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-06-18T12:26:59.331 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-06-18T12:26:59.505 INFO:teuthology.orchestra.run.smithi089.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-06-18T12:26:59.532 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-06-18T12:26:59.555 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-06-18T12:26:59.571 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-06-18T12:26:59.582 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-06-18T12:26:59.622 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-06-18T12:26:59.710 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-06-18T12:26:59.737 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-06-18T12:26:59.777 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-06-18T12:26:59.875 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-rsa. 2024-06-18T12:26:59.903 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-06-18T12:26:59.941 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-rsa (4.8-1) ... 2024-06-18T12:27:00.066 INFO:teuthology.orchestra.run.smithi089.stdout:Selecting previously unselected package python3-joblib. 2024-06-18T12:27:00.079 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-sklearn. 2024-06-18T12:27:00.093 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-06-18T12:27:00.107 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-06-18T12:27:00.132 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-06-18T12:27:00.146 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-06-18T12:27:00.262 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-google-auth. 2024-06-18T12:27:00.290 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-06-18T12:27:00.329 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-06-18T12:27:00.486 INFO:teuthology.orchestra.run.smithi089.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-06-18T12:27:00.513 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-06-18T12:27:00.553 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-06-18T12:27:00.649 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-06-18T12:27:00.676 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-06-18T12:27:00.715 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-06-18T12:27:00.848 INFO:teuthology.orchestra.run.smithi089.stdout:Selecting previously unselected package python3-sklearn. 2024-06-18T12:27:00.855 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-06-18T12:27:00.874 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-06-18T12:27:00.883 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-3124-g3781e3a5-1jammy_all.deb ... 2024-06-18T12:27:00.913 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-06-18T12:27:01.007 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:27:01.027 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-websocket. 2024-06-18T12:27:01.054 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-06-18T12:27:01.093 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-06-18T12:27:01.406 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-kubernetes. 2024-06-18T12:27:01.433 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-06-18T12:27:01.472 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-06-18T12:27:01.623 INFO:teuthology.orchestra.run.smithi089.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-06-18T12:27:01.650 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-3124-g3781e3a5-1jammy_all.deb ... 2024-06-18T12:27:01.758 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:27:01.963 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-cachetools. 2024-06-18T12:27:01.990 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-06-18T12:27:02.021 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-06-18T12:27:02.111 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-06-18T12:27:02.127 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-3124-g3781e3a5-1jammy_all.deb ... 2024-06-18T12:27:02.169 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:27:02.316 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-pyasn1. 2024-06-18T12:27:02.343 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-06-18T12:27:02.382 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-06-18T12:27:02.523 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package libonig5:amd64. 2024-06-18T12:27:02.550 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-06-18T12:27:02.589 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-06-18T12:27:02.702 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-06-18T12:27:02.730 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-06-18T12:27:02.769 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-06-18T12:27:02.859 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package libjq1:amd64. 2024-06-18T12:27:02.886 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-06-18T12:27:02.951 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-06-18T12:27:02.970 INFO:teuthology.orchestra.run.smithi089.stdout:Selecting previously unselected package python3-cachetools. 2024-06-18T12:27:02.997 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-06-18T12:27:03.036 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-06-18T12:27:03.097 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-rsa. 2024-06-18T12:27:03.124 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-06-18T12:27:03.163 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-rsa (4.8-1) ... 2024-06-18T12:27:03.340 INFO:teuthology.orchestra.run.smithi089.stdout:Selecting previously unselected package python3-pyasn1. 2024-06-18T12:27:03.366 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-06-18T12:27:03.395 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package jq. 2024-06-18T12:27:03.406 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-06-18T12:27:03.411 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-06-18T12:27:03.442 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-google-auth. 2024-06-18T12:27:03.453 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-06-18T12:27:03.458 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-06-18T12:27:03.492 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-06-18T12:27:03.690 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package socat. 2024-06-18T12:27:03.701 INFO:teuthology.orchestra.run.smithi089.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-06-18T12:27:03.705 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-06-18T12:27:03.716 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-06-18T12:27:03.748 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-06-18T12:27:03.759 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-06-18T12:27:03.979 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-06-18T12:27:04.006 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-06-18T12:27:04.043 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package xmlstarlet. 2024-06-18T12:27:04.045 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-06-18T12:27:04.054 INFO:teuthology.orchestra.run.smithi089.stdout:Selecting previously unselected package python3-rsa. 2024-06-18T12:27:04.070 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-06-18T12:27:04.081 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-06-18T12:27:04.109 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-06-18T12:27:04.120 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking python3-rsa (4.8-1) ... 2024-06-18T12:27:04.323 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-websocket. 2024-06-18T12:27:04.351 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-06-18T12:27:04.381 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-06-18T12:27:04.441 INFO:teuthology.orchestra.run.smithi089.stdout:Selecting previously unselected package python3-google-auth. 2024-06-18T12:27:04.468 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-06-18T12:27:04.472 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package ceph-test. 2024-06-18T12:27:04.488 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../097-ceph-test_19.0.0-3124-g3781e3a5-1jammy_amd64.deb ... 2024-06-18T12:27:04.507 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-06-18T12:27:04.530 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking ceph-test (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:27:04.677 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-kubernetes. 2024-06-18T12:27:04.705 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-06-18T12:27:04.743 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-06-18T12:27:04.861 INFO:teuthology.orchestra.run.smithi089.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-06-18T12:27:04.888 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-06-18T12:27:04.927 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-06-18T12:27:05.222 INFO:teuthology.orchestra.run.smithi089.stdout:Selecting previously unselected package python3-websocket. 2024-06-18T12:27:05.249 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-06-18T12:27:05.289 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-06-18T12:27:05.441 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-06-18T12:27:05.457 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-3124-g3781e3a5-1jammy_all.deb ... 2024-06-18T12:27:05.499 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:27:05.600 INFO:teuthology.orchestra.run.smithi089.stdout:Selecting previously unselected package python3-kubernetes. 2024-06-18T12:27:05.628 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-06-18T12:27:05.667 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-06-18T12:27:05.818 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package libonig5:amd64. 2024-06-18T12:27:05.846 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-06-18T12:27:05.885 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-06-18T12:27:06.172 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package libjq1:amd64. 2024-06-18T12:27:06.199 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-06-18T12:27:06.238 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-06-18T12:27:06.281 INFO:teuthology.orchestra.run.smithi089.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-06-18T12:27:06.297 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-3124-g3781e3a5-1jammy_all.deb ... 2024-06-18T12:27:06.339 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:27:06.457 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package jq. 2024-06-18T12:27:06.485 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-06-18T12:27:06.524 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-06-18T12:27:06.658 INFO:teuthology.orchestra.run.smithi089.stdout:Selecting previously unselected package libonig5:amd64. 2024-06-18T12:27:06.686 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-06-18T12:27:06.725 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-06-18T12:27:06.777 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package socat. 2024-06-18T12:27:06.794 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package ceph-volume. 2024-06-18T12:27:06.804 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-06-18T12:27:06.821 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-3124-g3781e3a5-1jammy_all.deb ... 2024-06-18T12:27:06.843 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-06-18T12:27:06.860 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking ceph-volume (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:27:07.070 INFO:teuthology.orchestra.run.smithi089.stdout:Selecting previously unselected package libjq1:amd64. 2024-06-18T12:27:07.097 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-06-18T12:27:07.136 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-06-18T12:27:07.146 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package xmlstarlet. 2024-06-18T12:27:07.148 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package libcephfs-dev. 2024-06-18T12:27:07.162 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-06-18T12:27:07.164 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-3124-g3781e3a5-1jammy_amd64.deb ... 2024-06-18T12:27:07.197 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking libcephfs-dev (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:27:07.204 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-06-18T12:27:07.380 INFO:teuthology.orchestra.run.smithi089.stdout:Selecting previously unselected package jq. 2024-06-18T12:27:07.396 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-06-18T12:27:07.430 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-06-18T12:27:07.484 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package lua-socket:amd64. 2024-06-18T12:27:07.511 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-06-18T12:27:07.551 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-06-18T12:27:07.559 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package ceph-test. 2024-06-18T12:27:07.587 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../097-ceph-test_19.0.0-3124-g3781e3a5-1jammy_amd64.deb ... 2024-06-18T12:27:07.625 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking ceph-test (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:27:07.817 INFO:teuthology.orchestra.run.smithi089.stdout:Selecting previously unselected package socat. 2024-06-18T12:27:07.845 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-06-18T12:27:07.872 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package lua-sec:amd64. 2024-06-18T12:27:07.883 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-06-18T12:27:07.899 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-06-18T12:27:07.938 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-06-18T12:27:08.220 INFO:teuthology.orchestra.run.smithi089.stdout:Selecting previously unselected package xmlstarlet. 2024-06-18T12:27:08.247 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-06-18T12:27:08.259 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package nvme-cli. 2024-06-18T12:27:08.286 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-06-18T12:27:08.287 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-06-18T12:27:08.326 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-06-18T12:27:08.657 INFO:teuthology.orchestra.run.smithi089.stdout:Selecting previously unselected package ceph-test. 2024-06-18T12:27:08.673 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../097-ceph-test_19.0.0-3124-g3781e3a5-1jammy_amd64.deb ... 2024-06-18T12:27:08.715 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking ceph-test (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:27:08.765 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package pkg-config. 2024-06-18T12:27:08.793 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-06-18T12:27:08.831 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-06-18T12:27:09.084 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-06-18T12:27:09.100 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-06-18T12:27:09.142 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-06-18T12:27:09.554 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-iniconfig. 2024-06-18T12:27:09.582 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-06-18T12:27:09.621 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-06-18T12:27:09.914 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package ceph-volume. 2024-06-18T12:27:09.924 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-pastescript. 2024-06-18T12:27:09.941 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-3124-g3781e3a5-1jammy_all.deb ... 2024-06-18T12:27:09.952 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-06-18T12:27:09.981 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking ceph-volume (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:27:09.990 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-06-18T12:27:10.300 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package libcephfs-dev. 2024-06-18T12:27:10.316 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-3124-g3781e3a5-1jammy_amd64.deb ... 2024-06-18T12:27:10.319 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-pluggy. 2024-06-18T12:27:10.347 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-06-18T12:27:10.359 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking libcephfs-dev (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:27:10.377 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-06-18T12:27:10.670 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package lua-socket:amd64. 2024-06-18T12:27:10.689 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-psutil. 2024-06-18T12:27:10.697 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-06-18T12:27:10.716 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-06-18T12:27:10.736 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-06-18T12:27:10.755 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-06-18T12:27:10.978 INFO:teuthology.orchestra.run.smithi089.stdout:Selecting previously unselected package ceph-volume. 2024-06-18T12:27:11.006 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-3124-g3781e3a5-1jammy_all.deb ... 2024-06-18T12:27:11.041 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package lua-sec:amd64. 2024-06-18T12:27:11.044 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking ceph-volume (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:27:11.057 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-06-18T12:27:11.075 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-py. 2024-06-18T12:27:11.091 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-06-18T12:27:11.103 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-06-18T12:27:11.142 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-py (1.10.0-1) ... 2024-06-18T12:27:11.349 INFO:teuthology.orchestra.run.smithi089.stdout:Selecting previously unselected package libcephfs-dev. 2024-06-18T12:27:11.376 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-3124-g3781e3a5-1jammy_amd64.deb ... 2024-06-18T12:27:11.415 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking libcephfs-dev (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:27:11.454 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-pygments. 2024-06-18T12:27:11.462 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package nvme-cli. 2024-06-18T12:27:11.481 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-06-18T12:27:11.489 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-06-18T12:27:11.520 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-06-18T12:27:11.528 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-06-18T12:27:11.743 INFO:teuthology.orchestra.run.smithi089.stdout:Selecting previously unselected package lua-socket:amd64. 2024-06-18T12:27:11.770 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-06-18T12:27:11.801 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-06-18T12:27:11.934 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package pkg-config. 2024-06-18T12:27:11.958 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-pyinotify. 2024-06-18T12:27:11.961 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-06-18T12:27:11.986 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-06-18T12:27:12.000 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-06-18T12:27:12.024 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-06-18T12:27:12.131 INFO:teuthology.orchestra.run.smithi089.stdout:Selecting previously unselected package lua-sec:amd64. 2024-06-18T12:27:12.159 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-06-18T12:27:12.197 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-06-18T12:27:12.262 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-06-18T12:27:12.289 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-06-18T12:27:12.319 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-toml. 2024-06-18T12:27:12.328 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-06-18T12:27:12.335 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-06-18T12:27:12.369 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-06-18T12:27:12.576 INFO:teuthology.orchestra.run.smithi089.stdout:Selecting previously unselected package nvme-cli. 2024-06-18T12:27:12.604 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-06-18T12:27:12.639 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-pytest. 2024-06-18T12:27:12.643 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-06-18T12:27:12.667 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-06-18T12:27:12.705 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-06-18T12:27:12.756 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-iniconfig. 2024-06-18T12:27:12.784 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-06-18T12:27:12.823 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-06-18T12:27:13.051 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-simplejson. 2024-06-18T12:27:13.075 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-pastescript. 2024-06-18T12:27:13.079 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-06-18T12:27:13.081 INFO:teuthology.orchestra.run.smithi089.stdout:Selecting previously unselected package pkg-config. 2024-06-18T12:27:13.103 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-06-18T12:27:13.109 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-06-18T12:27:13.117 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-06-18T12:27:13.142 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-06-18T12:27:13.148 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-06-18T12:27:13.386 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-06-18T12:27:13.392 INFO:teuthology.orchestra.run.smithi089.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-06-18T12:27:13.409 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-06-18T12:27:13.412 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-06-18T12:27:13.442 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-06-18T12:27:13.453 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-06-18T12:27:13.454 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-pluggy. 2024-06-18T12:27:13.481 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-06-18T12:27:13.520 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-06-18T12:27:13.832 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-psutil. 2024-06-18T12:27:13.859 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-06-18T12:27:13.870 INFO:teuthology.orchestra.run.smithi089.stdout:Selecting previously unselected package python3-iniconfig. 2024-06-18T12:27:13.898 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-06-18T12:27:13.899 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-06-18T12:27:13.937 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-06-18T12:27:14.174 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package radosgw. 2024-06-18T12:27:14.202 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../116-radosgw_19.0.0-3124-g3781e3a5-1jammy_amd64.deb ... 2024-06-18T12:27:14.223 INFO:teuthology.orchestra.run.smithi089.stdout:Selecting previously unselected package python3-pastescript. 2024-06-18T12:27:14.240 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking radosgw (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:27:14.251 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-06-18T12:27:14.289 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-06-18T12:27:14.485 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-py. 2024-06-18T12:27:14.512 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-06-18T12:27:14.551 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-py (1.10.0-1) ... 2024-06-18T12:27:14.610 INFO:teuthology.orchestra.run.smithi089.stdout:Selecting previously unselected package python3-pluggy. 2024-06-18T12:27:14.637 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-06-18T12:27:14.676 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-06-18T12:27:14.879 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-pygments. 2024-06-18T12:27:14.907 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-06-18T12:27:14.946 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-06-18T12:27:14.988 INFO:teuthology.orchestra.run.smithi089.stdout:Selecting previously unselected package python3-psutil. 2024-06-18T12:27:15.015 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-06-18T12:27:15.054 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-06-18T12:27:15.127 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package rbd-fuse. 2024-06-18T12:27:15.143 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-3124-g3781e3a5-1jammy_amd64.deb ... 2024-06-18T12:27:15.177 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking rbd-fuse (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:27:15.399 INFO:teuthology.orchestra.run.smithi089.stdout:Selecting previously unselected package python3-py. 2024-06-18T12:27:15.426 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-06-18T12:27:15.434 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-pyinotify. 2024-06-18T12:27:15.457 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-06-18T12:27:15.461 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-06-18T12:27:15.465 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking python3-py (1.10.0-1) ... 2024-06-18T12:27:15.500 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-06-18T12:27:15.707 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-06-18T12:27:15.777 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-toml. 2024-06-18T12:27:15.793 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-06-18T12:27:15.794 INFO:teuthology.orchestra.run.smithi089.stdout:Selecting previously unselected package python3-pygments. 2024-06-18T12:27:15.821 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-06-18T12:27:15.825 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-06-18T12:27:15.836 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-06-18T12:27:15.860 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-06-18T12:27:16.088 INFO:teuthology.orchestra.run.smithi131.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-06-18T12:27:16.106 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-pytest. 2024-06-18T12:27:16.134 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-06-18T12:27:16.172 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-06-18T12:27:16.331 INFO:teuthology.orchestra.run.smithi089.stdout:Selecting previously unselected package python3-pyinotify. 2024-06-18T12:27:16.359 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-06-18T12:27:16.397 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-06-18T12:27:16.417 INFO:teuthology.orchestra.run.smithi131.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-06-18T12:27:16.509 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-simplejson. 2024-06-18T12:27:16.537 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-06-18T12:27:16.575 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-06-18T12:27:16.642 INFO:teuthology.orchestra.run.smithi089.stdout:Selecting previously unselected package python3-toml. 2024-06-18T12:27:16.669 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-06-18T12:27:16.700 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-06-18T12:27:16.845 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-06-18T12:27:16.861 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-06-18T12:27:16.862 INFO:teuthology.orchestra.run.smithi131.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-06-18T12:27:16.903 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-06-18T12:27:16.927 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up cephadm (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:27:17.003 INFO:teuthology.orchestra.run.smithi089.stdout:Selecting previously unselected package python3-pytest. 2024-06-18T12:27:17.030 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-06-18T12:27:17.069 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-06-18T12:27:17.373 INFO:teuthology.orchestra.run.smithi089.stdout:Selecting previously unselected package python3-simplejson. 2024-06-18T12:27:17.389 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-06-18T12:27:17.422 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-06-18T12:27:17.461 INFO:teuthology.orchestra.run.smithi131.stdout:Adding system user cephadm....done 2024-06-18T12:27:17.591 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package radosgw. 2024-06-18T12:27:17.617 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-06-18T12:27:17.619 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../116-radosgw_19.0.0-3124-g3781e3a5-1jammy_amd64.deb ... 2024-06-18T12:27:17.649 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking radosgw (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:27:17.650 INFO:teuthology.orchestra.run.smithi089.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-06-18T12:27:17.663 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-06-18T12:27:17.700 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-06-18T12:27:17.902 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-06-18T12:27:18.153 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-06-18T12:27:18.379 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-06-18T12:27:18.387 INFO:teuthology.orchestra.run.smithi089.stdout:Selecting previously unselected package radosgw. 2024-06-18T12:27:18.415 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../116-radosgw_19.0.0-3124-g3781e3a5-1jammy_amd64.deb ... 2024-06-18T12:27:18.452 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package rbd-fuse. 2024-06-18T12:27:18.454 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking radosgw (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:27:18.480 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-3124-g3781e3a5-1jammy_amd64.deb ... 2024-06-18T12:27:18.535 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking rbd-fuse (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:27:18.831 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-06-18T12:27:18.848 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-06-18T12:27:19.065 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-06-18T12:27:19.107 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-06-18T12:27:19.166 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-py (1.10.0-1) ... 2024-06-18T12:27:19.233 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-06-18T12:27:19.257 INFO:teuthology.orchestra.run.smithi089.stdout:Selecting previously unselected package rbd-fuse. 2024-06-18T12:27:19.273 INFO:teuthology.orchestra.run.smithi089.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-3124-g3781e3a5-1jammy_amd64.deb ... 2024-06-18T12:27:19.315 INFO:teuthology.orchestra.run.smithi089.stdout:Unpacking rbd-fuse (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:27:19.495 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-06-18T12:27:19.501 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-06-18T12:27:19.611 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-06-18T12:27:19.843 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-06-18T12:27:19.862 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-06-18T12:27:19.862 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-06-18T12:27:19.988 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-06-18T12:27:20.122 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-06-18T12:27:20.266 INFO:teuthology.orchestra.run.smithi089.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-06-18T12:27:20.271 INFO:teuthology.orchestra.run.smithi098.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-06-18T12:27:20.368 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up cephadm (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:27:20.398 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-06-18T12:27:20.608 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-06-18T12:27:20.609 INFO:teuthology.orchestra.run.smithi089.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-06-18T12:27:20.842 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-06-18T12:27:20.953 INFO:teuthology.orchestra.run.smithi098.stdout:Adding system user cephadm....done 2024-06-18T12:27:21.051 INFO:teuthology.orchestra.run.smithi089.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-06-18T12:27:21.093 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-06-18T12:27:21.132 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up cephadm (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:27:21.134 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-06-18T12:27:21.344 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-ceph-argparse (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:27:21.603 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-06-18T12:27:21.637 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-06-18T12:27:21.664 INFO:teuthology.orchestra.run.smithi089.stdout:Adding system user cephadm....done 2024-06-18T12:27:21.757 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-06-18T12:27:21.787 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-06-18T12:27:21.862 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-06-18T12:27:21.866 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-06-18T12:27:21.967 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-06-18T12:27:21.989 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-06-18T12:27:22.066 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-06-18T12:27:22.235 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-06-18T12:27:22.249 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-06-18T12:27:22.325 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-06-18T12:27:22.476 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-06-18T12:27:22.483 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-06-18T12:27:22.600 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-py (1.10.0-1) ... 2024-06-18T12:27:22.623 INFO:teuthology.orchestra.run.smithi131.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-06-18T12:27:22.650 INFO:teuthology.orchestra.run.smithi131.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-06-18T12:27:22.713 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-06-18T12:27:22.736 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-06-18T12:27:22.839 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-06-18T12:27:22.902 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-06-18T12:27:22.995 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-06-18T12:27:23.122 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up python3-py (1.10.0-1) ... 2024-06-18T12:27:23.198 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-06-18T12:27:23.275 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-06-18T12:27:23.299 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-06-18T12:27:23.448 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-06-18T12:27:23.542 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-06-18T12:27:23.555 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-06-18T12:27:23.792 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-06-18T12:27:23.801 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-06-18T12:27:23.823 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-06-18T12:27:24.051 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-06-18T12:27:24.058 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-06-18T12:27:24.102 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up zip (3.0-12build2) ... 2024-06-18T12:27:24.228 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-06-18T12:27:24.309 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-06-18T12:27:24.311 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-06-18T12:27:24.568 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-06-18T12:27:24.587 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-06-18T12:27:24.819 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-ceph-argparse (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:27:24.838 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-06-18T12:27:24.872 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-06-18T12:27:25.062 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-06-18T12:27:25.098 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-06-18T12:27:25.131 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-06-18T12:27:25.163 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-06-18T12:27:25.232 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-06-18T12:27:25.281 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-06-18T12:27:25.349 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up python3-ceph-argparse (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:27:25.350 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-06-18T12:27:25.407 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-06-18T12:27:25.633 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-06-18T12:27:25.651 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-06-18T12:27:25.675 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-06-18T12:27:25.743 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-06-18T12:27:25.869 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-06-18T12:27:25.995 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-06-18T12:27:26.035 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-06-18T12:27:26.078 INFO:teuthology.orchestra.run.smithi098.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-06-18T12:27:26.114 INFO:teuthology.orchestra.run.smithi098.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-06-18T12:27:26.178 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-06-18T12:27:26.271 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-06-18T12:27:26.286 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-06-18T12:27:26.287 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-06-18T12:27:26.639 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-06-18T12:27:26.663 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-06-18T12:27:26.756 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-06-18T12:27:26.770 INFO:teuthology.orchestra.run.smithi089.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-06-18T12:27:26.802 INFO:teuthology.orchestra.run.smithi089.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-06-18T12:27:26.866 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-06-18T12:27:26.956 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.2) ... 2024-06-18T12:27:26.992 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-06-18T12:27:27.016 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-06-18T12:27:27.275 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-06-18T12:27:27.299 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-06-18T12:27:27.376 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-06-18T12:27:27.494 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-06-18T12:27:27.541 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-06-18T12:27:27.593 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up zip (3.0-12build2) ... 2024-06-18T12:27:27.659 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-ceph-common (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:27:27.719 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-06-18T12:27:27.753 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-06-18T12:27:27.985 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-idna (3.3-1ubuntu0.1) ... 2024-06-18T12:27:28.013 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-06-18T12:27:28.322 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up zip (3.0-12build2) ... 2024-06-18T12:27:28.328 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-06-18T12:27:28.404 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-06-18T12:27:28.457 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-06-18T12:27:28.657 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-06-18T12:27:28.781 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-06-18T12:27:28.907 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-06-18T12:27:29.125 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-06-18T12:27:29.208 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-06-18T12:27:29.368 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-06-18T12:27:29.494 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-06-18T12:27:29.500 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-06-18T12:27:29.618 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-06-18T12:27:29.645 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-06-18T12:27:29.760 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-06-18T12:27:29.877 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-06-18T12:27:29.894 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-toml (0.10.2-1) ... 2024-06-18T12:27:29.963 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-06-18T12:27:30.179 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-06-18T12:27:30.254 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-06-18T12:27:30.305 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-06-18T12:27:30.372 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-06-18T12:27:30.430 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-06-18T12:27:30.547 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.2) ... 2024-06-18T12:27:30.624 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-06-18T12:27:30.715 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-06-18T12:27:30.890 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-06-18T12:27:30.950 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-06-18T12:27:31.000 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-06-18T12:27:31.125 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-06-18T12:27:31.192 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-06-18T12:27:31.251 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-ceph-common (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:27:31.276 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.2) ... 2024-06-18T12:27:31.318 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-06-18T12:27:31.552 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-idna (3.3-1ubuntu0.1) ... 2024-06-18T12:27:31.611 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-06-18T12:27:31.628 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-06-18T12:27:31.870 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-06-18T12:27:31.878 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-06-18T12:27:31.887 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-06-18T12:27:31.996 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up python3-ceph-common (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:27:32.147 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-06-18T12:27:32.298 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up python3-idna (3.3-1ubuntu0.1) ... 2024-06-18T12:27:32.397 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-06-18T12:27:32.624 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-06-18T12:27:32.641 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-06-18T12:27:32.867 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-06-18T12:27:32.992 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-06-18T12:27:33.134 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-06-18T12:27:33.269 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-06-18T12:27:33.501 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-06-18T12:27:33.586 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-06-18T12:27:33.737 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-toml (0.10.2-1) ... 2024-06-18T12:27:33.830 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-06-18T12:27:33.912 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-06-18T12:27:34.004 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-06-18T12:27:34.081 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-06-18T12:27:34.122 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-06-18T12:27:34.214 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-06-18T12:27:34.216 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up python3-toml (0.10.2-1) ... 2024-06-18T12:27:34.248 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-06-18T12:27:34.473 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-06-18T12:27:34.484 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-06-18T12:27:34.558 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-06-18T12:27:34.574 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-06-18T12:27:34.610 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-06-18T12:27:34.692 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-06-18T12:27:34.735 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-06-18T12:27:34.780 INFO:teuthology.orchestra.run.smithi131.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-06-18T12:27:35.031 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-06-18T12:27:35.043 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-06-18T12:27:35.045 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-06-18T12:27:35.169 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-06-18T12:27:35.330 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-06-18T12:27:35.369 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-06-18T12:27:35.495 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-06-18T12:27:35.554 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-06-18T12:27:35.581 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-06-18T12:27:35.707 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-06-18T12:27:35.788 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-06-18T12:27:35.813 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up lua-any (27ubuntu1) ... 2024-06-18T12:27:35.931 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-portend (3.0.0-1) ... 2024-06-18T12:27:36.017 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-06-18T12:27:36.047 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-06-18T12:27:36.173 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-06-18T12:27:36.260 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-06-18T12:27:36.283 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.2) ... 2024-06-18T12:27:36.315 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-06-18T12:27:36.510 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-06-18T12:27:36.566 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-06-18T12:27:36.601 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-06-18T12:27:36.761 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-06-18T12:27:36.809 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-06-18T12:27:36.902 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-06-18T12:27:37.054 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-06-18T12:27:37.068 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-06-18T12:27:37.203 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-06-18T12:27:37.219 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-06-18T12:27:37.313 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-06-18T12:27:37.328 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-rsa (4.8-1) ... 2024-06-18T12:27:37.440 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-06-18T12:27:37.504 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-06-18T12:27:37.605 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-06-18T12:27:37.605 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-06-18T12:27:37.724 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-06-18T12:27:37.850 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-06-18T12:27:37.881 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-06-18T12:27:37.889 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-06-18T12:27:38.143 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-06-18T12:27:38.182 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-06-18T12:27:38.200 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-06-18T12:27:38.433 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-06-18T12:27:38.436 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-06-18T12:27:38.559 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-06-18T12:27:38.594 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-06-18T12:27:38.685 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-06-18T12:27:38.687 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-06-18T12:27:38.775 INFO:teuthology.orchestra.run.smithi098.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-06-18T12:27:38.813 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-06-18T12:27:38.878 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-06-18T12:27:38.939 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-06-18T12:27:39.020 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-06-18T12:27:39.027 INFO:teuthology.orchestra.run.smithi089.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-06-18T12:27:39.146 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-06-18T12:27:39.214 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-06-18T12:27:39.274 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-06-18T12:27:39.315 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up librados2 (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:27:39.400 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-06-18T12:27:39.433 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up libsqlite3-mod-ceph (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:27:39.531 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-06-18T12:27:39.559 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-06-18T12:27:39.791 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up lua-any (27ubuntu1) ... 2024-06-18T12:27:39.793 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-06-18T12:27:39.892 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-portend (3.0.0-1) ... 2024-06-18T12:27:39.895 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up libcephfs2 (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:27:40.021 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up libradosstriper1 (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:27:40.036 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up lua-any (27ubuntu1) ... 2024-06-18T12:27:40.143 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-06-18T12:27:40.147 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-06-18T12:27:40.162 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up python3-portend (3.0.0-1) ... 2024-06-18T12:27:40.269 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.2) ... 2024-06-18T12:27:40.407 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up librbd1 (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:27:40.421 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-06-18T12:27:40.525 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up ceph-mgr-modules-core (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:27:40.547 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.2) ... 2024-06-18T12:27:40.586 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-06-18T12:27:40.651 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up ceph-fuse (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:27:40.864 INFO:teuthology.orchestra.run.smithi131.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-06-18T12:27:40.864 INFO:teuthology.orchestra.run.smithi131.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-06-18T12:27:40.865 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-06-18T12:27:40.879 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-06-18T12:27:41.147 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-06-18T12:27:41.166 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-06-18T12:27:41.265 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-rsa (4.8-1) ... 2024-06-18T12:27:41.352 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up libcephfs-dev (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:27:41.426 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-06-18T12:27:41.495 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-rados (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:27:41.524 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-06-18T12:27:41.544 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up python3-rsa (4.8-1) ... 2024-06-18T12:27:41.620 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up librgw2 (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:27:41.746 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-06-18T12:27:41.784 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-06-18T12:27:41.811 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-06-18T12:27:42.088 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-06-18T12:27:42.120 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-06-18T12:27:42.433 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-06-18T12:27:42.489 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-06-18T12:27:42.765 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-06-18T12:27:42.834 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-06-18T12:27:42.967 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-rbd (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:27:43.085 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-06-18T12:27:43.092 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up rbd-fuse (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:27:43.119 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-06-18T12:27:43.211 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up librados2 (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:27:43.218 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-rgw (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:27:43.337 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up libsqlite3-mod-ceph (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:27:43.344 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-cephfs (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:27:43.455 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-06-18T12:27:43.463 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-06-18T12:27:43.470 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up ceph-common (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:27:43.581 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up librados2 (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:27:43.691 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up libsqlite3-mod-ceph (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:27:43.791 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up libcephfs2 (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:27:43.791 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-06-18T12:27:43.892 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up libradosstriper1 (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:27:43.954 INFO:teuthology.orchestra.run.smithi131.stdout:Adding group ceph....done 2024-06-18T12:27:44.001 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-06-18T12:27:44.136 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up libcephfs2 (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:27:44.262 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up libradosstriper1 (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:27:44.278 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up librbd1 (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:27:44.289 INFO:teuthology.orchestra.run.smithi131.stdout:Adding system user ceph....done 2024-06-18T12:27:44.379 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up ceph-mgr-modules-core (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:27:44.388 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-06-18T12:27:44.458 INFO:teuthology.orchestra.run.smithi131.stdout:Setting system user ceph properties....done 2024-06-18T12:27:44.475 INFO:teuthology.orchestra.run.smithi131.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-06-18T12:27:44.488 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up ceph-fuse (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:27:44.610 INFO:teuthology.orchestra.run.smithi131.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-06-18T12:27:44.673 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up librbd1 (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:27:44.707 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-06-18T12:27:44.707 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-06-18T12:27:44.783 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up ceph-mgr-modules-core (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:27:44.900 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up ceph-fuse (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:27:44.952 INFO:teuthology.orchestra.run.smithi131.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-06-18T12:27:45.115 INFO:teuthology.orchestra.run.smithi089.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-06-18T12:27:45.115 INFO:teuthology.orchestra.run.smithi089.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-06-18T12:27:45.173 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up libcephfs-dev (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:27:45.299 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-rados (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:27:45.425 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up librgw2 (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:27:45.446 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up ceph-test (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:27:45.551 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-06-18T12:27:45.555 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up radosgw (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:27:45.602 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up libcephfs-dev (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:27:45.728 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up python3-rados (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:27:45.854 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up librgw2 (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:27:45.980 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-06-18T12:27:46.005 INFO:teuthology.orchestra.run.smithi131.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-06-18T12:27:46.005 INFO:teuthology.orchestra.run.smithi131.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-06-18T12:27:46.508 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up ceph-base (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:27:46.705 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-rbd (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:27:46.831 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up rbd-fuse (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:27:46.853 INFO:teuthology.orchestra.run.smithi131.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-06-18T12:27:46.949 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-rgw (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:27:47.050 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-cephfs (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:27:47.133 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up python3-rbd (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:27:47.151 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up ceph-common (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:27:47.259 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up rbd-fuse (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:27:47.327 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up ceph-mds (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:27:47.385 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up python3-rgw (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:27:47.511 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up python3-cephfs (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:27:47.540 INFO:teuthology.orchestra.run.smithi131.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-06-18T12:27:47.540 INFO:teuthology.orchestra.run.smithi131.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-06-18T12:27:47.654 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up ceph-common (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:27:47.694 INFO:teuthology.orchestra.run.smithi098.stdout:Adding group ceph....done 2024-06-18T12:27:48.012 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up ceph-mgr (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:27:48.040 INFO:teuthology.orchestra.run.smithi098.stdout:Adding system user ceph....done 2024-06-18T12:27:48.197 INFO:teuthology.orchestra.run.smithi089.stdout:Adding group ceph....done 2024-06-18T12:27:48.207 INFO:teuthology.orchestra.run.smithi098.stdout:Setting system user ceph properties....done 2024-06-18T12:27:48.223 INFO:teuthology.orchestra.run.smithi131.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-06-18T12:27:48.223 INFO:teuthology.orchestra.run.smithi131.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-06-18T12:27:48.225 INFO:teuthology.orchestra.run.smithi098.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-06-18T12:27:48.362 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-06-18T12:27:48.591 INFO:teuthology.orchestra.run.smithi089.stdout:Adding system user ceph....done 2024-06-18T12:27:48.631 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-06-18T12:27:48.713 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up ceph-osd (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:27:48.750 INFO:teuthology.orchestra.run.smithi089.stdout:Setting system user ceph properties....done 2024-06-18T12:27:48.767 INFO:teuthology.orchestra.run.smithi089.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-06-18T12:27:48.906 INFO:teuthology.orchestra.run.smithi089.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-06-18T12:27:48.977 INFO:teuthology.orchestra.run.smithi131.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-06-18T12:27:48.977 INFO:teuthology.orchestra.run.smithi131.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-06-18T12:27:49.087 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up ceph-test (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:27:49.188 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up radosgw (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:27:49.216 INFO:teuthology.orchestra.run.smithi089.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-06-18T12:27:49.582 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up ceph-mgr-k8sevents (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:27:49.621 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-06-18T12:27:49.621 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-06-18T12:27:49.706 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up ceph-test (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:27:49.708 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:27:49.815 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up radosgw (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:27:49.859 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up ceph-mon (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:27:50.032 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up ceph-base (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:27:50.070 INFO:teuthology.orchestra.run.smithi131.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-06-18T12:27:50.070 INFO:teuthology.orchestra.run.smithi131.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-06-18T12:27:50.273 INFO:teuthology.orchestra.run.smithi089.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-06-18T12:27:50.274 INFO:teuthology.orchestra.run.smithi089.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-06-18T12:27:50.397 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-06-18T12:27:50.585 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up ceph-mgr-cephadm (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:27:50.734 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up ceph-base (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:27:50.736 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up ceph (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:27:50.834 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up ceph-mds (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:27:50.862 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up ceph-mgr-dashboard (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:27:51.013 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up ceph-volume (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:27:51.078 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-06-18T12:27:51.079 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-06-18T12:27:51.086 INFO:teuthology.orchestra.run.smithi089.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-06-18T12:27:51.350 INFO:teuthology.orchestra.run.smithi131.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-06-18T12:27:51.458 INFO:teuthology.orchestra.run.smithi131.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-06-18T12:27:51.536 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up ceph-mgr (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:27:51.552 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up ceph-mds (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:27:51.594 INFO:teuthology.orchestra.run.smithi131.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-06-18T12:27:51.759 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-06-18T12:27:51.759 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-06-18T12:27:51.779 INFO:teuthology.orchestra.run.smithi089.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-06-18T12:27:51.779 INFO:teuthology.orchestra.run.smithi089.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-06-18T12:27:52.204 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up ceph-osd (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:27:52.229 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up ceph-mgr (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:27:52.443 INFO:teuthology.orchestra.run.smithi089.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-06-18T12:27:52.443 INFO:teuthology.orchestra.run.smithi089.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-06-18T12:27:52.451 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-06-18T12:27:52.451 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-06-18T12:27:52.736 INFO:teuthology.orchestra.run.smithi131.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-06-18T12:27:52.922 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up ceph-osd (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:27:52.930 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up ceph-mgr-k8sevents (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:27:53.048 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:27:53.189 INFO:teuthology.orchestra.run.smithi089.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-06-18T12:27:53.189 INFO:teuthology.orchestra.run.smithi089.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-06-18T12:27:53.199 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up ceph-mon (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:27:53.403 INFO:teuthology.orchestra.run.smithi131.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-06-18T12:27:53.410 DEBUG:teuthology.parallel:result is None 2024-06-18T12:27:53.410 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-06-18T12:27:53.411 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-06-18T12:27:53.690 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up ceph-mgr-k8sevents (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:27:53.791 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:27:53.859 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up ceph-mgr-cephadm (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:27:53.956 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up ceph-mon (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:27:54.001 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up ceph (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:27:54.127 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up ceph-mgr-dashboard (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:27:54.171 INFO:teuthology.orchestra.run.smithi089.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-06-18T12:27:54.171 INFO:teuthology.orchestra.run.smithi089.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-06-18T12:27:54.278 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up ceph-volume (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:27:54.614 INFO:teuthology.orchestra.run.smithi098.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-06-18T12:27:54.669 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up ceph-mgr-cephadm (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:27:54.715 INFO:teuthology.orchestra.run.smithi098.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-06-18T12:27:54.845 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up ceph (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:27:54.868 INFO:teuthology.orchestra.run.smithi098.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-06-18T12:27:54.971 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up ceph-mgr-dashboard (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:27:55.122 INFO:teuthology.orchestra.run.smithi089.stdout:Setting up ceph-volume (19.0.0-3124-g3781e3a5-1jammy) ... 2024-06-18T12:27:55.458 INFO:teuthology.orchestra.run.smithi089.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-06-18T12:27:55.576 INFO:teuthology.orchestra.run.smithi089.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-06-18T12:27:55.728 INFO:teuthology.orchestra.run.smithi089.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-06-18T12:27:55.978 INFO:teuthology.orchestra.run.smithi098.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-06-18T12:27:56.649 INFO:teuthology.orchestra.run.smithi098.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-06-18T12:27:56.655 DEBUG:teuthology.parallel:result is None 2024-06-18T12:27:56.829 INFO:teuthology.orchestra.run.smithi089.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-06-18T12:27:57.484 INFO:teuthology.orchestra.run.smithi089.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-06-18T12:27:57.489 DEBUG:teuthology.parallel:result is None 2024-06-18T12:27:57.489 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=3781e3a592387d16e8020f5db99cdee4198f6d00 2024-06-18T12:27:57.634 DEBUG:teuthology.orchestra.run.smithi089:> dpkg-query -W -f '${Version}' ceph 2024-06-18T12:27:57.649 INFO:teuthology.orchestra.run.smithi089.stdout:19.0.0-3124-g3781e3a5-1jammy 2024-06-18T12:27:57.650 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-3124-g3781e3a5-1jammy 2024-06-18T12:27:57.650 INFO:teuthology.task.install:The correct ceph version 19.0.0-3124-g3781e3a5-1jammy is installed. 2024-06-18T12:27:57.652 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=3781e3a592387d16e8020f5db99cdee4198f6d00 2024-06-18T12:27:57.791 DEBUG:teuthology.orchestra.run.smithi098:> dpkg-query -W -f '${Version}' ceph 2024-06-18T12:27:57.810 INFO:teuthology.orchestra.run.smithi098.stdout:19.0.0-3124-g3781e3a5-1jammy 2024-06-18T12:27:57.810 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-3124-g3781e3a5-1jammy 2024-06-18T12:27:57.810 INFO:teuthology.task.install:The correct ceph version 19.0.0-3124-g3781e3a5-1jammy is installed. 2024-06-18T12:27:57.812 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=3781e3a592387d16e8020f5db99cdee4198f6d00 2024-06-18T12:27:57.951 DEBUG:teuthology.orchestra.run.smithi131:> dpkg-query -W -f '${Version}' ceph 2024-06-18T12:27:57.970 INFO:teuthology.orchestra.run.smithi131.stdout:19.0.0-3124-g3781e3a5-1jammy 2024-06-18T12:27:57.970 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-3124-g3781e3a5-1jammy 2024-06-18T12:27:57.970 INFO:teuthology.task.install:The correct ceph version 19.0.0-3124-g3781e3a5-1jammy is installed. 2024-06-18T12:27:57.972 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-06-18T12:27:57.972 DEBUG:teuthology.orchestra.run.smithi089:> set -ex 2024-06-18T12:27:57.972 DEBUG:teuthology.orchestra.run.smithi089:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-06-18T12:27:57.986 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2024-06-18T12:27:57.986 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-06-18T12:27:58.000 DEBUG:teuthology.orchestra.run.smithi131:> set -ex 2024-06-18T12:27:58.000 DEBUG:teuthology.orchestra.run.smithi131:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-06-18T12:27:58.025 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-06-18T12:27:58.025 DEBUG:teuthology.orchestra.run.smithi089:> set -ex 2024-06-18T12:27:58.025 DEBUG:teuthology.orchestra.run.smithi089:> sudo dd of=/usr/bin/daemon-helper 2024-06-18T12:27:58.040 DEBUG:teuthology.orchestra.run.smithi089:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-06-18T12:27:58.096 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2024-06-18T12:27:58.096 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd of=/usr/bin/daemon-helper 2024-06-18T12:27:58.110 DEBUG:teuthology.orchestra.run.smithi098:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-06-18T12:27:58.164 DEBUG:teuthology.orchestra.run.smithi131:> set -ex 2024-06-18T12:27:58.164 DEBUG:teuthology.orchestra.run.smithi131:> sudo dd of=/usr/bin/daemon-helper 2024-06-18T12:27:58.178 DEBUG:teuthology.orchestra.run.smithi131:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-06-18T12:27:58.232 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-06-18T12:27:58.233 DEBUG:teuthology.orchestra.run.smithi089:> set -ex 2024-06-18T12:27:58.233 DEBUG:teuthology.orchestra.run.smithi089:> sudo dd of=/usr/bin/adjust-ulimits 2024-06-18T12:27:58.246 DEBUG:teuthology.orchestra.run.smithi089:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-06-18T12:27:58.300 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2024-06-18T12:27:58.300 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd of=/usr/bin/adjust-ulimits 2024-06-18T12:27:58.313 DEBUG:teuthology.orchestra.run.smithi098:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-06-18T12:27:58.368 DEBUG:teuthology.orchestra.run.smithi131:> set -ex 2024-06-18T12:27:58.368 DEBUG:teuthology.orchestra.run.smithi131:> sudo dd of=/usr/bin/adjust-ulimits 2024-06-18T12:27:58.381 DEBUG:teuthology.orchestra.run.smithi131:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-06-18T12:27:58.436 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-06-18T12:27:58.437 DEBUG:teuthology.orchestra.run.smithi089:> set -ex 2024-06-18T12:27:58.437 DEBUG:teuthology.orchestra.run.smithi089:> sudo dd of=/usr/bin/stdin-killer 2024-06-18T12:27:58.450 DEBUG:teuthology.orchestra.run.smithi089:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-06-18T12:27:58.504 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2024-06-18T12:27:58.504 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd of=/usr/bin/stdin-killer 2024-06-18T12:27:58.517 DEBUG:teuthology.orchestra.run.smithi098:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-06-18T12:27:58.572 DEBUG:teuthology.orchestra.run.smithi131:> set -ex 2024-06-18T12:27:58.572 DEBUG:teuthology.orchestra.run.smithi131:> sudo dd of=/usr/bin/stdin-killer 2024-06-18T12:27:58.586 DEBUG:teuthology.orchestra.run.smithi131:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-06-18T12:27:58.640 INFO:teuthology.run_tasks:Running task cephadm... 2024-06-18T12:27:58.727 INFO:tasks.cephadm:Config: {'conf': {'global': {'mon election default strategy': 3}, 'mgr': {'debug mgr': 20, 'debug ms': 1, 'mgr/cephadm/use_agent': True}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)', 'MON_DOWN', 'mons down', 'mon down', 'out of quorum'], 'log-only-match': ['CEPHADM_'], 'sha1': '3781e3a592387d16e8020f5db99cdee4198f6d00'} 2024-06-18T12:27:58.727 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 2024-06-18T12:27:58.728 INFO:tasks.cephadm:Cluster fsid is 326ab62a-2d6e-11ef-bc9d-c7b262605968 2024-06-18T12:27:58.728 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-06-18T12:27:58.728 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.89', 'mon.b': '172.21.15.98', 'mon.c': '172.21.15.131'} 2024-06-18T12:27:58.728 INFO:tasks.cephadm:First mon is mon.a on smithi089 2024-06-18T12:27:58.728 INFO:tasks.cephadm:First mgr is a 2024-06-18T12:27:58.728 INFO:tasks.cephadm:Normalizing hostnames... 2024-06-18T12:27:58.729 DEBUG:teuthology.orchestra.run.smithi089:> sudo hostname $(hostname -s) 2024-06-18T12:27:58.743 DEBUG:teuthology.orchestra.run.smithi098:> sudo hostname $(hostname -s) 2024-06-18T12:27:58.757 DEBUG:teuthology.orchestra.run.smithi131:> sudo hostname $(hostname -s) 2024-06-18T12:27:58.771 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-06-18T12:27:58.771 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=3781e3a592387d16e8020f5db99cdee4198f6d00 2024-06-18T12:27:58.910 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '3781e3a592387d16e8020f5db99cdee4198f6d00', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=jammy,DIST=jammy,MACHINE_SIZE=gigantic/55401/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-3124-g3781e3a5', 'node_name': '172.21.2.10+braggi10', 'job_name': 'ceph-dev-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=jammy,DIST=jammy,MACHINE_SIZE=gigantic', 'package_manager_version': '19.0.0-3124-g3781e3a5-1jammy'}, 'url': 'https://4.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default/', 'distro_codename': 'jammy', 'modified': '2024-06-17 19:56:06.776634', 'distro_version': '22.04', 'project': 'ceph', 'flavor': 'default', 'ref': 'squid', 'chacra_url': 'https://4.chacra.ceph.com/repos/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/flavors/default/', 'archs': ['x86_64'], 'distro': 'ubuntu'}] 2024-06-18T12:27:59.050 INFO:tasks.util.chacra:got chacra host 4.chacra.ceph.com, ref squid, sha1 3781e3a592387d16e8020f5db99cdee4198f6d00 from https://shaman.ceph.com/api/search/?project=ceph&distros=ubuntu%2F22.04%2Fx86_64&flavor=default&sha1=3781e3a592387d16e8020f5db99cdee4198f6d00 2024-06-18T12:27:59.052 INFO:tasks.cephadm:Discovered cachra url: https://4.chacra.ceph.com/binaries/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/x86_64/flavors/default/cephadm 2024-06-18T12:27:59.052 DEBUG:teuthology.orchestra.run.smithi089:> curl --silent -L https://4.chacra.ceph.com/binaries/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-06-18T12:28:00.001 INFO:teuthology.orchestra.run.smithi089.stdout:-rw-rw-r-- 1 ubuntu ubuntu 789372 Jun 18 12:27 /home/ubuntu/cephtest/cephadm 2024-06-18T12:28:00.002 DEBUG:teuthology.orchestra.run.smithi098:> curl --silent -L https://4.chacra.ceph.com/binaries/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-06-18T12:28:00.988 INFO:teuthology.orchestra.run.smithi098.stdout:-rw-rw-r-- 1 ubuntu ubuntu 789372 Jun 18 12:28 /home/ubuntu/cephtest/cephadm 2024-06-18T12:28:00.989 DEBUG:teuthology.orchestra.run.smithi131:> curl --silent -L https://4.chacra.ceph.com/binaries/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-06-18T12:28:02.010 INFO:teuthology.orchestra.run.smithi131.stdout:-rw-rw-r-- 1 ubuntu ubuntu 789372 Jun 18 12:28 /home/ubuntu/cephtest/cephadm 2024-06-18T12:28:02.010 DEBUG:teuthology.orchestra.run.smithi089:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-06-18T12:28:02.018 DEBUG:teuthology.orchestra.run.smithi098:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-06-18T12:28:02.026 DEBUG:teuthology.orchestra.run.smithi131:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-06-18T12:28:02.045 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 on all hosts... 2024-06-18T12:28:02.046 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 pull 2024-06-18T12:28:02.062 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 pull 2024-06-18T12:28:02.070 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 pull 2024-06-18T12:28:02.229 INFO:teuthology.orchestra.run.smithi089.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00... 2024-06-18T12:28:02.234 INFO:teuthology.orchestra.run.smithi098.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00... 2024-06-18T12:28:02.248 INFO:teuthology.orchestra.run.smithi131.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00... 2024-06-18T12:28:56.908 INFO:teuthology.orchestra.run.smithi131.stdout:{ 2024-06-18T12:28:56.909 INFO:teuthology.orchestra.run.smithi131.stdout: "ceph_version": "ceph version 19.0.0-3124-g3781e3a5 (3781e3a592387d16e8020f5db99cdee4198f6d00) squid (rc)", 2024-06-18T12:28:56.909 INFO:teuthology.orchestra.run.smithi131.stdout: "image_id": "af93c036e0161a7a6f4fcb3f1f48acaac5cf4ef8953c6a8b104629a4b86fec44", 2024-06-18T12:28:56.909 INFO:teuthology.orchestra.run.smithi131.stdout: "repo_digests": [ 2024-06-18T12:28:56.909 INFO:teuthology.orchestra.run.smithi131.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:64b08d1c422bf6aa753839cabed8a69924a54ceb6ef0660c2e561d19ca874314" 2024-06-18T12:28:56.909 INFO:teuthology.orchestra.run.smithi131.stdout: ] 2024-06-18T12:28:56.909 INFO:teuthology.orchestra.run.smithi131.stdout:} 2024-06-18T12:29:12.097 INFO:teuthology.orchestra.run.smithi089.stdout:{ 2024-06-18T12:29:12.098 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph_version": "ceph version 19.0.0-3124-g3781e3a5 (3781e3a592387d16e8020f5db99cdee4198f6d00) squid (rc)", 2024-06-18T12:29:12.098 INFO:teuthology.orchestra.run.smithi089.stdout: "image_id": "af93c036e0161a7a6f4fcb3f1f48acaac5cf4ef8953c6a8b104629a4b86fec44", 2024-06-18T12:29:12.098 INFO:teuthology.orchestra.run.smithi089.stdout: "repo_digests": [ 2024-06-18T12:29:12.098 INFO:teuthology.orchestra.run.smithi089.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:64b08d1c422bf6aa753839cabed8a69924a54ceb6ef0660c2e561d19ca874314" 2024-06-18T12:29:12.098 INFO:teuthology.orchestra.run.smithi089.stdout: ] 2024-06-18T12:29:12.098 INFO:teuthology.orchestra.run.smithi089.stdout:} 2024-06-18T12:29:18.887 INFO:teuthology.orchestra.run.smithi098.stdout:{ 2024-06-18T12:29:18.887 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph_version": "ceph version 19.0.0-3124-g3781e3a5 (3781e3a592387d16e8020f5db99cdee4198f6d00) squid (rc)", 2024-06-18T12:29:18.887 INFO:teuthology.orchestra.run.smithi098.stdout: "image_id": "af93c036e0161a7a6f4fcb3f1f48acaac5cf4ef8953c6a8b104629a4b86fec44", 2024-06-18T12:29:18.887 INFO:teuthology.orchestra.run.smithi098.stdout: "repo_digests": [ 2024-06-18T12:29:18.887 INFO:teuthology.orchestra.run.smithi098.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:64b08d1c422bf6aa753839cabed8a69924a54ceb6ef0660c2e561d19ca874314" 2024-06-18T12:29:18.887 INFO:teuthology.orchestra.run.smithi098.stdout: ] 2024-06-18T12:29:18.887 INFO:teuthology.orchestra.run.smithi098.stdout:} 2024-06-18T12:29:18.931 DEBUG:teuthology.orchestra.run.smithi089:> sudo mkdir -p /etc/ceph 2024-06-18T12:29:18.945 DEBUG:teuthology.orchestra.run.smithi098:> sudo mkdir -p /etc/ceph 2024-06-18T12:29:18.959 DEBUG:teuthology.orchestra.run.smithi131:> sudo mkdir -p /etc/ceph 2024-06-18T12:29:18.974 DEBUG:teuthology.orchestra.run.smithi089:> sudo chmod 777 /etc/ceph 2024-06-18T12:29:18.999 DEBUG:teuthology.orchestra.run.smithi098:> sudo chmod 777 /etc/ceph 2024-06-18T12:29:19.016 DEBUG:teuthology.orchestra.run.smithi131:> sudo chmod 777 /etc/ceph 2024-06-18T12:29:19.029 INFO:tasks.cephadm:Writing seed config... 2024-06-18T12:29:19.030 INFO:tasks.cephadm: override: [global] mon election default strategy = 3 2024-06-18T12:29:19.030 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-06-18T12:29:19.030 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-06-18T12:29:19.030 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = True 2024-06-18T12:29:19.031 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-06-18T12:29:19.031 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-06-18T12:29:19.031 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-06-18T12:29:19.031 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-06-18T12:29:19.031 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-06-18T12:29:19.031 DEBUG:teuthology.orchestra.run.smithi089:> set -ex 2024-06-18T12:29:19.031 DEBUG:teuthology.orchestra.run.smithi089:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-06-18T12:29:19.052 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 = 326ab62a-2d6e-11ef-bc9d-c7b262605968 mon election default strategy = 3 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = true bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 mgr/cephadm/use_agent = True [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-06-18T12:29:19.052 DEBUG:teuthology.orchestra.run.smithi089:mon.a> sudo journalctl -f -n 0 -u ceph-326ab62a-2d6e-11ef-bc9d-c7b262605968@mon.a.service 2024-06-18T12:29:19.097 DEBUG:teuthology.orchestra.run.smithi089:mgr.a> sudo journalctl -f -n 0 -u ceph-326ab62a-2d6e-11ef-bc9d-c7b262605968@mgr.a.service 2024-06-18T12:29:19.140 INFO:tasks.cephadm:Bootstrapping... 2024-06-18T12:29:19.141 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 -v bootstrap --fsid 326ab62a-2d6e-11ef-bc9d-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.89 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-06-18T12:29:19.350 INFO:teuthology.orchestra.run.smithi089.stdout:-------------------------------------------------------------------------------- 2024-06-18T12:29:19.350 INFO:teuthology.orchestra.run.smithi089.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00', '-v', 'bootstrap', '--fsid', '326ab62a-2d6e-11ef-bc9d-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.89', '--skip-admin-label'] 2024-06-18T12:29:19.351 INFO:teuthology.orchestra.run.smithi089.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-06-18T12:29:19.351 INFO:teuthology.orchestra.run.smithi089.stdout:Verifying podman|docker is present... 2024-06-18T12:29:19.351 INFO:teuthology.orchestra.run.smithi089.stdout:Verifying lvm2 is present... 2024-06-18T12:29:19.351 INFO:teuthology.orchestra.run.smithi089.stdout:Verifying time synchronization is in place... 2024-06-18T12:29:19.355 INFO:teuthology.orchestra.run.smithi089.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-06-18T12:29:19.355 INFO:teuthology.orchestra.run.smithi089.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-06-18T12:29:19.360 INFO:teuthology.orchestra.run.smithi089.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-06-18T12:29:19.360 INFO:teuthology.orchestra.run.smithi089.stdout:systemctl: stdout inactive 2024-06-18T12:29:19.364 INFO:teuthology.orchestra.run.smithi089.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-06-18T12:29:19.364 INFO:teuthology.orchestra.run.smithi089.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-06-18T12:29:19.367 INFO:teuthology.orchestra.run.smithi089.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-06-18T12:29:19.367 INFO:teuthology.orchestra.run.smithi089.stdout:systemctl: stdout inactive 2024-06-18T12:29:19.371 INFO:teuthology.orchestra.run.smithi089.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-06-18T12:29:19.371 INFO:teuthology.orchestra.run.smithi089.stdout:systemctl: stdout masked 2024-06-18T12:29:19.375 INFO:teuthology.orchestra.run.smithi089.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-06-18T12:29:19.375 INFO:teuthology.orchestra.run.smithi089.stdout:systemctl: stdout inactive 2024-06-18T12:29:19.378 INFO:teuthology.orchestra.run.smithi089.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-06-18T12:29:19.378 INFO:teuthology.orchestra.run.smithi089.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-06-18T12:29:19.381 INFO:teuthology.orchestra.run.smithi089.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-06-18T12:29:19.381 INFO:teuthology.orchestra.run.smithi089.stdout:systemctl: stdout inactive 2024-06-18T12:29:19.385 INFO:teuthology.orchestra.run.smithi089.stdout:systemctl: stdout enabled 2024-06-18T12:29:19.389 INFO:teuthology.orchestra.run.smithi089.stdout:systemctl: stdout active 2024-06-18T12:29:19.389 INFO:teuthology.orchestra.run.smithi089.stdout:Unit ntp.service is enabled and running 2024-06-18T12:29:19.389 INFO:teuthology.orchestra.run.smithi089.stdout:Repeating the final host check... 2024-06-18T12:29:19.390 INFO:teuthology.orchestra.run.smithi089.stdout:docker (/usr/bin/docker) is present 2024-06-18T12:29:19.390 INFO:teuthology.orchestra.run.smithi089.stdout:systemctl is present 2024-06-18T12:29:19.390 INFO:teuthology.orchestra.run.smithi089.stdout:lvcreate is present 2024-06-18T12:29:19.392 INFO:teuthology.orchestra.run.smithi089.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-06-18T12:29:19.393 INFO:teuthology.orchestra.run.smithi089.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-06-18T12:29:19.397 INFO:teuthology.orchestra.run.smithi089.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-06-18T12:29:19.397 INFO:teuthology.orchestra.run.smithi089.stdout:systemctl: stdout inactive 2024-06-18T12:29:19.401 INFO:teuthology.orchestra.run.smithi089.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-06-18T12:29:19.401 INFO:teuthology.orchestra.run.smithi089.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-06-18T12:29:19.404 INFO:teuthology.orchestra.run.smithi089.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-06-18T12:29:19.404 INFO:teuthology.orchestra.run.smithi089.stdout:systemctl: stdout inactive 2024-06-18T12:29:19.408 INFO:teuthology.orchestra.run.smithi089.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-06-18T12:29:19.408 INFO:teuthology.orchestra.run.smithi089.stdout:systemctl: stdout masked 2024-06-18T12:29:19.411 INFO:teuthology.orchestra.run.smithi089.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-06-18T12:29:19.411 INFO:teuthology.orchestra.run.smithi089.stdout:systemctl: stdout inactive 2024-06-18T12:29:19.415 INFO:teuthology.orchestra.run.smithi089.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-06-18T12:29:19.415 INFO:teuthology.orchestra.run.smithi089.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-06-18T12:29:19.419 INFO:teuthology.orchestra.run.smithi089.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-06-18T12:29:19.419 INFO:teuthology.orchestra.run.smithi089.stdout:systemctl: stdout inactive 2024-06-18T12:29:19.423 INFO:teuthology.orchestra.run.smithi089.stdout:systemctl: stdout enabled 2024-06-18T12:29:19.427 INFO:teuthology.orchestra.run.smithi089.stdout:systemctl: stdout active 2024-06-18T12:29:19.428 INFO:teuthology.orchestra.run.smithi089.stdout:Unit ntp.service is enabled and running 2024-06-18T12:29:19.428 INFO:teuthology.orchestra.run.smithi089.stdout:Host looks OK 2024-06-18T12:29:19.428 INFO:teuthology.orchestra.run.smithi089.stdout:Cluster fsid: 326ab62a-2d6e-11ef-bc9d-c7b262605968 2024-06-18T12:29:19.428 INFO:teuthology.orchestra.run.smithi089.stdout:Acquiring lock 140283209823280 on /run/cephadm/326ab62a-2d6e-11ef-bc9d-c7b262605968.lock 2024-06-18T12:29:19.428 INFO:teuthology.orchestra.run.smithi089.stdout:Lock 140283209823280 acquired on /run/cephadm/326ab62a-2d6e-11ef-bc9d-c7b262605968.lock 2024-06-18T12:29:19.429 INFO:teuthology.orchestra.run.smithi089.stdout:Verifying IP 172.21.15.89 port 3300 ... 2024-06-18T12:29:19.429 INFO:teuthology.orchestra.run.smithi089.stdout:Verifying IP 172.21.15.89 port 6789 ... 2024-06-18T12:29:19.429 INFO:teuthology.orchestra.run.smithi089.stdout:Base mon IP(s) is [172.21.15.89:3300, 172.21.15.89:6789], mon addrv is [v2:172.21.15.89:3300,v1:172.21.15.89:6789] 2024-06-18T12:29:19.431 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 2024-06-18T12:29:19.431 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.89 metric 100 2024-06-18T12:29:19.431 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/sbin/ip: stdout 158.69.67.47 via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.89 metric 100 2024-06-18T12:29:19.432 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/sbin/ip: stdout 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-06-18T12:29:19.432 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/sbin/ip: stdout 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.89 metric 100 2024-06-18T12:29:19.432 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/sbin/ip: stdout 172.21.0.1 dev enp3s0f1 proto dhcp scope link src 172.21.15.89 metric 100 2024-06-18T12:29:19.432 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/sbin/ip: stdout 172.21.0.2 dev enp3s0f1 proto dhcp scope link src 172.21.15.89 metric 100 2024-06-18T12:29:19.432 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/sbin/ip: stdout 172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.89 metric 100 2024-06-18T12:29:19.433 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-06-18T12:29:19.434 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/sbin/ip: stdout fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2024-06-18T12:29:19.434 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 100 expires 1769sec pref medium 2024-06-18T12:29:19.437 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-06-18T12:29:19.438 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/sbin/ip: stdout inet6 ::1/128 scope host 2024-06-18T12:29:19.438 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-06-18T12:29:19.438 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/sbin/ip: stdout 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-06-18T12:29:19.438 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/sbin/ip: stdout inet6 fe80::ec4:7aff:fe8f:d501/64 scope link 2024-06-18T12:29:19.438 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-06-18T12:29:19.439 INFO:teuthology.orchestra.run.smithi089.stdout:Mon IP `172.21.15.89` is in CIDR network `172.21.0.0/20` 2024-06-18T12:29:19.439 INFO:teuthology.orchestra.run.smithi089.stdout:Mon IP `172.21.15.89` is in CIDR network `172.21.0.0/20` 2024-06-18T12:29:19.439 INFO:teuthology.orchestra.run.smithi089.stdout:Mon IP `172.21.15.89` is in CIDR network `172.21.0.1/32` 2024-06-18T12:29:19.439 INFO:teuthology.orchestra.run.smithi089.stdout:Mon IP `172.21.15.89` is in CIDR network `172.21.0.1/32` 2024-06-18T12:29:19.439 INFO:teuthology.orchestra.run.smithi089.stdout:Mon IP `172.21.15.89` is in CIDR network `172.21.0.2/32` 2024-06-18T12:29:19.439 INFO:teuthology.orchestra.run.smithi089.stdout:Mon IP `172.21.15.89` is in CIDR network `172.21.0.2/32` 2024-06-18T12:29:19.440 INFO:teuthology.orchestra.run.smithi089.stdout:Mon IP `172.21.15.89` is in CIDR network `172.21.15.254/32` 2024-06-18T12:29:19.440 INFO:teuthology.orchestra.run.smithi089.stdout:Mon IP `172.21.15.89` is in CIDR network `172.21.15.254/32` 2024-06-18T12:29:19.440 INFO:teuthology.orchestra.run.smithi089.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20', '172.21.0.1/32', '172.21.0.1/32', '172.21.0.2/32', '172.21.0.2/32', '172.21.15.254/32', '172.21.15.254/32'] 2024-06-18T12:29:19.440 INFO:teuthology.orchestra.run.smithi089.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-06-18T12:29:19.440 INFO:teuthology.orchestra.run.smithi089.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00... 2024-06-18T12:29:20.654 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/docker: stdout 3781e3a592387d16e8020f5db99cdee4198f6d00: Pulling from ceph-ci/ceph 2024-06-18T12:29:20.654 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/docker: stdout Digest: sha256:64b08d1c422bf6aa753839cabed8a69924a54ceb6ef0660c2e561d19ca874314 2024-06-18T12:29:20.655 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/docker: stdout Status: Image is up to date for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 2024-06-18T12:29:20.655 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/docker: stdout quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 2024-06-18T12:29:22.286 INFO:teuthology.orchestra.run.smithi089.stdout:ceph: stdout ceph version 19.0.0-3124-g3781e3a5 (3781e3a592387d16e8020f5db99cdee4198f6d00) squid (rc) 2024-06-18T12:29:22.287 INFO:teuthology.orchestra.run.smithi089.stdout:Ceph version: ceph version 19.0.0-3124-g3781e3a5 (3781e3a592387d16e8020f5db99cdee4198f6d00) squid (rc) 2024-06-18T12:29:22.287 INFO:teuthology.orchestra.run.smithi089.stdout:Extracting ceph user uid/gid from container image... 2024-06-18T12:29:23.668 INFO:teuthology.orchestra.run.smithi089.stdout:stat: stdout 167 167 2024-06-18T12:29:23.668 INFO:teuthology.orchestra.run.smithi089.stdout:Creating initial keys... 2024-06-18T12:29:25.141 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-authtool: stdout AQCkfXFmz19UIxAAJeRYlD1kDQXxokx69m7p8g== 2024-06-18T12:29:26.530 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-authtool: stdout AQCmfXFmq5PvARAA9t5jhjFpbGAaW9eCCaWNQQ== 2024-06-18T12:29:27.970 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-authtool: stdout AQCnfXFmKgQ+GxAAK3vAmesylnp7bWCd8FFsTg== 2024-06-18T12:29:27.971 INFO:teuthology.orchestra.run.smithi089.stdout:Creating initial monmap... 2024-06-18T12:29:29.519 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-06-18T12:29:29.519 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-06-18T12:29:29.519 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 326ab62a-2d6e-11ef-bc9d-c7b262605968 2024-06-18T12:29:29.519 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-06-18T12:29:29.519 INFO:teuthology.orchestra.run.smithi089.stdout:monmaptool for a [v2:172.21.15.89:3300,v1:172.21.15.89:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-06-18T12:29:29.519 INFO:teuthology.orchestra.run.smithi089.stdout:setting min_mon_release = quincy 2024-06-18T12:29:29.520 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/monmaptool: set fsid to 326ab62a-2d6e-11ef-bc9d-c7b262605968 2024-06-18T12:29:29.520 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-06-18T12:29:29.520 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-06-18T12:29:29.520 INFO:teuthology.orchestra.run.smithi089.stdout:Creating mon... 2024-06-18T12:29:30.979 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.468+0000 7f13e3c01b00 0 set uid:gid to 167:167 (ceph:ceph) 2024-06-18T12:29:30.979 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.468+0000 7f13e3c01b00 1 imported monmap: 2024-06-18T12:29:30.979 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr epoch 0 2024-06-18T12:29:30.979 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr fsid 326ab62a-2d6e-11ef-bc9d-c7b262605968 2024-06-18T12:29:30.979 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr last_changed 2024-06-18T12:29:28.971684+0000 2024-06-18T12:29:30.979 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr created 2024-06-18T12:29:28.971684+0000 2024-06-18T12:29:30.980 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr min_mon_release 17 (quincy) 2024-06-18T12:29:30.980 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr election_strategy: 1 2024-06-18T12:29:30.980 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr 0: [v2:172.21.15.89:3300/0,v1:172.21.15.89:6789/0] mon.a 2024-06-18T12:29:30.980 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr 2024-06-18T12:29:30.980 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.468+0000 7f13e3c01b00 0 /usr/bin/ceph-mon: set fsid to 326ab62a-2d6e-11ef-bc9d-c7b262605968 2024-06-18T12:29:30.980 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: RocksDB version: 7.9.2 2024-06-18T12:29:30.980 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr 2024-06-18T12:29:30.980 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Git sha 0 2024-06-18T12:29:30.980 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Compile date 2024-06-17 15:21:02 2024-06-18T12:29:30.980 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: DB SUMMARY 2024-06-18T12:29:30.980 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr 2024-06-18T12:29:30.981 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: DB Session ID: 3M84QFF6NQDHORVZUTRX 2024-06-18T12:29:30.981 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr 2024-06-18T12:29:30.981 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 0, files: 2024-06-18T12:29:30.981 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr 2024-06-18T12:29:30.981 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 2024-06-18T12:29:30.981 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr 2024-06-18T12:29:30.981 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.error_if_exists: 0 2024-06-18T12:29:30.981 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.create_if_missing: 1 2024-06-18T12:29:30.981 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.paranoid_checks: 1 2024-06-18T12:29:30.981 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-06-18T12:29:30.981 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-06-18T12:29:30.981 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-06-18T12:29:30.982 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.env: 0x55a42db22740 2024-06-18T12:29:30.982 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.fs: PosixFileSystem 2024-06-18T12:29:30.982 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.info_log: 0x55a42f31c520 2024-06-18T12:29:30.982 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.max_file_opening_threads: 16 2024-06-18T12:29:30.982 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.statistics: (nil) 2024-06-18T12:29:30.982 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.use_fsync: 0 2024-06-18T12:29:30.982 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.max_log_file_size: 0 2024-06-18T12:29:30.982 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-06-18T12:29:30.982 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.log_file_time_to_roll: 0 2024-06-18T12:29:30.982 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.keep_log_file_num: 1000 2024-06-18T12:29:30.982 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.recycle_log_file_num: 0 2024-06-18T12:29:30.982 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.allow_fallocate: 1 2024-06-18T12:29:30.982 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.allow_mmap_reads: 0 2024-06-18T12:29:30.983 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.allow_mmap_writes: 0 2024-06-18T12:29:30.983 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.use_direct_reads: 0 2024-06-18T12:29:30.983 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-06-18T12:29:30.983 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.create_missing_column_families: 0 2024-06-18T12:29:30.983 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.db_log_dir: 2024-06-18T12:29:30.983 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.wal_dir: 2024-06-18T12:29:30.983 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.table_cache_numshardbits: 6 2024-06-18T12:29:30.983 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-06-18T12:29:30.983 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-06-18T12:29:30.983 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-06-18T12:29:30.983 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-06-18T12:29:30.983 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-06-18T12:29:30.983 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.advise_random_on_open: 1 2024-06-18T12:29:30.983 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.db_write_buffer_size: 0 2024-06-18T12:29:30.983 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.write_buffer_manager: 0x55a42f3235e0 2024-06-18T12:29:30.984 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-06-18T12:29:30.984 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-06-18T12:29:30.984 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.use_adaptive_mutex: 0 2024-06-18T12:29:30.984 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.rate_limiter: (nil) 2024-06-18T12:29:30.984 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-06-18T12:29:30.984 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.wal_recovery_mode: 2 2024-06-18T12:29:30.984 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.enable_thread_tracking: 0 2024-06-18T12:29:30.984 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.enable_pipelined_write: 0 2024-06-18T12:29:30.984 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.unordered_write: 0 2024-06-18T12:29:30.984 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-06-18T12:29:30.984 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-06-18T12:29:30.984 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-06-18T12:29:30.984 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-06-18T12:29:30.984 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.row_cache: None 2024-06-18T12:29:30.984 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.wal_filter: None 2024-06-18T12:29:30.985 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-06-18T12:29:30.985 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.allow_ingest_behind: 0 2024-06-18T12:29:30.985 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.two_write_queues: 0 2024-06-18T12:29:30.985 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.manual_wal_flush: 0 2024-06-18T12:29:30.985 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.wal_compression: 0 2024-06-18T12:29:30.985 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.atomic_flush: 0 2024-06-18T12:29:30.985 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-06-18T12:29:30.985 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.persist_stats_to_disk: 0 2024-06-18T12:29:30.985 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-06-18T12:29:30.985 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.log_readahead_size: 0 2024-06-18T12:29:30.985 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-06-18T12:29:30.985 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.best_efforts_recovery: 0 2024-06-18T12:29:30.985 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-06-18T12:29:30.985 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-06-18T12:29:30.985 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.allow_data_in_errors: 0 2024-06-18T12:29:30.986 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.db_host_id: __hostname__ 2024-06-18T12:29:30.986 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.enforce_single_del_contracts: true 2024-06-18T12:29:30.986 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.max_background_jobs: 2 2024-06-18T12:29:30.986 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.max_background_compactions: -1 2024-06-18T12:29:30.986 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.max_subcompactions: 1 2024-06-18T12:29:30.986 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-06-18T12:29:30.986 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-06-18T12:29:30.986 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.delayed_write_rate : 16777216 2024-06-18T12:29:30.986 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.max_total_wal_size: 0 2024-06-18T12:29:30.986 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-06-18T12:29:30.986 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.stats_dump_period_sec: 600 2024-06-18T12:29:30.986 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.stats_persist_period_sec: 600 2024-06-18T12:29:30.987 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-06-18T12:29:30.987 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.max_open_files: -1 2024-06-18T12:29:30.987 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.bytes_per_sync: 0 2024-06-18T12:29:30.987 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-06-18T12:29:30.987 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-06-18T12:29:30.987 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.compaction_readahead_size: 0 2024-06-18T12:29:30.987 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.max_background_flushes: -1 2024-06-18T12:29:30.987 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Compression algorithms supported: 2024-06-18T12:29:30.987 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: kZSTD supported: 0 2024-06-18T12:29:30.987 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: kXpressCompression supported: 0 2024-06-18T12:29:30.987 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: kBZip2Compression supported: 0 2024-06-18T12:29:30.987 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-06-18T12:29:30.987 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: kLZ4Compression supported: 1 2024-06-18T12:29:30.988 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: kZlibCompression supported: 1 2024-06-18T12:29:30.988 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: kLZ4HCCompression supported: 1 2024-06-18T12:29:30.988 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: kSnappyCompression supported: 1 2024-06-18T12:29:30.988 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-06-18T12:29:30.988 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-06-18T12:29:30.988 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: [db/db_impl/db_impl_open.cc:317] Creating manifest 1 2024-06-18T12:29:30.988 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr 2024-06-18T12:29:30.988 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 2024-06-18T12:29:30.988 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr 2024-06-18T12:29:30.988 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-06-18T12:29:30.988 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr 2024-06-18T12:29:30.989 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-06-18T12:29:30.989 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.merge_operator: 2024-06-18T12:29:30.989 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.compaction_filter: None 2024-06-18T12:29:30.989 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.compaction_filter_factory: None 2024-06-18T12:29:30.989 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.sst_partitioner_factory: None 2024-06-18T12:29:30.989 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-06-18T12:29:30.989 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.table_factory: BlockBasedTable 2024-06-18T12:29:30.989 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55a42f31c200) 2024-06-18T12:29:30.989 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks: 1 2024-06-18T12:29:30.989 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks_with_high_priority: 0 2024-06-18T12:29:30.989 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr pin_l0_filter_and_index_blocks_in_cache: 0 2024-06-18T12:29:30.989 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr pin_top_level_index_and_filter: 1 2024-06-18T12:29:30.989 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr index_type: 0 2024-06-18T12:29:30.989 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr data_block_index_type: 0 2024-06-18T12:29:30.989 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr index_shortening: 1 2024-06-18T12:29:30.990 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr data_block_hash_table_util_ratio: 0.750000 2024-06-18T12:29:30.990 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr checksum: 4 2024-06-18T12:29:30.990 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr no_block_cache: 0 2024-06-18T12:29:30.990 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr block_cache: 0x55a42f309090 2024-06-18T12:29:30.990 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr block_cache_name: BinnedLRUCache 2024-06-18T12:29:30.990 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr block_cache_options: 2024-06-18T12:29:30.990 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr capacity : 536870912 2024-06-18T12:29:30.990 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr num_shard_bits : 4 2024-06-18T12:29:30.990 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr strict_capacity_limit : 0 2024-06-18T12:29:30.990 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr high_pri_pool_ratio: 0.000 2024-06-18T12:29:30.990 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr block_cache_compressed: (nil) 2024-06-18T12:29:30.990 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr persistent_cache: (nil) 2024-06-18T12:29:30.990 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr block_size: 4096 2024-06-18T12:29:30.990 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr block_size_deviation: 10 2024-06-18T12:29:30.990 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr block_restart_interval: 16 2024-06-18T12:29:30.990 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr index_block_restart_interval: 1 2024-06-18T12:29:30.991 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr metadata_block_size: 4096 2024-06-18T12:29:30.991 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr partition_filters: 0 2024-06-18T12:29:30.991 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr use_delta_encoding: 1 2024-06-18T12:29:30.991 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr filter_policy: bloomfilter 2024-06-18T12:29:30.991 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr whole_key_filtering: 1 2024-06-18T12:29:30.991 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr verify_compression: 0 2024-06-18T12:29:30.991 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr read_amp_bytes_per_bit: 0 2024-06-18T12:29:30.991 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr format_version: 5 2024-06-18T12:29:30.991 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr enable_index_compression: 1 2024-06-18T12:29:30.991 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr block_align: 0 2024-06-18T12:29:30.991 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr max_auto_readahead_size: 262144 2024-06-18T12:29:30.991 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr prepopulate_block_cache: 0 2024-06-18T12:29:30.991 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr initial_auto_readahead_size: 8192 2024-06-18T12:29:30.991 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr num_file_reads_for_auto_readahead: 2 2024-06-18T12:29:30.991 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr 2024-06-18T12:29:30.991 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.write_buffer_size: 33554432 2024-06-18T12:29:30.992 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.max_write_buffer_number: 2 2024-06-18T12:29:30.992 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.compression: NoCompression 2024-06-18T12:29:30.992 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.bottommost_compression: Disabled 2024-06-18T12:29:30.992 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.prefix_extractor: nullptr 2024-06-18T12:29:30.992 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-06-18T12:29:30.992 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.num_levels: 7 2024-06-18T12:29:30.992 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-06-18T12:29:30.992 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-06-18T12:29:30.992 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-06-18T12:29:30.992 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-06-18T12:29:30.992 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-06-18T12:29:30.992 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-06-18T12:29:30.992 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-06-18T12:29:30.992 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-06-18T12:29:30.992 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-06-18T12:29:30.993 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-06-18T12:29:30.993 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-06-18T12:29:30.993 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-06-18T12:29:30.993 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.compression_opts.window_bits: -14 2024-06-18T12:29:30.993 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.compression_opts.level: 32767 2024-06-18T12:29:30.993 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.compression_opts.strategy: 0 2024-06-18T12:29:30.993 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-06-18T12:29:30.993 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-06-18T12:29:30.993 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-06-18T12:29:30.993 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-06-18T12:29:30.993 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.compression_opts.enabled: false 2024-06-18T12:29:30.993 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-06-18T12:29:30.993 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-06-18T12:29:30.993 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-06-18T12:29:30.993 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-06-18T12:29:30.993 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.target_file_size_base: 67108864 2024-06-18T12:29:30.993 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.target_file_size_multiplier: 1 2024-06-18T12:29:30.994 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-06-18T12:29:30.994 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-06-18T12:29:30.994 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-06-18T12:29:30.994 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-06-18T12:29:30.994 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-06-18T12:29:30.994 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-06-18T12:29:30.994 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-06-18T12:29:30.994 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-06-18T12:29:30.994 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-06-18T12:29:30.994 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-06-18T12:29:30.994 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-06-18T12:29:30.994 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-06-18T12:29:30.994 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-06-18T12:29:30.994 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.arena_block_size: 1048576 2024-06-18T12:29:30.994 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-06-18T12:29:30.995 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-06-18T12:29:30.995 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.disable_auto_compactions: 0 2024-06-18T12:29:30.995 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-06-18T12:29:30.995 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-06-18T12:29:30.995 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-06-18T12:29:30.995 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-06-18T12:29:30.995 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-06-18T12:29:30.995 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-06-18T12:29:30.995 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-06-18T12:29:30.995 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-06-18T12:29:30.995 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-06-18T12:29:30.995 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-06-18T12:29:30.995 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.table_properties_collectors: 2024-06-18T12:29:30.995 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.inplace_update_support: 0 2024-06-18T12:29:30.995 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-06-18T12:29:30.996 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-06-18T12:29:30.996 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-06-18T12:29:30.996 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.memtable_huge_page_size: 0 2024-06-18T12:29:30.996 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.bloom_locality: 0 2024-06-18T12:29:30.996 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.max_successive_merges: 0 2024-06-18T12:29:30.996 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-06-18T12:29:30.996 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.paranoid_file_checks: 0 2024-06-18T12:29:30.996 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.force_consistency_checks: 1 2024-06-18T12:29:30.996 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.report_bg_io_stats: 0 2024-06-18T12:29:30.996 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.ttl: 2592000 2024-06-18T12:29:30.996 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-06-18T12:29:30.996 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-06-18T12:29:30.996 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-06-18T12:29:30.996 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.enable_blob_files: false 2024-06-18T12:29:30.996 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.min_blob_size: 0 2024-06-18T12:29:30.997 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.blob_file_size: 268435456 2024-06-18T12:29:30.997 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.blob_compression_type: NoCompression 2024-06-18T12:29:30.997 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-06-18T12:29:30.997 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-06-18T12:29:30.997 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-06-18T12:29:30.997 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-06-18T12:29:30.997 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.blob_file_starting_level: 0 2024-06-18T12:29:30.997 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-06-18T12:29:30.997 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 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-06-18T12:29:30.997 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr 2024-06-18T12:29:30.997 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-06-18T12:29:30.997 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr 2024-06-18T12:29:30.997 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 5a111d61-c25c-40e9-ab16-aa8024a8378a 2024-06-18T12:29:30.997 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr 2024-06-18T12:29:30.997 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.472+0000 7f13e3c01b00 4 rocksdb: [db/version_set.cc:5047] Creating manifest 5 2024-06-18T12:29:30.997 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr 2024-06-18T12:29:30.998 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.476+0000 7f13e3c01b00 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55a42f336e00 2024-06-18T12:29:30.998 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.476+0000 7f13e3c01b00 4 rocksdb: DB pointer 0x55a42f40a000 2024-06-18T12:29:30.998 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.476+0000 7f13db38c640 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-06-18T12:29:30.998 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.476+0000 7f13db38c640 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-06-18T12:29:30.998 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr ** DB Stats ** 2024-06-18T12:29:30.998 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-06-18T12:29:30.998 INFO:teuthology.orchestra.run.smithi089.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-06-18T12:29:30.998 INFO:teuthology.orchestra.run.smithi089.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-06-18T12:29:30.998 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-06-18T12:29:30.998 INFO:teuthology.orchestra.run.smithi089.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-06-18T12:29:30.998 INFO:teuthology.orchestra.run.smithi089.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-06-18T12:29:30.998 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-06-18T12:29:30.998 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr 2024-06-18T12:29:30.998 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-06-18T12:29:30.998 INFO:teuthology.orchestra.run.smithi089.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-06-18T12:29:30.998 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-06-18T12:29:30.999 INFO:teuthology.orchestra.run.smithi089.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-06-18T12:29:30.999 INFO:teuthology.orchestra.run.smithi089.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-06-18T12:29:30.999 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr 2024-06-18T12:29:30.999 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-06-18T12:29:30.999 INFO:teuthology.orchestra.run.smithi089.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-06-18T12:29:30.999 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-06-18T12:29:30.999 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr 2024-06-18T12:29:30.999 INFO:teuthology.orchestra.run.smithi089.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-06-18T12:29:30.999 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr 2024-06-18T12:29:30.999 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-06-18T12:29:30.999 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr Flush(GB): cumulative 0.000, interval 0.000 2024-06-18T12:29:30.999 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr AddFile(GB): cumulative 0.000, interval 0.000 2024-06-18T12:29:30.999 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr AddFile(Total Files): cumulative 0, interval 0 2024-06-18T12:29:30.999 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr AddFile(L0 Files): cumulative 0, interval 0 2024-06-18T12:29:30.999 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr AddFile(Keys): cumulative 0, interval 0 2024-06-18T12:29:31.000 INFO:teuthology.orchestra.run.smithi089.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-06-18T12:29:31.000 INFO:teuthology.orchestra.run.smithi089.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-06-18T12:29:31.000 INFO:teuthology.orchestra.run.smithi089.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-06-18T12:29:31.000 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr Block cache BinnedLRUCache@0x55a42f309090#7 capacity: 512.00 MB usage: 0.00 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 2e-05 secs_since: 0 2024-06-18T12:29:31.000 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr Block cache entry stats(count,size,portion): Misc(1,0.00 KB,0%) 2024-06-18T12:29:31.000 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr 2024-06-18T12:29:31.000 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr ** File Read Latency Histogram By Level [default] ** 2024-06-18T12:29:31.000 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr 2024-06-18T12:29:31.000 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.476+0000 7f13e3c01b00 4 rocksdb: [db/db_impl/db_impl.cc:496] Shutdown: canceling all background work 2024-06-18T12:29:31.000 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.476+0000 7f13e3c01b00 4 rocksdb: [db/db_impl/db_impl.cc:704] Shutdown complete 2024-06-18T12:29:31.000 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-18T12:29:30.476+0000 7f13e3c01b00 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-a for mon.a 2024-06-18T12:29:31.000 INFO:teuthology.orchestra.run.smithi089.stdout:create mon.a on 2024-06-18T12:29:31.233 INFO:teuthology.orchestra.run.smithi089.stdout:systemctl: stderr Removed /etc/systemd/system/multi-user.target.wants/ceph.target. 2024-06-18T12:29:31.431 INFO:teuthology.orchestra.run.smithi089.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2024-06-18T12:29:31.654 INFO:teuthology.orchestra.run.smithi089.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-326ab62a-2d6e-11ef-bc9d-c7b262605968.target -> /etc/systemd/system/ceph-326ab62a-2d6e-11ef-bc9d-c7b262605968.target. 2024-06-18T12:29:31.654 INFO:teuthology.orchestra.run.smithi089.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-326ab62a-2d6e-11ef-bc9d-c7b262605968.target -> /etc/systemd/system/ceph-326ab62a-2d6e-11ef-bc9d-c7b262605968.target. 2024-06-18T12:29:31.964 INFO:teuthology.orchestra.run.smithi089.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-326ab62a-2d6e-11ef-bc9d-c7b262605968@mon.a 2024-06-18T12:29:31.964 INFO:teuthology.orchestra.run.smithi089.stdout:systemctl: stderr Failed to reset failed state of unit ceph-326ab62a-2d6e-11ef-bc9d-c7b262605968@mon.a.service: Unit ceph-326ab62a-2d6e-11ef-bc9d-c7b262605968@mon.a.service not loaded. 2024-06-18T12:29:32.159 INFO:teuthology.orchestra.run.smithi089.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-326ab62a-2d6e-11ef-bc9d-c7b262605968.target.wants/ceph-326ab62a-2d6e-11ef-bc9d-c7b262605968@mon.a.service -> /etc/systemd/system/ceph-326ab62a-2d6e-11ef-bc9d-c7b262605968@.service. 2024-06-18T12:29:32.169 INFO:teuthology.orchestra.run.smithi089.stdout:firewalld does not appear to be present 2024-06-18T12:29:32.169 INFO:teuthology.orchestra.run.smithi089.stdout:Not possible to enable service . firewalld.service is not available 2024-06-18T12:29:32.169 INFO:teuthology.orchestra.run.smithi089.stdout:Waiting for mon to start... 2024-06-18T12:29:32.169 INFO:teuthology.orchestra.run.smithi089.stdout:Waiting for mon... 2024-06-18T12:29:33.912 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:33 smithi089 bash[21440]: cluster 2024-06-18T12:29:33.614125+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-06-18T12:29:34.515 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout cluster: 2024-06-18T12:29:34.515 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout id: 326ab62a-2d6e-11ef-bc9d-c7b262605968 2024-06-18T12:29:34.515 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-06-18T12:29:34.515 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout 2024-06-18T12:29:34.515 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout services: 2024-06-18T12:29:34.516 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.348079s) 2024-06-18T12:29:34.516 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-06-18T12:29:34.516 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-06-18T12:29:34.516 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout 2024-06-18T12:29:34.516 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout data: 2024-06-18T12:29:34.516 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-06-18T12:29:34.516 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-06-18T12:29:34.516 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-06-18T12:29:34.516 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout pgs: 2024-06-18T12:29:34.516 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout 2024-06-18T12:29:34.516 INFO:teuthology.orchestra.run.smithi089.stdout:mon is available 2024-06-18T12:29:34.516 INFO:teuthology.orchestra.run.smithi089.stdout:Assimilating anything we can from ceph.conf... 2024-06-18T12:29:34.913 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:34 smithi089 bash[21440]: cluster 2024-06-18T12:29:33.635812+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-06-18T12:29:34.913 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:34 smithi089 bash[21440]: cluster 2024-06-18T12:29:33.636018+0000 mon.a (mon.0) 3 : cluster [DBG] monmap epoch 1 2024-06-18T12:29:34.913 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:34 smithi089 bash[21440]: cluster 2024-06-18T12:29:33.636030+0000 mon.a (mon.0) 4 : cluster [DBG] fsid 326ab62a-2d6e-11ef-bc9d-c7b262605968 2024-06-18T12:29:34.913 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:34 smithi089 bash[21440]: cluster 2024-06-18T12:29:33.636035+0000 mon.a (mon.0) 5 : cluster [DBG] last_changed 2024-06-18T12:29:28.971684+0000 2024-06-18T12:29:34.913 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:34 smithi089 bash[21440]: cluster 2024-06-18T12:29:33.636044+0000 mon.a (mon.0) 6 : cluster [DBG] created 2024-06-18T12:29:28.971684+0000 2024-06-18T12:29:34.913 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:34 smithi089 bash[21440]: cluster 2024-06-18T12:29:33.636051+0000 mon.a (mon.0) 7 : cluster [DBG] min_mon_release 19 (squid) 2024-06-18T12:29:34.914 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:34 smithi089 bash[21440]: cluster 2024-06-18T12:29:33.636058+0000 mon.a (mon.0) 8 : cluster [DBG] election_strategy: 1 2024-06-18T12:29:34.914 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:34 smithi089 bash[21440]: cluster 2024-06-18T12:29:33.636066+0000 mon.a (mon.0) 9 : cluster [DBG] 0: [v2:172.21.15.89:3300/0,v1:172.21.15.89:6789/0] mon.a 2024-06-18T12:29:34.914 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:34 smithi089 bash[21440]: cluster 2024-06-18T12:29:33.638346+0000 mon.a (mon.0) 10 : cluster [DBG] fsmap 2024-06-18T12:29:34.914 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:34 smithi089 bash[21440]: cluster 2024-06-18T12:29:33.640583+0000 mon.a (mon.0) 11 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-06-18T12:29:34.914 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:34 smithi089 bash[21440]: cluster 2024-06-18T12:29:33.641049+0000 mon.a (mon.0) 12 : cluster [DBG] mgrmap e1: no daemons active 2024-06-18T12:29:34.914 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:34 smithi089 bash[21440]: audit 2024-06-18T12:29:33.983835+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.89:0/580025686' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-06-18T12:29:36.162 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:35 smithi089 bash[21440]: audit 2024-06-18T12:29:35.667077+0000 mon.a (mon.0) 14 : audit [INF] from='client.? 172.21.15.89:0/3770501455' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-06-18T12:29:36.163 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:35 smithi089 bash[21440]: audit 2024-06-18T12:29:35.669833+0000 mon.a (mon.0) 15 : audit [INF] from='client.? 172.21.15.89:0/3770501455' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-06-18T12:29:36.196 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout 2024-06-18T12:29:36.196 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout [global] 2024-06-18T12:29:36.196 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout fsid = 326ab62a-2d6e-11ef-bc9d-c7b262605968 2024-06-18T12:29:36.196 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.89:3300,v1:172.21.15.89:6789] 2024-06-18T12:29:36.196 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-06-18T12:29:36.197 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-06-18T12:29:36.197 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-06-18T12:29:36.197 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-06-18T12:29:36.197 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout 2024-06-18T12:29:36.197 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout [mgr] 2024-06-18T12:29:36.197 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = True 2024-06-18T12:29:36.197 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-06-18T12:29:36.197 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout 2024-06-18T12:29:36.197 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout [osd] 2024-06-18T12:29:36.197 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-06-18T12:29:36.197 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-06-18T12:29:36.197 INFO:teuthology.orchestra.run.smithi089.stdout:Generating new minimal ceph.conf... 2024-06-18T12:29:37.662 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:37 smithi089 bash[21440]: audit 2024-06-18T12:29:37.286736+0000 mon.a (mon.0) 16 : audit [DBG] from='client.? 172.21.15.89:0/559601045' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:29:37.794 INFO:teuthology.orchestra.run.smithi089.stdout:Restarting the monitor... 2024-06-18T12:29:38.116 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:37 smithi089 systemd[1]: Stopping Ceph mon.a for 326ab62a-2d6e-11ef-bc9d-c7b262605968... 2024-06-18T12:29:38.116 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:37 smithi089 bash[21440]: debug 2024-06-18T12:29:37.920+0000 7f4947098640 -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-06-18T12:29:38.116 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:37 smithi089 bash[21440]: debug 2024-06-18T12:29:37.920+0000 7f4947098640 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-06-18T12:29:38.412 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:38 smithi089 bash[21823]: ceph-326ab62a-2d6e-11ef-bc9d-c7b262605968-mon-a 2024-06-18T12:29:38.479 INFO:teuthology.orchestra.run.smithi089.stdout:Setting public_network to 172.21.0.0/20,172.21.0.2/32,172.21.15.254/32,172.21.0.1/32 in mon config section 2024-06-18T12:29:38.794 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:38 smithi089 bash[21886]: Error response from daemon: No such container: ceph-326ab62a-2d6e-11ef-bc9d-c7b262605968-mon-a 2024-06-18T12:29:38.794 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:38 smithi089 systemd[1]: ceph-326ab62a-2d6e-11ef-bc9d-c7b262605968@mon.a.service: Deactivated successfully. 2024-06-18T12:29:38.794 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:38 smithi089 systemd[1]: Stopped Ceph mon.a for 326ab62a-2d6e-11ef-bc9d-c7b262605968. 2024-06-18T12:29:38.794 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:38 smithi089 systemd[1]: Started Ceph mon.a for 326ab62a-2d6e-11ef-bc9d-c7b262605968. 2024-06-18T12:29:40.153 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.888+0000 7f39a0ceab00 0 set uid:gid to 167:167 (ceph:ceph) 2024-06-18T12:29:40.154 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.888+0000 7f39a0ceab00 0 ceph version 19.0.0-3124-g3781e3a5 (3781e3a592387d16e8020f5db99cdee4198f6d00) squid (rc), process ceph-mon, pid 7 2024-06-18T12:29:40.154 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.888+0000 7f39a0ceab00 0 pidfile_write: ignore empty --pid-file 2024-06-18T12:29:40.154 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 0 load: jerasure load: lrc 2024-06-18T12:29:40.154 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: RocksDB version: 7.9.2 2024-06-18T12:29:40.154 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Git sha 0 2024-06-18T12:29:40.154 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Compile date 2024-06-17 15:21:02 2024-06-18T12:29:40.154 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: DB SUMMARY 2024-06-18T12:29:40.155 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: DB Session ID: 3UHW0EBZFT075V2BPYVP 2024-06-18T12:29:40.155 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: CURRENT file: CURRENT 2024-06-18T12:29:40.155 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: IDENTITY file: IDENTITY 2024-06-18T12:29:40.155 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-06-18T12:29:40.155 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-06-18T12:29:40.155 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 88755 ; 2024-06-18T12:29:40.155 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.error_if_exists: 0 2024-06-18T12:29:40.155 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.create_if_missing: 0 2024-06-18T12:29:40.155 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.paranoid_checks: 1 2024-06-18T12:29:40.155 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-06-18T12:29:40.155 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-06-18T12:29:40.156 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-06-18T12:29:40.156 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.env: 0x559659b7e740 2024-06-18T12:29:40.156 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.fs: PosixFileSystem 2024-06-18T12:29:40.156 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.info_log: 0x55965ad4d000 2024-06-18T12:29:40.156 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.max_file_opening_threads: 16 2024-06-18T12:29:40.156 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.statistics: (nil) 2024-06-18T12:29:40.156 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.use_fsync: 0 2024-06-18T12:29:40.156 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.max_log_file_size: 0 2024-06-18T12:29:40.158 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-06-18T12:29:40.158 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.log_file_time_to_roll: 0 2024-06-18T12:29:40.158 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.keep_log_file_num: 1000 2024-06-18T12:29:40.159 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.recycle_log_file_num: 0 2024-06-18T12:29:40.159 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.allow_fallocate: 1 2024-06-18T12:29:40.159 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.allow_mmap_reads: 0 2024-06-18T12:29:40.159 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.allow_mmap_writes: 0 2024-06-18T12:29:40.159 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.use_direct_reads: 0 2024-06-18T12:29:40.159 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-06-18T12:29:40.159 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.create_missing_column_families: 0 2024-06-18T12:29:40.159 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.db_log_dir: 2024-06-18T12:29:40.159 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.wal_dir: 2024-06-18T12:29:40.159 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.table_cache_numshardbits: 6 2024-06-18T12:29:40.159 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-06-18T12:29:40.159 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-06-18T12:29:40.159 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-06-18T12:29:40.159 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-06-18T12:29:40.160 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-06-18T12:29:40.160 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.advise_random_on_open: 1 2024-06-18T12:29:40.160 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.db_write_buffer_size: 0 2024-06-18T12:29:40.160 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.write_buffer_manager: 0x55965ad5c1e0 2024-06-18T12:29:40.160 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-06-18T12:29:40.160 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-06-18T12:29:40.160 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.use_adaptive_mutex: 0 2024-06-18T12:29:40.160 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.rate_limiter: (nil) 2024-06-18T12:29:40.160 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-06-18T12:29:40.160 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.wal_recovery_mode: 2 2024-06-18T12:29:40.160 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.enable_thread_tracking: 0 2024-06-18T12:29:40.160 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.enable_pipelined_write: 0 2024-06-18T12:29:40.160 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.unordered_write: 0 2024-06-18T12:29:40.161 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-06-18T12:29:40.161 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-06-18T12:29:40.161 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-06-18T12:29:40.161 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-06-18T12:29:40.161 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.row_cache: None 2024-06-18T12:29:40.161 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.wal_filter: None 2024-06-18T12:29:40.161 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-06-18T12:29:40.161 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.allow_ingest_behind: 0 2024-06-18T12:29:40.161 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.two_write_queues: 0 2024-06-18T12:29:40.161 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.manual_wal_flush: 0 2024-06-18T12:29:40.161 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.wal_compression: 0 2024-06-18T12:29:40.161 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.atomic_flush: 0 2024-06-18T12:29:40.161 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-06-18T12:29:40.161 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.persist_stats_to_disk: 0 2024-06-18T12:29:40.162 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-06-18T12:29:40.162 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.log_readahead_size: 0 2024-06-18T12:29:40.162 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-06-18T12:29:40.162 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.best_efforts_recovery: 0 2024-06-18T12:29:40.162 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-06-18T12:29:40.162 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-06-18T12:29:40.162 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.allow_data_in_errors: 0 2024-06-18T12:29:40.162 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.db_host_id: __hostname__ 2024-06-18T12:29:40.162 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.enforce_single_del_contracts: true 2024-06-18T12:29:40.162 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.max_background_jobs: 2 2024-06-18T12:29:40.162 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.max_background_compactions: -1 2024-06-18T12:29:40.162 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.max_subcompactions: 1 2024-06-18T12:29:40.162 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-06-18T12:29:40.163 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-06-18T12:29:40.163 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.delayed_write_rate : 16777216 2024-06-18T12:29:40.163 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.max_total_wal_size: 0 2024-06-18T12:29:40.163 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-06-18T12:29:40.163 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.stats_dump_period_sec: 600 2024-06-18T12:29:40.163 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.stats_persist_period_sec: 600 2024-06-18T12:29:40.163 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-06-18T12:29:40.163 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.max_open_files: -1 2024-06-18T12:29:40.163 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.bytes_per_sync: 0 2024-06-18T12:29:40.163 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-06-18T12:29:40.163 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-06-18T12:29:40.163 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.compaction_readahead_size: 0 2024-06-18T12:29:40.163 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.max_background_flushes: -1 2024-06-18T12:29:40.163 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Compression algorithms supported: 2024-06-18T12:29:40.163 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: kZSTD supported: 0 2024-06-18T12:29:40.163 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: kXpressCompression supported: 0 2024-06-18T12:29:40.164 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: kBZip2Compression supported: 0 2024-06-18T12:29:40.164 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-06-18T12:29:40.164 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: kLZ4Compression supported: 1 2024-06-18T12:29:40.164 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: kZlibCompression supported: 1 2024-06-18T12:29:40.164 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: kLZ4HCCompression supported: 1 2024-06-18T12:29:40.164 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: kSnappyCompression supported: 1 2024-06-18T12:29:40.164 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-06-18T12:29:40.164 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-06-18T12:29:40.164 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-06-18T12:29:40.164 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-06-18T12:29:40.164 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-06-18T12:29:40.164 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.merge_operator: 2024-06-18T12:29:40.164 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.compaction_filter: None 2024-06-18T12:29:40.164 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.compaction_filter_factory: None 2024-06-18T12:29:40.164 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.sst_partitioner_factory: None 2024-06-18T12:29:40.164 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-06-18T12:29:40.165 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.table_factory: BlockBasedTable 2024-06-18T12:29:40.165 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55965ad4cd00) 2024-06-18T12:29:40.165 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: cache_index_and_filter_blocks: 1 2024-06-18T12:29:40.165 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: cache_index_and_filter_blocks_with_high_priority: 0 2024-06-18T12:29:40.165 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-06-18T12:29:40.165 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: pin_top_level_index_and_filter: 1 2024-06-18T12:29:40.165 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: index_type: 0 2024-06-18T12:29:40.165 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: data_block_index_type: 0 2024-06-18T12:29:40.165 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: index_shortening: 1 2024-06-18T12:29:40.165 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: data_block_hash_table_util_ratio: 0.750000 2024-06-18T12:29:40.165 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: checksum: 4 2024-06-18T12:29:40.165 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: no_block_cache: 0 2024-06-18T12:29:40.165 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: block_cache: 0x55965ad43090 2024-06-18T12:29:40.165 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: block_cache_name: BinnedLRUCache 2024-06-18T12:29:40.165 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: block_cache_options: 2024-06-18T12:29:40.166 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: capacity : 536870912 2024-06-18T12:29:40.166 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: num_shard_bits : 4 2024-06-18T12:29:40.166 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: strict_capacity_limit : 0 2024-06-18T12:29:40.166 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: high_pri_pool_ratio: 0.000 2024-06-18T12:29:40.166 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: block_cache_compressed: (nil) 2024-06-18T12:29:40.166 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: persistent_cache: (nil) 2024-06-18T12:29:40.166 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: block_size: 4096 2024-06-18T12:29:40.166 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: block_size_deviation: 10 2024-06-18T12:29:40.166 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: block_restart_interval: 16 2024-06-18T12:29:40.166 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: index_block_restart_interval: 1 2024-06-18T12:29:40.166 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: metadata_block_size: 4096 2024-06-18T12:29:40.166 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: partition_filters: 0 2024-06-18T12:29:40.166 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: use_delta_encoding: 1 2024-06-18T12:29:40.167 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: filter_policy: bloomfilter 2024-06-18T12:29:40.167 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: whole_key_filtering: 1 2024-06-18T12:29:40.167 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: verify_compression: 0 2024-06-18T12:29:40.167 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: read_amp_bytes_per_bit: 0 2024-06-18T12:29:40.167 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: format_version: 5 2024-06-18T12:29:40.167 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: enable_index_compression: 1 2024-06-18T12:29:40.167 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: block_align: 0 2024-06-18T12:29:40.167 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: max_auto_readahead_size: 262144 2024-06-18T12:29:40.167 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: prepopulate_block_cache: 0 2024-06-18T12:29:40.167 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: initial_auto_readahead_size: 8192 2024-06-18T12:29:40.167 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: num_file_reads_for_auto_readahead: 2 2024-06-18T12:29:40.167 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.write_buffer_size: 33554432 2024-06-18T12:29:40.167 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.max_write_buffer_number: 2 2024-06-18T12:29:40.167 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.compression: NoCompression 2024-06-18T12:29:40.167 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.bottommost_compression: Disabled 2024-06-18T12:29:40.168 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.prefix_extractor: nullptr 2024-06-18T12:29:40.168 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-06-18T12:29:40.168 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.num_levels: 7 2024-06-18T12:29:40.168 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-06-18T12:29:40.168 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-06-18T12:29:40.168 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-06-18T12:29:40.168 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-06-18T12:29:40.168 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-06-18T12:29:40.168 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-06-18T12:29:40.168 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-06-18T12:29:40.168 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-06-18T12:29:40.168 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-06-18T12:29:40.168 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-06-18T12:29:40.168 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-06-18T12:29:40.168 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-06-18T12:29:40.169 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.compression_opts.window_bits: -14 2024-06-18T12:29:40.169 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.compression_opts.level: 32767 2024-06-18T12:29:40.169 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.compression_opts.strategy: 0 2024-06-18T12:29:40.169 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-06-18T12:29:40.169 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-06-18T12:29:40.169 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-06-18T12:29:40.169 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-06-18T12:29:40.169 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.compression_opts.enabled: false 2024-06-18T12:29:40.169 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-06-18T12:29:40.169 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-06-18T12:29:40.169 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-06-18T12:29:40.169 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-06-18T12:29:40.169 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.target_file_size_base: 67108864 2024-06-18T12:29:40.169 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.target_file_size_multiplier: 1 2024-06-18T12:29:40.170 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-06-18T12:29:40.170 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-06-18T12:29:40.170 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-06-18T12:29:40.170 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-06-18T12:29:40.170 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-06-18T12:29:40.170 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-06-18T12:29:40.170 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-06-18T12:29:40.170 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-06-18T12:29:40.170 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-06-18T12:29:40.170 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-06-18T12:29:40.170 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-06-18T12:29:40.170 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-06-18T12:29:40.171 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-06-18T12:29:40.171 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.arena_block_size: 1048576 2024-06-18T12:29:40.171 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-06-18T12:29:40.171 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-06-18T12:29:40.171 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.disable_auto_compactions: 0 2024-06-18T12:29:40.171 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-06-18T12:29:40.171 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-06-18T12:29:40.171 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-06-18T12:29:40.171 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-06-18T12:29:40.171 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-06-18T12:29:40.171 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-06-18T12:29:40.171 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-06-18T12:29:40.171 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-06-18T12:29:40.171 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-06-18T12:29:40.171 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-06-18T12:29:40.172 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.table_properties_collectors: 2024-06-18T12:29:40.172 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.inplace_update_support: 0 2024-06-18T12:29:40.172 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-06-18T12:29:40.172 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-06-18T12:29:40.172 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-06-18T12:29:40.172 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.memtable_huge_page_size: 0 2024-06-18T12:29:40.172 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.bloom_locality: 0 2024-06-18T12:29:40.172 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.max_successive_merges: 0 2024-06-18T12:29:40.172 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-06-18T12:29:40.172 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.paranoid_file_checks: 0 2024-06-18T12:29:40.172 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.force_consistency_checks: 1 2024-06-18T12:29:40.172 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.report_bg_io_stats: 0 2024-06-18T12:29:40.172 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.ttl: 2592000 2024-06-18T12:29:40.172 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-06-18T12:29:40.173 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-06-18T12:29:40.173 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-06-18T12:29:40.173 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.enable_blob_files: false 2024-06-18T12:29:40.173 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.min_blob_size: 0 2024-06-18T12:29:40.173 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.blob_file_size: 268435456 2024-06-18T12:29:40.173 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.blob_compression_type: NoCompression 2024-06-18T12:29:40.173 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-06-18T12:29:40.173 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-06-18T12:29:40.173 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-06-18T12:29:40.173 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-06-18T12:29:40.173 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.blob_file_starting_level: 0 2024-06-18T12:29:40.173 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-06-18T12:29:40.173 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 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-06-18T12:29:40.174 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-06-18T12:29:40.174 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 5a111d61-c25c-40e9-ab16-aa8024a8378a 2024-06-18T12:29:40.174 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1718713779899040, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-06-18T12:29:40.174 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.892+0000 7f39a0ceab00 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-06-18T12:29:40.174 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.896+0000 7f39a0ceab00 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1718713779900260, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 85346, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 258, "table_properties": {"data_size": 83519, "index_size": 237, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 581, "raw_key_size": 10201, "raw_average_key_size": 47, "raw_value_size": 77726, "raw_average_value_size": 358, "num_data_blocks": 11, "num_entries": 217, "num_filter_entries": 217, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "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": 1718713779, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "5a111d61-c25c-40e9-ab16-aa8024a8378a", "db_session_id": "3UHW0EBZFT075V2BPYVP", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-06-18T12:29:40.174 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.896+0000 7f39a0ceab00 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1718713779900391, "job": 1, "event": "recovery_finished"} 2024-06-18T12:29:40.174 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.896+0000 7f39a0ceab00 4 rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-06-18T12:29:40.174 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.896+0000 7f39a0ceab00 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-06-18T12:29:40.174 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.896+0000 7f39a0ceab00 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55965ad6ee00 2024-06-18T12:29:40.174 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.896+0000 7f39a0ceab00 4 rocksdb: DB pointer 0x55965ae68000 2024-06-18T12:29:40.174 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.896+0000 7f3996ab3640 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-06-18T12:29:40.174 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.896+0000 7f3996ab3640 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-06-18T12:29:40.174 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: ** DB Stats ** 2024-06-18T12:29:40.175 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: Uptime(secs): 0.0 total, 0.0 interval 2024-06-18T12:29:40.175 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-06-18T12:29:40.175 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-06-18T12:29:40.175 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-06-18T12:29:40.175 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-06-18T12:29:40.175 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-06-18T12:29:40.175 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-06-18T12:29:40.175 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: ** Compaction Stats [default] ** 2024-06-18T12:29:40.175 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: 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-06-18T12:29:40.175 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-06-18T12:29:40.175 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: L0 2/0 85.18 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 113.2 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-06-18T12:29:40.175 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: Sum 2/0 85.18 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 113.2 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-06-18T12:29:40.175 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 113.2 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-06-18T12:29:40.175 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: ** Compaction Stats [default] ** 2024-06-18T12:29:40.175 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: 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-06-18T12:29:40.176 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-06-18T12:29:40.176 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 113.2 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-06-18T12:29:40.176 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-06-18T12:29:40.176 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: Uptime(secs): 0.0 total, 0.0 interval 2024-06-18T12:29:40.176 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: Flush(GB): cumulative 0.000, interval 0.000 2024-06-18T12:29:40.176 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: AddFile(GB): cumulative 0.000, interval 0.000 2024-06-18T12:29:40.176 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: AddFile(Total Files): cumulative 0, interval 0 2024-06-18T12:29:40.176 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: AddFile(L0 Files): cumulative 0, interval 0 2024-06-18T12:29:40.176 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: AddFile(Keys): cumulative 0, interval 0 2024-06-18T12:29:40.176 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: Cumulative compaction: 0.00 GB write, 20.97 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-06-18T12:29:40.176 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: Interval compaction: 0.00 GB write, 20.97 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-06-18T12:29:40.176 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: 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-06-18T12:29:40.176 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: Block cache BinnedLRUCache@0x55965ad43090#7 capacity: 512.00 MB usage: 1.19 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.6e-05 secs_since: 0 2024-06-18T12:29:40.176 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: 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-06-18T12:29:40.176 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: ** File Read Latency Histogram By Level [default] ** 2024-06-18T12:29:40.176 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.896+0000 7f39a0ceab00 0 starting mon.a rank 0 at public addrs [v2:172.21.15.89:3300/0,v1:172.21.15.89:6789/0] at bind addrs [v2:172.21.15.89:3300/0,v1:172.21.15.89:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 326ab62a-2d6e-11ef-bc9d-c7b262605968 2024-06-18T12:29:40.177 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.900+0000 7f39a0ceab00 1 mon.a@-1(???) e1 preinit fsid 326ab62a-2d6e-11ef-bc9d-c7b262605968 2024-06-18T12:29:40.177 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.900+0000 7f39a0ceab00 0 mon.a@-1(???).mds e1 new map 2024-06-18T12:29:40.177 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.900+0000 7f39a0ceab00 0 mon.a@-1(???).mds e1 print_map 2024-06-18T12:29:40.177 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: e1 2024-06-18T12:29:40.177 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: enable_multiple, ever_enabled_multiple: 1,1 2024-06-18T12:29:40.177 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: 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-06-18T12:29:40.177 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: legacy client fscid: -1 2024-06-18T12:29:40.177 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: 2024-06-18T12:29:40.177 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: No filesystems configured 2024-06-18T12:29:40.177 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.900+0000 7f39a0ceab00 0 mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-06-18T12:29:40.177 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.900+0000 7f39a0ceab00 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-06-18T12:29:40.177 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.900+0000 7f39a0ceab00 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-06-18T12:29:40.177 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.900+0000 7f39a0ceab00 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-06-18T12:29:40.177 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:39 smithi089 bash[21925]: debug 2024-06-18T12:29:39.900+0000 7f39a0ceab00 1 mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-06-18T12:29:40.177 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:40 smithi089 bash[21925]: cluster 2024-06-18T12:29:39.927918+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-06-18T12:29:40.178 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:40 smithi089 bash[21925]: cluster 2024-06-18T12:29:39.927981+0000 mon.a (mon.0) 2 : cluster [DBG] monmap epoch 1 2024-06-18T12:29:40.178 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:40 smithi089 bash[21925]: cluster 2024-06-18T12:29:39.927990+0000 mon.a (mon.0) 3 : cluster [DBG] fsid 326ab62a-2d6e-11ef-bc9d-c7b262605968 2024-06-18T12:29:40.178 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:40 smithi089 bash[21925]: cluster 2024-06-18T12:29:39.927997+0000 mon.a (mon.0) 4 : cluster [DBG] last_changed 2024-06-18T12:29:28.971684+0000 2024-06-18T12:29:40.178 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:40 smithi089 bash[21925]: cluster 2024-06-18T12:29:39.928004+0000 mon.a (mon.0) 5 : cluster [DBG] created 2024-06-18T12:29:28.971684+0000 2024-06-18T12:29:40.178 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:40 smithi089 bash[21925]: cluster 2024-06-18T12:29:39.928018+0000 mon.a (mon.0) 6 : cluster [DBG] min_mon_release 19 (squid) 2024-06-18T12:29:40.178 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:40 smithi089 bash[21925]: cluster 2024-06-18T12:29:39.928033+0000 mon.a (mon.0) 7 : cluster [DBG] election_strategy: 1 2024-06-18T12:29:40.178 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:40 smithi089 bash[21925]: cluster 2024-06-18T12:29:39.928040+0000 mon.a (mon.0) 8 : cluster [DBG] 0: [v2:172.21.15.89:3300/0,v1:172.21.15.89:6789/0] mon.a 2024-06-18T12:29:40.178 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:40 smithi089 bash[21925]: cluster 2024-06-18T12:29:39.947895+0000 mon.a (mon.0) 9 : cluster [DBG] fsmap 2024-06-18T12:29:40.178 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:40 smithi089 bash[21925]: cluster 2024-06-18T12:29:39.947921+0000 mon.a (mon.0) 10 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-06-18T12:29:40.178 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:40 smithi089 bash[21925]: cluster 2024-06-18T12:29:39.948370+0000 mon.a (mon.0) 11 : cluster [DBG] mgrmap e1: no daemons active 2024-06-18T12:29:40.665 INFO:teuthology.orchestra.run.smithi089.stdout:Wrote config to /etc/ceph/ceph.conf 2024-06-18T12:29:40.683 INFO:teuthology.orchestra.run.smithi089.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-06-18T12:29:40.683 INFO:teuthology.orchestra.run.smithi089.stdout:Creating mgr... 2024-06-18T12:29:40.683 INFO:teuthology.orchestra.run.smithi089.stdout:Verifying port 0.0.0.0:9283 ... 2024-06-18T12:29:40.683 INFO:teuthology.orchestra.run.smithi089.stdout:Verifying port 0.0.0.0:8765 ... 2024-06-18T12:29:40.968 INFO:teuthology.orchestra.run.smithi089.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-326ab62a-2d6e-11ef-bc9d-c7b262605968@mgr.a 2024-06-18T12:29:40.969 INFO:teuthology.orchestra.run.smithi089.stdout:systemctl: stderr Failed to reset failed state of unit ceph-326ab62a-2d6e-11ef-bc9d-c7b262605968@mgr.a.service: Unit ceph-326ab62a-2d6e-11ef-bc9d-c7b262605968@mgr.a.service not loaded. 2024-06-18T12:29:41.081 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:40 smithi089 systemd[1]: /etc/systemd/system/ceph-326ab62a-2d6e-11ef-bc9d-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-06-18T12:29:41.164 INFO:teuthology.orchestra.run.smithi089.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-326ab62a-2d6e-11ef-bc9d-c7b262605968.target.wants/ceph-326ab62a-2d6e-11ef-bc9d-c7b262605968@mgr.a.service -> /etc/systemd/system/ceph-326ab62a-2d6e-11ef-bc9d-c7b262605968@.service. 2024-06-18T12:29:41.173 INFO:teuthology.orchestra.run.smithi089.stdout:firewalld does not appear to be present 2024-06-18T12:29:41.173 INFO:teuthology.orchestra.run.smithi089.stdout:Not possible to enable service . firewalld.service is not available 2024-06-18T12:29:41.173 INFO:teuthology.orchestra.run.smithi089.stdout:firewalld does not appear to be present 2024-06-18T12:29:41.173 INFO:teuthology.orchestra.run.smithi089.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-06-18T12:29:41.173 INFO:teuthology.orchestra.run.smithi089.stdout:Waiting for mgr to start... 2024-06-18T12:29:41.173 INFO:teuthology.orchestra.run.smithi089.stdout:Waiting for mgr... 2024-06-18T12:29:41.413 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:41 smithi089 systemd[1]: /etc/systemd/system/ceph-326ab62a-2d6e-11ef-bc9d-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-06-18T12:29:41.413 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:41 smithi089 bash[21925]: audit 2024-06-18T12:29:40.145271+0000 mon.a (mon.0) 12 : audit [INF] from='client.? 172.21.15.89:0/3154278455' entity='client.admin' 2024-06-18T12:29:42.785 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:29:42 smithi089 bash[22179]: debug 2024-06-18T12:29:42.672+0000 7fac41865040 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-06-18T12:29:43.165 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:42 smithi089 bash[21925]: audit 2024-06-18T12:29:42.778172+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.89:0/3125345304' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-06-18T12:29:43.317 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout 2024-06-18T12:29:43.318 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout { 2024-06-18T12:29:43.318 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "fsid": "326ab62a-2d6e-11ef-bc9d-c7b262605968", 2024-06-18T12:29:43.318 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "health": { 2024-06-18T12:29:43.320 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-06-18T12:29:43.320 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-06-18T12:29:43.320 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-06-18T12:29:43.320 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout }, 2024-06-18T12:29:43.320 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-06-18T12:29:43.320 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-06-18T12:29:43.320 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout 0 2024-06-18T12:29:43.320 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout ], 2024-06-18T12:29:43.320 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-06-18T12:29:43.320 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "a" 2024-06-18T12:29:43.320 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout ], 2024-06-18T12:29:43.321 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2024-06-18T12:29:43.321 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "monmap": { 2024-06-18T12:29:43.321 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-06-18T12:29:43.321 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-06-18T12:29:43.321 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-06-18T12:29:43.321 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout }, 2024-06-18T12:29:43.321 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-06-18T12:29:43.322 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-06-18T12:29:43.322 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-06-18T12:29:43.322 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-06-18T12:29:43.322 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-06-18T12:29:43.322 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-06-18T12:29:43.323 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-06-18T12:29:43.323 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-06-18T12:29:43.323 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout }, 2024-06-18T12:29:43.323 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-06-18T12:29:43.323 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-06-18T12:29:43.325 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-06-18T12:29:43.326 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-06-18T12:29:43.326 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-06-18T12:29:43.326 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-06-18T12:29:43.326 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-06-18T12:29:43.326 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-06-18T12:29:43.326 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-06-18T12:29:43.326 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout }, 2024-06-18T12:29:43.326 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-06-18T12:29:43.326 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-06-18T12:29:43.326 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-06-18T12:29:43.326 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-06-18T12:29:43.326 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout }, 2024-06-18T12:29:43.327 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-06-18T12:29:43.327 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "available": false, 2024-06-18T12:29:43.327 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-06-18T12:29:43.327 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "modules": [ 2024-06-18T12:29:43.327 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "iostat", 2024-06-18T12:29:43.327 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "nfs", 2024-06-18T12:29:43.327 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "restful" 2024-06-18T12:29:43.327 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout ], 2024-06-18T12:29:43.327 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "services": {} 2024-06-18T12:29:43.327 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout }, 2024-06-18T12:29:43.327 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-06-18T12:29:43.328 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-06-18T12:29:43.328 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "modified": "2024-06-18T12:29:33.637251+0000", 2024-06-18T12:29:43.328 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "services": {} 2024-06-18T12:29:43.328 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout }, 2024-06-18T12:29:43.328 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-06-18T12:29:43.328 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout } 2024-06-18T12:29:43.328 INFO:teuthology.orchestra.run.smithi089.stdout:mgr not available, waiting (1/15)... 2024-06-18T12:29:44.162 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:29:43 smithi089 bash[22179]: debug 2024-06-18T12:29:43.892+0000 7fac41865040 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-06-18T12:29:44.163 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:29:43 smithi089 bash[22179]: debug 2024-06-18T12:29:43.960+0000 7fac41865040 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-06-18T12:29:44.163 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:29:44 smithi089 bash[22179]: debug 2024-06-18T12:29:44.112+0000 7fac41865040 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-06-18T12:29:45.094 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:29:44 smithi089 bash[22179]: debug 2024-06-18T12:29:44.764+0000 7fac41865040 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-06-18T12:29:45.094 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:29:44 smithi089 bash[22179]: debug 2024-06-18T12:29:44.836+0000 7fac41865040 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-06-18T12:29:45.094 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:29:44 smithi089 bash[22179]: debug 2024-06-18T12:29:44.904+0000 7fac41865040 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-06-18T12:29:45.094 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:29:45 smithi089 bash[22179]: debug 2024-06-18T12:29:45.092+0000 7fac41865040 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-06-18T12:29:45.410 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:29:45 smithi089 bash[22179]: debug 2024-06-18T12:29:45.172+0000 7fac41865040 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-06-18T12:29:45.411 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:29:45 smithi089 bash[22179]: debug 2024-06-18T12:29:45.240+0000 7fac41865040 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-06-18T12:29:45.663 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:29:45 smithi089 bash[22179]: debug 2024-06-18T12:29:45.500+0000 7fac41865040 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-06-18T12:29:45.663 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:29:45 smithi089 bash[22179]: debug 2024-06-18T12:29:45.572+0000 7fac41865040 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-06-18T12:29:46.106 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:29:45 smithi089 bash[22179]: debug 2024-06-18T12:29:45.768+0000 7fac41865040 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-06-18T12:29:46.106 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:29:45 smithi089 bash[22179]: debug 2024-06-18T12:29:45.848+0000 7fac41865040 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-06-18T12:29:46.412 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:29:46 smithi089 bash[22179]: debug 2024-06-18T12:29:46.104+0000 7fac41865040 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-06-18T12:29:46.412 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:29:46 smithi089 bash[22179]: debug 2024-06-18T12:29:46.288+0000 7fac41865040 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-06-18T12:29:46.734 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:46 smithi089 bash[21925]: audit 2024-06-18T12:29:46.571952+0000 mon.a (mon.0) 14 : audit [DBG] from='client.? 172.21.15.89:0/3221023950' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-06-18T12:29:46.735 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:29:46 smithi089 bash[22179]: debug 2024-06-18T12:29:46.464+0000 7fac41865040 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-06-18T12:29:46.735 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:29:46 smithi089 bash[22179]: debug 2024-06-18T12:29:46.544+0000 7fac41865040 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-06-18T12:29:46.735 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:29:46 smithi089 bash[22179]: debug 2024-06-18T12:29:46.732+0000 7fac41865040 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-06-18T12:29:47.087 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout 2024-06-18T12:29:47.087 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout { 2024-06-18T12:29:47.087 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "fsid": "326ab62a-2d6e-11ef-bc9d-c7b262605968", 2024-06-18T12:29:47.087 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "health": { 2024-06-18T12:29:47.087 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-06-18T12:29:47.087 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-06-18T12:29:47.087 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-06-18T12:29:47.087 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout }, 2024-06-18T12:29:47.088 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-06-18T12:29:47.088 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-06-18T12:29:47.088 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout 0 2024-06-18T12:29:47.088 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout ], 2024-06-18T12:29:47.088 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-06-18T12:29:47.088 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "a" 2024-06-18T12:29:47.088 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout ], 2024-06-18T12:29:47.088 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "quorum_age": 6, 2024-06-18T12:29:47.088 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "monmap": { 2024-06-18T12:29:47.088 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-06-18T12:29:47.088 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-06-18T12:29:47.088 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-06-18T12:29:47.088 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout }, 2024-06-18T12:29:47.088 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-06-18T12:29:47.089 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-06-18T12:29:47.089 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-06-18T12:29:47.089 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-06-18T12:29:47.089 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-06-18T12:29:47.089 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-06-18T12:29:47.089 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-06-18T12:29:47.089 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-06-18T12:29:47.092 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout }, 2024-06-18T12:29:47.092 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-06-18T12:29:47.092 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-06-18T12:29:47.093 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-06-18T12:29:47.093 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-06-18T12:29:47.093 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-06-18T12:29:47.093 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-06-18T12:29:47.093 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-06-18T12:29:47.093 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-06-18T12:29:47.093 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-06-18T12:29:47.093 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout }, 2024-06-18T12:29:47.093 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-06-18T12:29:47.093 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-06-18T12:29:47.093 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-06-18T12:29:47.093 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-06-18T12:29:47.093 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout }, 2024-06-18T12:29:47.094 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-06-18T12:29:47.094 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "available": false, 2024-06-18T12:29:47.094 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-06-18T12:29:47.094 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "modules": [ 2024-06-18T12:29:47.094 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "iostat", 2024-06-18T12:29:47.094 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "nfs", 2024-06-18T12:29:47.094 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "restful" 2024-06-18T12:29:47.094 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout ], 2024-06-18T12:29:47.094 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "services": {} 2024-06-18T12:29:47.094 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout }, 2024-06-18T12:29:47.094 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-06-18T12:29:47.094 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-06-18T12:29:47.095 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "modified": "2024-06-18T12:29:33.637251+0000", 2024-06-18T12:29:47.095 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "services": {} 2024-06-18T12:29:47.095 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout }, 2024-06-18T12:29:47.095 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-06-18T12:29:47.095 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout } 2024-06-18T12:29:47.095 INFO:teuthology.orchestra.run.smithi089.stdout:mgr not available, waiting (2/15)... 2024-06-18T12:29:47.849 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:29:47 smithi089 bash[22179]: debug 2024-06-18T12:29:47.544+0000 7fac41865040 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-06-18T12:29:47.849 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:29:47 smithi089 bash[22179]: debug 2024-06-18T12:29:47.620+0000 7fac41865040 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-06-18T12:29:48.162 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:29:47 smithi089 bash[22179]: debug 2024-06-18T12:29:47.848+0000 7fac41865040 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-06-18T12:29:48.163 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:29:47 smithi089 bash[22179]: debug 2024-06-18T12:29:47.924+0000 7fac41865040 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-06-18T12:29:48.663 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:29:48 smithi089 bash[22179]: debug 2024-06-18T12:29:48.312+0000 7fac41865040 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-06-18T12:29:48.663 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:29:48 smithi089 bash[22179]: debug 2024-06-18T12:29:48.392+0000 7fac41865040 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-06-18T12:29:48.663 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:48 smithi089 bash[21925]: cluster 2024-06-18T12:29:48.417271+0000 mon.a (mon.0) 15 : cluster [INF] Activating manager daemon a 2024-06-18T12:29:48.663 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:48 smithi089 bash[21925]: cluster 2024-06-18T12:29:48.423917+0000 mon.a (mon.0) 16 : cluster [DBG] mgrmap e2: a(active, starting, since 0.00682337s) 2024-06-18T12:29:48.663 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:48 smithi089 bash[21925]: audit 2024-06-18T12:29:48.426007+0000 mon.a (mon.0) 17 : audit [DBG] from='mgr.14100 172.21.15.89:0/1213054523' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-06-18T12:29:48.663 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:48 smithi089 bash[21925]: audit 2024-06-18T12:29:48.426535+0000 mon.a (mon.0) 18 : audit [DBG] from='mgr.14100 172.21.15.89:0/1213054523' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-06-18T12:29:48.663 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:48 smithi089 bash[21925]: audit 2024-06-18T12:29:48.427280+0000 mon.a (mon.0) 19 : audit [DBG] from='mgr.14100 172.21.15.89:0/1213054523' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-06-18T12:29:48.663 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:48 smithi089 bash[21925]: audit 2024-06-18T12:29:48.427779+0000 mon.a (mon.0) 20 : audit [DBG] from='mgr.14100 172.21.15.89:0/1213054523' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-06-18T12:29:48.664 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:48 smithi089 bash[21925]: audit 2024-06-18T12:29:48.428173+0000 mon.a (mon.0) 21 : audit [DBG] from='mgr.14100 172.21.15.89:0/1213054523' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-06-18T12:29:48.664 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:48 smithi089 bash[21925]: cluster 2024-06-18T12:29:48.453782+0000 mon.a (mon.0) 22 : cluster [INF] Manager daemon a is now available 2024-06-18T12:29:48.664 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:48 smithi089 bash[21925]: audit 2024-06-18T12:29:48.465704+0000 mon.a (mon.0) 23 : audit [INF] from='mgr.14100 172.21.15.89:0/1213054523' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-06-18T12:29:48.664 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:48 smithi089 bash[21925]: audit 2024-06-18T12:29:48.467398+0000 mon.a (mon.0) 24 : audit [INF] from='mgr.14100 172.21.15.89:0/1213054523' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-06-18T12:29:49.912 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:49 smithi089 bash[21925]: audit 2024-06-18T12:29:48.469553+0000 mon.a (mon.0) 25 : audit [INF] from='mgr.14100 172.21.15.89:0/1213054523' entity='mgr.a' 2024-06-18T12:29:49.913 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:49 smithi089 bash[21925]: audit 2024-06-18T12:29:48.481477+0000 mon.a (mon.0) 26 : audit [INF] from='mgr.14100 172.21.15.89:0/1213054523' entity='mgr.a' 2024-06-18T12:29:49.913 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:49 smithi089 bash[21925]: audit 2024-06-18T12:29:48.486853+0000 mon.a (mon.0) 27 : audit [INF] from='mgr.14100 172.21.15.89:0/1213054523' entity='mgr.a' 2024-06-18T12:29:49.913 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:49 smithi089 bash[21925]: cluster 2024-06-18T12:29:49.433360+0000 mon.a (mon.0) 28 : cluster [DBG] mgrmap e3: a(active, since 1.01626s) 2024-06-18T12:29:51.203 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout 2024-06-18T12:29:51.203 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout { 2024-06-18T12:29:51.203 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "fsid": "326ab62a-2d6e-11ef-bc9d-c7b262605968", 2024-06-18T12:29:51.203 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "health": { 2024-06-18T12:29:51.203 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-06-18T12:29:51.203 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-06-18T12:29:51.204 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-06-18T12:29:51.204 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout }, 2024-06-18T12:29:51.204 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-06-18T12:29:51.204 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-06-18T12:29:51.204 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout 0 2024-06-18T12:29:51.204 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout ], 2024-06-18T12:29:51.204 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-06-18T12:29:51.204 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "a" 2024-06-18T12:29:51.204 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout ], 2024-06-18T12:29:51.204 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "quorum_age": 10, 2024-06-18T12:29:51.204 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "monmap": { 2024-06-18T12:29:51.204 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-06-18T12:29:51.204 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-06-18T12:29:51.204 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-06-18T12:29:51.205 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout }, 2024-06-18T12:29:51.205 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-06-18T12:29:51.205 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-06-18T12:29:51.205 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-06-18T12:29:51.205 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-06-18T12:29:51.205 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-06-18T12:29:51.205 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-06-18T12:29:51.205 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-06-18T12:29:51.205 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-06-18T12:29:51.208 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout }, 2024-06-18T12:29:51.208 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-06-18T12:29:51.208 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-06-18T12:29:51.209 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-06-18T12:29:51.209 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-06-18T12:29:51.209 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-06-18T12:29:51.209 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-06-18T12:29:51.209 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-06-18T12:29:51.209 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-06-18T12:29:51.209 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-06-18T12:29:51.209 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout }, 2024-06-18T12:29:51.209 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-06-18T12:29:51.209 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-06-18T12:29:51.209 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-06-18T12:29:51.209 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-06-18T12:29:51.209 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout }, 2024-06-18T12:29:51.209 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-06-18T12:29:51.210 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "available": true, 2024-06-18T12:29:51.210 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-06-18T12:29:51.210 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "modules": [ 2024-06-18T12:29:51.210 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "iostat", 2024-06-18T12:29:51.210 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "nfs", 2024-06-18T12:29:51.210 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "restful" 2024-06-18T12:29:51.210 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout ], 2024-06-18T12:29:51.210 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "services": {} 2024-06-18T12:29:51.210 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout }, 2024-06-18T12:29:51.210 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-06-18T12:29:51.210 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-06-18T12:29:51.210 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "modified": "2024-06-18T12:29:33.637251+0000", 2024-06-18T12:29:51.210 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "services": {} 2024-06-18T12:29:51.211 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout }, 2024-06-18T12:29:51.211 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-06-18T12:29:51.211 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout } 2024-06-18T12:29:51.211 INFO:teuthology.orchestra.run.smithi089.stdout:mgr is available 2024-06-18T12:29:51.662 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:51 smithi089 bash[21925]: cluster 2024-06-18T12:29:50.483786+0000 mon.a (mon.0) 29 : cluster [DBG] mgrmap e4: a(active, since 2s) 2024-06-18T12:29:51.662 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:51 smithi089 bash[21925]: audit 2024-06-18T12:29:50.710562+0000 mon.a (mon.0) 30 : audit [DBG] from='client.? 172.21.15.89:0/273954857' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-06-18T12:29:52.912 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:52 smithi089 bash[21925]: audit 2024-06-18T12:29:52.562497+0000 mon.a (mon.0) 31 : audit [INF] from='client.? 172.21.15.89:0/2738659271' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-06-18T12:29:52.913 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:52 smithi089 bash[21925]: audit 2024-06-18T12:29:52.567295+0000 mon.a (mon.0) 32 : audit [INF] from='client.? 172.21.15.89:0/2738659271' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-06-18T12:29:53.092 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout 2024-06-18T12:29:53.092 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout [global] 2024-06-18T12:29:53.092 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout fsid = 326ab62a-2d6e-11ef-bc9d-c7b262605968 2024-06-18T12:29:53.092 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-06-18T12:29:53.092 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-06-18T12:29:53.092 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-06-18T12:29:53.092 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-06-18T12:29:53.092 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout 2024-06-18T12:29:53.092 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout [mgr] 2024-06-18T12:29:53.093 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-06-18T12:29:53.093 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout 2024-06-18T12:29:53.093 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout [osd] 2024-06-18T12:29:53.093 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-06-18T12:29:53.093 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-06-18T12:29:53.093 INFO:teuthology.orchestra.run.smithi089.stdout:Enabling cephadm module... 2024-06-18T12:29:54.912 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:54 smithi089 bash[21925]: audit 2024-06-18T12:29:54.461851+0000 mon.a (mon.0) 33 : audit [INF] from='client.? 172.21.15.89:0/4276948999' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-06-18T12:29:54.913 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:29:54 smithi089 bash[22179]: ignoring --setuser ceph since I am not root 2024-06-18T12:29:54.913 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:29:54 smithi089 bash[22179]: ignoring --setgroup ceph since I am not root 2024-06-18T12:29:54.913 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:29:54 smithi089 bash[22179]: debug 2024-06-18T12:29:54.664+0000 7f1c50e48040 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-06-18T12:29:55.820 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:55 smithi089 bash[21925]: audit 2024-06-18T12:29:54.513578+0000 mon.a (mon.0) 34 : audit [INF] from='client.? 172.21.15.89:0/4276948999' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-06-18T12:29:55.821 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:55 smithi089 bash[21925]: cluster 2024-06-18T12:29:54.518036+0000 mon.a (mon.0) 35 : cluster [DBG] mgrmap e5: a(active, since 6s) 2024-06-18T12:29:56.120 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:29:55 smithi089 bash[22179]: debug 2024-06-18T12:29:55.892+0000 7f1c50e48040 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-06-18T12:29:56.121 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:29:55 smithi089 bash[22179]: debug 2024-06-18T12:29:55.960+0000 7f1c50e48040 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-06-18T12:29:56.121 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:29:56 smithi089 bash[22179]: debug 2024-06-18T12:29:56.120+0000 7f1c50e48040 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-06-18T12:29:56.787 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:29:56 smithi089 bash[21925]: audit 2024-06-18T12:29:56.406134+0000 mon.a (mon.0) 36 : audit [DBG] from='client.? 172.21.15.89:0/1267770894' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-06-18T12:29:56.964 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout { 2024-06-18T12:29:56.964 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-06-18T12:29:56.964 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "available": true, 2024-06-18T12:29:56.964 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-06-18T12:29:56.964 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-06-18T12:29:56.965 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout } 2024-06-18T12:29:56.965 INFO:teuthology.orchestra.run.smithi089.stdout:Waiting for the mgr to restart... 2024-06-18T12:29:56.965 INFO:teuthology.orchestra.run.smithi089.stdout:Waiting for mgr epoch 5... 2024-06-18T12:29:57.051 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:29:56 smithi089 bash[22179]: debug 2024-06-18T12:29:56.784+0000 7f1c50e48040 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-06-18T12:29:57.051 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:29:56 smithi089 bash[22179]: debug 2024-06-18T12:29:56.856+0000 7f1c50e48040 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-06-18T12:29:57.051 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:29:56 smithi089 bash[22179]: debug 2024-06-18T12:29:56.928+0000 7f1c50e48040 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-06-18T12:29:57.412 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:29:57 smithi089 bash[22179]: debug 2024-06-18T12:29:57.120+0000 7f1c50e48040 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-06-18T12:29:57.412 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:29:57 smithi089 bash[22179]: debug 2024-06-18T12:29:57.200+0000 7f1c50e48040 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-06-18T12:29:57.413 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:29:57 smithi089 bash[22179]: debug 2024-06-18T12:29:57.268+0000 7f1c50e48040 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-06-18T12:29:57.802 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:29:57 smithi089 bash[22179]: debug 2024-06-18T12:29:57.528+0000 7f1c50e48040 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-06-18T12:29:57.802 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:29:57 smithi089 bash[22179]: debug 2024-06-18T12:29:57.600+0000 7f1c50e48040 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-06-18T12:29:58.149 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:29:57 smithi089 bash[22179]: debug 2024-06-18T12:29:57.800+0000 7f1c50e48040 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-06-18T12:29:58.149 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:29:57 smithi089 bash[22179]: debug 2024-06-18T12:29:57.884+0000 7f1c50e48040 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-06-18T12:29:58.412 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:29:58 smithi089 bash[22179]: debug 2024-06-18T12:29:58.148+0000 7f1c50e48040 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-06-18T12:29:58.412 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:29:58 smithi089 bash[22179]: debug 2024-06-18T12:29:58.328+0000 7f1c50e48040 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-06-18T12:29:58.757 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:29:58 smithi089 bash[22179]: debug 2024-06-18T12:29:58.492+0000 7f1c50e48040 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-06-18T12:29:58.757 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:29:58 smithi089 bash[22179]: debug 2024-06-18T12:29:58.572+0000 7f1c50e48040 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-06-18T12:29:58.757 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:29:58 smithi089 bash[22179]: debug 2024-06-18T12:29:58.756+0000 7f1c50e48040 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-06-18T12:29:59.871 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:29:59 smithi089 bash[22179]: debug 2024-06-18T12:29:59.564+0000 7f1c50e48040 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-06-18T12:29:59.871 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:29:59 smithi089 bash[22179]: debug 2024-06-18T12:29:59.644+0000 7f1c50e48040 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-06-18T12:29:59.871 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:29:59 smithi089 bash[22179]: debug 2024-06-18T12:29:59.868+0000 7f1c50e48040 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-06-18T12:30:00.162 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:29:59 smithi089 bash[22179]: debug 2024-06-18T12:29:59.944+0000 7f1c50e48040 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-06-18T12:30:00.662 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:30:00 smithi089 bash[22179]: debug 2024-06-18T12:30:00.340+0000 7f1c50e48040 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-06-18T12:30:00.662 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:30:00 smithi089 bash[22179]: debug 2024-06-18T12:30:00.420+0000 7f1c50e48040 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-06-18T12:30:00.662 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:00 smithi089 bash[21925]: cluster 2024-06-18T12:30:00.445527+0000 mon.a (mon.0) 37 : cluster [INF] Active manager daemon a restarted 2024-06-18T12:30:00.663 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:00 smithi089 bash[21925]: cluster 2024-06-18T12:30:00.445973+0000 mon.a (mon.0) 38 : cluster [INF] Activating manager daemon a 2024-06-18T12:30:00.663 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:00 smithi089 bash[21925]: cluster 2024-06-18T12:30:00.452436+0000 mon.a (mon.0) 39 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-06-18T12:30:00.663 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:00 smithi089 bash[21925]: cluster 2024-06-18T12:30:00.452670+0000 mon.a (mon.0) 40 : cluster [DBG] mgrmap e6: a(active, starting, since 0.00685674s) 2024-06-18T12:30:00.663 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:00 smithi089 bash[21925]: audit 2024-06-18T12:30:00.454346+0000 mon.a (mon.0) 41 : audit [DBG] from='mgr.14118 172.21.15.89:0/1927277915' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-06-18T12:30:00.663 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:00 smithi089 bash[21925]: audit 2024-06-18T12:30:00.455213+0000 mon.a (mon.0) 42 : audit [DBG] from='mgr.14118 172.21.15.89:0/1927277915' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-06-18T12:30:00.663 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:00 smithi089 bash[21925]: audit 2024-06-18T12:30:00.456398+0000 mon.a (mon.0) 43 : audit [DBG] from='mgr.14118 172.21.15.89:0/1927277915' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-06-18T12:30:00.663 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:00 smithi089 bash[21925]: audit 2024-06-18T12:30:00.456653+0000 mon.a (mon.0) 44 : audit [DBG] from='mgr.14118 172.21.15.89:0/1927277915' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-06-18T12:30:00.663 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:00 smithi089 bash[21925]: audit 2024-06-18T12:30:00.456891+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.14118 172.21.15.89:0/1927277915' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-06-18T12:30:00.663 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:00 smithi089 bash[21925]: cluster 2024-06-18T12:30:00.481532+0000 mon.a (mon.0) 46 : cluster [INF] Manager daemon a is now available 2024-06-18T12:30:00.663 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:00 smithi089 bash[21925]: audit 2024-06-18T12:30:00.496512+0000 mon.a (mon.0) 47 : audit [INF] from='mgr.14118 172.21.15.89:0/1927277915' entity='mgr.a' 2024-06-18T12:30:01.912 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:01 smithi089 bash[21925]: cephadm 2024-06-18T12:30:00.493502+0000 mgr.a (mgr.14118) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-06-18T12:30:01.913 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:01 smithi089 bash[21925]: audit 2024-06-18T12:30:00.501982+0000 mon.a (mon.0) 48 : audit [INF] from='mgr.14118 172.21.15.89:0/1927277915' entity='mgr.a' 2024-06-18T12:30:01.913 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:01 smithi089 bash[21925]: audit 2024-06-18T12:30:00.504400+0000 mon.a (mon.0) 49 : audit [INF] from='mgr.14118 172.21.15.89:0/1927277915' entity='mgr.a' 2024-06-18T12:30:01.913 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:01 smithi089 bash[21925]: audit 2024-06-18T12:30:00.506568+0000 mon.a (mon.0) 50 : audit [DBG] from='mgr.14118 172.21.15.89:0/1927277915' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T12:30:01.913 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:01 smithi089 bash[21925]: audit 2024-06-18T12:30:00.509303+0000 mon.a (mon.0) 51 : audit [DBG] from='mgr.14118 172.21.15.89:0/1927277915' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T12:30:01.913 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:01 smithi089 bash[21925]: audit 2024-06-18T12:30:00.521489+0000 mon.a (mon.0) 52 : audit [INF] from='mgr.14118 172.21.15.89:0/1927277915' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-06-18T12:30:01.913 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:01 smithi089 bash[21925]: audit 2024-06-18T12:30:00.523348+0000 mon.a (mon.0) 53 : audit [INF] from='mgr.14118 172.21.15.89:0/1927277915' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-06-18T12:30:01.913 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:01 smithi089 bash[21925]: audit 2024-06-18T12:30:01.393920+0000 mon.a (mon.0) 54 : audit [INF] from='mgr.14118 172.21.15.89:0/1927277915' entity='mgr.a' 2024-06-18T12:30:01.913 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:01 smithi089 bash[21925]: audit 2024-06-18T12:30:01.399095+0000 mon.a (mon.0) 55 : audit [INF] from='mgr.14118 172.21.15.89:0/1927277915' entity='mgr.a' 2024-06-18T12:30:01.913 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:01 smithi089 bash[21925]: cluster 2024-06-18T12:30:01.457485+0000 mon.a (mon.0) 56 : cluster [DBG] mgrmap e7: a(active, since 1.01166s) 2024-06-18T12:30:02.087 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout { 2024-06-18T12:30:02.087 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-06-18T12:30:02.087 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "initialized": true 2024-06-18T12:30:02.088 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout } 2024-06-18T12:30:02.088 INFO:teuthology.orchestra.run.smithi089.stdout:mgr epoch 5 is available 2024-06-18T12:30:02.088 INFO:teuthology.orchestra.run.smithi089.stdout:Setting orchestrator backend to cephadm... 2024-06-18T12:30:02.839 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:02 smithi089 bash[21925]: audit 2024-06-18T12:30:01.454885+0000 mgr.a (mgr.14118) 2 : audit [DBG] from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-06-18T12:30:02.839 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:02 smithi089 bash[21925]: audit 2024-06-18T12:30:01.468118+0000 mgr.a (mgr.14118) 3 : audit [DBG] from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-06-18T12:30:02.839 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:30:02 smithi089 bash[22179]: debug 2024-06-18T12:30:02.652+0000 7f1bb8c8a640 -1 log_channel(cephadm) log [ERR] : [18/Jun/2024:12:30:02] ENGINE Error in HTTPServer.serve 2024-06-18T12:30:02.839 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:30:02 smithi089 bash[22179]: Traceback (most recent call last): 2024-06-18T12:30:02.839 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:30:02 smithi089 bash[22179]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-06-18T12:30:02.839 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:30:02 smithi089 bash[22179]: self._connections.run(self.expiration_interval) 2024-06-18T12:30:02.839 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:30:02 smithi089 bash[22179]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-06-18T12:30:02.840 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:30:02 smithi089 bash[22179]: self._run(expiration_interval) 2024-06-18T12:30:02.840 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:30:02 smithi089 bash[22179]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-06-18T12:30:02.840 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:30:02 smithi089 bash[22179]: new_conn = self._from_server_socket(self.server.socket) 2024-06-18T12:30:02.840 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:30:02 smithi089 bash[22179]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-06-18T12:30:02.840 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:30:02 smithi089 bash[22179]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-06-18T12:30:02.840 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:30:02 smithi089 bash[22179]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-06-18T12:30:02.840 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:30:02 smithi089 bash[22179]: s = self.context.wrap_socket( 2024-06-18T12:30:02.840 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:30:02 smithi089 bash[22179]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-06-18T12:30:02.840 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:30:02 smithi089 bash[22179]: return self.sslsocket_class._create( 2024-06-18T12:30:02.840 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:30:02 smithi089 bash[22179]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-06-18T12:30:02.840 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:30:02 smithi089 bash[22179]: self.do_handshake() 2024-06-18T12:30:02.840 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:30:02 smithi089 bash[22179]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-06-18T12:30:02.840 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:30:02 smithi089 bash[22179]: self._sslobj.do_handshake() 2024-06-18T12:30:02.840 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:30:02 smithi089 bash[22179]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1129) 2024-06-18T12:30:03.662 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:03 smithi089 bash[21925]: cephadm 2024-06-18T12:30:02.432846+0000 mgr.a (mgr.14118) 4 : cephadm [INF] [18/Jun/2024:12:30:02] ENGINE Bus STARTING 2024-06-18T12:30:03.662 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:03 smithi089 bash[21925]: cluster 2024-06-18T12:30:02.509202+0000 mon.a (mon.0) 57 : cluster [DBG] mgrmap e8: a(active, since 2s) 2024-06-18T12:30:03.662 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:03 smithi089 bash[21925]: cephadm 2024-06-18T12:30:02.534782+0000 mgr.a (mgr.14118) 5 : cephadm [INF] [18/Jun/2024:12:30:02] ENGINE Serving on http://172.21.15.89:8765 2024-06-18T12:30:03.663 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:03 smithi089 bash[21925]: audit 2024-06-18T12:30:02.655074+0000 mon.a (mon.0) 58 : audit [DBG] from='mgr.14118 172.21.15.89:0/1927277915' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T12:30:03.663 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:03 smithi089 bash[21925]: audit 2024-06-18T12:30:03.381846+0000 mon.a (mon.0) 59 : audit [INF] from='mgr.14118 172.21.15.89:0/1927277915' entity='mgr.a' 2024-06-18T12:30:03.663 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:03 smithi089 bash[21925]: audit 2024-06-18T12:30:03.396809+0000 mon.a (mon.0) 60 : audit [DBG] from='mgr.14118 172.21.15.89:0/1927277915' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T12:30:04.780 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:04 smithi089 bash[21925]: cephadm 2024-06-18T12:30:02.653942+0000 mgr.a (mgr.14118) 6 : cephadm [INF] [18/Jun/2024:12:30:02] ENGINE Serving on https://172.21.15.89:7150 2024-06-18T12:30:04.780 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:04 smithi089 bash[21925]: cephadm 2024-06-18T12:30:02.654143+0000 mgr.a (mgr.14118) 7 : cephadm [INF] [18/Jun/2024:12:30:02] ENGINE Bus STARTED 2024-06-18T12:30:04.780 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:04 smithi089 bash[21925]: cephadm 2024-06-18T12:30:02.657658+0000 mgr.a (mgr.14118) 8 : cephadm [ERR] [18/Jun/2024:12:30:02] ENGINE Error in HTTPServer.serve 2024-06-18T12:30:04.780 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:04 smithi089 bash[21925]: Traceback (most recent call last): 2024-06-18T12:30:04.780 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:04 smithi089 bash[21925]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-06-18T12:30:04.780 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:04 smithi089 bash[21925]: self._connections.run(self.expiration_interval) 2024-06-18T12:30:04.780 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:04 smithi089 bash[21925]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-06-18T12:30:04.781 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:04 smithi089 bash[21925]: self._run(expiration_interval) 2024-06-18T12:30:04.781 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:04 smithi089 bash[21925]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-06-18T12:30:04.781 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:04 smithi089 bash[21925]: new_conn = self._from_server_socket(self.server.socket) 2024-06-18T12:30:04.781 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:04 smithi089 bash[21925]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-06-18T12:30:04.781 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:04 smithi089 bash[21925]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-06-18T12:30:04.781 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:04 smithi089 bash[21925]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-06-18T12:30:04.781 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:04 smithi089 bash[21925]: s = self.context.wrap_socket( 2024-06-18T12:30:04.781 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:04 smithi089 bash[21925]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-06-18T12:30:04.781 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:04 smithi089 bash[21925]: return self.sslsocket_class._create( 2024-06-18T12:30:04.781 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:04 smithi089 bash[21925]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-06-18T12:30:04.781 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:04 smithi089 bash[21925]: self.do_handshake() 2024-06-18T12:30:04.781 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:04 smithi089 bash[21925]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-06-18T12:30:04.782 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:04 smithi089 bash[21925]: self._sslobj.do_handshake() 2024-06-18T12:30:04.782 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:04 smithi089 bash[21925]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1129) 2024-06-18T12:30:04.782 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:04 smithi089 bash[21925]: audit 2024-06-18T12:30:03.375484+0000 mgr.a (mgr.14118) 9 : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T12:30:05.819 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout value unchanged 2024-06-18T12:30:05.819 INFO:teuthology.orchestra.run.smithi089.stdout:Generating ssh key... 2024-06-18T12:30:05.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:05 smithi089 bash[21925]: audit 2024-06-18T12:30:05.311895+0000 mgr.a (mgr.14118) 10 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T12:30:07.663 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:30:07 smithi089 bash[22179]: Generating public/private rsa key pair. 2024-06-18T12:30:07.663 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:30:07 smithi089 bash[22179]: Your identification has been saved in /tmp/tmp13v9yyvj/key 2024-06-18T12:30:07.663 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:30:07 smithi089 bash[22179]: Your public key has been saved in /tmp/tmp13v9yyvj/key.pub 2024-06-18T12:30:07.663 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:30:07 smithi089 bash[22179]: The key fingerprint is: 2024-06-18T12:30:07.663 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:30:07 smithi089 bash[22179]: SHA256:3qL/5gmWKgW4f86pNvNHsc85SiwEnjq7MOUpDwJ88qI ceph-326ab62a-2d6e-11ef-bc9d-c7b262605968 2024-06-18T12:30:07.663 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:30:07 smithi089 bash[22179]: The key's randomart image is: 2024-06-18T12:30:07.663 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:30:07 smithi089 bash[22179]: +---[RSA 3072]----+ 2024-06-18T12:30:07.663 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:30:07 smithi089 bash[22179]: | | 2024-06-18T12:30:07.663 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:30:07 smithi089 bash[22179]: | | 2024-06-18T12:30:07.664 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:30:07 smithi089 bash[22179]: | .. | 2024-06-18T12:30:07.664 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:30:07 smithi089 bash[22179]: |. ...o . | 2024-06-18T12:30:07.664 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:30:07 smithi089 bash[22179]: |.o.oo.. So | 2024-06-18T12:30:07.664 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:30:07 smithi089 bash[22179]: |.o=o ..ooo | 2024-06-18T12:30:07.664 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:30:07 smithi089 bash[22179]: |*.=o ...Oo.. | 2024-06-18T12:30:07.664 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:30:07 smithi089 bash[22179]: |o*.o*..B.o*. | 2024-06-18T12:30:07.664 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:30:07 smithi089 bash[22179]: |E +o.OBoo=+. | 2024-06-18T12:30:07.664 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:30:07 smithi089 bash[22179]: +----[SHA256]-----+ 2024-06-18T12:30:08.662 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:08 smithi089 bash[21925]: audit 2024-06-18T12:30:07.160982+0000 mgr.a (mgr.14118) 11 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T12:30:08.662 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:08 smithi089 bash[21925]: cephadm 2024-06-18T12:30:07.161435+0000 mgr.a (mgr.14118) 12 : cephadm [INF] Generating ssh key... 2024-06-18T12:30:08.662 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:08 smithi089 bash[21925]: audit 2024-06-18T12:30:07.414073+0000 mon.a (mon.0) 61 : audit [INF] from='mgr.14118 172.21.15.89:0/1927277915' entity='mgr.a' 2024-06-18T12:30:08.662 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:08 smithi089 bash[21925]: audit 2024-06-18T12:30:07.418435+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.14118 172.21.15.89:0/1927277915' entity='mgr.a' 2024-06-18T12:30:09.768 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC+xloMku8bJLg+13+QD/ylm3Eqa1eyWNYR9tUULuNuFvoDkGUPseXLbzNrd6FA3Cwluq+2B6WolLb2qaoP4ViJjbj+pQXCkdTV7SDm4AChI7Gu8+qQHcD2PVrFgSGN8fFydGfOjs37JrUpGliMYKz6xFDGt86V4Ujg1BgFPTKOHD1QL/b74XAqy3tSuDWFbz0WcG6ddjggCqeedPiPHGwSpYq8cj7wUy8UcQ7PFmbx4OVzdRSSA6XdXKjpGw4+iNGxNRnGW2QH9XniBai5/Dhjh8ebhtMIVmVCuN7EvuUcwKkypLLrTDNQDhDGZMqJHN9ZlLZ6XwrK8ROiZPgHgGAGrbhjE16jj432kJH+iw77NGj4kEAEnNUhY8K+33LQumFhRjMWRi+rza9m6IGC6MoF/bVuh6K6wAAJ+ngOKL/xi0gZBiVGu6OH43/KY/A76UciIKPiOP4kYqCO9DVG3s6Uz1ODuZJfIpvb97xD7o8YK6XCZFfMeXPQOIit1DbCAUE= ceph-326ab62a-2d6e-11ef-bc9d-c7b262605968 2024-06-18T12:30:09.769 INFO:teuthology.orchestra.run.smithi089.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-06-18T12:30:09.769 INFO:teuthology.orchestra.run.smithi089.stdout:Adding key to root@localhost authorized_keys... 2024-06-18T12:30:09.769 INFO:teuthology.orchestra.run.smithi089.stdout:Adding host smithi089... 2024-06-18T12:30:09.912 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:09 smithi089 bash[21925]: audit 2024-06-18T12:30:09.241979+0000 mgr.a (mgr.14118) 13 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T12:30:11.912 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:11 smithi089 bash[21925]: audit 2024-06-18T12:30:11.165548+0000 mgr.a (mgr.14118) 14 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi089", "addr": "172.21.15.89", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T12:30:12.799 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:12 smithi089 bash[21925]: cephadm 2024-06-18T12:30:12.128424+0000 mgr.a (mgr.14118) 15 : cephadm [INF] Deploying cephadm binary to smithi089 2024-06-18T12:30:15.975 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout Added host 'smithi089' with addr '172.21.15.89' 2024-06-18T12:30:15.975 INFO:teuthology.orchestra.run.smithi089.stdout:Deploying unmanaged mon service... 2024-06-18T12:30:16.337 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:16 smithi089 bash[21925]: audit 2024-06-18T12:30:15.214758+0000 mon.a (mon.0) 63 : audit [INF] from='mgr.14118 172.21.15.89:0/1927277915' entity='mgr.a' 2024-06-18T12:30:16.337 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:16 smithi089 bash[21925]: cephadm 2024-06-18T12:30:15.215147+0000 mgr.a (mgr.14118) 16 : cephadm [INF] Added host smithi089 2024-06-18T12:30:16.338 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:16 smithi089 bash[21925]: audit 2024-06-18T12:30:15.215576+0000 mon.a (mon.0) 64 : audit [DBG] from='mgr.14118 172.21.15.89:0/1927277915' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T12:30:18.725 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-06-18T12:30:18.725 INFO:teuthology.orchestra.run.smithi089.stdout:Deploying unmanaged mgr service... 2024-06-18T12:30:19.162 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:18 smithi089 bash[21925]: audit 2024-06-18T12:30:17.884514+0000 mgr.a (mgr.14118) 17 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T12:30:19.162 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:18 smithi089 bash[21925]: cephadm 2024-06-18T12:30:17.885755+0000 mgr.a (mgr.14118) 18 : cephadm [INF] Saving service mon spec with placement count:5 2024-06-18T12:30:19.162 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:18 smithi089 bash[21925]: audit 2024-06-18T12:30:17.888083+0000 mon.a (mon.0) 65 : audit [INF] from='mgr.14118 172.21.15.89:0/1927277915' entity='mgr.a' 2024-06-18T12:30:19.162 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:18 smithi089 bash[21925]: audit 2024-06-18T12:30:18.431062+0000 mon.a (mon.0) 66 : audit [INF] from='mgr.14118 172.21.15.89:0/1927277915' entity='mgr.a' 2024-06-18T12:30:20.162 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:19 smithi089 bash[21925]: audit 2024-06-18T12:30:18.953320+0000 mon.a (mon.0) 67 : audit [INF] from='mgr.14118 172.21.15.89:0/1927277915' entity='mgr.a' 2024-06-18T12:30:20.826 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-06-18T12:30:21.662 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:21 smithi089 bash[21925]: audit 2024-06-18T12:30:20.235622+0000 mgr.a (mgr.14118) 19 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T12:30:21.662 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:21 smithi089 bash[21925]: cephadm 2024-06-18T12:30:20.237839+0000 mgr.a (mgr.14118) 20 : cephadm [INF] Saving service mgr spec with placement count:2 2024-06-18T12:30:21.663 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:21 smithi089 bash[21925]: audit 2024-06-18T12:30:20.241493+0000 mon.a (mon.0) 68 : audit [INF] from='mgr.14118 172.21.15.89:0/1927277915' entity='mgr.a' 2024-06-18T12:30:21.663 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:21 smithi089 bash[21925]: cluster 2024-06-18T12:30:20.458100+0000 mgr.a (mgr.14118) 21 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:30:23.662 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:23 smithi089 bash[21925]: audit 2024-06-18T12:30:22.336887+0000 mon.a (mon.0) 69 : audit [INF] from='client.? 172.21.15.89:0/3903342204' entity='client.admin' 2024-06-18T12:30:23.662 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:23 smithi089 bash[21925]: cluster 2024-06-18T12:30:22.458452+0000 mgr.a (mgr.14118) 22 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:30:24.817 INFO:teuthology.orchestra.run.smithi089.stdout:Enabling the dashboard module... 2024-06-18T12:30:25.662 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:25 smithi089 bash[21925]: audit 2024-06-18T12:30:24.237295+0000 mon.a (mon.0) 70 : audit [INF] from='client.? 172.21.15.89:0/1487787090' entity='client.admin' 2024-06-18T12:30:25.662 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:25 smithi089 bash[21925]: cluster 2024-06-18T12:30:24.458843+0000 mgr.a (mgr.14118) 23 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:30:26.912 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:26 smithi089 bash[21925]: audit 2024-06-18T12:30:25.502591+0000 mon.a (mon.0) 71 : audit [INF] from='mgr.14118 172.21.15.89:0/1927277915' entity='mgr.a' 2024-06-18T12:30:26.912 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:26 smithi089 bash[21925]: audit 2024-06-18T12:30:25.505734+0000 mon.a (mon.0) 72 : audit [INF] from='mgr.14118 172.21.15.89:0/1927277915' entity='mgr.a' 2024-06-18T12:30:26.912 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:26 smithi089 bash[21925]: audit 2024-06-18T12:30:25.506282+0000 mon.a (mon.0) 73 : audit [INF] from='mgr.14118 172.21.15.89:0/1927277915' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi089", "name": "osd_memory_target"}]: dispatch 2024-06-18T12:30:26.912 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:26 smithi089 bash[21925]: audit 2024-06-18T12:30:25.509863+0000 mon.a (mon.0) 74 : audit [INF] from='mgr.14118 172.21.15.89:0/1927277915' entity='mgr.a' 2024-06-18T12:30:26.912 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:26 smithi089 bash[21925]: audit 2024-06-18T12:30:25.511256+0000 mon.a (mon.0) 75 : audit [INF] from='mgr.14118 172.21.15.89:0/1927277915' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi089", "caps": []}]: dispatch 2024-06-18T12:30:26.912 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:26 smithi089 bash[21925]: audit 2024-06-18T12:30:25.512623+0000 mon.a (mon.0) 76 : audit [INF] from='mgr.14118 172.21.15.89:0/1927277915' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi089", "caps": []}]': finished 2024-06-18T12:30:26.913 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:26 smithi089 bash[21925]: audit 2024-06-18T12:30:26.287125+0000 mon.a (mon.0) 77 : audit [INF] from='client.? 172.21.15.89:0/3696410515' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-06-18T12:30:26.913 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:30:26 smithi089 bash[22179]: ignoring --setuser ceph since I am not root 2024-06-18T12:30:26.913 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:30:26 smithi089 bash[22179]: ignoring --setgroup ceph since I am not root 2024-06-18T12:30:26.913 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:30:26 smithi089 bash[22179]: debug 2024-06-18T12:30:26.684+0000 7feed949a040 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-06-18T12:30:27.516 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:27 smithi089 bash[21925]: audit 2024-06-18T12:30:26.518338+0000 mon.a (mon.0) 78 : audit [INF] from='client.? 172.21.15.89:0/3696410515' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-06-18T12:30:27.516 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:27 smithi089 bash[21925]: cluster 2024-06-18T12:30:26.522960+0000 mon.a (mon.0) 79 : cluster [DBG] mgrmap e9: a(active, since 26s) 2024-06-18T12:30:28.162 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:30:27 smithi089 bash[22179]: debug 2024-06-18T12:30:27.904+0000 7feed949a040 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-06-18T12:30:28.162 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:30:27 smithi089 bash[22179]: debug 2024-06-18T12:30:27.972+0000 7feed949a040 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-06-18T12:30:28.162 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:30:28 smithi089 bash[22179]: debug 2024-06-18T12:30:28.136+0000 7feed949a040 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-06-18T12:30:28.953 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:28 smithi089 bash[21925]: audit 2024-06-18T12:30:28.658914+0000 mon.a (mon.0) 80 : audit [DBG] from='client.? 172.21.15.89:0/1747161783' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-06-18T12:30:28.954 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:30:28 smithi089 bash[22179]: debug 2024-06-18T12:30:28.808+0000 7feed949a040 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-06-18T12:30:28.954 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:30:28 smithi089 bash[22179]: debug 2024-06-18T12:30:28.880+0000 7feed949a040 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-06-18T12:30:29.223 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:30:28 smithi089 bash[22179]: debug 2024-06-18T12:30:28.952+0000 7feed949a040 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-06-18T12:30:29.223 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:30:29 smithi089 bash[22179]: debug 2024-06-18T12:30:29.140+0000 7feed949a040 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-06-18T12:30:29.274 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout { 2024-06-18T12:30:29.274 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "epoch": 9, 2024-06-18T12:30:29.274 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "available": true, 2024-06-18T12:30:29.274 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-06-18T12:30:29.274 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-06-18T12:30:29.274 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout } 2024-06-18T12:30:29.274 INFO:teuthology.orchestra.run.smithi089.stdout:Waiting for the mgr to restart... 2024-06-18T12:30:29.274 INFO:teuthology.orchestra.run.smithi089.stdout:Waiting for mgr epoch 9... 2024-06-18T12:30:29.562 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:30:29 smithi089 bash[22179]: debug 2024-06-18T12:30:29.220+0000 7feed949a040 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-06-18T12:30:29.563 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:30:29 smithi089 bash[22179]: debug 2024-06-18T12:30:29.296+0000 7feed949a040 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-06-18T12:30:29.833 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:30:29 smithi089 bash[22179]: debug 2024-06-18T12:30:29.560+0000 7feed949a040 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-06-18T12:30:29.833 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:30:29 smithi089 bash[22179]: debug 2024-06-18T12:30:29.632+0000 7feed949a040 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-06-18T12:30:30.162 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:30:29 smithi089 bash[22179]: debug 2024-06-18T12:30:29.832+0000 7feed949a040 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-06-18T12:30:30.162 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:30:29 smithi089 bash[22179]: debug 2024-06-18T12:30:29.912+0000 7feed949a040 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-06-18T12:30:30.533 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:30:30 smithi089 bash[22179]: debug 2024-06-18T12:30:30.172+0000 7feed949a040 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-06-18T12:30:30.533 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:30:30 smithi089 bash[22179]: debug 2024-06-18T12:30:30.360+0000 7feed949a040 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-06-18T12:30:30.796 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:30:30 smithi089 bash[22179]: debug 2024-06-18T12:30:30.532+0000 7feed949a040 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-06-18T12:30:30.796 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:30:30 smithi089 bash[22179]: debug 2024-06-18T12:30:30.612+0000 7feed949a040 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-06-18T12:30:31.162 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:30:30 smithi089 bash[22179]: debug 2024-06-18T12:30:30.796+0000 7feed949a040 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-06-18T12:30:31.912 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:30:31 smithi089 bash[22179]: debug 2024-06-18T12:30:31.608+0000 7feed949a040 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-06-18T12:30:31.912 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:30:31 smithi089 bash[22179]: debug 2024-06-18T12:30:31.684+0000 7feed949a040 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-06-18T12:30:32.383 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:30:31 smithi089 bash[22179]: debug 2024-06-18T12:30:31.912+0000 7feed949a040 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-06-18T12:30:32.383 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:30:31 smithi089 bash[22179]: debug 2024-06-18T12:30:31.988+0000 7feed949a040 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-06-18T12:30:32.662 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:30:32 smithi089 bash[22179]: debug 2024-06-18T12:30:32.380+0000 7feed949a040 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-06-18T12:30:32.662 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:30:32 smithi089 bash[22179]: debug 2024-06-18T12:30:32.464+0000 7feed949a040 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-06-18T12:30:32.662 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:32 smithi089 bash[21925]: cluster 2024-06-18T12:30:32.489639+0000 mon.a (mon.0) 81 : cluster [INF] Active manager daemon a restarted 2024-06-18T12:30:32.662 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:32 smithi089 bash[21925]: cluster 2024-06-18T12:30:32.490077+0000 mon.a (mon.0) 82 : cluster [INF] Activating manager daemon a 2024-06-18T12:30:32.662 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:32 smithi089 bash[21925]: cluster 2024-06-18T12:30:32.497047+0000 mon.a (mon.0) 83 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-06-18T12:30:32.662 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:32 smithi089 bash[21925]: cluster 2024-06-18T12:30:32.497282+0000 mon.a (mon.0) 84 : cluster [DBG] mgrmap e10: a(active, starting, since 0.0073788s) 2024-06-18T12:30:32.663 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:32 smithi089 bash[21925]: audit 2024-06-18T12:30:32.498673+0000 mon.a (mon.0) 85 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-06-18T12:30:32.663 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:32 smithi089 bash[21925]: audit 2024-06-18T12:30:32.500772+0000 mon.a (mon.0) 86 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-06-18T12:30:32.663 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:32 smithi089 bash[21925]: audit 2024-06-18T12:30:32.501932+0000 mon.a (mon.0) 87 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-06-18T12:30:32.663 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:32 smithi089 bash[21925]: audit 2024-06-18T12:30:32.502154+0000 mon.a (mon.0) 88 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-06-18T12:30:32.663 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:32 smithi089 bash[21925]: audit 2024-06-18T12:30:32.502382+0000 mon.a (mon.0) 89 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-06-18T12:30:32.663 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:32 smithi089 bash[21925]: cluster 2024-06-18T12:30:32.525844+0000 mon.a (mon.0) 90 : cluster [INF] Manager daemon a is now available 2024-06-18T12:30:33.790 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:33 smithi089 bash[21925]: audit 2024-06-18T12:30:32.543088+0000 mon.a (mon.0) 91 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:30:33.790 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:33 smithi089 bash[21925]: audit 2024-06-18T12:30:32.548883+0000 mon.a (mon.0) 92 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T12:30:33.790 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:33 smithi089 bash[21925]: audit 2024-06-18T12:30:32.563032+0000 mon.a (mon.0) 93 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-06-18T12:30:33.790 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:33 smithi089 bash[21925]: audit 2024-06-18T12:30:32.565693+0000 mon.a (mon.0) 94 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-06-18T12:30:33.790 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:33 smithi089 bash[21925]: cluster 2024-06-18T12:30:33.501295+0000 mon.a (mon.0) 95 : cluster [DBG] mgrmap e11: a(active, since 1.0114s) 2024-06-18T12:30:34.159 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout { 2024-06-18T12:30:34.159 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2024-06-18T12:30:34.159 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "initialized": true 2024-06-18T12:30:34.159 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout } 2024-06-18T12:30:34.159 INFO:teuthology.orchestra.run.smithi089.stdout:mgr epoch 9 is available 2024-06-18T12:30:34.159 INFO:teuthology.orchestra.run.smithi089.stdout:Generating a dashboard self-signed certificate... 2024-06-18T12:30:34.162 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:30:33 smithi089 bash[22179]: debug 2024-06-18T12:30:33.788+0000 7fee3fa59640 -1 log_channel(cephadm) log [ERR] : [18/Jun/2024:12:30:33] ENGINE Error in HTTPServer.serve 2024-06-18T12:30:34.162 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:30:33 smithi089 bash[22179]: Traceback (most recent call last): 2024-06-18T12:30:34.162 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:30:33 smithi089 bash[22179]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-06-18T12:30:34.162 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:30:33 smithi089 bash[22179]: self._connections.run(self.expiration_interval) 2024-06-18T12:30:34.162 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:30:33 smithi089 bash[22179]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-06-18T12:30:34.162 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:30:33 smithi089 bash[22179]: self._run(expiration_interval) 2024-06-18T12:30:34.162 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:30:33 smithi089 bash[22179]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-06-18T12:30:34.162 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:30:33 smithi089 bash[22179]: new_conn = self._from_server_socket(self.server.socket) 2024-06-18T12:30:34.162 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:30:33 smithi089 bash[22179]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-06-18T12:30:34.163 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:30:33 smithi089 bash[22179]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-06-18T12:30:34.163 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:30:33 smithi089 bash[22179]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-06-18T12:30:34.163 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:30:33 smithi089 bash[22179]: s = self.context.wrap_socket( 2024-06-18T12:30:34.163 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:30:33 smithi089 bash[22179]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-06-18T12:30:34.163 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:30:33 smithi089 bash[22179]: return self.sslsocket_class._create( 2024-06-18T12:30:34.163 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:30:33 smithi089 bash[22179]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-06-18T12:30:34.163 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:30:33 smithi089 bash[22179]: self.do_handshake() 2024-06-18T12:30:34.163 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:30:33 smithi089 bash[22179]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-06-18T12:30:34.163 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:30:33 smithi089 bash[22179]: self._sslobj.do_handshake() 2024-06-18T12:30:34.163 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:30:33 smithi089 bash[22179]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1129) 2024-06-18T12:30:34.912 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:34 smithi089 bash[21925]: cephadm 2024-06-18T12:30:33.570926+0000 mgr.a (mgr.14150) 3 : cephadm [INF] [18/Jun/2024:12:30:33] ENGINE Bus STARTING 2024-06-18T12:30:35.912 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:35 smithi089 bash[21925]: cephadm 2024-06-18T12:30:33.672883+0000 mgr.a (mgr.14150) 4 : cephadm [INF] [18/Jun/2024:12:30:33] ENGINE Serving on http://172.21.15.89:8765 2024-06-18T12:30:35.913 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:35 smithi089 bash[21925]: cephadm 2024-06-18T12:30:33.792039+0000 mgr.a (mgr.14150) 5 : cephadm [INF] [18/Jun/2024:12:30:33] ENGINE Serving on https://172.21.15.89:7150 2024-06-18T12:30:35.913 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:35 smithi089 bash[21925]: cephadm 2024-06-18T12:30:33.792204+0000 mgr.a (mgr.14150) 6 : cephadm [INF] [18/Jun/2024:12:30:33] ENGINE Bus STARTED 2024-06-18T12:30:35.913 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:35 smithi089 bash[21925]: cephadm 2024-06-18T12:30:33.794055+0000 mgr.a (mgr.14150) 7 : cephadm [ERR] [18/Jun/2024:12:30:33] ENGINE Error in HTTPServer.serve 2024-06-18T12:30:35.913 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:35 smithi089 bash[21925]: Traceback (most recent call last): 2024-06-18T12:30:35.913 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:35 smithi089 bash[21925]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-06-18T12:30:35.913 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:35 smithi089 bash[21925]: self._connections.run(self.expiration_interval) 2024-06-18T12:30:35.913 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:35 smithi089 bash[21925]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-06-18T12:30:35.913 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:35 smithi089 bash[21925]: self._run(expiration_interval) 2024-06-18T12:30:35.913 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:35 smithi089 bash[21925]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-06-18T12:30:35.913 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:35 smithi089 bash[21925]: new_conn = self._from_server_socket(self.server.socket) 2024-06-18T12:30:35.913 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:35 smithi089 bash[21925]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-06-18T12:30:35.913 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:35 smithi089 bash[21925]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-06-18T12:30:35.914 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:35 smithi089 bash[21925]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-06-18T12:30:35.914 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:35 smithi089 bash[21925]: s = self.context.wrap_socket( 2024-06-18T12:30:35.914 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:35 smithi089 bash[21925]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-06-18T12:30:35.914 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:35 smithi089 bash[21925]: return self.sslsocket_class._create( 2024-06-18T12:30:35.914 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:35 smithi089 bash[21925]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-06-18T12:30:35.914 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:35 smithi089 bash[21925]: self.do_handshake() 2024-06-18T12:30:35.914 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:35 smithi089 bash[21925]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-06-18T12:30:35.914 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:35 smithi089 bash[21925]: self._sslobj.do_handshake() 2024-06-18T12:30:35.914 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:35 smithi089 bash[21925]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1129) 2024-06-18T12:30:35.914 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:35 smithi089 bash[21925]: cluster 2024-06-18T12:30:34.561684+0000 mon.a (mon.0) 96 : cluster [DBG] mgrmap e12: a(active, since 2s) 2024-06-18T12:30:36.285 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2024-06-18T12:30:36.285 INFO:teuthology.orchestra.run.smithi089.stdout:Creating initial admin user... 2024-06-18T12:30:37.162 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:36 smithi089 bash[21925]: audit 2024-06-18T12:30:35.629440+0000 mgr.a (mgr.14150) 8 : audit [DBG] from='client.14162 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T12:30:37.162 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:36 smithi089 bash[21925]: audit 2024-06-18T12:30:35.752728+0000 mon.a (mon.0) 97 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:30:37.162 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:36 smithi089 bash[21925]: audit 2024-06-18T12:30:35.754877+0000 mon.a (mon.0) 98 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:30:38.541 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$SG2s1KfZcgKJM.zlUBXSIuW9.QLQ1fl9NJHJ8UrExK7Va7T5xviG2", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1718713837, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-06-18T12:30:38.541 INFO:teuthology.orchestra.run.smithi089.stdout:Fetching dashboard port number... 2024-06-18T12:30:39.412 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:38 smithi089 bash[21925]: audit 2024-06-18T12:30:37.719267+0000 mgr.a (mgr.14150) 9 : audit [DBG] from='client.14164 -' 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-06-18T12:30:39.422 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:38 smithi089 bash[21925]: audit 2024-06-18T12:30:37.974612+0000 mon.a (mon.0) 99 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:30:39.422 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:38 smithi089 bash[21925]: audit 2024-06-18T12:30:38.008642+0000 mon.a (mon.0) 100 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:30:39.422 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:38 smithi089 bash[21925]: audit 2024-06-18T12:30:38.009353+0000 mon.a (mon.0) 101 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi089", "name": "osd_memory_target"}]: dispatch 2024-06-18T12:30:39.422 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:38 smithi089 bash[21925]: audit 2024-06-18T12:30:38.014998+0000 mon.a (mon.0) 102 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:30:39.422 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:38 smithi089 bash[21925]: audit 2024-06-18T12:30:38.016833+0000 mon.a (mon.0) 103 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi089", "caps": []}]: dispatch 2024-06-18T12:30:40.264 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:40 smithi089 bash[21925]: cluster 2024-06-18T12:30:39.022435+0000 mon.a (mon.0) 104 : cluster [DBG] mgrmap e13: a(active, since 6s) 2024-06-18T12:30:40.265 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:40 smithi089 bash[21925]: cephadm 2024-06-18T12:30:39.115828+0000 mgr.a (mgr.14150) 10 : cephadm [INF] Deploying daemon agent.smithi089 on smithi089 2024-06-18T12:30:40.650 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout 8443 2024-06-18T12:30:40.650 INFO:teuthology.orchestra.run.smithi089.stdout:firewalld does not appear to be present 2024-06-18T12:30:40.650 INFO:teuthology.orchestra.run.smithi089.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-06-18T12:30:40.653 INFO:teuthology.orchestra.run.smithi089.stdout:Ceph Dashboard is now available at: 2024-06-18T12:30:40.654 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-06-18T12:30:40.654 INFO:teuthology.orchestra.run.smithi089.stdout: URL: https://smithi089.front.sepia.ceph.com:8443/ 2024-06-18T12:30:40.654 INFO:teuthology.orchestra.run.smithi089.stdout: User: admin 2024-06-18T12:30:40.654 INFO:teuthology.orchestra.run.smithi089.stdout: Password: 7wqdy6ks1p 2024-06-18T12:30:40.654 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-06-18T12:30:40.654 INFO:teuthology.orchestra.run.smithi089.stdout:Saving cluster configuration to /var/lib/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/config directory 2024-06-18T12:30:40.655 INFO:teuthology.orchestra.run.smithi089.stdout:Enabling autotune for osd_memory_target 2024-06-18T12:30:41.412 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:41 smithi089 bash[21925]: audit 2024-06-18T12:30:40.048589+0000 mon.a (mon.0) 105 : audit [DBG] from='client.? 172.21.15.89:0/338549273' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-06-18T12:30:44.665 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-06-18T12:30:44.665 INFO:teuthology.orchestra.run.smithi089.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-06-18T12:30:44.665 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-06-18T12:30:44.665 INFO:teuthology.orchestra.run.smithi089.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid 326ab62a-2d6e-11ef-bc9d-c7b262605968 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-06-18T12:30:44.665 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-06-18T12:30:44.666 INFO:teuthology.orchestra.run.smithi089.stdout:Or, if you are only running a single cluster on this host: 2024-06-18T12:30:44.666 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-06-18T12:30:44.666 INFO:teuthology.orchestra.run.smithi089.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-06-18T12:30:44.666 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-06-18T12:30:44.666 INFO:teuthology.orchestra.run.smithi089.stdout:Please consider enabling telemetry to help improve Ceph: 2024-06-18T12:30:44.666 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-06-18T12:30:44.666 INFO:teuthology.orchestra.run.smithi089.stdout: ceph telemetry on 2024-06-18T12:30:44.666 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-06-18T12:30:44.666 INFO:teuthology.orchestra.run.smithi089.stdout:For more information see: 2024-06-18T12:30:44.666 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-06-18T12:30:44.666 INFO:teuthology.orchestra.run.smithi089.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-06-18T12:30:44.666 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-06-18T12:30:44.666 INFO:teuthology.orchestra.run.smithi089.stdout:Bootstrap complete. 2024-06-18T12:30:44.725 INFO:tasks.cephadm:Fetching config... 2024-06-18T12:30:44.725 DEBUG:teuthology.orchestra.run.smithi089:> set -ex 2024-06-18T12:30:44.725 DEBUG:teuthology.orchestra.run.smithi089:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-06-18T12:30:44.731 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-06-18T12:30:44.732 DEBUG:teuthology.orchestra.run.smithi089:> set -ex 2024-06-18T12:30:44.732 DEBUG:teuthology.orchestra.run.smithi089:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-06-18T12:30:44.779 INFO:tasks.cephadm:Fetching mon keyring... 2024-06-18T12:30:44.779 DEBUG:teuthology.orchestra.run.smithi089:> set -ex 2024-06-18T12:30:44.779 DEBUG:teuthology.orchestra.run.smithi089:> sudo dd if=/var/lib/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/mon.a/keyring of=/dev/stdout 2024-06-18T12:30:44.834 INFO:tasks.cephadm:Fetching pub ssh key... 2024-06-18T12:30:44.834 DEBUG:teuthology.orchestra.run.smithi089:> set -ex 2024-06-18T12:30:44.834 DEBUG:teuthology.orchestra.run.smithi089:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-06-18T12:30:44.886 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-06-18T12:30:44.887 DEBUG:teuthology.orchestra.run.smithi089:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC+xloMku8bJLg+13+QD/ylm3Eqa1eyWNYR9tUULuNuFvoDkGUPseXLbzNrd6FA3Cwluq+2B6WolLb2qaoP4ViJjbj+pQXCkdTV7SDm4AChI7Gu8+qQHcD2PVrFgSGN8fFydGfOjs37JrUpGliMYKz6xFDGt86V4Ujg1BgFPTKOHD1QL/b74XAqy3tSuDWFbz0WcG6ddjggCqeedPiPHGwSpYq8cj7wUy8UcQ7PFmbx4OVzdRSSA6XdXKjpGw4+iNGxNRnGW2QH9XniBai5/Dhjh8ebhtMIVmVCuN7EvuUcwKkypLLrTDNQDhDGZMqJHN9ZlLZ6XwrK8ROiZPgHgGAGrbhjE16jj432kJH+iw77NGj4kEAEnNUhY8K+33LQumFhRjMWRi+rza9m6IGC6MoF/bVuh6K6wAAJ+ngOKL/xi0gZBiVGu6OH43/KY/A76UciIKPiOP4kYqCO9DVG3s6Uz1ODuZJfIpvb97xD7o8YK6XCZFfMeXPQOIit1DbCAUE= ceph-326ab62a-2d6e-11ef-bc9d-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-06-18T12:30:44.945 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:44 smithi089 systemd[1]: /etc/systemd/system/ceph-326ab62a-2d6e-11ef-bc9d-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-06-18T12:30:44.945 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:30:44 smithi089 systemd[1]: /etc/systemd/system/ceph-326ab62a-2d6e-11ef-bc9d-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-06-18T12:30:44.946 INFO:teuthology.orchestra.run.smithi089.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC+xloMku8bJLg+13+QD/ylm3Eqa1eyWNYR9tUULuNuFvoDkGUPseXLbzNrd6FA3Cwluq+2B6WolLb2qaoP4ViJjbj+pQXCkdTV7SDm4AChI7Gu8+qQHcD2PVrFgSGN8fFydGfOjs37JrUpGliMYKz6xFDGt86V4Ujg1BgFPTKOHD1QL/b74XAqy3tSuDWFbz0WcG6ddjggCqeedPiPHGwSpYq8cj7wUy8UcQ7PFmbx4OVzdRSSA6XdXKjpGw4+iNGxNRnGW2QH9XniBai5/Dhjh8ebhtMIVmVCuN7EvuUcwKkypLLrTDNQDhDGZMqJHN9ZlLZ6XwrK8ROiZPgHgGAGrbhjE16jj432kJH+iw77NGj4kEAEnNUhY8K+33LQumFhRjMWRi+rza9m6IGC6MoF/bVuh6K6wAAJ+ngOKL/xi0gZBiVGu6OH43/KY/A76UciIKPiOP4kYqCO9DVG3s6Uz1ODuZJfIpvb97xD7o8YK6XCZFfMeXPQOIit1DbCAUE= ceph-326ab62a-2d6e-11ef-bc9d-c7b262605968 2024-06-18T12:30:44.953 DEBUG:teuthology.orchestra.run.smithi098:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC+xloMku8bJLg+13+QD/ylm3Eqa1eyWNYR9tUULuNuFvoDkGUPseXLbzNrd6FA3Cwluq+2B6WolLb2qaoP4ViJjbj+pQXCkdTV7SDm4AChI7Gu8+qQHcD2PVrFgSGN8fFydGfOjs37JrUpGliMYKz6xFDGt86V4Ujg1BgFPTKOHD1QL/b74XAqy3tSuDWFbz0WcG6ddjggCqeedPiPHGwSpYq8cj7wUy8UcQ7PFmbx4OVzdRSSA6XdXKjpGw4+iNGxNRnGW2QH9XniBai5/Dhjh8ebhtMIVmVCuN7EvuUcwKkypLLrTDNQDhDGZMqJHN9ZlLZ6XwrK8ROiZPgHgGAGrbhjE16jj432kJH+iw77NGj4kEAEnNUhY8K+33LQumFhRjMWRi+rza9m6IGC6MoF/bVuh6K6wAAJ+ngOKL/xi0gZBiVGu6OH43/KY/A76UciIKPiOP4kYqCO9DVG3s6Uz1ODuZJfIpvb97xD7o8YK6XCZFfMeXPQOIit1DbCAUE= ceph-326ab62a-2d6e-11ef-bc9d-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-06-18T12:30:44.976 INFO:teuthology.orchestra.run.smithi098.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC+xloMku8bJLg+13+QD/ylm3Eqa1eyWNYR9tUULuNuFvoDkGUPseXLbzNrd6FA3Cwluq+2B6WolLb2qaoP4ViJjbj+pQXCkdTV7SDm4AChI7Gu8+qQHcD2PVrFgSGN8fFydGfOjs37JrUpGliMYKz6xFDGt86V4Ujg1BgFPTKOHD1QL/b74XAqy3tSuDWFbz0WcG6ddjggCqeedPiPHGwSpYq8cj7wUy8UcQ7PFmbx4OVzdRSSA6XdXKjpGw4+iNGxNRnGW2QH9XniBai5/Dhjh8ebhtMIVmVCuN7EvuUcwKkypLLrTDNQDhDGZMqJHN9ZlLZ6XwrK8ROiZPgHgGAGrbhjE16jj432kJH+iw77NGj4kEAEnNUhY8K+33LQumFhRjMWRi+rza9m6IGC6MoF/bVuh6K6wAAJ+ngOKL/xi0gZBiVGu6OH43/KY/A76UciIKPiOP4kYqCO9DVG3s6Uz1ODuZJfIpvb97xD7o8YK6XCZFfMeXPQOIit1DbCAUE= ceph-326ab62a-2d6e-11ef-bc9d-c7b262605968 2024-06-18T12:30:44.986 DEBUG:teuthology.orchestra.run.smithi131:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC+xloMku8bJLg+13+QD/ylm3Eqa1eyWNYR9tUULuNuFvoDkGUPseXLbzNrd6FA3Cwluq+2B6WolLb2qaoP4ViJjbj+pQXCkdTV7SDm4AChI7Gu8+qQHcD2PVrFgSGN8fFydGfOjs37JrUpGliMYKz6xFDGt86V4Ujg1BgFPTKOHD1QL/b74XAqy3tSuDWFbz0WcG6ddjggCqeedPiPHGwSpYq8cj7wUy8UcQ7PFmbx4OVzdRSSA6XdXKjpGw4+iNGxNRnGW2QH9XniBai5/Dhjh8ebhtMIVmVCuN7EvuUcwKkypLLrTDNQDhDGZMqJHN9ZlLZ6XwrK8ROiZPgHgGAGrbhjE16jj432kJH+iw77NGj4kEAEnNUhY8K+33LQumFhRjMWRi+rza9m6IGC6MoF/bVuh6K6wAAJ+ngOKL/xi0gZBiVGu6OH43/KY/A76UciIKPiOP4kYqCO9DVG3s6Uz1ODuZJfIpvb97xD7o8YK6XCZFfMeXPQOIit1DbCAUE= ceph-326ab62a-2d6e-11ef-bc9d-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-06-18T12:30:45.010 INFO:teuthology.orchestra.run.smithi131.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC+xloMku8bJLg+13+QD/ylm3Eqa1eyWNYR9tUULuNuFvoDkGUPseXLbzNrd6FA3Cwluq+2B6WolLb2qaoP4ViJjbj+pQXCkdTV7SDm4AChI7Gu8+qQHcD2PVrFgSGN8fFydGfOjs37JrUpGliMYKz6xFDGt86V4Ujg1BgFPTKOHD1QL/b74XAqy3tSuDWFbz0WcG6ddjggCqeedPiPHGwSpYq8cj7wUy8UcQ7PFmbx4OVzdRSSA6XdXKjpGw4+iNGxNRnGW2QH9XniBai5/Dhjh8ebhtMIVmVCuN7EvuUcwKkypLLrTDNQDhDGZMqJHN9ZlLZ6XwrK8ROiZPgHgGAGrbhjE16jj432kJH+iw77NGj4kEAEnNUhY8K+33LQumFhRjMWRi+rza9m6IGC6MoF/bVuh6K6wAAJ+ngOKL/xi0gZBiVGu6OH43/KY/A76UciIKPiOP4kYqCO9DVG3s6Uz1ODuZJfIpvb97xD7o8YK6XCZFfMeXPQOIit1DbCAUE= ceph-326ab62a-2d6e-11ef-bc9d-c7b262605968 2024-06-18T12:30:45.019 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 326ab62a-2d6e-11ef-bc9d-c7b262605968 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-06-18T12:30:45.263 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:30:45 smithi089 systemd[1]: /etc/systemd/system/ceph-326ab62a-2d6e-11ef-bc9d-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-06-18T12:30:45.263 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:45 smithi089 systemd[1]: /etc/systemd/system/ceph-326ab62a-2d6e-11ef-bc9d-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-06-18T12:30:45.264 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:45 smithi089 bash[21925]: audit 2024-06-18T12:30:44.178551+0000 mon.a (mon.0) 106 : audit [INF] from='client.? 172.21.15.89:0/433777085' entity='client.admin' 2024-06-18T12:30:45.622 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:45 smithi089 systemd[1]: /etc/systemd/system/ceph-326ab62a-2d6e-11ef-bc9d-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-06-18T12:30:45.622 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:30:45 smithi089 systemd[1]: /etc/systemd/system/ceph-326ab62a-2d6e-11ef-bc9d-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-06-18T12:30:45.912 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:45 smithi089 systemd[1]: /etc/systemd/system/ceph-326ab62a-2d6e-11ef-bc9d-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-06-18T12:30:45.912 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:30:45 smithi089 systemd[1]: /etc/systemd/system/ceph-326ab62a-2d6e-11ef-bc9d-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-06-18T12:30:47.162 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:46 smithi089 bash[21925]: audit 2024-06-18T12:30:45.775965+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:30:47.162 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:46 smithi089 bash[21925]: audit 2024-06-18T12:30:45.779560+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:30:47.162 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:46 smithi089 bash[21925]: audit 2024-06-18T12:30:45.782848+0000 mon.a (mon.0) 109 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:30:47.162 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:46 smithi089 bash[21925]: audit 2024-06-18T12:30:45.798487+0000 mon.a (mon.0) 110 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T12:30:47.162 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:46 smithi089 bash[21925]: audit 2024-06-18T12:30:45.802967+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:30:47.163 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:46 smithi089 bash[21925]: audit 2024-06-18T12:30:45.805412+0000 mon.a (mon.0) 112 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:30:47.163 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:46 smithi089 bash[21925]: audit 2024-06-18T12:30:45.807586+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:30:47.163 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:46 smithi089 bash[21925]: audit 2024-06-18T12:30:45.809423+0000 mon.a (mon.0) 114 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:30:47.163 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:46 smithi089 bash[21925]: audit 2024-06-18T12:30:45.813964+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:30:47.163 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:46 smithi089 bash[21925]: audit 2024-06-18T12:30:45.834126+0000 mon.a (mon.0) 116 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T12:30:47.163 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:46 smithi089 bash[21925]: audit 2024-06-18T12:30:45.839977+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:30:47.163 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:46 smithi089 bash[21925]: audit 2024-06-18T12:30:46.215714+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:30:48.728 INFO:teuthology.orchestra.run.smithi089.stderr:Inferring config /var/lib/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/mon.a/config 2024-06-18T12:30:48.830 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:48 smithi089 bash[21925]: audit 2024-06-18T12:30:47.563538+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:30:51.162 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:51 smithi089 bash[21925]: audit 2024-06-18T12:30:50.074498+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:30:51.162 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:51 smithi089 bash[21925]: audit 2024-06-18T12:30:50.078198+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:30:52.439 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-06-18T12:30:52.439 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 326ab62a-2d6e-11ef-bc9d-c7b262605968 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-06-18T12:30:53.162 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:52 smithi089 bash[21925]: audit 2024-06-18T12:30:51.816882+0000 mon.a (mon.0) 122 : audit [INF] from='client.? 172.21.15.89:0/4230181589' entity='client.admin' 2024-06-18T12:30:53.162 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:52 smithi089 bash[21925]: audit 2024-06-18T12:30:51.829182+0000 mon.a (mon.0) 123 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T12:30:53.162 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:52 smithi089 bash[21925]: audit 2024-06-18T12:30:51.834477+0000 mon.a (mon.0) 124 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:30:53.162 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:52 smithi089 bash[21925]: cluster 2024-06-18T12:30:52.503679+0000 mgr.a (mgr.14150) 11 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:30:55.911 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:55 smithi089 bash[21925]: cluster 2024-06-18T12:30:54.504109+0000 mgr.a (mgr.14150) 12 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:30:56.913 INFO:teuthology.orchestra.run.smithi089.stderr:Inferring config /var/lib/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/mon.a/config 2024-06-18T12:30:57.753 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:57 smithi089 bash[21925]: cluster 2024-06-18T12:30:56.504590+0000 mgr.a (mgr.14150) 13 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:30:59.412 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:59 smithi089 bash[21925]: audit 2024-06-18T12:30:58.392142+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:30:59.412 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:59 smithi089 bash[21925]: audit 2024-06-18T12:30:58.399228+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:30:59.412 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:30:59 smithi089 bash[21925]: cluster 2024-06-18T12:30:58.505023+0000 mgr.a (mgr.14150) 14 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:31:00.839 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi098 2024-06-18T12:31:00.839 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2024-06-18T12:31:00.840 DEBUG:teuthology.orchestra.run.smithi098:> dd of=/etc/ceph/ceph.conf 2024-06-18T12:31:00.846 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2024-06-18T12:31:00.846 DEBUG:teuthology.orchestra.run.smithi098:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-06-18T12:31:00.892 INFO:tasks.cephadm:Adding host smithi098 to orchestrator... 2024-06-18T12:31:00.892 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 326ab62a-2d6e-11ef-bc9d-c7b262605968 -- ceph orch host add smithi098 2024-06-18T12:31:01.662 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:31:01 smithi089 bash[21925]: audit 2024-06-18T12:31:00.210444+0000 mgr.a (mgr.14150) 15 : audit [DBG] from='client.14174 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T12:31:01.662 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:31:01 smithi089 bash[21925]: audit 2024-06-18T12:31:00.213736+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:31:01.662 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:31:01 smithi089 bash[21925]: audit 2024-06-18T12:31:00.214926+0000 mon.a (mon.0) 128 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T12:31:01.662 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:31:01 smithi089 bash[21925]: audit 2024-06-18T12:31:00.217999+0000 mon.a (mon.0) 129 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:31:01.662 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:31:01 smithi089 bash[21925]: audit 2024-06-18T12:31:00.218994+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T12:31:01.662 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:31:01 smithi089 bash[21925]: cephadm 2024-06-18T12:31:00.220203+0000 mgr.a (mgr.14150) 16 : cephadm [INF] Updating smithi089:/etc/ceph/ceph.conf 2024-06-18T12:31:01.663 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:31:01 smithi089 bash[21925]: cephadm 2024-06-18T12:31:00.309321+0000 mgr.a (mgr.14150) 17 : cephadm [INF] Updating smithi089:/var/lib/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/config/ceph.conf 2024-06-18T12:31:01.663 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:31:01 smithi089 bash[21925]: cephadm 2024-06-18T12:31:00.396579+0000 mgr.a (mgr.14150) 18 : cephadm [INF] Updating smithi089:/etc/ceph/ceph.client.admin.keyring 2024-06-18T12:31:01.663 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:31:01 smithi089 bash[21925]: cephadm 2024-06-18T12:31:00.491244+0000 mgr.a (mgr.14150) 19 : cephadm [INF] Updating smithi089:/var/lib/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/config/ceph.client.admin.keyring 2024-06-18T12:31:01.663 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:31:01 smithi089 bash[21925]: cluster 2024-06-18T12:31:00.505350+0000 mgr.a (mgr.14150) 20 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:31:01.663 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:31:01 smithi089 bash[21925]: audit 2024-06-18T12:31:00.604211+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:31:01.663 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:31:01 smithi089 bash[21925]: audit 2024-06-18T12:31:00.611560+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:31:01.663 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:31:01 smithi089 bash[21925]: audit 2024-06-18T12:31:00.616863+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:31:03.912 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:31:03 smithi089 bash[21925]: cluster 2024-06-18T12:31:02.505719+0000 mgr.a (mgr.14150) 21 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:31:05.604 INFO:teuthology.orchestra.run.smithi089.stderr:Inferring config /var/lib/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/mon.a/config 2024-06-18T12:31:05.911 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:31:05 smithi089 bash[21925]: cluster 2024-06-18T12:31:04.506121+0000 mgr.a (mgr.14150) 22 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:31:07.661 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:31:07 smithi089 bash[21925]: cluster 2024-06-18T12:31:06.506550+0000 mgr.a (mgr.14150) 23 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:31:09.827 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:31:09 smithi089 bash[21925]: cluster 2024-06-18T12:31:08.506926+0000 mgr.a (mgr.14150) 24 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:31:10.911 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:31:10 smithi089 bash[21925]: audit 2024-06-18T12:31:09.678293+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:31:10.912 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:31:10 smithi089 bash[21925]: audit 2024-06-18T12:31:09.681621+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:31:10.912 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:31:10 smithi089 bash[21925]: audit 2024-06-18T12:31:09.692730+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:31:10.912 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:31:10 smithi089 bash[21925]: audit 2024-06-18T12:31:09.883583+0000 mgr.a (mgr.14150) 25 : audit [DBG] from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi098", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T12:31:10.912 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:31:10 smithi089 bash[21925]: cluster 2024-06-18T12:31:10.507174+0000 mgr.a (mgr.14150) 26 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:31:12.161 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:31:11 smithi089 bash[21925]: cephadm 2024-06-18T12:31:10.844350+0000 mgr.a (mgr.14150) 27 : cephadm [INF] Deploying cephadm binary to smithi098 2024-06-18T12:31:13.161 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:31:12 smithi089 bash[21925]: cluster 2024-06-18T12:31:12.507535+0000 mgr.a (mgr.14150) 28 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:31:13.989 INFO:teuthology.orchestra.run.smithi089.stdout:Added host 'smithi098' with addr '172.21.15.98' 2024-06-18T12:31:14.573 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 326ab62a-2d6e-11ef-bc9d-c7b262605968 -- ceph orch host ls --format=json 2024-06-18T12:31:15.412 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:31:14 smithi089 bash[21925]: audit 2024-06-18T12:31:13.992760+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:31:15.441 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:31:14 smithi089 bash[21925]: cephadm 2024-06-18T12:31:13.993583+0000 mgr.a (mgr.14150) 29 : cephadm [INF] Added host smithi098 2024-06-18T12:31:15.441 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:31:14 smithi089 bash[21925]: audit 2024-06-18T12:31:13.994346+0000 mon.a (mon.0) 138 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T12:31:15.441 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:31:14 smithi089 bash[21925]: audit 2024-06-18T12:31:14.493841+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:31:15.441 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:31:14 smithi089 bash[21925]: cluster 2024-06-18T12:31:14.507960+0000 mgr.a (mgr.14150) 30 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:31:17.412 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:31:16 smithi089 bash[21925]: audit 2024-06-18T12:31:15.984806+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:31:17.412 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:31:16 smithi089 bash[21925]: audit 2024-06-18T12:31:15.992908+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:31:17.412 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:31:16 smithi089 bash[21925]: audit 2024-06-18T12:31:15.994370+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi098", "name": "osd_memory_target"}]: dispatch 2024-06-18T12:31:17.412 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:31:16 smithi089 bash[21925]: audit 2024-06-18T12:31:15.996722+0000 mon.a (mon.0) 143 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:31:17.412 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:31:16 smithi089 bash[21925]: audit 2024-06-18T12:31:15.998629+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T12:31:17.412 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:31:16 smithi089 bash[21925]: cephadm 2024-06-18T12:31:16.001121+0000 mgr.a (mgr.14150) 31 : cephadm [INF] Updating smithi098:/etc/ceph/ceph.conf 2024-06-18T12:31:17.412 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:31:16 smithi089 bash[21925]: cephadm 2024-06-18T12:31:16.177293+0000 mgr.a (mgr.14150) 32 : cephadm [INF] Updating smithi098:/var/lib/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/config/ceph.conf 2024-06-18T12:31:17.412 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:31:16 smithi089 bash[21925]: cephadm 2024-06-18T12:31:16.325470+0000 mgr.a (mgr.14150) 33 : cephadm [INF] Updating smithi098:/etc/ceph/ceph.client.admin.keyring 2024-06-18T12:31:17.412 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:31:16 smithi089 bash[21925]: cephadm 2024-06-18T12:31:16.466077+0000 mgr.a (mgr.14150) 34 : cephadm [INF] Updating smithi098:/var/lib/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/config/ceph.client.admin.keyring 2024-06-18T12:31:17.412 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:31:16 smithi089 bash[21925]: cluster 2024-06-18T12:31:16.508381+0000 mgr.a (mgr.14150) 35 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:31:17.413 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:31:16 smithi089 bash[21925]: audit 2024-06-18T12:31:16.607149+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:31:17.413 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:31:16 smithi089 bash[21925]: audit 2024-06-18T12:31:16.614967+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:31:17.413 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:31:16 smithi089 bash[21925]: audit 2024-06-18T12:31:16.617950+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi098", "caps": []}]: dispatch 2024-06-18T12:31:17.413 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:31:16 smithi089 bash[21925]: audit 2024-06-18T12:31:16.621710+0000 mon.a (mon.0) 148 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi098", "caps": []}]': finished 2024-06-18T12:31:18.411 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:31:17 smithi089 bash[21925]: cephadm 2024-06-18T12:31:17.473431+0000 mgr.a (mgr.14150) 36 : cephadm [INF] Deploying daemon agent.smithi098 on smithi098 2024-06-18T12:31:19.281 INFO:teuthology.orchestra.run.smithi089.stderr:Inferring config /var/lib/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/mon.a/config 2024-06-18T12:31:19.662 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:31:19 smithi089 bash[21925]: audit 2024-06-18T12:31:18.479998+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:31:19.662 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:31:19 smithi089 bash[21925]: audit 2024-06-18T12:31:18.485717+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:31:19.662 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:31:19 smithi089 bash[21925]: audit 2024-06-18T12:31:18.490672+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:31:19.662 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:31:19 smithi089 bash[21925]: cluster 2024-06-18T12:31:18.508817+0000 mgr.a (mgr.14150) 37 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:31:19.662 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:31:19 smithi089 bash[21925]: audit 2024-06-18T12:31:18.546821+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T12:31:19.662 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:31:19 smithi089 bash[21925]: audit 2024-06-18T12:31:18.550656+0000 mon.a (mon.0) 153 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:31:19.662 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:31:19 smithi089 bash[21925]: audit 2024-06-18T12:31:18.552069+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T12:31:19.663 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:31:19 smithi089 bash[21925]: audit 2024-06-18T12:31:18.559659+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:31:19.663 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:31:19 smithi089 bash[21925]: audit 2024-06-18T12:31:18.616452+0000 mon.a (mon.0) 156 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T12:31:19.663 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:31:19 smithi089 bash[21925]: audit 2024-06-18T12:31:18.620884+0000 mon.a (mon.0) 157 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:31:19.663 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:31:19 smithi089 bash[21925]: audit 2024-06-18T12:31:18.622376+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T12:31:19.663 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:31:19 smithi089 bash[21925]: audit 2024-06-18T12:31:18.629893+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:31:19.663 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:31:19 smithi089 bash[21925]: audit 2024-06-18T12:31:18.965188+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:31:21.411 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:31:21 smithi089 bash[21925]: audit 2024-06-18T12:31:20.042220+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:31:21.412 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:31:21 smithi089 bash[21925]: audit 2024-06-18T12:31:20.049508+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:31:21.412 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:31:21 smithi089 bash[21925]: cluster 2024-06-18T12:31:20.509144+0000 mgr.a (mgr.14150) 38 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:31:22.412 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-06-18T12:31:22.413 INFO:teuthology.orchestra.run.smithi089.stdout:[{"addr": "172.21.15.89", "hostname": "smithi089", "labels": [], "status": ""}, {"addr": "172.21.15.98", "hostname": "smithi098", "labels": [], "status": ""}] 2024-06-18T12:31:22.976 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi131 2024-06-18T12:31:22.976 DEBUG:teuthology.orchestra.run.smithi131:> set -ex 2024-06-18T12:31:22.976 DEBUG:teuthology.orchestra.run.smithi131:> dd of=/etc/ceph/ceph.conf 2024-06-18T12:31:22.982 DEBUG:teuthology.orchestra.run.smithi131:> set -ex 2024-06-18T12:31:22.982 DEBUG:teuthology.orchestra.run.smithi131:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-06-18T12:31:23.029 INFO:tasks.cephadm:Adding host smithi131 to orchestrator... 2024-06-18T12:31:23.029 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 326ab62a-2d6e-11ef-bc9d-c7b262605968 -- ceph orch host add smithi131 2024-06-18T12:31:23.911 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:31:23 smithi089 bash[21925]: audit 2024-06-18T12:31:22.416967+0000 mgr.a (mgr.14150) 39 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-06-18T12:31:23.911 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:31:23 smithi089 bash[21925]: cluster 2024-06-18T12:31:22.509472+0000 mgr.a (mgr.14150) 40 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:31:23.911 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:31:23 smithi089 bash[21925]: audit 2024-06-18T12:31:22.581611+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:31:25.911 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:31:25 smithi089 bash[21925]: cluster 2024-06-18T12:31:24.509892+0000 mgr.a (mgr.14150) 41 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:31:27.737 INFO:teuthology.orchestra.run.smithi089.stderr:Inferring config /var/lib/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/mon.a/config 2024-06-18T12:31:27.911 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:31:27 smithi089 bash[21925]: cluster 2024-06-18T12:31:26.510226+0000 mgr.a (mgr.14150) 42 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:31:29.862 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:31:29 smithi089 bash[21925]: cluster 2024-06-18T12:31:28.510629+0000 mgr.a (mgr.14150) 43 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:31:31.161 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:31:30 smithi089 bash[21925]: audit 2024-06-18T12:31:29.849347+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:31:31.161 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:31:30 smithi089 bash[21925]: audit 2024-06-18T12:31:29.856636+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:31:31.162 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:31:30 smithi089 bash[21925]: audit 2024-06-18T12:31:29.865000+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:31:31.162 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:31:30 smithi089 bash[21925]: cluster 2024-06-18T12:31:30.511045+0000 mgr.a (mgr.14150) 44 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:31:31.162 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:31:30 smithi089 bash[21925]: audit 2024-06-18T12:31:30.581694+0000 mgr.a (mgr.14150) 45 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi131", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T12:31:32.161 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:31:31 smithi089 bash[21925]: cephadm 2024-06-18T12:31:31.555218+0000 mgr.a (mgr.14150) 46 : cephadm [INF] Deploying cephadm binary to smithi131 2024-06-18T12:31:33.161 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:31:32 smithi089 bash[21925]: cluster 2024-06-18T12:31:32.511431+0000 mgr.a (mgr.14150) 47 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:31:34.411 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:31:34 smithi089 bash[21925]: audit 2024-06-18T12:31:33.098482+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:31:34.411 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:31:34 smithi089 bash[21925]: audit 2024-06-18T12:31:33.111640+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:31:34.734 INFO:teuthology.orchestra.run.smithi089.stdout:Added host 'smithi131' with addr '172.21.15.131' 2024-06-18T12:31:35.382 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:31:35 smithi089 bash[21925]: cluster 2024-06-18T12:31:34.511860+0000 mgr.a (mgr.14150) 48 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:31:35.382 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:31:35 smithi089 bash[21925]: audit 2024-06-18T12:31:34.737454+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:31:35.382 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:31:35 smithi089 bash[21925]: audit 2024-06-18T12:31:34.739104+0000 mon.a (mon.0) 170 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T12:31:35.383 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 326ab62a-2d6e-11ef-bc9d-c7b262605968 -- ceph orch host ls --format=json 2024-06-18T12:31:36.661 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:31:36 smithi089 bash[21925]: cephadm 2024-06-18T12:31:34.738267+0000 mgr.a (mgr.14150) 49 : cephadm [INF] Added host smithi131 2024-06-18T12:31:36.661 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:31:36 smithi089 bash[21925]: audit 2024-06-18T12:31:35.223559+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:31:37.661 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:31:37 smithi089 bash[21925]: cluster 2024-06-18T12:31:36.512263+0000 mgr.a (mgr.14150) 50 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:31:37.661 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:31:37 smithi089 bash[21925]: audit 2024-06-18T12:31:36.685166+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:31:37.661 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:31:37 smithi089 bash[21925]: audit 2024-06-18T12:31:36.690588+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:31:37.661 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:31:37 smithi089 bash[21925]: audit 2024-06-18T12:31:36.691888+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi131", "name": "osd_memory_target"}]: dispatch 2024-06-18T12:31:37.661 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:31:37 smithi089 bash[21925]: audit 2024-06-18T12:31:36.693853+0000 mon.a (mon.0) 175 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:31:37.662 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:31:37 smithi089 bash[21925]: audit 2024-06-18T12:31:36.695569+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T12:31:38.661 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:31:38 smithi089 bash[21925]: cephadm 2024-06-18T12:31:36.697994+0000 mgr.a (mgr.14150) 51 : cephadm [INF] Updating smithi131:/etc/ceph/ceph.conf 2024-06-18T12:31:38.661 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:31:38 smithi089 bash[21925]: cephadm 2024-06-18T12:31:36.876350+0000 mgr.a (mgr.14150) 52 : cephadm [INF] Updating smithi131:/var/lib/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/config/ceph.conf 2024-06-18T12:31:38.662 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:31:38 smithi089 bash[21925]: cephadm 2024-06-18T12:31:37.025962+0000 mgr.a (mgr.14150) 53 : cephadm [INF] Updating smithi131:/etc/ceph/ceph.client.admin.keyring 2024-06-18T12:31:38.662 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:31:38 smithi089 bash[21925]: cephadm 2024-06-18T12:31:37.166000+0000 mgr.a (mgr.14150) 54 : cephadm [INF] Updating smithi131:/var/lib/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/config/ceph.client.admin.keyring 2024-06-18T12:31:38.662 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:31:38 smithi089 bash[21925]: audit 2024-06-18T12:31:37.300746+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:31:38.662 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:31:38 smithi089 bash[21925]: audit 2024-06-18T12:31:37.305072+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:31:38.662 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:31:38 smithi089 bash[21925]: audit 2024-06-18T12:31:37.308339+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi131", "caps": []}]: dispatch 2024-06-18T12:31:38.662 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:31:38 smithi089 bash[21925]: audit 2024-06-18T12:31:37.309743+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi131", "caps": []}]': finished 2024-06-18T12:31:39.662 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:31:39 smithi089 bash[21925]: cephadm 2024-06-18T12:31:37.828152+0000 mgr.a (mgr.14150) 55 : cephadm [INF] Deploying daemon agent.smithi131 on smithi131 2024-06-18T12:31:39.662 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:31:39 smithi089 bash[21925]: cluster 2024-06-18T12:31:38.512604+0000 mgr.a (mgr.14150) 56 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:31:39.662 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:31:39 smithi089 bash[21925]: audit 2024-06-18T12:31:38.769530+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:31:39.662 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:31:39 smithi089 bash[21925]: audit 2024-06-18T12:31:38.777985+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:31:39.662 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:31:39 smithi089 bash[21925]: audit 2024-06-18T12:31:38.785918+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:31:39.662 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:31:39 smithi089 bash[21925]: audit 2024-06-18T12:31:38.873517+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T12:31:39.662 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:31:39 smithi089 bash[21925]: audit 2024-06-18T12:31:38.878336+0000 mon.a (mon.0) 185 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:31:39.663 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:31:39 smithi089 bash[21925]: audit 2024-06-18T12:31:38.880231+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T12:31:39.663 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:31:39 smithi089 bash[21925]: audit 2024-06-18T12:31:38.891323+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:31:39.663 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:31:39 smithi089 bash[21925]: audit 2024-06-18T12:31:38.971293+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T12:31:39.663 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:31:39 smithi089 bash[21925]: audit 2024-06-18T12:31:38.975786+0000 mon.a (mon.0) 189 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:31:39.663 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:31:39 smithi089 bash[21925]: audit 2024-06-18T12:31:38.978528+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T12:31:39.663 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:31:39 smithi089 bash[21925]: audit 2024-06-18T12:31:38.989262+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:31:39.663 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:31:39 smithi089 bash[21925]: audit 2024-06-18T12:31:39.242388+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:31:40.097 INFO:teuthology.orchestra.run.smithi089.stderr:Inferring config /var/lib/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/mon.a/config 2024-06-18T12:31:40.911 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:31:40 smithi089 bash[21925]: audit 2024-06-18T12:31:39.604354+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:31:40.911 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:31:40 smithi089 bash[21925]: audit 2024-06-18T12:31:39.611987+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:31:40.911 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:31:40 smithi089 bash[21925]: audit 2024-06-18T12:31:39.621670+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:31:40.912 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:31:40 smithi089 bash[21925]: audit 2024-06-18T12:31:40.316864+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:31:40.912 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:31:40 smithi089 bash[21925]: audit 2024-06-18T12:31:40.326188+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:31:40.912 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:31:40 smithi089 bash[21925]: cluster 2024-06-18T12:31:40.512996+0000 mgr.a (mgr.14150) 57 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:31:43.911 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:31:43 smithi089 bash[21925]: cluster 2024-06-18T12:31:42.513292+0000 mgr.a (mgr.14150) 58 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:31:43.911 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:31:43 smithi089 bash[21925]: audit 2024-06-18T12:31:42.589652+0000 mon.a (mon.0) 198 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:31:44.576 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-06-18T12:31:44.576 INFO:teuthology.orchestra.run.smithi089.stdout:[{"addr": "172.21.15.89", "hostname": "smithi089", "labels": [], "status": ""}, {"addr": "172.21.15.98", "hostname": "smithi098", "labels": [], "status": ""}, {"addr": "172.21.15.131", "hostname": "smithi131", "labels": [], "status": ""}] 2024-06-18T12:31:45.237 INFO:tasks.cephadm:Setting crush tunables to default 2024-06-18T12:31:45.238 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 326ab62a-2d6e-11ef-bc9d-c7b262605968 -- ceph osd crush tunables default 2024-06-18T12:31:45.911 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:31:45 smithi089 bash[21925]: cluster 2024-06-18T12:31:44.513650+0000 mgr.a (mgr.14150) 59 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:31:45.911 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:31:45 smithi089 bash[21925]: audit 2024-06-18T12:31:44.580422+0000 mgr.a (mgr.14150) 60 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-06-18T12:31:47.911 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:31:47 smithi089 bash[21925]: cluster 2024-06-18T12:31:46.514160+0000 mgr.a (mgr.14150) 61 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:31:49.911 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:31:49 smithi089 bash[21925]: cluster 2024-06-18T12:31:48.514614+0000 mgr.a (mgr.14150) 62 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:31:49.940 INFO:teuthology.orchestra.run.smithi089.stderr:Inferring config /var/lib/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/mon.a/config 2024-06-18T12:31:51.161 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:31:51 smithi089 bash[21925]: audit 2024-06-18T12:31:50.015296+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:31:51.161 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:31:51 smithi089 bash[21925]: audit 2024-06-18T12:31:50.017827+0000 mon.a (mon.0) 200 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:31:51.161 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:31:51 smithi089 bash[21925]: audit 2024-06-18T12:31:50.020957+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:31:51.161 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:31:51 smithi089 bash[21925]: cluster 2024-06-18T12:31:50.515086+0000 mgr.a (mgr.14150) 63 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:31:53.563 INFO:teuthology.orchestra.run.smithi089.stderr:adjusted tunables profile to default 2024-06-18T12:31:53.911 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:31:53 smithi089 bash[21925]: cluster 2024-06-18T12:31:52.515552+0000 mgr.a (mgr.14150) 64 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:31:53.911 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:31:53 smithi089 bash[21925]: audit 2024-06-18T12:31:52.952444+0000 mon.a (mon.0) 202 : audit [INF] from='client.? 172.21.15.89:0/1668346582' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-06-18T12:31:53.911 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:31:53 smithi089 bash[21925]: audit 2024-06-18T12:31:53.297709+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:31:53.911 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:31:53 smithi089 bash[21925]: audit 2024-06-18T12:31:53.304997+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:31:54.207 INFO:tasks.cephadm:Adding mon.a on smithi089 2024-06-18T12:31:54.207 INFO:tasks.cephadm:Adding mon.b on smithi098 2024-06-18T12:31:54.207 INFO:tasks.cephadm:Adding mon.c on smithi131 2024-06-18T12:31:54.207 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 326ab62a-2d6e-11ef-bc9d-c7b262605968 -- ceph orch apply mon '3;smithi089:172.21.15.89=a;smithi098:172.21.15.98=b;smithi131:172.21.15.131=c' 2024-06-18T12:31:54.911 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:31:54 smithi089 bash[21925]: audit 2024-06-18T12:31:53.568143+0000 mon.a (mon.0) 205 : audit [INF] from='client.? 172.21.15.89:0/1668346582' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-06-18T12:31:54.911 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:31:54 smithi089 bash[21925]: cluster 2024-06-18T12:31:53.572106+0000 mon.a (mon.0) 206 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-06-18T12:31:55.420 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/config/ceph.conf 2024-06-18T12:31:55.911 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:31:55 smithi089 bash[21925]: cluster 2024-06-18T12:31:54.515966+0000 mgr.a (mgr.14150) 65 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:31:57.911 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:31:57 smithi089 bash[21925]: cluster 2024-06-18T12:31:56.516378+0000 mgr.a (mgr.14150) 66 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:31:58.248 INFO:teuthology.orchestra.run.smithi131.stdout:Scheduled mon update... 2024-06-18T12:31:58.743 DEBUG:teuthology.orchestra.run.smithi098:mon.b> sudo journalctl -f -n 0 -u ceph-326ab62a-2d6e-11ef-bc9d-c7b262605968@mon.b.service 2024-06-18T12:31:58.746 DEBUG:teuthology.orchestra.run.smithi131:mon.c> sudo journalctl -f -n 0 -u ceph-326ab62a-2d6e-11ef-bc9d-c7b262605968@mon.c.service 2024-06-18T12:31:58.748 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-06-18T12:31:58.748 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 326ab62a-2d6e-11ef-bc9d-c7b262605968 -- ceph mon dump -f json 2024-06-18T12:31:59.661 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:31:59 smithi089 bash[21925]: audit 2024-06-18T12:31:58.241756+0000 mgr.a (mgr.14150) 67 : audit [DBG] from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi089:172.21.15.89=a;smithi098:172.21.15.98=b;smithi131:172.21.15.131=c", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T12:31:59.661 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:31:59 smithi089 bash[21925]: cephadm 2024-06-18T12:31:58.246949+0000 mgr.a (mgr.14150) 68 : cephadm [INF] Saving service mon spec with placement smithi089:172.21.15.89=a;smithi098:172.21.15.98=b;smithi131:172.21.15.131=c;count:3 2024-06-18T12:31:59.662 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:31:59 smithi089 bash[21925]: audit 2024-06-18T12:31:58.252091+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:31:59.662 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:31:59 smithi089 bash[21925]: audit 2024-06-18T12:31:58.253653+0000 mon.a (mon.0) 208 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T12:31:59.662 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:31:59 smithi089 bash[21925]: audit 2024-06-18T12:31:58.258142+0000 mon.a (mon.0) 209 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:31:59.662 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:31:59 smithi089 bash[21925]: audit 2024-06-18T12:31:58.260060+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T12:31:59.662 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:31:59 smithi089 bash[21925]: audit 2024-06-18T12:31:58.270135+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:31:59.662 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:31:59 smithi089 bash[21925]: audit 2024-06-18T12:31:58.274789+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-06-18T12:31:59.662 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:31:59 smithi089 bash[21925]: audit 2024-06-18T12:31:58.276569+0000 mon.a (mon.0) 213 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:31:59.662 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:31:59 smithi089 bash[21925]: cephadm 2024-06-18T12:31:58.278520+0000 mgr.a (mgr.14150) 69 : cephadm [INF] Deploying daemon mon.c on smithi131 2024-06-18T12:31:59.662 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:31:59 smithi089 bash[21925]: cluster 2024-06-18T12:31:58.516768+0000 mgr.a (mgr.14150) 70 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:31:59.984 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/config/ceph.conf 2024-06-18T12:32:01.161 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:00 smithi089 bash[21925]: audit 2024-06-18T12:31:59.814640+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:01.161 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:00 smithi089 bash[21925]: audit 2024-06-18T12:31:59.822566+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:01.161 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:00 smithi089 bash[21925]: audit 2024-06-18T12:31:59.832398+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:01.161 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:00 smithi089 bash[21925]: audit 2024-06-18T12:31:59.881453+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:01.161 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:00 smithi089 bash[21925]: audit 2024-06-18T12:31:59.889303+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:01.161 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:00 smithi089 bash[21925]: audit 2024-06-18T12:31:59.896509+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:01.162 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:00 smithi089 bash[21925]: cluster 2024-06-18T12:32:00.517167+0000 mgr.a (mgr.14150) 71 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:32:03.911 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:03 smithi089 bash[21925]: cluster 2024-06-18T12:32:02.517564+0000 mgr.a (mgr.14150) 72 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:32:05.392 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-06-18T12:32:05.392 INFO:teuthology.orchestra.run.smithi131.stdout:{"epoch":1,"fsid":"326ab62a-2d6e-11ef-bc9d-c7b262605968","modified":"2024-06-18T12:29:28.971684Z","created":"2024-06-18T12:29:28.971684Z","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.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-06-18T12:32:05.393 INFO:teuthology.orchestra.run.smithi131.stderr:dumped monmap epoch 1 2024-06-18T12:32:05.911 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:05 smithi089 bash[21925]: cluster 2024-06-18T12:32:04.517868+0000 mgr.a (mgr.14150) 73 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:32:05.911 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:05 smithi089 bash[21925]: audit 2024-06-18T12:32:05.397373+0000 mon.a (mon.0) 220 : audit [DBG] from='client.? 172.21.15.131:0/688506604' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-06-18T12:32:06.076 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:05 smithi131 systemd[1]: Started Ceph mon.c for 326ab62a-2d6e-11ef-bc9d-c7b262605968. 2024-06-18T12:32:07.161 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:06 smithi089 bash[21925]: audit 2024-06-18T12:32:05.768846+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:07.161 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:06 smithi089 bash[21925]: audit 2024-06-18T12:32:05.774480+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:07.161 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:06 smithi089 bash[21925]: audit 2024-06-18T12:32:05.780506+0000 mon.a (mon.0) 223 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:07.161 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:06 smithi089 bash[21925]: audit 2024-06-18T12:32:05.781876+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-06-18T12:32:07.161 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:06 smithi089 bash[21925]: audit 2024-06-18T12:32:05.783579+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:32:07.161 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:06 smithi089 bash[21925]: cephadm 2024-06-18T12:32:05.785481+0000 mgr.a (mgr.14150) 74 : cephadm [INF] Deploying daemon mon.b on smithi098 2024-06-18T12:32:07.161 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:06 smithi089 bash[21925]: cluster 2024-06-18T12:32:06.518233+0000 mgr.a (mgr.14150) 75 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:32:07.931 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-06-18T12:32:07.932 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 326ab62a-2d6e-11ef-bc9d-c7b262605968 -- ceph mon dump -f json 2024-06-18T12:32:08.194 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.181+0000 7ff3f7c69b00 0 set uid:gid to 167:167 (ceph:ceph) 2024-06-18T12:32:08.194 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.181+0000 7ff3f7c69b00 0 ceph version 19.0.0-3124-g3781e3a5 (3781e3a592387d16e8020f5db99cdee4198f6d00) squid (rc), process ceph-mon, pid 7 2024-06-18T12:32:08.194 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.181+0000 7ff3f7c69b00 0 pidfile_write: ignore empty --pid-file 2024-06-18T12:32:08.194 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 0 load: jerasure load: lrc 2024-06-18T12:32:08.194 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: RocksDB version: 7.9.2 2024-06-18T12:32:08.195 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Git sha 0 2024-06-18T12:32:08.195 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Compile date 2024-06-17 15:21:02 2024-06-18T12:32:08.195 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: DB SUMMARY 2024-06-18T12:32:08.195 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: DB Session ID: E0CJQPK97RAENVK0SQKB 2024-06-18T12:32:08.195 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: CURRENT file: CURRENT 2024-06-18T12:32:08.195 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: IDENTITY file: IDENTITY 2024-06-18T12:32:08.195 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2024-06-18T12:32:08.195 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-c/store.db dir, Total Num: 0, files: 2024-06-18T12:32:08.195 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-c/store.db: 000004.log size: 511 ; 2024-06-18T12:32:08.195 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.error_if_exists: 0 2024-06-18T12:32:08.195 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.create_if_missing: 0 2024-06-18T12:32:08.195 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.paranoid_checks: 1 2024-06-18T12:32:08.196 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-06-18T12:32:08.196 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-06-18T12:32:08.196 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-06-18T12:32:08.196 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.env: 0x55d2468c4740 2024-06-18T12:32:08.196 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.fs: PosixFileSystem 2024-06-18T12:32:08.196 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.info_log: 0x55d2473dd000 2024-06-18T12:32:08.196 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.max_file_opening_threads: 16 2024-06-18T12:32:08.196 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.statistics: (nil) 2024-06-18T12:32:08.196 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.use_fsync: 0 2024-06-18T12:32:08.196 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.max_log_file_size: 0 2024-06-18T12:32:08.196 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-06-18T12:32:08.197 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.log_file_time_to_roll: 0 2024-06-18T12:32:08.197 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.keep_log_file_num: 1000 2024-06-18T12:32:08.197 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.recycle_log_file_num: 0 2024-06-18T12:32:08.197 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.allow_fallocate: 1 2024-06-18T12:32:08.197 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.allow_mmap_reads: 0 2024-06-18T12:32:08.197 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.allow_mmap_writes: 0 2024-06-18T12:32:08.197 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.use_direct_reads: 0 2024-06-18T12:32:08.197 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-06-18T12:32:08.197 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.create_missing_column_families: 0 2024-06-18T12:32:08.197 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.db_log_dir: 2024-06-18T12:32:08.197 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.wal_dir: 2024-06-18T12:32:08.197 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.table_cache_numshardbits: 6 2024-06-18T12:32:08.198 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-06-18T12:32:08.198 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-06-18T12:32:08.198 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-06-18T12:32:08.198 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-06-18T12:32:08.198 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-06-18T12:32:08.198 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.advise_random_on_open: 1 2024-06-18T12:32:08.198 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.db_write_buffer_size: 0 2024-06-18T12:32:08.198 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.write_buffer_manager: 0x55d2473ec1e0 2024-06-18T12:32:08.198 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-06-18T12:32:08.199 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-06-18T12:32:08.199 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.use_adaptive_mutex: 0 2024-06-18T12:32:08.199 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.rate_limiter: (nil) 2024-06-18T12:32:08.199 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-06-18T12:32:08.199 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.wal_recovery_mode: 2 2024-06-18T12:32:08.199 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.enable_thread_tracking: 0 2024-06-18T12:32:08.199 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.enable_pipelined_write: 0 2024-06-18T12:32:08.199 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.unordered_write: 0 2024-06-18T12:32:08.199 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-06-18T12:32:08.199 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-06-18T12:32:08.199 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-06-18T12:32:08.199 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-06-18T12:32:08.199 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.row_cache: None 2024-06-18T12:32:08.199 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.wal_filter: None 2024-06-18T12:32:08.200 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-06-18T12:32:08.200 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.allow_ingest_behind: 0 2024-06-18T12:32:08.200 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.two_write_queues: 0 2024-06-18T12:32:08.200 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.manual_wal_flush: 0 2024-06-18T12:32:08.200 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.wal_compression: 0 2024-06-18T12:32:08.200 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.atomic_flush: 0 2024-06-18T12:32:08.200 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-06-18T12:32:08.200 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.persist_stats_to_disk: 0 2024-06-18T12:32:08.200 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-06-18T12:32:08.200 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.log_readahead_size: 0 2024-06-18T12:32:08.200 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-06-18T12:32:08.200 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.best_efforts_recovery: 0 2024-06-18T12:32:08.200 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-06-18T12:32:08.201 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-06-18T12:32:08.201 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.allow_data_in_errors: 0 2024-06-18T12:32:08.201 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.db_host_id: __hostname__ 2024-06-18T12:32:08.201 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.enforce_single_del_contracts: true 2024-06-18T12:32:08.201 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.max_background_jobs: 2 2024-06-18T12:32:08.201 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.max_background_compactions: -1 2024-06-18T12:32:08.201 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.max_subcompactions: 1 2024-06-18T12:32:08.201 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-06-18T12:32:08.201 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-06-18T12:32:08.201 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.delayed_write_rate : 16777216 2024-06-18T12:32:08.201 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.max_total_wal_size: 0 2024-06-18T12:32:08.201 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-06-18T12:32:08.201 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.stats_dump_period_sec: 600 2024-06-18T12:32:08.202 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.stats_persist_period_sec: 600 2024-06-18T12:32:08.202 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-06-18T12:32:08.202 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.max_open_files: -1 2024-06-18T12:32:08.202 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.bytes_per_sync: 0 2024-06-18T12:32:08.202 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-06-18T12:32:08.202 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-06-18T12:32:08.202 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.compaction_readahead_size: 0 2024-06-18T12:32:08.202 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.max_background_flushes: -1 2024-06-18T12:32:08.202 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Compression algorithms supported: 2024-06-18T12:32:08.202 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: kZSTD supported: 0 2024-06-18T12:32:08.202 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: kXpressCompression supported: 0 2024-06-18T12:32:08.202 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: kBZip2Compression supported: 0 2024-06-18T12:32:08.202 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-06-18T12:32:08.203 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: kLZ4Compression supported: 1 2024-06-18T12:32:08.203 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: kZlibCompression supported: 1 2024-06-18T12:32:08.203 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: kLZ4HCCompression supported: 1 2024-06-18T12:32:08.203 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: kSnappyCompression supported: 1 2024-06-18T12:32:08.203 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-06-18T12:32:08.203 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-06-18T12:32:08.203 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000005 2024-06-18T12:32:08.203 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-06-18T12:32:08.204 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-06-18T12:32:08.204 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.merge_operator: 2024-06-18T12:32:08.204 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.compaction_filter: None 2024-06-18T12:32:08.204 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.compaction_filter_factory: None 2024-06-18T12:32:08.204 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.sst_partitioner_factory: None 2024-06-18T12:32:08.204 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-06-18T12:32:08.204 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.table_factory: BlockBasedTable 2024-06-18T12:32:08.204 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55d2473dcd00) 2024-06-18T12:32:08.204 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: cache_index_and_filter_blocks: 1 2024-06-18T12:32:08.204 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: cache_index_and_filter_blocks_with_high_priority: 0 2024-06-18T12:32:08.204 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-06-18T12:32:08.205 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: pin_top_level_index_and_filter: 1 2024-06-18T12:32:08.205 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: index_type: 0 2024-06-18T12:32:08.205 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: data_block_index_type: 0 2024-06-18T12:32:08.205 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: index_shortening: 1 2024-06-18T12:32:08.205 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: data_block_hash_table_util_ratio: 0.750000 2024-06-18T12:32:08.205 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: checksum: 4 2024-06-18T12:32:08.205 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: no_block_cache: 0 2024-06-18T12:32:08.205 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: block_cache: 0x55d2473d3090 2024-06-18T12:32:08.205 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: block_cache_name: BinnedLRUCache 2024-06-18T12:32:08.205 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: block_cache_options: 2024-06-18T12:32:08.205 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: capacity : 536870912 2024-06-18T12:32:08.205 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: num_shard_bits : 4 2024-06-18T12:32:08.205 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: strict_capacity_limit : 0 2024-06-18T12:32:08.205 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: high_pri_pool_ratio: 0.000 2024-06-18T12:32:08.206 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: block_cache_compressed: (nil) 2024-06-18T12:32:08.206 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: persistent_cache: (nil) 2024-06-18T12:32:08.206 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: block_size: 4096 2024-06-18T12:32:08.206 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: block_size_deviation: 10 2024-06-18T12:32:08.206 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: block_restart_interval: 16 2024-06-18T12:32:08.206 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: index_block_restart_interval: 1 2024-06-18T12:32:08.206 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: metadata_block_size: 4096 2024-06-18T12:32:08.206 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: partition_filters: 0 2024-06-18T12:32:08.206 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: use_delta_encoding: 1 2024-06-18T12:32:08.206 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: filter_policy: bloomfilter 2024-06-18T12:32:08.206 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: whole_key_filtering: 1 2024-06-18T12:32:08.206 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: verify_compression: 0 2024-06-18T12:32:08.207 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: read_amp_bytes_per_bit: 0 2024-06-18T12:32:08.207 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: format_version: 5 2024-06-18T12:32:08.207 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: enable_index_compression: 1 2024-06-18T12:32:08.207 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: block_align: 0 2024-06-18T12:32:08.207 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: max_auto_readahead_size: 262144 2024-06-18T12:32:08.207 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: prepopulate_block_cache: 0 2024-06-18T12:32:08.207 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: initial_auto_readahead_size: 8192 2024-06-18T12:32:08.207 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: num_file_reads_for_auto_readahead: 2 2024-06-18T12:32:08.207 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.write_buffer_size: 33554432 2024-06-18T12:32:08.207 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.max_write_buffer_number: 2 2024-06-18T12:32:08.207 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.compression: NoCompression 2024-06-18T12:32:08.207 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.bottommost_compression: Disabled 2024-06-18T12:32:08.207 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.prefix_extractor: nullptr 2024-06-18T12:32:08.207 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-06-18T12:32:08.208 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.num_levels: 7 2024-06-18T12:32:08.208 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-06-18T12:32:08.208 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-06-18T12:32:08.208 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-06-18T12:32:08.208 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-06-18T12:32:08.208 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-06-18T12:32:08.208 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-06-18T12:32:08.208 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-06-18T12:32:08.208 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-06-18T12:32:08.208 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-06-18T12:32:08.208 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-06-18T12:32:08.208 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-06-18T12:32:08.208 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-06-18T12:32:08.208 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.compression_opts.window_bits: -14 2024-06-18T12:32:08.209 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.compression_opts.level: 32767 2024-06-18T12:32:08.209 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.compression_opts.strategy: 0 2024-06-18T12:32:08.209 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-06-18T12:32:08.209 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-06-18T12:32:08.209 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-06-18T12:32:08.209 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-06-18T12:32:08.209 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.compression_opts.enabled: false 2024-06-18T12:32:08.209 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-06-18T12:32:08.209 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-06-18T12:32:08.209 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-06-18T12:32:08.209 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-06-18T12:32:08.209 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.target_file_size_base: 67108864 2024-06-18T12:32:08.209 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.target_file_size_multiplier: 1 2024-06-18T12:32:08.209 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-06-18T12:32:08.210 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-06-18T12:32:08.210 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-06-18T12:32:08.225 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-06-18T12:32:08.225 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-06-18T12:32:08.225 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-06-18T12:32:08.225 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-06-18T12:32:08.225 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-06-18T12:32:08.225 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-06-18T12:32:08.225 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-06-18T12:32:08.225 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-06-18T12:32:08.226 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-06-18T12:32:08.226 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-06-18T12:32:08.226 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.arena_block_size: 1048576 2024-06-18T12:32:08.226 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-06-18T12:32:08.226 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-06-18T12:32:08.226 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.disable_auto_compactions: 0 2024-06-18T12:32:08.226 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-06-18T12:32:08.226 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-06-18T12:32:08.226 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-06-18T12:32:08.226 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-06-18T12:32:08.226 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-06-18T12:32:08.226 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-06-18T12:32:08.227 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-06-18T12:32:08.227 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-06-18T12:32:08.227 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-06-18T12:32:08.227 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-06-18T12:32:08.227 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.table_properties_collectors: 2024-06-18T12:32:08.227 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.inplace_update_support: 0 2024-06-18T12:32:08.229 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-06-18T12:32:08.229 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-06-18T12:32:08.229 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-06-18T12:32:08.229 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.memtable_huge_page_size: 0 2024-06-18T12:32:08.229 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.bloom_locality: 0 2024-06-18T12:32:08.229 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.max_successive_merges: 0 2024-06-18T12:32:08.229 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-06-18T12:32:08.229 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.paranoid_file_checks: 0 2024-06-18T12:32:08.229 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.force_consistency_checks: 1 2024-06-18T12:32:08.229 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.report_bg_io_stats: 0 2024-06-18T12:32:08.230 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.ttl: 2592000 2024-06-18T12:32:08.230 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-06-18T12:32:08.230 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-06-18T12:32:08.230 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-06-18T12:32:08.230 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.enable_blob_files: false 2024-06-18T12:32:08.230 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.min_blob_size: 0 2024-06-18T12:32:08.230 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.blob_file_size: 268435456 2024-06-18T12:32:08.230 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.blob_compression_type: NoCompression 2024-06-18T12:32:08.230 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-06-18T12:32:08.230 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-06-18T12:32:08.230 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-06-18T12:32:08.230 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-06-18T12:32:08.230 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.blob_file_starting_level: 0 2024-06-18T12:32:08.231 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.185+0000 7ff3f7c69b00 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-06-18T12:32:08.231 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.189+0000 7ff3f7c69b00 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-06-18T12:32:08.231 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.189+0000 7ff3f7c69b00 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-06-18T12:32:08.231 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.189+0000 7ff3f7c69b00 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 86cdffbd-0989-4c9c-82e9-e9e55c174fb8 2024-06-18T12:32:08.231 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.189+0000 7ff3f7c69b00 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1718713928190192, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-06-18T12:32:08.231 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.189+0000 7ff3f7c69b00 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-06-18T12:32:08.231 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.189+0000 7ff3f7c69b00 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1718713928190594, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 8, "file_size": 1622, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 1, "largest_seqno": 5, "table_properties": {"data_size": 523, "index_size": 31, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 69, "raw_key_size": 115, "raw_average_key_size": 23, "raw_value_size": 401, "raw_average_value_size": 80, "num_data_blocks": 1, "num_entries": 5, "num_filter_entries": 5, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1718713928, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "86cdffbd-0989-4c9c-82e9-e9e55c174fb8", "db_session_id": "E0CJQPK97RAENVK0SQKB", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-06-18T12:32:08.231 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.189+0000 7ff3f7c69b00 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1718713928190704, "job": 1, "event": "recovery_finished"} 2024-06-18T12:32:08.231 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.189+0000 7ff3f7c69b00 4 rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-06-18T12:32:08.231 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.189+0000 7ff3f7c69b00 4 rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-c/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-06-18T12:32:08.231 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.189+0000 7ff3f7c69b00 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55d2473fee00 2024-06-18T12:32:08.231 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.189+0000 7ff3f7c69b00 4 rocksdb: DB pointer 0x55d2474f8000 2024-06-18T12:32:08.231 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.189+0000 7ff3f7c69b00 0 mon.c does not exist in monmap, will attempt to join an existing cluster 2024-06-18T12:32:08.232 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.189+0000 7ff3eda32640 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-06-18T12:32:08.232 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.189+0000 7ff3eda32640 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-06-18T12:32:08.232 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: ** DB Stats ** 2024-06-18T12:32:08.232 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: Uptime(secs): 0.0 total, 0.0 interval 2024-06-18T12:32:08.232 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-06-18T12:32:08.232 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-06-18T12:32:08.232 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-06-18T12:32:08.232 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-06-18T12:32:08.232 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-06-18T12:32:08.232 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-06-18T12:32:08.232 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: ** Compaction Stats [default] ** 2024-06-18T12:32:08.232 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: 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-06-18T12:32:08.232 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-06-18T12:32:08.233 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: L0 1/0 1.58 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 4.2 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-06-18T12:32:08.233 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: Sum 1/0 1.58 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 4.2 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-06-18T12:32:08.233 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 4.2 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-06-18T12:32:08.233 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: ** Compaction Stats [default] ** 2024-06-18T12:32:08.233 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: 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-06-18T12:32:08.233 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-06-18T12:32:08.233 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 4.2 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-06-18T12:32:08.233 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-06-18T12:32:08.233 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: Uptime(secs): 0.0 total, 0.0 interval 2024-06-18T12:32:08.233 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: Flush(GB): cumulative 0.000, interval 0.000 2024-06-18T12:32:08.233 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: AddFile(GB): cumulative 0.000, interval 0.000 2024-06-18T12:32:08.233 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: AddFile(Total Files): cumulative 0, interval 0 2024-06-18T12:32:08.233 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: AddFile(L0 Files): cumulative 0, interval 0 2024-06-18T12:32:08.234 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: AddFile(Keys): cumulative 0, interval 0 2024-06-18T12:32:08.234 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: Cumulative compaction: 0.00 GB write, 0.53 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-06-18T12:32:08.234 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: Interval compaction: 0.00 GB write, 0.53 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-06-18T12:32:08.234 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: 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-06-18T12:32:08.234 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: Block cache BinnedLRUCache@0x55d2473d3090#7 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.1e-05 secs_since: 0 2024-06-18T12:32:08.234 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: Block cache entry stats(count,size,portion): FilterBlock(1,0.11 KB,2.08616e-05%) IndexBlock(1,0.11 KB,2.08616e-05%) Misc(1,0.00 KB,0%) 2024-06-18T12:32:08.234 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: ** File Read Latency Histogram By Level [default] ** 2024-06-18T12:32:08.234 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.189+0000 7ff3f7c69b00 0 using public_addr v2:172.21.15.131:0/0 -> [v2:172.21.15.131:3300/0,v1:172.21.15.131:6789/0] 2024-06-18T12:32:08.234 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.189+0000 7ff3f7c69b00 0 starting mon.c rank -1 at public addrs [v2:172.21.15.131:3300/0,v1:172.21.15.131:6789/0] at bind addrs [v2:172.21.15.131:3300/0,v1:172.21.15.131:6789/0] mon_data /var/lib/ceph/mon/ceph-c fsid 326ab62a-2d6e-11ef-bc9d-c7b262605968 2024-06-18T12:32:08.234 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.189+0000 7ff3f7c69b00 1 mon.c@-1(???) e0 preinit fsid 326ab62a-2d6e-11ef-bc9d-c7b262605968 2024-06-18T12:32:08.234 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.217+0000 7ff3f0a38640 0 mon.c@-1(synchronizing).mds e1 new map 2024-06-18T12:32:08.234 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.217+0000 7ff3f0a38640 0 mon.c@-1(synchronizing).mds e1 print_map 2024-06-18T12:32:08.234 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: e1 2024-06-18T12:32:08.235 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: enable_multiple, ever_enabled_multiple: 1,1 2024-06-18T12:32:08.235 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: 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-06-18T12:32:08.235 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: legacy client fscid: -1 2024-06-18T12:32:08.235 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: 2024-06-18T12:32:08.235 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: No filesystems configured 2024-06-18T12:32:08.235 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.217+0000 7ff3f0a38640 1 mon.c@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-06-18T12:32:08.235 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.217+0000 7ff3f0a38640 1 mon.c@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-06-18T12:32:08.235 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.217+0000 7ff3f0a38640 1 mon.c@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-06-18T12:32:08.236 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.217+0000 7ff3f0a38640 1 mon.c@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-06-18T12:32:08.236 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.217+0000 7ff3f0a38640 1 mon.c@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-06-18T12:32:08.236 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.217+0000 7ff3f0a38640 1 mon.c@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-06-18T12:32:08.236 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.221+0000 7ff3f0a38640 0 mon.c@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-06-18T12:32:08.236 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.221+0000 7ff3f0a38640 0 mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-06-18T12:32:08.236 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.221+0000 7ff3f0a38640 0 mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-06-18T12:32:08.236 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.221+0000 7ff3f0a38640 0 mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-06-18T12:32:08.236 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: audit 2024-06-18T12:31:00.210444+0000 mgr.a (mgr.14150) 15 : audit [DBG] from='client.14174 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T12:32:08.236 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: audit 2024-06-18T12:31:00.213736+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:08.236 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: audit 2024-06-18T12:31:00.214926+0000 mon.a (mon.0) 128 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T12:32:08.236 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: audit 2024-06-18T12:31:00.217999+0000 mon.a (mon.0) 129 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:32:08.236 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: audit 2024-06-18T12:31:00.218994+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T12:32:08.237 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: cephadm 2024-06-18T12:31:00.220203+0000 mgr.a (mgr.14150) 16 : cephadm [INF] Updating smithi089:/etc/ceph/ceph.conf 2024-06-18T12:32:08.237 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: cephadm 2024-06-18T12:31:00.309321+0000 mgr.a (mgr.14150) 17 : cephadm [INF] Updating smithi089:/var/lib/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/config/ceph.conf 2024-06-18T12:32:08.237 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: cephadm 2024-06-18T12:31:00.396579+0000 mgr.a (mgr.14150) 18 : cephadm [INF] Updating smithi089:/etc/ceph/ceph.client.admin.keyring 2024-06-18T12:32:08.237 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: cephadm 2024-06-18T12:31:00.491244+0000 mgr.a (mgr.14150) 19 : cephadm [INF] Updating smithi089:/var/lib/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/config/ceph.client.admin.keyring 2024-06-18T12:32:08.237 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: cluster 2024-06-18T12:31:00.505350+0000 mgr.a (mgr.14150) 20 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:32:08.237 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: audit 2024-06-18T12:31:00.604211+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:08.237 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: audit 2024-06-18T12:31:00.611560+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:08.237 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: audit 2024-06-18T12:31:00.616863+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:08.237 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: cluster 2024-06-18T12:31:02.505719+0000 mgr.a (mgr.14150) 21 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:32:08.237 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: cluster 2024-06-18T12:31:04.506121+0000 mgr.a (mgr.14150) 22 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:32:08.237 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: cluster 2024-06-18T12:31:06.506550+0000 mgr.a (mgr.14150) 23 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:32:08.237 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: cluster 2024-06-18T12:31:08.506926+0000 mgr.a (mgr.14150) 24 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:32:08.237 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: audit 2024-06-18T12:31:09.678293+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:08.238 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: audit 2024-06-18T12:31:09.681621+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:08.238 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: audit 2024-06-18T12:31:09.692730+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:08.238 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: audit 2024-06-18T12:31:09.883583+0000 mgr.a (mgr.14150) 25 : audit [DBG] from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi098", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T12:32:08.238 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: cluster 2024-06-18T12:31:10.507174+0000 mgr.a (mgr.14150) 26 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:32:08.238 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: cephadm 2024-06-18T12:31:10.844350+0000 mgr.a (mgr.14150) 27 : cephadm [INF] Deploying cephadm binary to smithi098 2024-06-18T12:32:08.238 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: cluster 2024-06-18T12:31:12.507535+0000 mgr.a (mgr.14150) 28 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:32:08.238 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: audit 2024-06-18T12:31:13.992760+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:08.238 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: cephadm 2024-06-18T12:31:13.993583+0000 mgr.a (mgr.14150) 29 : cephadm [INF] Added host smithi098 2024-06-18T12:32:08.238 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: audit 2024-06-18T12:31:13.994346+0000 mon.a (mon.0) 138 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T12:32:08.238 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: audit 2024-06-18T12:31:14.493841+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:08.238 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: cluster 2024-06-18T12:31:14.507960+0000 mgr.a (mgr.14150) 30 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:32:08.238 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: audit 2024-06-18T12:31:15.984806+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:08.238 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: audit 2024-06-18T12:31:15.992908+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:08.239 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: audit 2024-06-18T12:31:15.994370+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi098", "name": "osd_memory_target"}]: dispatch 2024-06-18T12:32:08.239 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: audit 2024-06-18T12:31:15.996722+0000 mon.a (mon.0) 143 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:32:08.239 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: audit 2024-06-18T12:31:15.998629+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T12:32:08.239 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: cephadm 2024-06-18T12:31:16.001121+0000 mgr.a (mgr.14150) 31 : cephadm [INF] Updating smithi098:/etc/ceph/ceph.conf 2024-06-18T12:32:08.239 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: cephadm 2024-06-18T12:31:16.177293+0000 mgr.a (mgr.14150) 32 : cephadm [INF] Updating smithi098:/var/lib/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/config/ceph.conf 2024-06-18T12:32:08.239 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: cephadm 2024-06-18T12:31:16.325470+0000 mgr.a (mgr.14150) 33 : cephadm [INF] Updating smithi098:/etc/ceph/ceph.client.admin.keyring 2024-06-18T12:32:08.239 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: cephadm 2024-06-18T12:31:16.466077+0000 mgr.a (mgr.14150) 34 : cephadm [INF] Updating smithi098:/var/lib/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/config/ceph.client.admin.keyring 2024-06-18T12:32:08.239 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: cluster 2024-06-18T12:31:16.508381+0000 mgr.a (mgr.14150) 35 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:32:08.239 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: audit 2024-06-18T12:31:16.607149+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:08.239 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: audit 2024-06-18T12:31:16.614967+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:08.239 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: audit 2024-06-18T12:31:16.617950+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi098", "caps": []}]: dispatch 2024-06-18T12:32:08.239 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: audit 2024-06-18T12:31:16.621710+0000 mon.a (mon.0) 148 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi098", "caps": []}]': finished 2024-06-18T12:32:08.239 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: cephadm 2024-06-18T12:31:17.473431+0000 mgr.a (mgr.14150) 36 : cephadm [INF] Deploying daemon agent.smithi098 on smithi098 2024-06-18T12:32:08.239 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: audit 2024-06-18T12:31:18.479998+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:08.240 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: audit 2024-06-18T12:31:18.485717+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:08.240 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: audit 2024-06-18T12:31:18.490672+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:08.240 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: cluster 2024-06-18T12:31:18.508817+0000 mgr.a (mgr.14150) 37 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:32:08.240 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: audit 2024-06-18T12:31:18.546821+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T12:32:08.240 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: audit 2024-06-18T12:31:18.550656+0000 mon.a (mon.0) 153 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:32:08.240 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: audit 2024-06-18T12:31:18.552069+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T12:32:08.240 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: audit 2024-06-18T12:31:18.559659+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:08.240 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: audit 2024-06-18T12:31:18.616452+0000 mon.a (mon.0) 156 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T12:32:08.240 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: audit 2024-06-18T12:31:18.620884+0000 mon.a (mon.0) 157 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:32:08.240 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: audit 2024-06-18T12:31:18.622376+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T12:32:08.240 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: audit 2024-06-18T12:31:18.629893+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:08.240 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: audit 2024-06-18T12:31:18.965188+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:08.240 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: audit 2024-06-18T12:31:20.042220+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:08.241 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: audit 2024-06-18T12:31:20.049508+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:08.241 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: cluster 2024-06-18T12:31:20.509144+0000 mgr.a (mgr.14150) 38 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:32:08.241 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: audit 2024-06-18T12:31:22.416967+0000 mgr.a (mgr.14150) 39 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-06-18T12:32:08.241 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: cluster 2024-06-18T12:31:22.509472+0000 mgr.a (mgr.14150) 40 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:32:08.241 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: audit 2024-06-18T12:31:22.581611+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:08.241 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: cluster 2024-06-18T12:31:24.509892+0000 mgr.a (mgr.14150) 41 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:32:08.241 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: cluster 2024-06-18T12:31:26.510226+0000 mgr.a (mgr.14150) 42 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:32:08.241 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: cluster 2024-06-18T12:31:28.510629+0000 mgr.a (mgr.14150) 43 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:32:08.241 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: audit 2024-06-18T12:31:29.849347+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:08.241 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: audit 2024-06-18T12:31:29.856636+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:08.241 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: audit 2024-06-18T12:31:29.865000+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:08.241 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: cluster 2024-06-18T12:31:30.511045+0000 mgr.a (mgr.14150) 44 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:32:08.241 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: audit 2024-06-18T12:31:30.581694+0000 mgr.a (mgr.14150) 45 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi131", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T12:32:08.241 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: cephadm 2024-06-18T12:31:31.555218+0000 mgr.a (mgr.14150) 46 : cephadm [INF] Deploying cephadm binary to smithi131 2024-06-18T12:32:08.241 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: cluster 2024-06-18T12:31:32.511431+0000 mgr.a (mgr.14150) 47 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:32:08.242 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: audit 2024-06-18T12:31:33.098482+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:08.242 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: audit 2024-06-18T12:31:33.111640+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:08.242 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: cluster 2024-06-18T12:31:34.511860+0000 mgr.a (mgr.14150) 48 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:32:08.242 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: audit 2024-06-18T12:31:34.737454+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:08.242 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: audit 2024-06-18T12:31:34.739104+0000 mon.a (mon.0) 170 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T12:32:08.242 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: cephadm 2024-06-18T12:31:34.738267+0000 mgr.a (mgr.14150) 49 : cephadm [INF] Added host smithi131 2024-06-18T12:32:08.242 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: audit 2024-06-18T12:31:35.223559+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:08.242 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: cluster 2024-06-18T12:31:36.512263+0000 mgr.a (mgr.14150) 50 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:32:08.242 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: audit 2024-06-18T12:31:36.685166+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:08.242 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: audit 2024-06-18T12:31:36.690588+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:08.242 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: audit 2024-06-18T12:31:36.691888+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi131", "name": "osd_memory_target"}]: dispatch 2024-06-18T12:32:08.242 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: audit 2024-06-18T12:31:36.693853+0000 mon.a (mon.0) 175 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:32:08.242 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: audit 2024-06-18T12:31:36.695569+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T12:32:08.243 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: cephadm 2024-06-18T12:31:36.697994+0000 mgr.a (mgr.14150) 51 : cephadm [INF] Updating smithi131:/etc/ceph/ceph.conf 2024-06-18T12:32:08.243 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: cephadm 2024-06-18T12:31:36.876350+0000 mgr.a (mgr.14150) 52 : cephadm [INF] Updating smithi131:/var/lib/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/config/ceph.conf 2024-06-18T12:32:08.243 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: cephadm 2024-06-18T12:31:37.025962+0000 mgr.a (mgr.14150) 53 : cephadm [INF] Updating smithi131:/etc/ceph/ceph.client.admin.keyring 2024-06-18T12:32:08.243 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: cephadm 2024-06-18T12:31:37.166000+0000 mgr.a (mgr.14150) 54 : cephadm [INF] Updating smithi131:/var/lib/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/config/ceph.client.admin.keyring 2024-06-18T12:32:08.243 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: audit 2024-06-18T12:31:37.300746+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:08.243 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: audit 2024-06-18T12:31:37.305072+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:08.243 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: audit 2024-06-18T12:31:37.308339+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi131", "caps": []}]: dispatch 2024-06-18T12:32:08.243 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: audit 2024-06-18T12:31:37.309743+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi131", "caps": []}]': finished 2024-06-18T12:32:08.243 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: cephadm 2024-06-18T12:31:37.828152+0000 mgr.a (mgr.14150) 55 : cephadm [INF] Deploying daemon agent.smithi131 on smithi131 2024-06-18T12:32:08.243 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: cluster 2024-06-18T12:31:38.512604+0000 mgr.a (mgr.14150) 56 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:32:08.243 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: audit 2024-06-18T12:31:38.769530+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:08.243 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: audit 2024-06-18T12:31:38.777985+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:08.243 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: audit 2024-06-18T12:31:38.785918+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:08.244 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: audit 2024-06-18T12:31:38.873517+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T12:32:08.244 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: audit 2024-06-18T12:31:38.878336+0000 mon.a (mon.0) 185 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:32:08.244 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: audit 2024-06-18T12:31:38.880231+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T12:32:08.244 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: audit 2024-06-18T12:31:38.891323+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:08.244 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: audit 2024-06-18T12:31:38.971293+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T12:32:08.244 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: audit 2024-06-18T12:31:38.975786+0000 mon.a (mon.0) 189 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:32:08.244 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: audit 2024-06-18T12:31:38.978528+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T12:32:08.244 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: audit 2024-06-18T12:31:38.989262+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:08.244 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: audit 2024-06-18T12:31:39.242388+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:08.244 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: audit 2024-06-18T12:31:39.604354+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:08.244 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: audit 2024-06-18T12:31:39.611987+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:08.244 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: audit 2024-06-18T12:31:39.621670+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:08.244 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: audit 2024-06-18T12:31:40.316864+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:08.245 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: audit 2024-06-18T12:31:40.326188+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:08.245 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: cluster 2024-06-18T12:31:40.512996+0000 mgr.a (mgr.14150) 57 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:32:08.245 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: cluster 2024-06-18T12:31:42.513292+0000 mgr.a (mgr.14150) 58 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:32:08.245 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: audit 2024-06-18T12:31:42.589652+0000 mon.a (mon.0) 198 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:08.245 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: cluster 2024-06-18T12:31:44.513650+0000 mgr.a (mgr.14150) 59 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:32:08.245 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: audit 2024-06-18T12:31:44.580422+0000 mgr.a (mgr.14150) 60 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-06-18T12:32:08.245 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: cluster 2024-06-18T12:31:46.514160+0000 mgr.a (mgr.14150) 61 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:32:08.245 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: cluster 2024-06-18T12:31:48.514614+0000 mgr.a (mgr.14150) 62 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:32:08.245 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: audit 2024-06-18T12:31:50.015296+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:08.245 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: audit 2024-06-18T12:31:50.017827+0000 mon.a (mon.0) 200 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:08.245 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: audit 2024-06-18T12:31:50.020957+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:08.245 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: cluster 2024-06-18T12:31:50.515086+0000 mgr.a (mgr.14150) 63 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:32:08.245 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: cluster 2024-06-18T12:31:52.515552+0000 mgr.a (mgr.14150) 64 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:32:08.245 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: audit 2024-06-18T12:31:52.952444+0000 mon.a (mon.0) 202 : audit [INF] from='client.? 172.21.15.89:0/1668346582' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-06-18T12:32:08.246 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: audit 2024-06-18T12:31:53.297709+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:08.246 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: audit 2024-06-18T12:31:53.304997+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:08.246 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: audit 2024-06-18T12:31:53.568143+0000 mon.a (mon.0) 205 : audit [INF] from='client.? 172.21.15.89:0/1668346582' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-06-18T12:32:08.246 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: cluster 2024-06-18T12:31:53.572106+0000 mon.a (mon.0) 206 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-06-18T12:32:08.246 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: cluster 2024-06-18T12:31:54.515966+0000 mgr.a (mgr.14150) 65 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:32:08.246 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: cluster 2024-06-18T12:31:56.516378+0000 mgr.a (mgr.14150) 66 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:32:08.246 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: audit 2024-06-18T12:31:58.241756+0000 mgr.a (mgr.14150) 67 : audit [DBG] from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi089:172.21.15.89=a;smithi098:172.21.15.98=b;smithi131:172.21.15.131=c", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T12:32:08.246 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: cephadm 2024-06-18T12:31:58.246949+0000 mgr.a (mgr.14150) 68 : cephadm [INF] Saving service mon spec with placement smithi089:172.21.15.89=a;smithi098:172.21.15.98=b;smithi131:172.21.15.131=c;count:3 2024-06-18T12:32:08.246 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: audit 2024-06-18T12:31:58.252091+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:08.246 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: audit 2024-06-18T12:31:58.253653+0000 mon.a (mon.0) 208 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T12:32:08.246 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: audit 2024-06-18T12:31:58.258142+0000 mon.a (mon.0) 209 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:32:08.246 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: audit 2024-06-18T12:31:58.260060+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T12:32:08.577 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: audit 2024-06-18T12:31:58.270135+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:08.577 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: audit 2024-06-18T12:31:58.274789+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-06-18T12:32:08.577 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: audit 2024-06-18T12:31:58.276569+0000 mon.a (mon.0) 213 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:32:08.577 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: cephadm 2024-06-18T12:31:58.278520+0000 mgr.a (mgr.14150) 69 : cephadm [INF] Deploying daemon mon.c on smithi131 2024-06-18T12:32:08.577 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: cluster 2024-06-18T12:31:58.516768+0000 mgr.a (mgr.14150) 70 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:32:08.577 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: audit 2024-06-18T12:31:59.814640+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:08.577 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: audit 2024-06-18T12:31:59.822566+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:08.577 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: audit 2024-06-18T12:31:59.832398+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:08.577 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: audit 2024-06-18T12:31:59.881453+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:08.578 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: audit 2024-06-18T12:31:59.889303+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:08.578 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: audit 2024-06-18T12:31:59.896509+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:08.578 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: cluster 2024-06-18T12:32:00.517167+0000 mgr.a (mgr.14150) 71 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:32:08.578 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: cluster 2024-06-18T12:32:02.517564+0000 mgr.a (mgr.14150) 72 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:32:08.578 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: cluster 2024-06-18T12:32:04.517868+0000 mgr.a (mgr.14150) 73 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:32:08.578 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: audit 2024-06-18T12:32:05.397373+0000 mon.a (mon.0) 220 : audit [DBG] from='client.? 172.21.15.131:0/688506604' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-06-18T12:32:08.578 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: audit 2024-06-18T12:32:05.768846+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:08.578 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: audit 2024-06-18T12:32:05.774480+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:08.578 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: audit 2024-06-18T12:32:05.780506+0000 mon.a (mon.0) 223 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:08.578 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: audit 2024-06-18T12:32:05.781876+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-06-18T12:32:08.578 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: audit 2024-06-18T12:32:05.783579+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:32:08.578 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: cephadm 2024-06-18T12:32:05.785481+0000 mgr.a (mgr.14150) 74 : cephadm [INF] Deploying daemon mon.b on smithi098 2024-06-18T12:32:08.578 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: cluster 2024-06-18T12:32:06.518233+0000 mgr.a (mgr.14150) 75 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:32:08.579 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:08 smithi131 bash[22694]: debug 2024-06-18T12:32:08.225+0000 7ff3f0a38640 1 mon.c@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-06-18T12:32:11.448 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:11 smithi098 bash[22565]: cluster 2024-06-18T12:31:16.508381+0000 mgr.a (mgr.14150) 35 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:32:11.449 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:11 smithi098 bash[22565]: audit 2024-06-18T12:31:16.607149+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:11.449 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:11 smithi098 bash[22565]: audit 2024-06-18T12:31:16.614967+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:11.449 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:11 smithi098 bash[22565]: audit 2024-06-18T12:31:16.617950+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi098", "caps": []}]: dispatch 2024-06-18T12:32:11.576 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:11 smithi098 bash[22565]: audit 2024-06-18T12:31:16.621710+0000 mon.a (mon.0) 148 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi098", "caps": []}]': finished 2024-06-18T12:32:11.576 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:11 smithi098 bash[22565]: cephadm 2024-06-18T12:31:17.473431+0000 mgr.a (mgr.14150) 36 : cephadm [INF] Deploying daemon agent.smithi098 on smithi098 2024-06-18T12:32:11.576 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:11 smithi098 bash[22565]: audit 2024-06-18T12:31:18.479998+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:11.576 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:11 smithi098 bash[22565]: audit 2024-06-18T12:31:18.485717+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:11.576 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:11 smithi098 bash[22565]: audit 2024-06-18T12:31:18.490672+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:11.577 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:11 smithi098 bash[22565]: cluster 2024-06-18T12:31:18.508817+0000 mgr.a (mgr.14150) 37 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:32:11.577 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:11 smithi098 bash[22565]: audit 2024-06-18T12:31:18.546821+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T12:32:11.577 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:11 smithi098 bash[22565]: audit 2024-06-18T12:31:18.550656+0000 mon.a (mon.0) 153 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:32:11.577 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:11 smithi098 bash[22565]: audit 2024-06-18T12:31:18.552069+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T12:32:11.577 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:11 smithi098 bash[22565]: audit 2024-06-18T12:31:18.559659+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:11.577 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:11 smithi098 bash[22565]: audit 2024-06-18T12:31:18.616452+0000 mon.a (mon.0) 156 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T12:32:11.577 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:11 smithi098 bash[22565]: audit 2024-06-18T12:31:18.620884+0000 mon.a (mon.0) 157 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:32:11.577 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:11 smithi098 bash[22565]: audit 2024-06-18T12:31:18.622376+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T12:32:11.577 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:11 smithi098 bash[22565]: audit 2024-06-18T12:31:18.629893+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:11.577 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:11 smithi098 bash[22565]: audit 2024-06-18T12:31:18.965188+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:11.577 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:11 smithi098 bash[22565]: audit 2024-06-18T12:31:20.042220+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:11.577 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:11 smithi098 bash[22565]: audit 2024-06-18T12:31:20.049508+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:11.577 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:11 smithi098 bash[22565]: cluster 2024-06-18T12:31:20.509144+0000 mgr.a (mgr.14150) 38 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:32:11.577 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:11 smithi098 bash[22565]: audit 2024-06-18T12:31:22.416967+0000 mgr.a (mgr.14150) 39 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-06-18T12:32:11.578 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:11 smithi098 bash[22565]: cluster 2024-06-18T12:31:22.509472+0000 mgr.a (mgr.14150) 40 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:32:11.578 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:11 smithi098 bash[22565]: audit 2024-06-18T12:31:22.581611+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:11.578 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:11 smithi098 bash[22565]: cluster 2024-06-18T12:31:24.509892+0000 mgr.a (mgr.14150) 41 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:32:11.579 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:11 smithi098 bash[22565]: cluster 2024-06-18T12:31:26.510226+0000 mgr.a (mgr.14150) 42 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:32:11.579 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:11 smithi098 bash[22565]: cluster 2024-06-18T12:31:28.510629+0000 mgr.a (mgr.14150) 43 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:32:11.579 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:11 smithi098 bash[22565]: audit 2024-06-18T12:31:29.849347+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:11.579 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:11 smithi098 bash[22565]: audit 2024-06-18T12:31:29.856636+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:11.579 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:11 smithi098 bash[22565]: audit 2024-06-18T12:31:29.865000+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:11.579 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:11 smithi098 bash[22565]: cluster 2024-06-18T12:31:30.511045+0000 mgr.a (mgr.14150) 44 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:32:11.579 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:11 smithi098 bash[22565]: audit 2024-06-18T12:31:30.581694+0000 mgr.a (mgr.14150) 45 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi131", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T12:32:11.579 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:11 smithi098 bash[22565]: cephadm 2024-06-18T12:31:31.555218+0000 mgr.a (mgr.14150) 46 : cephadm [INF] Deploying cephadm binary to smithi131 2024-06-18T12:32:11.579 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:11 smithi098 bash[22565]: cluster 2024-06-18T12:31:32.511431+0000 mgr.a (mgr.14150) 47 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:32:11.579 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:11 smithi098 bash[22565]: audit 2024-06-18T12:31:33.098482+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:11.579 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:11 smithi098 bash[22565]: audit 2024-06-18T12:31:33.111640+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:11.579 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:11 smithi098 bash[22565]: cluster 2024-06-18T12:31:34.511860+0000 mgr.a (mgr.14150) 48 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:32:11.580 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:11 smithi098 bash[22565]: audit 2024-06-18T12:31:34.737454+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:11.580 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:11 smithi098 bash[22565]: audit 2024-06-18T12:31:34.739104+0000 mon.a (mon.0) 170 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T12:32:11.580 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:11 smithi098 bash[22565]: cephadm 2024-06-18T12:31:34.738267+0000 mgr.a (mgr.14150) 49 : cephadm [INF] Added host smithi131 2024-06-18T12:32:11.580 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:11 smithi098 bash[22565]: audit 2024-06-18T12:31:35.223559+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:11.580 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:11 smithi098 bash[22565]: cluster 2024-06-18T12:31:36.512263+0000 mgr.a (mgr.14150) 50 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:32:11.580 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:11 smithi098 bash[22565]: audit 2024-06-18T12:31:36.685166+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:11.580 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:11 smithi098 bash[22565]: audit 2024-06-18T12:31:36.690588+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:11.580 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:11 smithi098 bash[22565]: audit 2024-06-18T12:31:36.691888+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi131", "name": "osd_memory_target"}]: dispatch 2024-06-18T12:32:11.580 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:11 smithi098 bash[22565]: audit 2024-06-18T12:31:36.693853+0000 mon.a (mon.0) 175 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:32:11.580 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:11 smithi098 bash[22565]: audit 2024-06-18T12:31:36.695569+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T12:32:11.580 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:11 smithi098 bash[22565]: cephadm 2024-06-18T12:31:36.697994+0000 mgr.a (mgr.14150) 51 : cephadm [INF] Updating smithi131:/etc/ceph/ceph.conf 2024-06-18T12:32:11.580 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:11 smithi098 bash[22565]: cephadm 2024-06-18T12:31:36.876350+0000 mgr.a (mgr.14150) 52 : cephadm [INF] Updating smithi131:/var/lib/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/config/ceph.conf 2024-06-18T12:32:11.580 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:11 smithi098 bash[22565]: cephadm 2024-06-18T12:31:37.025962+0000 mgr.a (mgr.14150) 53 : cephadm [INF] Updating smithi131:/etc/ceph/ceph.client.admin.keyring 2024-06-18T12:32:11.581 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:11 smithi098 bash[22565]: cephadm 2024-06-18T12:31:37.166000+0000 mgr.a (mgr.14150) 54 : cephadm [INF] Updating smithi131:/var/lib/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/config/ceph.client.admin.keyring 2024-06-18T12:32:11.581 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:11 smithi098 bash[22565]: audit 2024-06-18T12:31:37.300746+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:11.581 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:11 smithi098 bash[22565]: audit 2024-06-18T12:31:37.305072+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:11.581 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:11 smithi098 bash[22565]: audit 2024-06-18T12:31:37.308339+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi131", "caps": []}]: dispatch 2024-06-18T12:32:11.581 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:11 smithi098 bash[22565]: audit 2024-06-18T12:31:37.309743+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi131", "caps": []}]': finished 2024-06-18T12:32:11.581 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:11 smithi098 bash[22565]: cephadm 2024-06-18T12:31:37.828152+0000 mgr.a (mgr.14150) 55 : cephadm [INF] Deploying daemon agent.smithi131 on smithi131 2024-06-18T12:32:11.581 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:11 smithi098 bash[22565]: cluster 2024-06-18T12:31:38.512604+0000 mgr.a (mgr.14150) 56 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:32:11.581 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:11 smithi098 bash[22565]: audit 2024-06-18T12:31:38.769530+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:11.581 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:11 smithi098 bash[22565]: audit 2024-06-18T12:31:38.777985+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:11.581 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:11 smithi098 bash[22565]: audit 2024-06-18T12:31:38.785918+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:11.581 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:11 smithi098 bash[22565]: audit 2024-06-18T12:31:38.873517+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T12:32:11.581 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:11 smithi098 bash[22565]: audit 2024-06-18T12:31:38.878336+0000 mon.a (mon.0) 185 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:32:11.581 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:11 smithi098 bash[22565]: audit 2024-06-18T12:31:38.880231+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T12:32:11.581 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:11 smithi098 bash[22565]: audit 2024-06-18T12:31:38.891323+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:11.581 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:11 smithi098 bash[22565]: audit 2024-06-18T12:31:38.971293+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T12:32:11.582 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:11 smithi098 bash[22565]: audit 2024-06-18T12:31:38.975786+0000 mon.a (mon.0) 189 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:32:11.582 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:11 smithi098 bash[22565]: audit 2024-06-18T12:31:38.978528+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T12:32:11.582 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:11 smithi098 bash[22565]: audit 2024-06-18T12:31:38.989262+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:11.582 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:11 smithi098 bash[22565]: audit 2024-06-18T12:31:39.242388+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:11.582 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:11 smithi098 bash[22565]: audit 2024-06-18T12:31:39.604354+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:11.582 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:11 smithi098 bash[22565]: audit 2024-06-18T12:31:39.611987+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:11.582 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:11 smithi098 bash[22565]: audit 2024-06-18T12:31:39.621670+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:11.582 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:11 smithi098 bash[22565]: audit 2024-06-18T12:31:40.316864+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:11.582 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:11 smithi098 bash[22565]: audit 2024-06-18T12:31:40.326188+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:11.582 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:11 smithi098 bash[22565]: cluster 2024-06-18T12:31:40.512996+0000 mgr.a (mgr.14150) 57 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:32:11.582 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:11 smithi098 bash[22565]: cluster 2024-06-18T12:31:42.513292+0000 mgr.a (mgr.14150) 58 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:32:11.582 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:11 smithi098 bash[22565]: audit 2024-06-18T12:31:42.589652+0000 mon.a (mon.0) 198 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:11.582 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:11 smithi098 bash[22565]: cluster 2024-06-18T12:31:44.513650+0000 mgr.a (mgr.14150) 59 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:32:11.583 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:11 smithi098 bash[22565]: audit 2024-06-18T12:31:44.580422+0000 mgr.a (mgr.14150) 60 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-06-18T12:32:11.583 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:11 smithi098 bash[22565]: cluster 2024-06-18T12:31:46.514160+0000 mgr.a (mgr.14150) 61 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:32:11.583 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:11 smithi098 bash[22565]: cluster 2024-06-18T12:31:48.514614+0000 mgr.a (mgr.14150) 62 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:32:11.583 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:11 smithi098 bash[22565]: audit 2024-06-18T12:31:50.015296+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:11.583 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:11 smithi098 bash[22565]: audit 2024-06-18T12:31:50.017827+0000 mon.a (mon.0) 200 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:11.583 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:11 smithi098 bash[22565]: audit 2024-06-18T12:31:50.020957+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:11.583 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:11 smithi098 bash[22565]: cluster 2024-06-18T12:31:50.515086+0000 mgr.a (mgr.14150) 63 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:32:11.583 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:11 smithi098 bash[22565]: cluster 2024-06-18T12:31:52.515552+0000 mgr.a (mgr.14150) 64 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:32:11.583 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:11 smithi098 bash[22565]: audit 2024-06-18T12:31:52.952444+0000 mon.a (mon.0) 202 : audit [INF] from='client.? 172.21.15.89:0/1668346582' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-06-18T12:32:11.583 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:11 smithi098 bash[22565]: audit 2024-06-18T12:31:53.297709+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:11.583 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:11 smithi098 bash[22565]: audit 2024-06-18T12:31:53.304997+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:11.583 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:11 smithi098 bash[22565]: audit 2024-06-18T12:31:53.568143+0000 mon.a (mon.0) 205 : audit [INF] from='client.? 172.21.15.89:0/1668346582' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-06-18T12:32:11.583 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:11 smithi098 bash[22565]: cluster 2024-06-18T12:31:53.572106+0000 mon.a (mon.0) 206 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-06-18T12:32:11.583 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:11 smithi098 bash[22565]: cluster 2024-06-18T12:31:54.515966+0000 mgr.a (mgr.14150) 65 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:32:11.583 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:11 smithi098 bash[22565]: cluster 2024-06-18T12:31:56.516378+0000 mgr.a (mgr.14150) 66 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:32:11.584 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:11 smithi098 bash[22565]: audit 2024-06-18T12:31:58.241756+0000 mgr.a (mgr.14150) 67 : audit [DBG] from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi089:172.21.15.89=a;smithi098:172.21.15.98=b;smithi131:172.21.15.131=c", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T12:32:11.584 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:11 smithi098 bash[22565]: cephadm 2024-06-18T12:31:58.246949+0000 mgr.a (mgr.14150) 68 : cephadm [INF] Saving service mon spec with placement smithi089:172.21.15.89=a;smithi098:172.21.15.98=b;smithi131:172.21.15.131=c;count:3 2024-06-18T12:32:11.584 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:11 smithi098 bash[22565]: audit 2024-06-18T12:31:58.252091+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:11.584 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:11 smithi098 bash[22565]: audit 2024-06-18T12:31:58.253653+0000 mon.a (mon.0) 208 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T12:32:11.584 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:11 smithi098 bash[22565]: audit 2024-06-18T12:31:58.258142+0000 mon.a (mon.0) 209 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:32:11.584 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:11 smithi098 bash[22565]: audit 2024-06-18T12:31:58.260060+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T12:32:11.584 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:11 smithi098 bash[22565]: audit 2024-06-18T12:31:58.270135+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:11.584 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:11 smithi098 bash[22565]: audit 2024-06-18T12:31:58.274789+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-06-18T12:32:11.584 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:11 smithi098 bash[22565]: audit 2024-06-18T12:31:58.276569+0000 mon.a (mon.0) 213 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:32:11.584 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:11 smithi098 bash[22565]: cephadm 2024-06-18T12:31:58.278520+0000 mgr.a (mgr.14150) 69 : cephadm [INF] Deploying daemon mon.c on smithi131 2024-06-18T12:32:11.584 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:11 smithi098 bash[22565]: cluster 2024-06-18T12:31:58.516768+0000 mgr.a (mgr.14150) 70 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:32:11.584 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:11 smithi098 bash[22565]: audit 2024-06-18T12:31:59.814640+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:11.584 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:11 smithi098 bash[22565]: audit 2024-06-18T12:31:59.822566+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:11.584 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:11 smithi098 bash[22565]: audit 2024-06-18T12:31:59.832398+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:11.584 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:11 smithi098 bash[22565]: audit 2024-06-18T12:31:59.881453+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:11.584 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:11 smithi098 bash[22565]: audit 2024-06-18T12:31:59.889303+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:11.585 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:11 smithi098 bash[22565]: audit 2024-06-18T12:31:59.896509+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:11.585 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:11 smithi098 bash[22565]: cluster 2024-06-18T12:32:00.517167+0000 mgr.a (mgr.14150) 71 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:32:11.585 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:11 smithi098 bash[22565]: cluster 2024-06-18T12:32:02.517564+0000 mgr.a (mgr.14150) 72 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:32:11.585 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:11 smithi098 bash[22565]: cluster 2024-06-18T12:32:04.517868+0000 mgr.a (mgr.14150) 73 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:32:11.585 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:11 smithi098 bash[22565]: audit 2024-06-18T12:32:05.397373+0000 mon.a (mon.0) 220 : audit [DBG] from='client.? 172.21.15.131:0/688506604' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-06-18T12:32:11.585 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:11 smithi098 bash[22565]: audit 2024-06-18T12:32:05.768846+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:11.585 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:11 smithi098 bash[22565]: audit 2024-06-18T12:32:05.774480+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:11.585 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:11 smithi098 bash[22565]: audit 2024-06-18T12:32:05.780506+0000 mon.a (mon.0) 223 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:11.585 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:11 smithi098 bash[22565]: audit 2024-06-18T12:32:05.781876+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-06-18T12:32:11.585 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:11 smithi098 bash[22565]: audit 2024-06-18T12:32:05.783579+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:32:11.585 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:11 smithi098 bash[22565]: cephadm 2024-06-18T12:32:05.785481+0000 mgr.a (mgr.14150) 74 : cephadm [INF] Deploying daemon mon.b on smithi098 2024-06-18T12:32:11.585 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:11 smithi098 bash[22565]: cluster 2024-06-18T12:32:06.518233+0000 mgr.a (mgr.14150) 75 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:32:11.586 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:11 smithi098 bash[22565]: debug 2024-06-18T12:32:11.446+0000 7fe50606b640 1 mon.b@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-06-18T12:32:12.980 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/mon.c/config 2024-06-18T12:32:13.661 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:13 smithi089 bash[21925]: audit 2024-06-18T12:32:08.240756+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-06-18T12:32:13.661 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:13 smithi089 bash[21925]: cluster 2024-06-18T12:32:08.241129+0000 mon.a (mon.0) 228 : cluster [INF] mon.a calling monitor election 2024-06-18T12:32:13.661 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:13 smithi089 bash[21925]: audit 2024-06-18T12:32:08.260615+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-06-18T12:32:13.661 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:13 smithi089 bash[21925]: cluster 2024-06-18T12:32:08.518616+0000 mgr.a (mgr.14150) 76 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:32:13.662 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:13 smithi089 bash[21925]: audit 2024-06-18T12:32:09.235294+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-06-18T12:32:13.662 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:13 smithi089 bash[21925]: cluster 2024-06-18T12:32:10.233836+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-06-18T12:32:13.662 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:13 smithi089 bash[21925]: audit 2024-06-18T12:32:10.235509+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-06-18T12:32:13.662 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:13 smithi089 bash[21925]: cluster 2024-06-18T12:32:10.518989+0000 mgr.a (mgr.14150) 77 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:32:13.662 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:13 smithi089 bash[21925]: audit 2024-06-18T12:32:11.235505+0000 mon.a (mon.0) 232 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-06-18T12:32:13.662 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:13 smithi089 bash[21925]: audit 2024-06-18T12:32:11.459540+0000 mon.a (mon.0) 233 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-06-18T12:32:13.662 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:13 smithi089 bash[21925]: audit 2024-06-18T12:32:12.235547+0000 mon.a (mon.0) 234 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-06-18T12:32:13.662 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:13 smithi089 bash[21925]: audit 2024-06-18T12:32:12.460098+0000 mon.a (mon.0) 235 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-06-18T12:32:13.662 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:13 smithi089 bash[21925]: cluster 2024-06-18T12:32:12.519382+0000 mgr.a (mgr.14150) 78 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:32:13.662 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:13 smithi089 bash[21925]: audit 2024-06-18T12:32:13.235996+0000 mon.a (mon.0) 236 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-06-18T12:32:13.662 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:13 smithi089 bash[21925]: cluster 2024-06-18T12:32:13.283710+0000 mon.a (mon.0) 237 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-06-18T12:32:13.662 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:13 smithi089 bash[21925]: cluster 2024-06-18T12:32:13.292526+0000 mon.a (mon.0) 238 : cluster [DBG] monmap epoch 2 2024-06-18T12:32:13.662 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:13 smithi089 bash[21925]: cluster 2024-06-18T12:32:13.292574+0000 mon.a (mon.0) 239 : cluster [DBG] fsid 326ab62a-2d6e-11ef-bc9d-c7b262605968 2024-06-18T12:32:13.663 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:13 smithi089 bash[21925]: cluster 2024-06-18T12:32:13.292602+0000 mon.a (mon.0) 240 : cluster [DBG] last_changed 2024-06-18T12:32:08.235452+0000 2024-06-18T12:32:13.663 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:13 smithi089 bash[21925]: cluster 2024-06-18T12:32:13.292638+0000 mon.a (mon.0) 241 : cluster [DBG] created 2024-06-18T12:29:28.971684+0000 2024-06-18T12:32:13.663 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:13 smithi089 bash[21925]: cluster 2024-06-18T12:32:13.292676+0000 mon.a (mon.0) 242 : cluster [DBG] min_mon_release 19 (squid) 2024-06-18T12:32:13.663 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:13 smithi089 bash[21925]: cluster 2024-06-18T12:32:13.292711+0000 mon.a (mon.0) 243 : cluster [DBG] election_strategy: 1 2024-06-18T12:32:13.663 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:13 smithi089 bash[21925]: cluster 2024-06-18T12:32:13.292750+0000 mon.a (mon.0) 244 : cluster [DBG] 0: [v2:172.21.15.89:3300/0,v1:172.21.15.89:6789/0] mon.a 2024-06-18T12:32:13.663 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:13 smithi089 bash[21925]: cluster 2024-06-18T12:32:13.292787+0000 mon.a (mon.0) 245 : cluster [DBG] 1: [v2:172.21.15.131:3300/0,v1:172.21.15.131:6789/0] mon.c 2024-06-18T12:32:13.663 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:13 smithi089 bash[21925]: cluster 2024-06-18T12:32:13.312331+0000 mon.a (mon.0) 246 : cluster [DBG] fsmap 2024-06-18T12:32:13.663 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:13 smithi089 bash[21925]: cluster 2024-06-18T12:32:13.312415+0000 mon.a (mon.0) 247 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-06-18T12:32:13.663 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:13 smithi089 bash[21925]: cluster 2024-06-18T12:32:13.312715+0000 mon.a (mon.0) 248 : cluster [DBG] mgrmap e13: a(active, since 100s) 2024-06-18T12:32:13.663 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:13 smithi089 bash[21925]: cluster 2024-06-18T12:32:13.313023+0000 mon.a (mon.0) 249 : cluster [INF] overall HEALTH_OK 2024-06-18T12:32:13.663 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:13 smithi089 bash[21925]: audit 2024-06-18T12:32:13.321219+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:13.663 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:13 smithi089 bash[21925]: audit 2024-06-18T12:32:13.326615+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:13.663 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:13 smithi089 bash[21925]: audit 2024-06-18T12:32:13.332512+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:13.663 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:13 smithi089 bash[21925]: audit 2024-06-18T12:32:13.337702+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:13.664 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:13 smithi089 bash[21925]: audit 2024-06-18T12:32:13.344320+0000 mon.a (mon.0) 254 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:13.664 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:13 smithi089 bash[21925]: audit 2024-06-18T12:32:13.349964+0000 mon.a (mon.0) 255 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:13.664 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:13 smithi089 bash[21925]: audit 2024-06-18T12:32:13.357368+0000 mon.a (mon.0) 256 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:13.827 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:13 smithi131 bash[22694]: audit 2024-06-18T12:32:08.240756+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-06-18T12:32:13.827 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:13 smithi131 bash[22694]: cluster 2024-06-18T12:32:08.241129+0000 mon.a (mon.0) 228 : cluster [INF] mon.a calling monitor election 2024-06-18T12:32:13.827 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:13 smithi131 bash[22694]: audit 2024-06-18T12:32:08.260615+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-06-18T12:32:13.827 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:13 smithi131 bash[22694]: cluster 2024-06-18T12:32:08.518616+0000 mgr.a (mgr.14150) 76 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:32:13.827 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:13 smithi131 bash[22694]: audit 2024-06-18T12:32:09.235294+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-06-18T12:32:13.827 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:13 smithi131 bash[22694]: cluster 2024-06-18T12:32:10.233836+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-06-18T12:32:13.827 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:13 smithi131 bash[22694]: audit 2024-06-18T12:32:10.235509+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-06-18T12:32:13.828 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:13 smithi131 bash[22694]: cluster 2024-06-18T12:32:10.518989+0000 mgr.a (mgr.14150) 77 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:32:13.828 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:13 smithi131 bash[22694]: audit 2024-06-18T12:32:11.235505+0000 mon.a (mon.0) 232 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-06-18T12:32:13.828 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:13 smithi131 bash[22694]: audit 2024-06-18T12:32:11.459540+0000 mon.a (mon.0) 233 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-06-18T12:32:13.828 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:13 smithi131 bash[22694]: audit 2024-06-18T12:32:12.235547+0000 mon.a (mon.0) 234 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-06-18T12:32:13.828 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:13 smithi131 bash[22694]: audit 2024-06-18T12:32:12.460098+0000 mon.a (mon.0) 235 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-06-18T12:32:13.828 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:13 smithi131 bash[22694]: cluster 2024-06-18T12:32:12.519382+0000 mgr.a (mgr.14150) 78 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:32:13.828 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:13 smithi131 bash[22694]: audit 2024-06-18T12:32:13.235996+0000 mon.a (mon.0) 236 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-06-18T12:32:13.828 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:13 smithi131 bash[22694]: cluster 2024-06-18T12:32:13.283710+0000 mon.a (mon.0) 237 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-06-18T12:32:13.828 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:13 smithi131 bash[22694]: cluster 2024-06-18T12:32:13.292526+0000 mon.a (mon.0) 238 : cluster [DBG] monmap epoch 2 2024-06-18T12:32:13.828 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:13 smithi131 bash[22694]: cluster 2024-06-18T12:32:13.292574+0000 mon.a (mon.0) 239 : cluster [DBG] fsid 326ab62a-2d6e-11ef-bc9d-c7b262605968 2024-06-18T12:32:13.828 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:13 smithi131 bash[22694]: cluster 2024-06-18T12:32:13.292602+0000 mon.a (mon.0) 240 : cluster [DBG] last_changed 2024-06-18T12:32:08.235452+0000 2024-06-18T12:32:13.828 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:13 smithi131 bash[22694]: cluster 2024-06-18T12:32:13.292638+0000 mon.a (mon.0) 241 : cluster [DBG] created 2024-06-18T12:29:28.971684+0000 2024-06-18T12:32:13.828 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:13 smithi131 bash[22694]: cluster 2024-06-18T12:32:13.292676+0000 mon.a (mon.0) 242 : cluster [DBG] min_mon_release 19 (squid) 2024-06-18T12:32:13.828 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:13 smithi131 bash[22694]: cluster 2024-06-18T12:32:13.292711+0000 mon.a (mon.0) 243 : cluster [DBG] election_strategy: 1 2024-06-18T12:32:13.829 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:13 smithi131 bash[22694]: cluster 2024-06-18T12:32:13.292750+0000 mon.a (mon.0) 244 : cluster [DBG] 0: [v2:172.21.15.89:3300/0,v1:172.21.15.89:6789/0] mon.a 2024-06-18T12:32:13.829 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:13 smithi131 bash[22694]: cluster 2024-06-18T12:32:13.292787+0000 mon.a (mon.0) 245 : cluster [DBG] 1: [v2:172.21.15.131:3300/0,v1:172.21.15.131:6789/0] mon.c 2024-06-18T12:32:13.829 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:13 smithi131 bash[22694]: cluster 2024-06-18T12:32:13.312331+0000 mon.a (mon.0) 246 : cluster [DBG] fsmap 2024-06-18T12:32:13.829 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:13 smithi131 bash[22694]: cluster 2024-06-18T12:32:13.312415+0000 mon.a (mon.0) 247 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-06-18T12:32:13.829 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:13 smithi131 bash[22694]: cluster 2024-06-18T12:32:13.312715+0000 mon.a (mon.0) 248 : cluster [DBG] mgrmap e13: a(active, since 100s) 2024-06-18T12:32:13.829 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:13 smithi131 bash[22694]: cluster 2024-06-18T12:32:13.313023+0000 mon.a (mon.0) 249 : cluster [INF] overall HEALTH_OK 2024-06-18T12:32:13.829 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:13 smithi131 bash[22694]: audit 2024-06-18T12:32:13.321219+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:13.829 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:13 smithi131 bash[22694]: audit 2024-06-18T12:32:13.326615+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:13.829 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:13 smithi131 bash[22694]: audit 2024-06-18T12:32:13.332512+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:13.829 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:13 smithi131 bash[22694]: audit 2024-06-18T12:32:13.337702+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:13.829 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:13 smithi131 bash[22694]: audit 2024-06-18T12:32:13.344320+0000 mon.a (mon.0) 254 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:13.829 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:13 smithi131 bash[22694]: audit 2024-06-18T12:32:13.349964+0000 mon.a (mon.0) 255 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:13.829 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:13 smithi131 bash[22694]: audit 2024-06-18T12:32:13.357368+0000 mon.a (mon.0) 256 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:14.661 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:32:14 smithi089 bash[22179]: debug 2024-06-18T12:32:14.235+0000 7fee78c8b640 -1 mgr.server handle_report got status from non-daemon mon.c 2024-06-18T12:32:18.825 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:18 smithi098 bash[22565]: audit 2024-06-18T12:32:08.240756+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-06-18T12:32:18.825 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:18 smithi098 bash[22565]: cluster 2024-06-18T12:32:08.241129+0000 mon.a (mon.0) 228 : cluster [INF] mon.a calling monitor election 2024-06-18T12:32:18.826 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:18 smithi098 bash[22565]: audit 2024-06-18T12:32:08.260615+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-06-18T12:32:18.826 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:18 smithi098 bash[22565]: cluster 2024-06-18T12:32:08.518616+0000 mgr.a (mgr.14150) 76 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:32:18.826 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:18 smithi098 bash[22565]: audit 2024-06-18T12:32:09.235294+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-06-18T12:32:18.826 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:18 smithi098 bash[22565]: cluster 2024-06-18T12:32:10.233836+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-06-18T12:32:18.826 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:18 smithi098 bash[22565]: audit 2024-06-18T12:32:10.235509+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-06-18T12:32:18.827 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:18 smithi098 bash[22565]: cluster 2024-06-18T12:32:10.518989+0000 mgr.a (mgr.14150) 77 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:32:18.827 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:18 smithi098 bash[22565]: audit 2024-06-18T12:32:11.235505+0000 mon.a (mon.0) 232 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-06-18T12:32:18.827 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:18 smithi098 bash[22565]: audit 2024-06-18T12:32:11.459540+0000 mon.a (mon.0) 233 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-06-18T12:32:18.827 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:18 smithi098 bash[22565]: audit 2024-06-18T12:32:12.235547+0000 mon.a (mon.0) 234 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-06-18T12:32:18.827 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:18 smithi098 bash[22565]: audit 2024-06-18T12:32:12.460098+0000 mon.a (mon.0) 235 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-06-18T12:32:18.827 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:18 smithi098 bash[22565]: cluster 2024-06-18T12:32:12.519382+0000 mgr.a (mgr.14150) 78 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:32:18.827 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:18 smithi098 bash[22565]: audit 2024-06-18T12:32:13.235996+0000 mon.a (mon.0) 236 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-06-18T12:32:18.828 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:18 smithi098 bash[22565]: cluster 2024-06-18T12:32:13.283710+0000 mon.a (mon.0) 237 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-06-18T12:32:18.828 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:18 smithi098 bash[22565]: cluster 2024-06-18T12:32:13.292526+0000 mon.a (mon.0) 238 : cluster [DBG] monmap epoch 2 2024-06-18T12:32:18.828 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:18 smithi098 bash[22565]: cluster 2024-06-18T12:32:13.292574+0000 mon.a (mon.0) 239 : cluster [DBG] fsid 326ab62a-2d6e-11ef-bc9d-c7b262605968 2024-06-18T12:32:18.828 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:18 smithi098 bash[22565]: cluster 2024-06-18T12:32:13.292602+0000 mon.a (mon.0) 240 : cluster [DBG] last_changed 2024-06-18T12:32:08.235452+0000 2024-06-18T12:32:18.828 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:18 smithi098 bash[22565]: cluster 2024-06-18T12:32:13.292638+0000 mon.a (mon.0) 241 : cluster [DBG] created 2024-06-18T12:29:28.971684+0000 2024-06-18T12:32:18.828 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:18 smithi098 bash[22565]: cluster 2024-06-18T12:32:13.292676+0000 mon.a (mon.0) 242 : cluster [DBG] min_mon_release 19 (squid) 2024-06-18T12:32:18.828 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:18 smithi098 bash[22565]: cluster 2024-06-18T12:32:13.292711+0000 mon.a (mon.0) 243 : cluster [DBG] election_strategy: 1 2024-06-18T12:32:18.828 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:18 smithi098 bash[22565]: cluster 2024-06-18T12:32:13.292750+0000 mon.a (mon.0) 244 : cluster [DBG] 0: [v2:172.21.15.89:3300/0,v1:172.21.15.89:6789/0] mon.a 2024-06-18T12:32:18.828 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:18 smithi098 bash[22565]: cluster 2024-06-18T12:32:13.292787+0000 mon.a (mon.0) 245 : cluster [DBG] 1: [v2:172.21.15.131:3300/0,v1:172.21.15.131:6789/0] mon.c 2024-06-18T12:32:18.828 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:18 smithi098 bash[22565]: cluster 2024-06-18T12:32:13.312331+0000 mon.a (mon.0) 246 : cluster [DBG] fsmap 2024-06-18T12:32:18.829 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:18 smithi098 bash[22565]: cluster 2024-06-18T12:32:13.312415+0000 mon.a (mon.0) 247 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-06-18T12:32:18.829 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:18 smithi098 bash[22565]: cluster 2024-06-18T12:32:13.312715+0000 mon.a (mon.0) 248 : cluster [DBG] mgrmap e13: a(active, since 100s) 2024-06-18T12:32:18.829 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:18 smithi098 bash[22565]: cluster 2024-06-18T12:32:13.313023+0000 mon.a (mon.0) 249 : cluster [INF] overall HEALTH_OK 2024-06-18T12:32:18.829 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:18 smithi098 bash[22565]: audit 2024-06-18T12:32:13.321219+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:18.829 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:18 smithi098 bash[22565]: audit 2024-06-18T12:32:13.326615+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:18.829 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:18 smithi098 bash[22565]: audit 2024-06-18T12:32:13.332512+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:18.829 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:18 smithi098 bash[22565]: audit 2024-06-18T12:32:13.337702+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:18.830 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:18 smithi098 bash[22565]: audit 2024-06-18T12:32:13.344320+0000 mon.a (mon.0) 254 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:18.830 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:18 smithi098 bash[22565]: audit 2024-06-18T12:32:13.349964+0000 mon.a (mon.0) 255 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:18.830 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:18 smithi098 bash[22565]: audit 2024-06-18T12:32:13.357368+0000 mon.a (mon.0) 256 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:18.830 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:18 smithi098 bash[22565]: cephadm 2024-06-18T12:32:13.425924+0000 mgr.a (mgr.14150) 79 : cephadm [INF] Updating smithi089:/etc/ceph/ceph.conf 2024-06-18T12:32:18.830 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:18 smithi098 bash[22565]: cephadm 2024-06-18T12:32:13.426203+0000 mgr.a (mgr.14150) 80 : cephadm [INF] Updating smithi098:/etc/ceph/ceph.conf 2024-06-18T12:32:18.830 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:18 smithi098 bash[22565]: cephadm 2024-06-18T12:32:13.426377+0000 mgr.a (mgr.14150) 81 : cephadm [INF] Updating smithi131:/etc/ceph/ceph.conf 2024-06-18T12:32:18.830 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:18 smithi098 bash[22565]: cluster 2024-06-18T12:32:13.462979+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-06-18T12:32:18.831 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:18 smithi098 bash[22565]: audit 2024-06-18T12:32:13.464193+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-06-18T12:32:18.831 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:18 smithi098 bash[22565]: audit 2024-06-18T12:32:13.464496+0000 mon.a (mon.0) 262 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-06-18T12:32:18.831 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:18 smithi098 bash[22565]: cluster 2024-06-18T12:32:13.464642+0000 mon.a (mon.0) 263 : cluster [INF] mon.a calling monitor election 2024-06-18T12:32:18.831 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:18 smithi098 bash[22565]: audit 2024-06-18T12:32:13.484336+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-06-18T12:32:18.831 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:18 smithi098 bash[22565]: cephadm 2024-06-18T12:32:13.621032+0000 mgr.a (mgr.14150) 82 : cephadm [INF] Updating smithi089:/var/lib/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/config/ceph.conf 2024-06-18T12:32:18.831 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:18 smithi098 bash[22565]: cephadm 2024-06-18T12:32:13.632175+0000 mgr.a (mgr.14150) 83 : cephadm [INF] Updating smithi131:/var/lib/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/config/ceph.conf 2024-06-18T12:32:18.832 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:18 smithi098 bash[22565]: cephadm 2024-06-18T12:32:13.632694+0000 mgr.a (mgr.14150) 84 : cephadm [INF] Updating smithi098:/var/lib/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/config/ceph.conf 2024-06-18T12:32:18.832 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:18 smithi098 bash[22565]: audit 2024-06-18T12:32:14.459844+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-06-18T12:32:18.833 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:18 smithi098 bash[22565]: cluster 2024-06-18T12:32:14.519882+0000 mgr.a (mgr.14150) 85 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:32:18.833 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:18 smithi098 bash[22565]: cluster 2024-06-18T12:32:15.457958+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-06-18T12:32:18.833 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:18 smithi098 bash[22565]: audit 2024-06-18T12:32:15.460405+0000 mon.a (mon.0) 266 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-06-18T12:32:18.833 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:18 smithi098 bash[22565]: audit 2024-06-18T12:32:16.460618+0000 mon.a (mon.0) 267 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-06-18T12:32:18.833 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:18 smithi098 bash[22565]: cluster 2024-06-18T12:32:16.520318+0000 mgr.a (mgr.14150) 86 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:32:18.834 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:18 smithi098 bash[22565]: audit 2024-06-18T12:32:17.460431+0000 mon.a (mon.0) 268 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-06-18T12:32:18.834 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:18 smithi098 bash[22565]: audit 2024-06-18T12:32:18.460927+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-06-18T12:32:18.834 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:18 smithi098 bash[22565]: cluster 2024-06-18T12:32:18.507558+0000 mon.a (mon.0) 270 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-06-18T12:32:18.834 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:18 smithi098 bash[22565]: cluster 2024-06-18T12:32:18.516560+0000 mon.a (mon.0) 271 : cluster [DBG] monmap epoch 3 2024-06-18T12:32:18.834 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:18 smithi098 bash[22565]: cluster 2024-06-18T12:32:18.516594+0000 mon.a (mon.0) 272 : cluster [DBG] fsid 326ab62a-2d6e-11ef-bc9d-c7b262605968 2024-06-18T12:32:18.834 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:18 smithi098 bash[22565]: cluster 2024-06-18T12:32:18.516614+0000 mon.a (mon.0) 273 : cluster [DBG] last_changed 2024-06-18T12:32:13.460111+0000 2024-06-18T12:32:18.835 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:18 smithi098 bash[22565]: cluster 2024-06-18T12:32:18.516630+0000 mon.a (mon.0) 274 : cluster [DBG] created 2024-06-18T12:29:28.971684+0000 2024-06-18T12:32:18.835 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:18 smithi098 bash[22565]: cluster 2024-06-18T12:32:18.516645+0000 mon.a (mon.0) 275 : cluster [DBG] min_mon_release 19 (squid) 2024-06-18T12:32:18.835 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:18 smithi098 bash[22565]: cluster 2024-06-18T12:32:18.516666+0000 mon.a (mon.0) 276 : cluster [DBG] election_strategy: 1 2024-06-18T12:32:18.835 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:18 smithi098 bash[22565]: cluster 2024-06-18T12:32:18.516684+0000 mon.a (mon.0) 277 : cluster [DBG] 0: [v2:172.21.15.89:3300/0,v1:172.21.15.89:6789/0] mon.a 2024-06-18T12:32:18.835 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:18 smithi098 bash[22565]: cluster 2024-06-18T12:32:18.516706+0000 mon.a (mon.0) 278 : cluster [DBG] 1: [v2:172.21.15.131:3300/0,v1:172.21.15.131:6789/0] mon.c 2024-06-18T12:32:18.835 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:18 smithi098 bash[22565]: cluster 2024-06-18T12:32:18.516725+0000 mon.a (mon.0) 279 : cluster [DBG] 2: [v2:172.21.15.98:3300/0,v1:172.21.15.98:6789/0] mon.b 2024-06-18T12:32:18.835 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:18 smithi098 bash[22565]: cluster 2024-06-18T12:32:18.536338+0000 mon.a (mon.0) 280 : cluster [DBG] fsmap 2024-06-18T12:32:18.836 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:18 smithi098 bash[22565]: cluster 2024-06-18T12:32:18.536391+0000 mon.a (mon.0) 281 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-06-18T12:32:18.836 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:18 smithi098 bash[22565]: cluster 2024-06-18T12:32:18.536645+0000 mon.a (mon.0) 282 : cluster [DBG] mgrmap e13: a(active, since 106s) 2024-06-18T12:32:18.836 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:18 smithi098 bash[22565]: cluster 2024-06-18T12:32:18.536887+0000 mon.a (mon.0) 283 : cluster [INF] overall HEALTH_OK 2024-06-18T12:32:18.836 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:18 smithi098 bash[22565]: audit 2024-06-18T12:32:18.544083+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:18.836 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:18 smithi098 bash[22565]: audit 2024-06-18T12:32:18.550327+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:18.836 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:18 smithi098 bash[22565]: audit 2024-06-18T12:32:18.556341+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:18.836 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:18 smithi098 bash[22565]: audit 2024-06-18T12:32:18.561710+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:18.836 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:18 smithi098 bash[22565]: audit 2024-06-18T12:32:18.566852+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:18.836 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:18 smithi098 bash[22565]: audit 2024-06-18T12:32:18.572097+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:18.836 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:18 smithi098 bash[22565]: audit 2024-06-18T12:32:18.577255+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:18.837 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:18 smithi098 bash[22565]: audit 2024-06-18T12:32:18.582334+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:18.842 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:18 smithi131 bash[22694]: cephadm 2024-06-18T12:32:13.425924+0000 mgr.a (mgr.14150) 79 : cephadm [INF] Updating smithi089:/etc/ceph/ceph.conf 2024-06-18T12:32:18.842 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:18 smithi131 bash[22694]: cephadm 2024-06-18T12:32:13.426203+0000 mgr.a (mgr.14150) 80 : cephadm [INF] Updating smithi098:/etc/ceph/ceph.conf 2024-06-18T12:32:18.842 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:18 smithi131 bash[22694]: cephadm 2024-06-18T12:32:13.426377+0000 mgr.a (mgr.14150) 81 : cephadm [INF] Updating smithi131:/etc/ceph/ceph.conf 2024-06-18T12:32:18.842 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:18 smithi131 bash[22694]: cluster 2024-06-18T12:32:13.462979+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-06-18T12:32:18.842 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:18 smithi131 bash[22694]: audit 2024-06-18T12:32:13.464193+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-06-18T12:32:18.842 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:18 smithi131 bash[22694]: audit 2024-06-18T12:32:13.464496+0000 mon.a (mon.0) 262 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-06-18T12:32:18.842 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:18 smithi131 bash[22694]: cluster 2024-06-18T12:32:13.464642+0000 mon.a (mon.0) 263 : cluster [INF] mon.a calling monitor election 2024-06-18T12:32:18.842 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:18 smithi131 bash[22694]: audit 2024-06-18T12:32:13.484336+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-06-18T12:32:18.842 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:18 smithi131 bash[22694]: cephadm 2024-06-18T12:32:13.621032+0000 mgr.a (mgr.14150) 82 : cephadm [INF] Updating smithi089:/var/lib/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/config/ceph.conf 2024-06-18T12:32:18.843 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:18 smithi131 bash[22694]: cephadm 2024-06-18T12:32:13.632175+0000 mgr.a (mgr.14150) 83 : cephadm [INF] Updating smithi131:/var/lib/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/config/ceph.conf 2024-06-18T12:32:18.843 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:18 smithi131 bash[22694]: cephadm 2024-06-18T12:32:13.632694+0000 mgr.a (mgr.14150) 84 : cephadm [INF] Updating smithi098:/var/lib/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/config/ceph.conf 2024-06-18T12:32:18.843 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:18 smithi131 bash[22694]: audit 2024-06-18T12:32:14.459844+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-06-18T12:32:18.843 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:18 smithi131 bash[22694]: cluster 2024-06-18T12:32:14.519882+0000 mgr.a (mgr.14150) 85 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:32:18.843 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:18 smithi131 bash[22694]: cluster 2024-06-18T12:32:15.457958+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-06-18T12:32:18.843 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:18 smithi131 bash[22694]: audit 2024-06-18T12:32:15.460405+0000 mon.a (mon.0) 266 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-06-18T12:32:18.843 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:18 smithi131 bash[22694]: audit 2024-06-18T12:32:16.460618+0000 mon.a (mon.0) 267 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-06-18T12:32:18.843 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:18 smithi131 bash[22694]: cluster 2024-06-18T12:32:16.520318+0000 mgr.a (mgr.14150) 86 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:32:18.843 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:18 smithi131 bash[22694]: audit 2024-06-18T12:32:17.460431+0000 mon.a (mon.0) 268 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-06-18T12:32:18.843 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:18 smithi131 bash[22694]: audit 2024-06-18T12:32:18.460927+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-06-18T12:32:18.843 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:18 smithi131 bash[22694]: cluster 2024-06-18T12:32:18.507558+0000 mon.a (mon.0) 270 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-06-18T12:32:18.843 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:18 smithi131 bash[22694]: cluster 2024-06-18T12:32:18.516560+0000 mon.a (mon.0) 271 : cluster [DBG] monmap epoch 3 2024-06-18T12:32:18.843 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:18 smithi131 bash[22694]: cluster 2024-06-18T12:32:18.516594+0000 mon.a (mon.0) 272 : cluster [DBG] fsid 326ab62a-2d6e-11ef-bc9d-c7b262605968 2024-06-18T12:32:18.843 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:18 smithi131 bash[22694]: cluster 2024-06-18T12:32:18.516614+0000 mon.a (mon.0) 273 : cluster [DBG] last_changed 2024-06-18T12:32:13.460111+0000 2024-06-18T12:32:18.844 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:18 smithi131 bash[22694]: cluster 2024-06-18T12:32:18.516630+0000 mon.a (mon.0) 274 : cluster [DBG] created 2024-06-18T12:29:28.971684+0000 2024-06-18T12:32:18.844 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:18 smithi131 bash[22694]: cluster 2024-06-18T12:32:18.516645+0000 mon.a (mon.0) 275 : cluster [DBG] min_mon_release 19 (squid) 2024-06-18T12:32:18.844 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:18 smithi131 bash[22694]: cluster 2024-06-18T12:32:18.516666+0000 mon.a (mon.0) 276 : cluster [DBG] election_strategy: 1 2024-06-18T12:32:18.844 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:18 smithi131 bash[22694]: cluster 2024-06-18T12:32:18.516684+0000 mon.a (mon.0) 277 : cluster [DBG] 0: [v2:172.21.15.89:3300/0,v1:172.21.15.89:6789/0] mon.a 2024-06-18T12:32:18.844 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:18 smithi131 bash[22694]: cluster 2024-06-18T12:32:18.516706+0000 mon.a (mon.0) 278 : cluster [DBG] 1: [v2:172.21.15.131:3300/0,v1:172.21.15.131:6789/0] mon.c 2024-06-18T12:32:18.844 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:18 smithi131 bash[22694]: cluster 2024-06-18T12:32:18.516725+0000 mon.a (mon.0) 279 : cluster [DBG] 2: [v2:172.21.15.98:3300/0,v1:172.21.15.98:6789/0] mon.b 2024-06-18T12:32:18.844 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:18 smithi131 bash[22694]: cluster 2024-06-18T12:32:18.536338+0000 mon.a (mon.0) 280 : cluster [DBG] fsmap 2024-06-18T12:32:18.844 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:18 smithi131 bash[22694]: cluster 2024-06-18T12:32:18.536391+0000 mon.a (mon.0) 281 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-06-18T12:32:18.844 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:18 smithi131 bash[22694]: cluster 2024-06-18T12:32:18.536645+0000 mon.a (mon.0) 282 : cluster [DBG] mgrmap e13: a(active, since 106s) 2024-06-18T12:32:18.844 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:18 smithi131 bash[22694]: cluster 2024-06-18T12:32:18.536887+0000 mon.a (mon.0) 283 : cluster [INF] overall HEALTH_OK 2024-06-18T12:32:18.844 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:18 smithi131 bash[22694]: audit 2024-06-18T12:32:18.544083+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:18.844 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:18 smithi131 bash[22694]: audit 2024-06-18T12:32:18.550327+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:18.844 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:18 smithi131 bash[22694]: audit 2024-06-18T12:32:18.556341+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:18.844 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:18 smithi131 bash[22694]: audit 2024-06-18T12:32:18.561710+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:18.845 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:18 smithi131 bash[22694]: audit 2024-06-18T12:32:18.566852+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:18.845 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:18 smithi131 bash[22694]: audit 2024-06-18T12:32:18.572097+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:18.845 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:18 smithi131 bash[22694]: audit 2024-06-18T12:32:18.577255+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:18.845 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:18 smithi131 bash[22694]: audit 2024-06-18T12:32:18.582334+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:18.911 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:18 smithi089 bash[21925]: cephadm 2024-06-18T12:32:13.425924+0000 mgr.a (mgr.14150) 79 : cephadm [INF] Updating smithi089:/etc/ceph/ceph.conf 2024-06-18T12:32:18.911 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:18 smithi089 bash[21925]: cephadm 2024-06-18T12:32:13.426203+0000 mgr.a (mgr.14150) 80 : cephadm [INF] Updating smithi098:/etc/ceph/ceph.conf 2024-06-18T12:32:18.912 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:18 smithi089 bash[21925]: cephadm 2024-06-18T12:32:13.426377+0000 mgr.a (mgr.14150) 81 : cephadm [INF] Updating smithi131:/etc/ceph/ceph.conf 2024-06-18T12:32:18.912 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:18 smithi089 bash[21925]: cluster 2024-06-18T12:32:13.462979+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-06-18T12:32:18.912 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:18 smithi089 bash[21925]: audit 2024-06-18T12:32:13.464193+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-06-18T12:32:18.912 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:18 smithi089 bash[21925]: audit 2024-06-18T12:32:13.464496+0000 mon.a (mon.0) 262 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-06-18T12:32:18.912 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:18 smithi089 bash[21925]: cluster 2024-06-18T12:32:13.464642+0000 mon.a (mon.0) 263 : cluster [INF] mon.a calling monitor election 2024-06-18T12:32:18.912 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:18 smithi089 bash[21925]: audit 2024-06-18T12:32:13.484336+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-06-18T12:32:18.912 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:18 smithi089 bash[21925]: cephadm 2024-06-18T12:32:13.621032+0000 mgr.a (mgr.14150) 82 : cephadm [INF] Updating smithi089:/var/lib/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/config/ceph.conf 2024-06-18T12:32:18.912 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:18 smithi089 bash[21925]: cephadm 2024-06-18T12:32:13.632175+0000 mgr.a (mgr.14150) 83 : cephadm [INF] Updating smithi131:/var/lib/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/config/ceph.conf 2024-06-18T12:32:18.912 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:18 smithi089 bash[21925]: cephadm 2024-06-18T12:32:13.632694+0000 mgr.a (mgr.14150) 84 : cephadm [INF] Updating smithi098:/var/lib/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/config/ceph.conf 2024-06-18T12:32:18.912 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:18 smithi089 bash[21925]: audit 2024-06-18T12:32:14.459844+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-06-18T12:32:18.912 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:18 smithi089 bash[21925]: cluster 2024-06-18T12:32:14.519882+0000 mgr.a (mgr.14150) 85 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:32:18.912 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:18 smithi089 bash[21925]: cluster 2024-06-18T12:32:15.457958+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-06-18T12:32:18.912 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:18 smithi089 bash[21925]: audit 2024-06-18T12:32:15.460405+0000 mon.a (mon.0) 266 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-06-18T12:32:18.913 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:18 smithi089 bash[21925]: audit 2024-06-18T12:32:16.460618+0000 mon.a (mon.0) 267 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-06-18T12:32:18.913 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:18 smithi089 bash[21925]: cluster 2024-06-18T12:32:16.520318+0000 mgr.a (mgr.14150) 86 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:32:18.913 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:18 smithi089 bash[21925]: audit 2024-06-18T12:32:17.460431+0000 mon.a (mon.0) 268 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-06-18T12:32:18.913 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:18 smithi089 bash[21925]: audit 2024-06-18T12:32:18.460927+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-06-18T12:32:18.913 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:18 smithi089 bash[21925]: cluster 2024-06-18T12:32:18.507558+0000 mon.a (mon.0) 270 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-06-18T12:32:18.913 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:18 smithi089 bash[21925]: cluster 2024-06-18T12:32:18.516560+0000 mon.a (mon.0) 271 : cluster [DBG] monmap epoch 3 2024-06-18T12:32:18.913 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:18 smithi089 bash[21925]: cluster 2024-06-18T12:32:18.516594+0000 mon.a (mon.0) 272 : cluster [DBG] fsid 326ab62a-2d6e-11ef-bc9d-c7b262605968 2024-06-18T12:32:18.913 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:18 smithi089 bash[21925]: cluster 2024-06-18T12:32:18.516614+0000 mon.a (mon.0) 273 : cluster [DBG] last_changed 2024-06-18T12:32:13.460111+0000 2024-06-18T12:32:18.914 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:18 smithi089 bash[21925]: cluster 2024-06-18T12:32:18.516630+0000 mon.a (mon.0) 274 : cluster [DBG] created 2024-06-18T12:29:28.971684+0000 2024-06-18T12:32:18.914 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:18 smithi089 bash[21925]: cluster 2024-06-18T12:32:18.516645+0000 mon.a (mon.0) 275 : cluster [DBG] min_mon_release 19 (squid) 2024-06-18T12:32:18.914 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:18 smithi089 bash[21925]: cluster 2024-06-18T12:32:18.516666+0000 mon.a (mon.0) 276 : cluster [DBG] election_strategy: 1 2024-06-18T12:32:18.914 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:18 smithi089 bash[21925]: cluster 2024-06-18T12:32:18.516684+0000 mon.a (mon.0) 277 : cluster [DBG] 0: [v2:172.21.15.89:3300/0,v1:172.21.15.89:6789/0] mon.a 2024-06-18T12:32:18.914 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:18 smithi089 bash[21925]: cluster 2024-06-18T12:32:18.516706+0000 mon.a (mon.0) 278 : cluster [DBG] 1: [v2:172.21.15.131:3300/0,v1:172.21.15.131:6789/0] mon.c 2024-06-18T12:32:18.914 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:18 smithi089 bash[21925]: cluster 2024-06-18T12:32:18.516725+0000 mon.a (mon.0) 279 : cluster [DBG] 2: [v2:172.21.15.98:3300/0,v1:172.21.15.98:6789/0] mon.b 2024-06-18T12:32:18.914 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:18 smithi089 bash[21925]: cluster 2024-06-18T12:32:18.536338+0000 mon.a (mon.0) 280 : cluster [DBG] fsmap 2024-06-18T12:32:18.914 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:18 smithi089 bash[21925]: cluster 2024-06-18T12:32:18.536391+0000 mon.a (mon.0) 281 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-06-18T12:32:18.914 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:18 smithi089 bash[21925]: cluster 2024-06-18T12:32:18.536645+0000 mon.a (mon.0) 282 : cluster [DBG] mgrmap e13: a(active, since 106s) 2024-06-18T12:32:18.914 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:18 smithi089 bash[21925]: cluster 2024-06-18T12:32:18.536887+0000 mon.a (mon.0) 283 : cluster [INF] overall HEALTH_OK 2024-06-18T12:32:18.914 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:18 smithi089 bash[21925]: audit 2024-06-18T12:32:18.544083+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:18.914 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:18 smithi089 bash[21925]: audit 2024-06-18T12:32:18.550327+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:18.914 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:18 smithi089 bash[21925]: audit 2024-06-18T12:32:18.556341+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:18.915 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:18 smithi089 bash[21925]: audit 2024-06-18T12:32:18.561710+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:18.915 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:18 smithi089 bash[21925]: audit 2024-06-18T12:32:18.566852+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:18.915 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:18 smithi089 bash[21925]: audit 2024-06-18T12:32:18.572097+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:18.915 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:18 smithi089 bash[21925]: audit 2024-06-18T12:32:18.577255+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:18.915 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:18 smithi089 bash[21925]: audit 2024-06-18T12:32:18.582334+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:19.911 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:19 smithi089 bash[21925]: cluster 2024-06-18T12:32:18.520794+0000 mgr.a (mgr.14150) 87 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:32:19.911 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:19 smithi089 bash[21925]: audit 2024-06-18T12:32:18.589567+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:19.911 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:19 smithi089 bash[21925]: cephadm 2024-06-18T12:32:18.590504+0000 mgr.a (mgr.14150) 88 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-06-18T12:32:19.911 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:19 smithi089 bash[21925]: audit 2024-06-18T12:32:18.682655+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-06-18T12:32:19.911 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:19 smithi089 bash[21925]: audit 2024-06-18T12:32:18.684509+0000 mon.a (mon.0) 294 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-06-18T12:32:19.911 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:19 smithi089 bash[21925]: audit 2024-06-18T12:32:18.686012+0000 mon.a (mon.0) 295 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:32:19.911 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:19 smithi089 bash[21925]: audit 2024-06-18T12:32:18.845010+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:19.911 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:19 smithi089 bash[21925]: audit 2024-06-18T12:32:19.461135+0000 mon.a (mon.0) 297 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-06-18T12:32:20.038 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-06-18T12:32:20.038 INFO:teuthology.orchestra.run.smithi131.stdout:{"epoch":3,"fsid":"326ab62a-2d6e-11ef-bc9d-c7b262605968","modified":"2024-06-18T12:32:13.460111Z","created":"2024-06-18T12:29:28.971684Z","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.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:3300","nonce":0},{"type":"v1","addr":"172.21.15.131:6789","nonce":0}]},"addr":"172.21.15.131:6789/0","public_addr":"172.21.15.131:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:3300","nonce":0},{"type":"v1","addr":"172.21.15.98:6789","nonce":0}]},"addr":"172.21.15.98:6789/0","public_addr":"172.21.15.98:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1,2]} 2024-06-18T12:32:20.039 INFO:teuthology.orchestra.run.smithi131.stderr:dumped monmap epoch 3 2024-06-18T12:32:20.051 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:19 smithi131 bash[22694]: cluster 2024-06-18T12:32:18.520794+0000 mgr.a (mgr.14150) 87 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:32:20.051 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:19 smithi131 bash[22694]: audit 2024-06-18T12:32:18.589567+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:20.051 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:19 smithi131 bash[22694]: cephadm 2024-06-18T12:32:18.590504+0000 mgr.a (mgr.14150) 88 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-06-18T12:32:20.051 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:19 smithi131 bash[22694]: audit 2024-06-18T12:32:18.682655+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-06-18T12:32:20.051 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:19 smithi131 bash[22694]: audit 2024-06-18T12:32:18.684509+0000 mon.a (mon.0) 294 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-06-18T12:32:20.051 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:19 smithi131 bash[22694]: audit 2024-06-18T12:32:18.686012+0000 mon.a (mon.0) 295 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:32:20.051 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:19 smithi131 bash[22694]: audit 2024-06-18T12:32:18.845010+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:20.051 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:19 smithi131 bash[22694]: audit 2024-06-18T12:32:19.461135+0000 mon.a (mon.0) 297 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-06-18T12:32:20.073 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:19 smithi098 bash[22565]: cluster 2024-06-18T12:32:18.520794+0000 mgr.a (mgr.14150) 87 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:32:20.073 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:19 smithi098 bash[22565]: audit 2024-06-18T12:32:18.589567+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:20.074 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:19 smithi098 bash[22565]: cephadm 2024-06-18T12:32:18.590504+0000 mgr.a (mgr.14150) 88 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-06-18T12:32:20.074 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:19 smithi098 bash[22565]: audit 2024-06-18T12:32:18.682655+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-06-18T12:32:20.074 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:19 smithi098 bash[22565]: audit 2024-06-18T12:32:18.684509+0000 mon.a (mon.0) 294 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-06-18T12:32:20.074 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:19 smithi098 bash[22565]: audit 2024-06-18T12:32:18.686012+0000 mon.a (mon.0) 295 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:32:20.074 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:19 smithi098 bash[22565]: audit 2024-06-18T12:32:18.845010+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:20.074 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:19 smithi098 bash[22565]: audit 2024-06-18T12:32:19.461135+0000 mon.a (mon.0) 297 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-06-18T12:32:20.763 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-06-18T12:32:20.764 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 326ab62a-2d6e-11ef-bc9d-c7b262605968 -- ceph config generate-minimal-conf 2024-06-18T12:32:20.911 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:20 smithi089 bash[21925]: cephadm 2024-06-18T12:32:18.681929+0000 mgr.a (mgr.14150) 89 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-06-18T12:32:20.911 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:20 smithi089 bash[21925]: cephadm 2024-06-18T12:32:18.687857+0000 mgr.a (mgr.14150) 90 : cephadm [INF] Reconfiguring daemon mon.a on smithi089 2024-06-18T12:32:20.911 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:20 smithi089 bash[21925]: audit 2024-06-18T12:32:20.042789+0000 mon.a (mon.0) 298 : audit [DBG] from='client.? 172.21.15.131:0/3497866322' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-06-18T12:32:20.911 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:20 smithi089 bash[21925]: audit 2024-06-18T12:32:20.103746+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:20.911 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:20 smithi089 bash[21925]: audit 2024-06-18T12:32:20.110474+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:20.911 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:20 smithi089 bash[21925]: audit 2024-06-18T12:32:20.118655+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:21.074 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:20 smithi098 bash[22565]: cephadm 2024-06-18T12:32:18.681929+0000 mgr.a (mgr.14150) 89 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-06-18T12:32:21.074 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:20 smithi098 bash[22565]: cephadm 2024-06-18T12:32:18.687857+0000 mgr.a (mgr.14150) 90 : cephadm [INF] Reconfiguring daemon mon.a on smithi089 2024-06-18T12:32:21.074 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:20 smithi098 bash[22565]: audit 2024-06-18T12:32:20.042789+0000 mon.a (mon.0) 298 : audit [DBG] from='client.? 172.21.15.131:0/3497866322' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-06-18T12:32:21.074 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:20 smithi098 bash[22565]: audit 2024-06-18T12:32:20.103746+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:21.074 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:20 smithi098 bash[22565]: audit 2024-06-18T12:32:20.110474+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:21.074 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:20 smithi098 bash[22565]: audit 2024-06-18T12:32:20.118655+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:21.076 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:20 smithi131 bash[22694]: cephadm 2024-06-18T12:32:18.681929+0000 mgr.a (mgr.14150) 89 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-06-18T12:32:21.076 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:20 smithi131 bash[22694]: cephadm 2024-06-18T12:32:18.687857+0000 mgr.a (mgr.14150) 90 : cephadm [INF] Reconfiguring daemon mon.a on smithi089 2024-06-18T12:32:21.076 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:20 smithi131 bash[22694]: audit 2024-06-18T12:32:20.042789+0000 mon.a (mon.0) 298 : audit [DBG] from='client.? 172.21.15.131:0/3497866322' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-06-18T12:32:21.076 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:20 smithi131 bash[22694]: audit 2024-06-18T12:32:20.103746+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:21.076 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:20 smithi131 bash[22694]: audit 2024-06-18T12:32:20.110474+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:21.076 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:20 smithi131 bash[22694]: audit 2024-06-18T12:32:20.118655+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:21.824 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:21 smithi098 bash[22565]: cluster 2024-06-18T12:32:20.521132+0000 mgr.a (mgr.14150) 91 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:32:21.824 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:21 smithi098 bash[22565]: audit 2024-06-18T12:32:21.045016+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:21.824 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:21 smithi098 bash[22565]: audit 2024-06-18T12:32:21.049642+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:21.824 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:21 smithi098 bash[22565]: audit 2024-06-18T12:32:21.051847+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-06-18T12:32:21.824 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:21 smithi098 bash[22565]: audit 2024-06-18T12:32:21.053243+0000 mon.a (mon.0) 305 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-06-18T12:32:21.824 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:21 smithi098 bash[22565]: audit 2024-06-18T12:32:21.054545+0000 mon.a (mon.0) 306 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:32:21.824 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:21 smithi098 bash[22565]: audit 2024-06-18T12:32:21.554510+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:21.824 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:21 smithi098 bash[22565]: audit 2024-06-18T12:32:21.561397+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:21.824 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:21 smithi098 bash[22565]: audit 2024-06-18T12:32:21.570517+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:21.826 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:21 smithi131 bash[22694]: cluster 2024-06-18T12:32:20.521132+0000 mgr.a (mgr.14150) 91 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:32:21.826 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:21 smithi131 bash[22694]: audit 2024-06-18T12:32:21.045016+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:21.826 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:21 smithi131 bash[22694]: audit 2024-06-18T12:32:21.049642+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:21.826 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:21 smithi131 bash[22694]: audit 2024-06-18T12:32:21.051847+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-06-18T12:32:21.826 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:21 smithi131 bash[22694]: audit 2024-06-18T12:32:21.053243+0000 mon.a (mon.0) 305 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-06-18T12:32:21.826 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:21 smithi131 bash[22694]: audit 2024-06-18T12:32:21.054545+0000 mon.a (mon.0) 306 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:32:21.826 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:21 smithi131 bash[22694]: audit 2024-06-18T12:32:21.554510+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:21.827 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:21 smithi131 bash[22694]: audit 2024-06-18T12:32:21.561397+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:21.827 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:21 smithi131 bash[22694]: audit 2024-06-18T12:32:21.570517+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:21.911 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:21 smithi089 bash[21925]: cluster 2024-06-18T12:32:20.521132+0000 mgr.a (mgr.14150) 91 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:32:21.911 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:21 smithi089 bash[21925]: audit 2024-06-18T12:32:21.045016+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:21.911 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:21 smithi089 bash[21925]: audit 2024-06-18T12:32:21.049642+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:21.911 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:21 smithi089 bash[21925]: audit 2024-06-18T12:32:21.051847+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-06-18T12:32:21.911 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:21 smithi089 bash[21925]: audit 2024-06-18T12:32:21.053243+0000 mon.a (mon.0) 305 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-06-18T12:32:21.911 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:21 smithi089 bash[21925]: audit 2024-06-18T12:32:21.054545+0000 mon.a (mon.0) 306 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:32:21.911 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:21 smithi089 bash[21925]: audit 2024-06-18T12:32:21.554510+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:21.911 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:21 smithi089 bash[21925]: audit 2024-06-18T12:32:21.561397+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:21.911 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:21 smithi089 bash[21925]: audit 2024-06-18T12:32:21.570517+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:22.774 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:22 smithi098 bash[22565]: cephadm 2024-06-18T12:32:21.051333+0000 mgr.a (mgr.14150) 92 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-06-18T12:32:22.774 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:22 smithi098 bash[22565]: cephadm 2024-06-18T12:32:21.055750+0000 mgr.a (mgr.14150) 93 : cephadm [INF] Reconfiguring daemon mon.b on smithi098 2024-06-18T12:32:22.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:22 smithi089 bash[21925]: cephadm 2024-06-18T12:32:21.051333+0000 mgr.a (mgr.14150) 92 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-06-18T12:32:22.911 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:22 smithi089 bash[21925]: cephadm 2024-06-18T12:32:21.055750+0000 mgr.a (mgr.14150) 93 : cephadm [INF] Reconfiguring daemon mon.b on smithi098 2024-06-18T12:32:23.076 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:22 smithi131 bash[22694]: cephadm 2024-06-18T12:32:21.051333+0000 mgr.a (mgr.14150) 92 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-06-18T12:32:23.076 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:22 smithi131 bash[22694]: cephadm 2024-06-18T12:32:21.055750+0000 mgr.a (mgr.14150) 93 : cephadm [INF] Reconfiguring daemon mon.b on smithi098 2024-06-18T12:32:23.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:23 smithi089 bash[21925]: cluster 2024-06-18T12:32:22.521528+0000 mgr.a (mgr.14150) 94 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:32:23.911 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:23 smithi089 bash[21925]: audit 2024-06-18T12:32:23.202684+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:23.911 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:23 smithi089 bash[21925]: audit 2024-06-18T12:32:23.209672+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:23.911 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:23 smithi089 bash[21925]: cephadm 2024-06-18T12:32:23.211595+0000 mgr.a (mgr.14150) 95 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-06-18T12:32:23.911 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:23 smithi089 bash[21925]: audit 2024-06-18T12:32:23.212241+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-06-18T12:32:23.911 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:23 smithi089 bash[21925]: audit 2024-06-18T12:32:23.214288+0000 mon.a (mon.0) 313 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-06-18T12:32:23.911 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:23 smithi089 bash[21925]: audit 2024-06-18T12:32:23.216175+0000 mon.a (mon.0) 314 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:32:23.911 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:23 smithi089 bash[21925]: cephadm 2024-06-18T12:32:23.218132+0000 mgr.a (mgr.14150) 96 : cephadm [INF] Reconfiguring daemon mon.c on smithi131 2024-06-18T12:32:24.074 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:23 smithi098 bash[22565]: cluster 2024-06-18T12:32:22.521528+0000 mgr.a (mgr.14150) 94 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:32:24.074 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:23 smithi098 bash[22565]: audit 2024-06-18T12:32:23.202684+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:24.074 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:23 smithi098 bash[22565]: audit 2024-06-18T12:32:23.209672+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:24.075 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:23 smithi098 bash[22565]: cephadm 2024-06-18T12:32:23.211595+0000 mgr.a (mgr.14150) 95 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-06-18T12:32:24.075 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:23 smithi098 bash[22565]: audit 2024-06-18T12:32:23.212241+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-06-18T12:32:24.075 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:23 smithi098 bash[22565]: audit 2024-06-18T12:32:23.214288+0000 mon.a (mon.0) 313 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-06-18T12:32:24.075 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:23 smithi098 bash[22565]: audit 2024-06-18T12:32:23.216175+0000 mon.a (mon.0) 314 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:32:24.075 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:23 smithi098 bash[22565]: cephadm 2024-06-18T12:32:23.218132+0000 mgr.a (mgr.14150) 96 : cephadm [INF] Reconfiguring daemon mon.c on smithi131 2024-06-18T12:32:24.076 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:23 smithi131 bash[22694]: cluster 2024-06-18T12:32:22.521528+0000 mgr.a (mgr.14150) 94 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:32:24.076 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:23 smithi131 bash[22694]: audit 2024-06-18T12:32:23.202684+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:24.076 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:23 smithi131 bash[22694]: audit 2024-06-18T12:32:23.209672+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:24.076 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:23 smithi131 bash[22694]: cephadm 2024-06-18T12:32:23.211595+0000 mgr.a (mgr.14150) 95 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-06-18T12:32:24.076 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:23 smithi131 bash[22694]: audit 2024-06-18T12:32:23.212241+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-06-18T12:32:24.076 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:23 smithi131 bash[22694]: audit 2024-06-18T12:32:23.214288+0000 mon.a (mon.0) 313 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-06-18T12:32:24.076 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:23 smithi131 bash[22694]: audit 2024-06-18T12:32:23.216175+0000 mon.a (mon.0) 314 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:32:24.076 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:23 smithi131 bash[22694]: cephadm 2024-06-18T12:32:23.218132+0000 mgr.a (mgr.14150) 96 : cephadm [INF] Reconfiguring daemon mon.c on smithi131 2024-06-18T12:32:24.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:24 smithi089 bash[21925]: cluster 2024-06-18T12:32:24.521842+0000 mgr.a (mgr.14150) 97 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:32:24.971 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:24 smithi131 bash[22694]: cluster 2024-06-18T12:32:24.521842+0000 mgr.a (mgr.14150) 97 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:32:25.073 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:24 smithi098 bash[22565]: cluster 2024-06-18T12:32:24.521842+0000 mgr.a (mgr.14150) 97 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:32:26.005 INFO:teuthology.orchestra.run.smithi089.stderr:Inferring config /var/lib/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/mon.a/config 2024-06-18T12:32:26.411 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:26 smithi089 bash[21925]: audit 2024-06-18T12:32:25.356761+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:26.411 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:26 smithi089 bash[21925]: audit 2024-06-18T12:32:25.364013+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:26.411 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:26 smithi089 bash[21925]: audit 2024-06-18T12:32:25.366463+0000 mon.a (mon.0) 317 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T12:32:26.411 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:26 smithi089 bash[21925]: audit 2024-06-18T12:32:25.371019+0000 mon.a (mon.0) 318 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:32:26.411 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:26 smithi089 bash[21925]: audit 2024-06-18T12:32:25.372973+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T12:32:26.411 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:26 smithi089 bash[21925]: cephadm 2024-06-18T12:32:25.375275+0000 mgr.a (mgr.14150) 98 : cephadm [INF] Updating smithi089:/etc/ceph/ceph.conf 2024-06-18T12:32:26.412 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:26 smithi089 bash[21925]: cephadm 2024-06-18T12:32:25.375887+0000 mgr.a (mgr.14150) 99 : cephadm [INF] Updating smithi098:/etc/ceph/ceph.conf 2024-06-18T12:32:26.412 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:26 smithi089 bash[21925]: cephadm 2024-06-18T12:32:25.376944+0000 mgr.a (mgr.14150) 100 : cephadm [INF] Updating smithi131:/etc/ceph/ceph.conf 2024-06-18T12:32:26.412 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:26 smithi089 bash[21925]: audit 2024-06-18T12:32:25.800790+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:26.412 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:26 smithi089 bash[21925]: audit 2024-06-18T12:32:25.806632+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:26.412 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:26 smithi089 bash[21925]: audit 2024-06-18T12:32:25.813815+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:26.412 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:26 smithi089 bash[21925]: audit 2024-06-18T12:32:25.819634+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:26.412 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:26 smithi089 bash[21925]: audit 2024-06-18T12:32:25.826954+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:26.412 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:26 smithi089 bash[21925]: audit 2024-06-18T12:32:25.832723+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:26.412 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:26 smithi089 bash[21925]: audit 2024-06-18T12:32:25.840336+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:26.824 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:26 smithi098 bash[22565]: audit 2024-06-18T12:32:25.356761+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:26.824 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:26 smithi098 bash[22565]: audit 2024-06-18T12:32:25.364013+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:26.824 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:26 smithi098 bash[22565]: audit 2024-06-18T12:32:25.366463+0000 mon.a (mon.0) 317 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T12:32:26.824 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:26 smithi098 bash[22565]: audit 2024-06-18T12:32:25.371019+0000 mon.a (mon.0) 318 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:32:26.824 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:26 smithi098 bash[22565]: audit 2024-06-18T12:32:25.372973+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T12:32:26.824 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:26 smithi098 bash[22565]: cephadm 2024-06-18T12:32:25.375275+0000 mgr.a (mgr.14150) 98 : cephadm [INF] Updating smithi089:/etc/ceph/ceph.conf 2024-06-18T12:32:26.824 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:26 smithi098 bash[22565]: cephadm 2024-06-18T12:32:25.375887+0000 mgr.a (mgr.14150) 99 : cephadm [INF] Updating smithi098:/etc/ceph/ceph.conf 2024-06-18T12:32:26.824 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:26 smithi098 bash[22565]: cephadm 2024-06-18T12:32:25.376944+0000 mgr.a (mgr.14150) 100 : cephadm [INF] Updating smithi131:/etc/ceph/ceph.conf 2024-06-18T12:32:26.825 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:26 smithi098 bash[22565]: audit 2024-06-18T12:32:25.800790+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:26.825 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:26 smithi098 bash[22565]: audit 2024-06-18T12:32:25.806632+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:26.825 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:26 smithi098 bash[22565]: audit 2024-06-18T12:32:25.813815+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:26.825 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:26 smithi098 bash[22565]: audit 2024-06-18T12:32:25.819634+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:26.825 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:26 smithi098 bash[22565]: audit 2024-06-18T12:32:25.826954+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:26.825 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:26 smithi098 bash[22565]: audit 2024-06-18T12:32:25.832723+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:26.825 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:26 smithi098 bash[22565]: audit 2024-06-18T12:32:25.840336+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:26.826 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:26 smithi131 bash[22694]: audit 2024-06-18T12:32:25.356761+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:26.826 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:26 smithi131 bash[22694]: audit 2024-06-18T12:32:25.364013+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:26.826 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:26 smithi131 bash[22694]: audit 2024-06-18T12:32:25.366463+0000 mon.a (mon.0) 317 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T12:32:26.826 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:26 smithi131 bash[22694]: audit 2024-06-18T12:32:25.371019+0000 mon.a (mon.0) 318 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:32:26.827 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:26 smithi131 bash[22694]: audit 2024-06-18T12:32:25.372973+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T12:32:26.827 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:26 smithi131 bash[22694]: cephadm 2024-06-18T12:32:25.375275+0000 mgr.a (mgr.14150) 98 : cephadm [INF] Updating smithi089:/etc/ceph/ceph.conf 2024-06-18T12:32:26.827 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:26 smithi131 bash[22694]: cephadm 2024-06-18T12:32:25.375887+0000 mgr.a (mgr.14150) 99 : cephadm [INF] Updating smithi098:/etc/ceph/ceph.conf 2024-06-18T12:32:26.827 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:26 smithi131 bash[22694]: cephadm 2024-06-18T12:32:25.376944+0000 mgr.a (mgr.14150) 100 : cephadm [INF] Updating smithi131:/etc/ceph/ceph.conf 2024-06-18T12:32:26.827 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:26 smithi131 bash[22694]: audit 2024-06-18T12:32:25.800790+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:26.827 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:26 smithi131 bash[22694]: audit 2024-06-18T12:32:25.806632+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:26.827 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:26 smithi131 bash[22694]: audit 2024-06-18T12:32:25.813815+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:26.827 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:26 smithi131 bash[22694]: audit 2024-06-18T12:32:25.819634+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:26.827 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:26 smithi131 bash[22694]: audit 2024-06-18T12:32:25.826954+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:26.827 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:26 smithi131 bash[22694]: audit 2024-06-18T12:32:25.832723+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:26.827 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:26 smithi131 bash[22694]: audit 2024-06-18T12:32:25.840336+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:27.660 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:27 smithi089 bash[21925]: cephadm 2024-06-18T12:32:25.612378+0000 mgr.a (mgr.14150) 101 : cephadm [INF] Updating smithi098:/var/lib/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/config/ceph.conf 2024-06-18T12:32:27.660 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:27 smithi089 bash[21925]: cephadm 2024-06-18T12:32:25.612810+0000 mgr.a (mgr.14150) 102 : cephadm [INF] Updating smithi089:/var/lib/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/config/ceph.conf 2024-06-18T12:32:27.661 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:27 smithi089 bash[21925]: cephadm 2024-06-18T12:32:25.612960+0000 mgr.a (mgr.14150) 103 : cephadm [INF] Updating smithi131:/var/lib/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/config/ceph.conf 2024-06-18T12:32:27.661 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:27 smithi089 bash[21925]: cluster 2024-06-18T12:32:26.522294+0000 mgr.a (mgr.14150) 104 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:32:27.824 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:27 smithi098 bash[22565]: cephadm 2024-06-18T12:32:25.612378+0000 mgr.a (mgr.14150) 101 : cephadm [INF] Updating smithi098:/var/lib/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/config/ceph.conf 2024-06-18T12:32:27.824 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:27 smithi098 bash[22565]: cephadm 2024-06-18T12:32:25.612810+0000 mgr.a (mgr.14150) 102 : cephadm [INF] Updating smithi089:/var/lib/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/config/ceph.conf 2024-06-18T12:32:27.824 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:27 smithi098 bash[22565]: cephadm 2024-06-18T12:32:25.612960+0000 mgr.a (mgr.14150) 103 : cephadm [INF] Updating smithi131:/var/lib/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/config/ceph.conf 2024-06-18T12:32:27.824 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:27 smithi098 bash[22565]: cluster 2024-06-18T12:32:26.522294+0000 mgr.a (mgr.14150) 104 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:32:27.826 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:27 smithi131 bash[22694]: cephadm 2024-06-18T12:32:25.612378+0000 mgr.a (mgr.14150) 101 : cephadm [INF] Updating smithi098:/var/lib/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/config/ceph.conf 2024-06-18T12:32:27.826 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:27 smithi131 bash[22694]: cephadm 2024-06-18T12:32:25.612810+0000 mgr.a (mgr.14150) 102 : cephadm [INF] Updating smithi089:/var/lib/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/config/ceph.conf 2024-06-18T12:32:27.826 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:27 smithi131 bash[22694]: cephadm 2024-06-18T12:32:25.612960+0000 mgr.a (mgr.14150) 103 : cephadm [INF] Updating smithi131:/var/lib/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/config/ceph.conf 2024-06-18T12:32:27.826 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:27 smithi131 bash[22694]: cluster 2024-06-18T12:32:26.522294+0000 mgr.a (mgr.14150) 104 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:32:28.996 INFO:teuthology.orchestra.run.smithi089.stdout:# minimal ceph.conf for 326ab62a-2d6e-11ef-bc9d-c7b262605968 2024-06-18T12:32:28.997 INFO:teuthology.orchestra.run.smithi089.stdout:[global] 2024-06-18T12:32:28.997 INFO:teuthology.orchestra.run.smithi089.stdout: fsid = 326ab62a-2d6e-11ef-bc9d-c7b262605968 2024-06-18T12:32:28.997 INFO:teuthology.orchestra.run.smithi089.stdout: mon_host = [v2:172.21.15.89:3300/0,v1:172.21.15.89:6789/0] [v2:172.21.15.98:3300/0,v1:172.21.15.98:6789/0] [v2:172.21.15.131:3300/0,v1:172.21.15.131:6789/0] 2024-06-18T12:32:29.540 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-06-18T12:32:29.541 DEBUG:teuthology.orchestra.run.smithi089:> set -ex 2024-06-18T12:32:29.541 DEBUG:teuthology.orchestra.run.smithi089:> sudo dd of=/etc/ceph/ceph.conf 2024-06-18T12:32:29.554 DEBUG:teuthology.orchestra.run.smithi089:> set -ex 2024-06-18T12:32:29.554 DEBUG:teuthology.orchestra.run.smithi089:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-06-18T12:32:29.614 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2024-06-18T12:32:29.614 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd of=/etc/ceph/ceph.conf 2024-06-18T12:32:29.628 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2024-06-18T12:32:29.628 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-06-18T12:32:29.684 DEBUG:teuthology.orchestra.run.smithi131:> set -ex 2024-06-18T12:32:29.684 DEBUG:teuthology.orchestra.run.smithi131:> sudo dd of=/etc/ceph/ceph.conf 2024-06-18T12:32:29.699 DEBUG:teuthology.orchestra.run.smithi131:> set -ex 2024-06-18T12:32:29.699 DEBUG:teuthology.orchestra.run.smithi131:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-06-18T12:32:29.754 INFO:tasks.cephadm:Adding mgr.a on smithi089 2024-06-18T12:32:29.755 INFO:tasks.cephadm:Adding mgr.b on smithi098 2024-06-18T12:32:29.755 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 326ab62a-2d6e-11ef-bc9d-c7b262605968 -- ceph orch apply mgr '2;smithi089=a;smithi098=b' 2024-06-18T12:32:29.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:29 smithi098 bash[22565]: cluster 2024-06-18T12:32:28.522789+0000 mgr.a (mgr.14150) 105 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:32:29.824 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:29 smithi098 bash[22565]: audit 2024-06-18T12:32:29.002134+0000 mon.a (mon.0) 327 : audit [DBG] from='client.? 172.21.15.89:0/2648296701' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:32:29.825 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:29 smithi131 bash[22694]: cluster 2024-06-18T12:32:28.522789+0000 mgr.a (mgr.14150) 105 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:32:29.826 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:29 smithi131 bash[22694]: audit 2024-06-18T12:32:29.002134+0000 mon.a (mon.0) 327 : audit [DBG] from='client.? 172.21.15.89:0/2648296701' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:32:29.911 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:29 smithi089 bash[21925]: cluster 2024-06-18T12:32:28.522789+0000 mgr.a (mgr.14150) 105 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:32:29.911 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:29 smithi089 bash[21925]: audit 2024-06-18T12:32:29.002134+0000 mon.a (mon.0) 327 : audit [DBG] from='client.? 172.21.15.89:0/2648296701' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:32:31.826 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:31 smithi131 bash[22694]: cluster 2024-06-18T12:32:30.523290+0000 mgr.a (mgr.14150) 106 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:32:31.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:31 smithi089 bash[21925]: cluster 2024-06-18T12:32:30.523290+0000 mgr.a (mgr.14150) 106 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:32:32.073 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:31 smithi098 bash[22565]: cluster 2024-06-18T12:32:30.523290+0000 mgr.a (mgr.14150) 106 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:32:33.824 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:33 smithi098 bash[22565]: cluster 2024-06-18T12:32:32.523794+0000 mgr.a (mgr.14150) 107 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:32:33.824 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:33 smithi098 bash[22565]: audit 2024-06-18T12:32:32.542072+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:33.824 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:33 smithi098 bash[22565]: audit 2024-06-18T12:32:32.547510+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:33.824 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:33 smithi098 bash[22565]: audit 2024-06-18T12:32:32.554843+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:33.826 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:33 smithi131 bash[22694]: cluster 2024-06-18T12:32:32.523794+0000 mgr.a (mgr.14150) 107 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:32:33.826 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:33 smithi131 bash[22694]: audit 2024-06-18T12:32:32.542072+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:33.826 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:33 smithi131 bash[22694]: audit 2024-06-18T12:32:32.547510+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:33.826 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:33 smithi131 bash[22694]: audit 2024-06-18T12:32:32.554843+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:33.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:33 smithi089 bash[21925]: cluster 2024-06-18T12:32:32.523794+0000 mgr.a (mgr.14150) 107 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:32:33.911 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:33 smithi089 bash[21925]: audit 2024-06-18T12:32:32.542072+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:33.911 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:33 smithi089 bash[21925]: audit 2024-06-18T12:32:32.547510+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:33.911 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:33 smithi089 bash[21925]: audit 2024-06-18T12:32:32.554843+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:34.140 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/mon.c/config 2024-06-18T12:32:35.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:35 smithi098 bash[22565]: cluster 2024-06-18T12:32:34.524299+0000 mgr.a (mgr.14150) 108 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:32:35.826 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:35 smithi131 bash[22694]: cluster 2024-06-18T12:32:34.524299+0000 mgr.a (mgr.14150) 108 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:32:35.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:35 smithi089 bash[21925]: cluster 2024-06-18T12:32:34.524299+0000 mgr.a (mgr.14150) 108 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:32:37.030 INFO:teuthology.orchestra.run.smithi131.stdout:Scheduled mgr update... 2024-06-18T12:32:37.672 DEBUG:teuthology.orchestra.run.smithi098:mgr.b> sudo journalctl -f -n 0 -u ceph-326ab62a-2d6e-11ef-bc9d-c7b262605968@mgr.b.service 2024-06-18T12:32:37.674 INFO:tasks.cephadm:Deploying OSDs... 2024-06-18T12:32:37.675 DEBUG:teuthology.orchestra.run.smithi089:> set -ex 2024-06-18T12:32:37.675 DEBUG:teuthology.orchestra.run.smithi089:> dd if=/scratch_devs of=/dev/stdout 2024-06-18T12:32:37.681 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-06-18T12:32:37.681 DEBUG:teuthology.orchestra.run.smithi089:> stat /dev/vg_nvme/lv_1 2024-06-18T12:32:37.730 INFO:teuthology.orchestra.run.smithi089.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-06-18T12:32:37.731 INFO:teuthology.orchestra.run.smithi089.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-06-18T12:32:37.731 INFO:teuthology.orchestra.run.smithi089.stdout:Device: 5h/5d Inode: 888 Links: 1 2024-06-18T12:32:37.731 INFO:teuthology.orchestra.run.smithi089.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-06-18T12:32:37.731 INFO:teuthology.orchestra.run.smithi089.stdout:Access: 2024-06-18 12:22:45.725413657 +0000 2024-06-18T12:32:37.731 INFO:teuthology.orchestra.run.smithi089.stdout:Modify: 2024-06-18 12:22:45.493415726 +0000 2024-06-18T12:32:37.731 INFO:teuthology.orchestra.run.smithi089.stdout:Change: 2024-06-18 12:22:45.493415726 +0000 2024-06-18T12:32:37.731 INFO:teuthology.orchestra.run.smithi089.stdout: Birth: - 2024-06-18T12:32:37.731 DEBUG:teuthology.orchestra.run.smithi089:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-06-18T12:32:37.785 INFO:teuthology.orchestra.run.smithi089.stderr:1+0 records in 2024-06-18T12:32:37.785 INFO:teuthology.orchestra.run.smithi089.stderr:1+0 records out 2024-06-18T12:32:37.785 INFO:teuthology.orchestra.run.smithi089.stderr:512 bytes copied, 0.000432876 s, 1.2 MB/s 2024-06-18T12:32:37.786 DEBUG:teuthology.orchestra.run.smithi089:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-06-18T12:32:37.824 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:37 smithi098 bash[22565]: cluster 2024-06-18T12:32:36.524753+0000 mgr.a (mgr.14150) 109 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:32:37.824 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:37 smithi098 bash[22565]: audit 2024-06-18T12:32:37.034322+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:37.824 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:37 smithi098 bash[22565]: audit 2024-06-18T12:32:37.036036+0000 mon.a (mon.0) 332 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T12:32:37.824 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:37 smithi098 bash[22565]: audit 2024-06-18T12:32:37.040871+0000 mon.a (mon.0) 333 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:32:37.824 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:37 smithi098 bash[22565]: audit 2024-06-18T12:32:37.042582+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T12:32:37.824 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:37 smithi098 bash[22565]: audit 2024-06-18T12:32:37.053567+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:37.824 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:37 smithi098 bash[22565]: audit 2024-06-18T12:32:37.057684+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-06-18T12:32:37.824 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:37 smithi098 bash[22565]: audit 2024-06-18T12:32:37.060661+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-06-18T12:32:37.824 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:37 smithi098 bash[22565]: audit 2024-06-18T12:32:37.065089+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-06-18T12:32:37.824 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:37 smithi098 bash[22565]: audit 2024-06-18T12:32:37.066916+0000 mon.a (mon.0) 339 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:32:37.826 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:37 smithi131 bash[22694]: cluster 2024-06-18T12:32:36.524753+0000 mgr.a (mgr.14150) 109 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:32:37.826 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:37 smithi131 bash[22694]: audit 2024-06-18T12:32:37.034322+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:37.826 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:37 smithi131 bash[22694]: audit 2024-06-18T12:32:37.036036+0000 mon.a (mon.0) 332 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T12:32:37.826 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:37 smithi131 bash[22694]: audit 2024-06-18T12:32:37.040871+0000 mon.a (mon.0) 333 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:32:37.826 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:37 smithi131 bash[22694]: audit 2024-06-18T12:32:37.042582+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T12:32:37.826 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:37 smithi131 bash[22694]: audit 2024-06-18T12:32:37.053567+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:37.826 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:37 smithi131 bash[22694]: audit 2024-06-18T12:32:37.057684+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-06-18T12:32:37.827 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:37 smithi131 bash[22694]: audit 2024-06-18T12:32:37.060661+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-06-18T12:32:37.827 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:37 smithi131 bash[22694]: audit 2024-06-18T12:32:37.065089+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-06-18T12:32:37.827 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:37 smithi131 bash[22694]: audit 2024-06-18T12:32:37.066916+0000 mon.a (mon.0) 339 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:32:37.836 DEBUG:teuthology.orchestra.run.smithi089:> stat /dev/vg_nvme/lv_2 2024-06-18T12:32:37.882 INFO:teuthology.orchestra.run.smithi089.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-06-18T12:32:37.882 INFO:teuthology.orchestra.run.smithi089.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-06-18T12:32:37.882 INFO:teuthology.orchestra.run.smithi089.stdout:Device: 5h/5d Inode: 906 Links: 1 2024-06-18T12:32:37.882 INFO:teuthology.orchestra.run.smithi089.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-06-18T12:32:37.882 INFO:teuthology.orchestra.run.smithi089.stdout:Access: 2024-06-18 12:22:46.209409339 +0000 2024-06-18T12:32:37.882 INFO:teuthology.orchestra.run.smithi089.stdout:Modify: 2024-06-18 12:22:45.941411731 +0000 2024-06-18T12:32:37.882 INFO:teuthology.orchestra.run.smithi089.stdout:Change: 2024-06-18 12:22:45.941411731 +0000 2024-06-18T12:32:37.882 INFO:teuthology.orchestra.run.smithi089.stdout: Birth: - 2024-06-18T12:32:37.882 DEBUG:teuthology.orchestra.run.smithi089:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-06-18T12:32:37.911 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:37 smithi089 bash[21925]: cluster 2024-06-18T12:32:36.524753+0000 mgr.a (mgr.14150) 109 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:32:37.911 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:37 smithi089 bash[21925]: audit 2024-06-18T12:32:37.034322+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:37.911 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:37 smithi089 bash[21925]: audit 2024-06-18T12:32:37.036036+0000 mon.a (mon.0) 332 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T12:32:37.911 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:37 smithi089 bash[21925]: audit 2024-06-18T12:32:37.040871+0000 mon.a (mon.0) 333 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:32:37.911 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:37 smithi089 bash[21925]: audit 2024-06-18T12:32:37.042582+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T12:32:37.911 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:37 smithi089 bash[21925]: audit 2024-06-18T12:32:37.053567+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:37.911 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:37 smithi089 bash[21925]: audit 2024-06-18T12:32:37.057684+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-06-18T12:32:37.911 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:37 smithi089 bash[21925]: audit 2024-06-18T12:32:37.060661+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-06-18T12:32:37.911 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:37 smithi089 bash[21925]: audit 2024-06-18T12:32:37.065089+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-06-18T12:32:37.911 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:37 smithi089 bash[21925]: audit 2024-06-18T12:32:37.066916+0000 mon.a (mon.0) 339 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:32:37.922 INFO:teuthology.orchestra.run.smithi089.stderr:1+0 records in 2024-06-18T12:32:37.922 INFO:teuthology.orchestra.run.smithi089.stderr:1+0 records out 2024-06-18T12:32:37.922 INFO:teuthology.orchestra.run.smithi089.stderr:512 bytes copied, 0.000309814 s, 1.7 MB/s 2024-06-18T12:32:37.923 DEBUG:teuthology.orchestra.run.smithi089:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-06-18T12:32:37.971 DEBUG:teuthology.orchestra.run.smithi089:> stat /dev/vg_nvme/lv_3 2024-06-18T12:32:38.018 INFO:teuthology.orchestra.run.smithi089.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-06-18T12:32:38.019 INFO:teuthology.orchestra.run.smithi089.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-06-18T12:32:38.019 INFO:teuthology.orchestra.run.smithi089.stdout:Device: 5h/5d Inode: 920 Links: 1 2024-06-18T12:32:38.019 INFO:teuthology.orchestra.run.smithi089.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-06-18T12:32:38.019 INFO:teuthology.orchestra.run.smithi089.stdout:Access: 2024-06-18 12:22:46.725404737 +0000 2024-06-18T12:32:38.019 INFO:teuthology.orchestra.run.smithi089.stdout:Modify: 2024-06-18 12:22:46.457407127 +0000 2024-06-18T12:32:38.019 INFO:teuthology.orchestra.run.smithi089.stdout:Change: 2024-06-18 12:22:46.457407127 +0000 2024-06-18T12:32:38.019 INFO:teuthology.orchestra.run.smithi089.stdout: Birth: - 2024-06-18T12:32:38.020 DEBUG:teuthology.orchestra.run.smithi089:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-06-18T12:32:38.072 INFO:teuthology.orchestra.run.smithi089.stderr:1+0 records in 2024-06-18T12:32:38.072 INFO:teuthology.orchestra.run.smithi089.stderr:1+0 records out 2024-06-18T12:32:38.073 INFO:teuthology.orchestra.run.smithi089.stderr:512 bytes copied, 0.000392806 s, 1.3 MB/s 2024-06-18T12:32:38.074 DEBUG:teuthology.orchestra.run.smithi089:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-06-18T12:32:38.123 DEBUG:teuthology.orchestra.run.smithi089:> stat /dev/vg_nvme/lv_4 2024-06-18T12:32:38.170 INFO:teuthology.orchestra.run.smithi089.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-06-18T12:32:38.170 INFO:teuthology.orchestra.run.smithi089.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-06-18T12:32:38.170 INFO:teuthology.orchestra.run.smithi089.stdout:Device: 5h/5d Inode: 939 Links: 1 2024-06-18T12:32:38.170 INFO:teuthology.orchestra.run.smithi089.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-06-18T12:32:38.170 INFO:teuthology.orchestra.run.smithi089.stdout:Access: 2024-06-18 12:22:47.193400561 +0000 2024-06-18T12:32:38.170 INFO:teuthology.orchestra.run.smithi089.stdout:Modify: 2024-06-18 12:22:46.957402666 +0000 2024-06-18T12:32:38.170 INFO:teuthology.orchestra.run.smithi089.stdout:Change: 2024-06-18 12:22:46.957402666 +0000 2024-06-18T12:32:38.170 INFO:teuthology.orchestra.run.smithi089.stdout: Birth: - 2024-06-18T12:32:38.171 DEBUG:teuthology.orchestra.run.smithi089:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-06-18T12:32:38.224 INFO:teuthology.orchestra.run.smithi089.stderr:1+0 records in 2024-06-18T12:32:38.224 INFO:teuthology.orchestra.run.smithi089.stderr:1+0 records out 2024-06-18T12:32:38.224 INFO:teuthology.orchestra.run.smithi089.stderr:512 bytes copied, 0.000275667 s, 1.9 MB/s 2024-06-18T12:32:38.226 DEBUG:teuthology.orchestra.run.smithi089:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-06-18T12:32:38.276 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2024-06-18T12:32:38.276 DEBUG:teuthology.orchestra.run.smithi098:> dd if=/scratch_devs of=/dev/stdout 2024-06-18T12:32:38.281 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-06-18T12:32:38.281 DEBUG:teuthology.orchestra.run.smithi098:> stat /dev/vg_nvme/lv_1 2024-06-18T12:32:38.331 INFO:teuthology.orchestra.run.smithi098.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-06-18T12:32:38.331 INFO:teuthology.orchestra.run.smithi098.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-06-18T12:32:38.331 INFO:teuthology.orchestra.run.smithi098.stdout:Device: 5h/5d Inode: 880 Links: 1 2024-06-18T12:32:38.331 INFO:teuthology.orchestra.run.smithi098.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-06-18T12:32:38.331 INFO:teuthology.orchestra.run.smithi098.stdout:Access: 2024-06-18 12:22:48.104899576 +0000 2024-06-18T12:32:38.331 INFO:teuthology.orchestra.run.smithi098.stdout:Modify: 2024-06-18 12:22:47.832902005 +0000 2024-06-18T12:32:38.331 INFO:teuthology.orchestra.run.smithi098.stdout:Change: 2024-06-18 12:22:47.832902005 +0000 2024-06-18T12:32:38.331 INFO:teuthology.orchestra.run.smithi098.stdout: Birth: - 2024-06-18T12:32:38.332 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-06-18T12:32:38.387 INFO:teuthology.orchestra.run.smithi098.stderr:1+0 records in 2024-06-18T12:32:38.388 INFO:teuthology.orchestra.run.smithi098.stderr:1+0 records out 2024-06-18T12:32:38.388 INFO:teuthology.orchestra.run.smithi098.stderr:512 bytes copied, 0.000299745 s, 1.7 MB/s 2024-06-18T12:32:38.389 DEBUG:teuthology.orchestra.run.smithi098:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-06-18T12:32:38.436 DEBUG:teuthology.orchestra.run.smithi098:> stat /dev/vg_nvme/lv_2 2024-06-18T12:32:38.487 INFO:teuthology.orchestra.run.smithi098.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-06-18T12:32:38.487 INFO:teuthology.orchestra.run.smithi098.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-06-18T12:32:38.487 INFO:teuthology.orchestra.run.smithi098.stdout:Device: 5h/5d Inode: 894 Links: 1 2024-06-18T12:32:38.487 INFO:teuthology.orchestra.run.smithi098.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-06-18T12:32:38.487 INFO:teuthology.orchestra.run.smithi098.stdout:Access: 2024-06-18 12:22:48.584895288 +0000 2024-06-18T12:32:38.487 INFO:teuthology.orchestra.run.smithi098.stdout:Modify: 2024-06-18 12:22:48.332897539 +0000 2024-06-18T12:32:38.487 INFO:teuthology.orchestra.run.smithi098.stdout:Change: 2024-06-18 12:22:48.332897539 +0000 2024-06-18T12:32:38.487 INFO:teuthology.orchestra.run.smithi098.stdout: Birth: - 2024-06-18T12:32:38.488 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-06-18T12:32:38.546 INFO:teuthology.orchestra.run.smithi098.stderr:1+0 records in 2024-06-18T12:32:38.546 INFO:teuthology.orchestra.run.smithi098.stderr:1+0 records out 2024-06-18T12:32:38.547 INFO:teuthology.orchestra.run.smithi098.stderr:512 bytes copied, 0.000387088 s, 1.3 MB/s 2024-06-18T12:32:38.547 DEBUG:teuthology.orchestra.run.smithi098:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-06-18T12:32:38.598 DEBUG:teuthology.orchestra.run.smithi098:> stat /dev/vg_nvme/lv_3 2024-06-18T12:32:38.643 INFO:teuthology.orchestra.run.smithi098.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-06-18T12:32:38.643 INFO:teuthology.orchestra.run.smithi098.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-06-18T12:32:38.644 INFO:teuthology.orchestra.run.smithi098.stdout:Device: 5h/5d Inode: 912 Links: 1 2024-06-18T12:32:38.644 INFO:teuthology.orchestra.run.smithi098.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-06-18T12:32:38.644 INFO:teuthology.orchestra.run.smithi098.stdout:Access: 2024-06-18 12:22:49.112890572 +0000 2024-06-18T12:32:38.644 INFO:teuthology.orchestra.run.smithi098.stdout:Modify: 2024-06-18 12:22:48.832893073 +0000 2024-06-18T12:32:38.644 INFO:teuthology.orchestra.run.smithi098.stdout:Change: 2024-06-18 12:22:48.832893073 +0000 2024-06-18T12:32:38.644 INFO:teuthology.orchestra.run.smithi098.stdout: Birth: - 2024-06-18T12:32:38.644 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-06-18T12:32:38.696 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:38 smithi098 bash[22565]: audit 2024-06-18T12:32:37.025149+0000 mgr.a (mgr.14150) 110 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi089=a;smithi098=b", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T12:32:38.696 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:38 smithi098 bash[22565]: cephadm 2024-06-18T12:32:37.028162+0000 mgr.a (mgr.14150) 111 : cephadm [INF] Saving service mgr spec with placement smithi089=a;smithi098=b;count:2 2024-06-18T12:32:38.696 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:38 smithi098 bash[22565]: cephadm 2024-06-18T12:32:37.068829+0000 mgr.a (mgr.14150) 112 : cephadm [INF] Deploying daemon mgr.b on smithi098 2024-06-18T12:32:38.698 INFO:teuthology.orchestra.run.smithi098.stderr:1+0 records in 2024-06-18T12:32:38.698 INFO:teuthology.orchestra.run.smithi098.stderr:1+0 records out 2024-06-18T12:32:38.698 INFO:teuthology.orchestra.run.smithi098.stderr:512 bytes copied, 0.000392238 s, 1.3 MB/s 2024-06-18T12:32:38.699 DEBUG:teuthology.orchestra.run.smithi098:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-06-18T12:32:38.749 DEBUG:teuthology.orchestra.run.smithi098:> stat /dev/vg_nvme/lv_4 2024-06-18T12:32:38.795 INFO:teuthology.orchestra.run.smithi098.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-06-18T12:32:38.795 INFO:teuthology.orchestra.run.smithi098.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-06-18T12:32:38.796 INFO:teuthology.orchestra.run.smithi098.stdout:Device: 5h/5d Inode: 930 Links: 1 2024-06-18T12:32:38.796 INFO:teuthology.orchestra.run.smithi098.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-06-18T12:32:38.796 INFO:teuthology.orchestra.run.smithi098.stdout:Access: 2024-06-18 12:22:49.604886178 +0000 2024-06-18T12:32:38.796 INFO:teuthology.orchestra.run.smithi098.stdout:Modify: 2024-06-18 12:22:49.348888464 +0000 2024-06-18T12:32:38.796 INFO:teuthology.orchestra.run.smithi098.stdout:Change: 2024-06-18 12:22:49.348888464 +0000 2024-06-18T12:32:38.796 INFO:teuthology.orchestra.run.smithi098.stdout: Birth: - 2024-06-18T12:32:38.796 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-06-18T12:32:38.826 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:38 smithi131 bash[22694]: audit 2024-06-18T12:32:37.025149+0000 mgr.a (mgr.14150) 110 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi089=a;smithi098=b", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T12:32:38.826 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:38 smithi131 bash[22694]: cephadm 2024-06-18T12:32:37.028162+0000 mgr.a (mgr.14150) 111 : cephadm [INF] Saving service mgr spec with placement smithi089=a;smithi098=b;count:2 2024-06-18T12:32:38.826 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:38 smithi131 bash[22694]: cephadm 2024-06-18T12:32:37.068829+0000 mgr.a (mgr.14150) 112 : cephadm [INF] Deploying daemon mgr.b on smithi098 2024-06-18T12:32:38.850 INFO:teuthology.orchestra.run.smithi098.stderr:1+0 records in 2024-06-18T12:32:38.850 INFO:teuthology.orchestra.run.smithi098.stderr:1+0 records out 2024-06-18T12:32:38.850 INFO:teuthology.orchestra.run.smithi098.stderr:512 bytes copied, 0.000242499 s, 2.1 MB/s 2024-06-18T12:32:38.851 DEBUG:teuthology.orchestra.run.smithi098:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-06-18T12:32:38.905 DEBUG:teuthology.orchestra.run.smithi131:> set -ex 2024-06-18T12:32:38.905 DEBUG:teuthology.orchestra.run.smithi131:> dd if=/scratch_devs of=/dev/stdout 2024-06-18T12:32:38.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:38 smithi089 bash[21925]: audit 2024-06-18T12:32:37.025149+0000 mgr.a (mgr.14150) 110 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi089=a;smithi098=b", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T12:32:38.911 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:38 smithi089 bash[21925]: cephadm 2024-06-18T12:32:37.028162+0000 mgr.a (mgr.14150) 111 : cephadm [INF] Saving service mgr spec with placement smithi089=a;smithi098=b;count:2 2024-06-18T12:32:38.911 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:38 smithi089 bash[21925]: cephadm 2024-06-18T12:32:37.068829+0000 mgr.a (mgr.14150) 112 : cephadm [INF] Deploying daemon mgr.b on smithi098 2024-06-18T12:32:38.912 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-06-18T12:32:38.912 DEBUG:teuthology.orchestra.run.smithi131:> stat /dev/vg_nvme/lv_1 2024-06-18T12:32:38.960 INFO:teuthology.orchestra.run.smithi131.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-06-18T12:32:38.961 INFO:teuthology.orchestra.run.smithi131.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-06-18T12:32:38.961 INFO:teuthology.orchestra.run.smithi131.stdout:Device: 5h/5d Inode: 886 Links: 1 2024-06-18T12:32:38.961 INFO:teuthology.orchestra.run.smithi131.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-06-18T12:32:38.961 INFO:teuthology.orchestra.run.smithi131.stdout:Access: 2024-06-18 12:22:47.522653244 +0000 2024-06-18T12:32:38.961 INFO:teuthology.orchestra.run.smithi131.stdout:Modify: 2024-06-18 12:22:47.282655386 +0000 2024-06-18T12:32:38.961 INFO:teuthology.orchestra.run.smithi131.stdout:Change: 2024-06-18 12:22:47.282655386 +0000 2024-06-18T12:32:38.961 INFO:teuthology.orchestra.run.smithi131.stdout: Birth: - 2024-06-18T12:32:38.961 DEBUG:teuthology.orchestra.run.smithi131:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-06-18T12:32:39.015 INFO:teuthology.orchestra.run.smithi131.stderr:1+0 records in 2024-06-18T12:32:39.016 INFO:teuthology.orchestra.run.smithi131.stderr:1+0 records out 2024-06-18T12:32:39.016 INFO:teuthology.orchestra.run.smithi131.stderr:512 bytes copied, 0.00039323 s, 1.3 MB/s 2024-06-18T12:32:39.017 DEBUG:teuthology.orchestra.run.smithi131:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-06-18T12:32:39.071 DEBUG:teuthology.orchestra.run.smithi131:> stat /dev/vg_nvme/lv_2 2024-06-18T12:32:39.120 INFO:teuthology.orchestra.run.smithi131.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-06-18T12:32:39.120 INFO:teuthology.orchestra.run.smithi131.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-06-18T12:32:39.120 INFO:teuthology.orchestra.run.smithi131.stdout:Device: 5h/5d Inode: 902 Links: 1 2024-06-18T12:32:39.120 INFO:teuthology.orchestra.run.smithi131.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-06-18T12:32:39.121 INFO:teuthology.orchestra.run.smithi131.stdout:Access: 2024-06-18 12:22:48.006648927 +0000 2024-06-18T12:32:39.121 INFO:teuthology.orchestra.run.smithi131.stdout:Modify: 2024-06-18 12:22:47.758651139 +0000 2024-06-18T12:32:39.121 INFO:teuthology.orchestra.run.smithi131.stdout:Change: 2024-06-18 12:22:47.758651139 +0000 2024-06-18T12:32:39.121 INFO:teuthology.orchestra.run.smithi131.stdout: Birth: - 2024-06-18T12:32:39.121 DEBUG:teuthology.orchestra.run.smithi131:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-06-18T12:32:39.175 INFO:teuthology.orchestra.run.smithi131.stderr:1+0 records in 2024-06-18T12:32:39.175 INFO:teuthology.orchestra.run.smithi131.stderr:1+0 records out 2024-06-18T12:32:39.175 INFO:teuthology.orchestra.run.smithi131.stderr:512 bytes copied, 0.000413094 s, 1.2 MB/s 2024-06-18T12:32:39.176 DEBUG:teuthology.orchestra.run.smithi131:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-06-18T12:32:39.227 DEBUG:teuthology.orchestra.run.smithi131:> stat /dev/vg_nvme/lv_3 2024-06-18T12:32:39.276 INFO:teuthology.orchestra.run.smithi131.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-06-18T12:32:39.276 INFO:teuthology.orchestra.run.smithi131.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-06-18T12:32:39.276 INFO:teuthology.orchestra.run.smithi131.stdout:Device: 5h/5d Inode: 918 Links: 1 2024-06-18T12:32:39.276 INFO:teuthology.orchestra.run.smithi131.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-06-18T12:32:39.277 INFO:teuthology.orchestra.run.smithi131.stdout:Access: 2024-06-18 12:22:48.518644359 +0000 2024-06-18T12:32:39.277 INFO:teuthology.orchestra.run.smithi131.stdout:Modify: 2024-06-18 12:22:48.242646821 +0000 2024-06-18T12:32:39.277 INFO:teuthology.orchestra.run.smithi131.stdout:Change: 2024-06-18 12:22:48.242646821 +0000 2024-06-18T12:32:39.277 INFO:teuthology.orchestra.run.smithi131.stdout: Birth: - 2024-06-18T12:32:39.277 DEBUG:teuthology.orchestra.run.smithi131:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-06-18T12:32:39.330 INFO:teuthology.orchestra.run.smithi131.stderr:1+0 records in 2024-06-18T12:32:39.330 INFO:teuthology.orchestra.run.smithi131.stderr:1+0 records out 2024-06-18T12:32:39.330 INFO:teuthology.orchestra.run.smithi131.stderr:512 bytes copied, 0.000337026 s, 1.5 MB/s 2024-06-18T12:32:39.331 DEBUG:teuthology.orchestra.run.smithi131:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-06-18T12:32:39.381 DEBUG:teuthology.orchestra.run.smithi131:> stat /dev/vg_nvme/lv_4 2024-06-18T12:32:39.428 INFO:teuthology.orchestra.run.smithi131.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-06-18T12:32:39.428 INFO:teuthology.orchestra.run.smithi131.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-06-18T12:32:39.428 INFO:teuthology.orchestra.run.smithi131.stdout:Device: 5h/5d Inode: 935 Links: 1 2024-06-18T12:32:39.428 INFO:teuthology.orchestra.run.smithi131.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-06-18T12:32:39.428 INFO:teuthology.orchestra.run.smithi131.stdout:Access: 2024-06-18 12:22:48.794641897 +0000 2024-06-18T12:32:39.428 INFO:teuthology.orchestra.run.smithi131.stdout:Modify: 2024-06-18 12:22:48.790641933 +0000 2024-06-18T12:32:39.429 INFO:teuthology.orchestra.run.smithi131.stdout:Change: 2024-06-18 12:22:48.790641933 +0000 2024-06-18T12:32:39.429 INFO:teuthology.orchestra.run.smithi131.stdout: Birth: - 2024-06-18T12:32:39.429 DEBUG:teuthology.orchestra.run.smithi131:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-06-18T12:32:39.483 INFO:teuthology.orchestra.run.smithi131.stderr:1+0 records in 2024-06-18T12:32:39.483 INFO:teuthology.orchestra.run.smithi131.stderr:1+0 records out 2024-06-18T12:32:39.483 INFO:teuthology.orchestra.run.smithi131.stderr:512 bytes copied, 0.00035464 s, 1.4 MB/s 2024-06-18T12:32:39.484 DEBUG:teuthology.orchestra.run.smithi131:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-06-18T12:32:39.533 INFO:tasks.cephadm:Deploying osd.0 on smithi089 with /dev/vg_nvme/lv_4... 2024-06-18T12:32:39.533 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 326ab62a-2d6e-11ef-bc9d-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-06-18T12:32:39.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:39 smithi098 bash[22565]: cluster 2024-06-18T12:32:38.525154+0000 mgr.a (mgr.14150) 113 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:32:39.825 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:39 smithi131 bash[22694]: cluster 2024-06-18T12:32:38.525154+0000 mgr.a (mgr.14150) 113 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:32:39.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:39 smithi089 bash[21925]: cluster 2024-06-18T12:32:38.525154+0000 mgr.a (mgr.14150) 113 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:32:40.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:40 smithi098 bash[22565]: audit 2024-06-18T12:32:39.679291+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:40.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:40 smithi098 bash[22565]: audit 2024-06-18T12:32:39.684484+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:40.824 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:40 smithi098 bash[22565]: audit 2024-06-18T12:32:39.691767+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:40.824 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:40 smithi098 bash[22565]: audit 2024-06-18T12:32:40.098112+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:40.824 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:40 smithi098 bash[22565]: audit 2024-06-18T12:32:40.104982+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:40.824 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:40 smithi098 bash[22565]: audit 2024-06-18T12:32:40.113381+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:40.824 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:40 smithi098 bash[22565]: cluster 2024-06-18T12:32:40.525558+0000 mgr.a (mgr.14150) 114 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:32:41.076 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:40 smithi131 bash[22694]: audit 2024-06-18T12:32:39.679291+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:41.076 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:40 smithi131 bash[22694]: audit 2024-06-18T12:32:39.684484+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:41.077 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:40 smithi131 bash[22694]: audit 2024-06-18T12:32:39.691767+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:41.077 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:40 smithi131 bash[22694]: audit 2024-06-18T12:32:40.098112+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:41.077 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:40 smithi131 bash[22694]: audit 2024-06-18T12:32:40.104982+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:41.077 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:40 smithi131 bash[22694]: audit 2024-06-18T12:32:40.113381+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:41.077 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:40 smithi131 bash[22694]: cluster 2024-06-18T12:32:40.525558+0000 mgr.a (mgr.14150) 114 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:32:41.161 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:40 smithi089 bash[21925]: audit 2024-06-18T12:32:39.679291+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:41.161 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:40 smithi089 bash[21925]: audit 2024-06-18T12:32:39.684484+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:41.161 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:40 smithi089 bash[21925]: audit 2024-06-18T12:32:39.691767+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:41.161 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:40 smithi089 bash[21925]: audit 2024-06-18T12:32:40.098112+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:41.161 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:40 smithi089 bash[21925]: audit 2024-06-18T12:32:40.104982+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:41.161 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:40 smithi089 bash[21925]: audit 2024-06-18T12:32:40.113381+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:41.161 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:40 smithi089 bash[21925]: cluster 2024-06-18T12:32:40.525558+0000 mgr.a (mgr.14150) 114 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:32:41.194 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:40 smithi098 systemd[1]: /etc/systemd/system/ceph-326ab62a-2d6e-11ef-bc9d-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-06-18T12:32:41.194 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:41 smithi098 systemd[1]: /etc/systemd/system/ceph-326ab62a-2d6e-11ef-bc9d-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-06-18T12:32:42.324 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:42 smithi098 bash[22565]: audit 2024-06-18T12:32:41.252680+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:42.324 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:42 smithi098 bash[22565]: audit 2024-06-18T12:32:41.259835+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:42.324 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:42 smithi098 bash[22565]: audit 2024-06-18T12:32:41.266793+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:42.324 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:42 smithi098 bash[22565]: audit 2024-06-18T12:32:41.273588+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:42.324 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:42 smithi098 bash[22565]: audit 2024-06-18T12:32:41.357708+0000 mon.a (mon.0) 350 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T12:32:42.324 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:42 smithi098 bash[22565]: audit 2024-06-18T12:32:41.362263+0000 mon.a (mon.0) 351 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:32:42.325 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:42 smithi098 bash[22565]: audit 2024-06-18T12:32:41.363415+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T12:32:42.325 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:42 smithi098 bash[22565]: audit 2024-06-18T12:32:41.371635+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:42.325 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:42 smithi098 bash[22565]: cephadm 2024-06-18T12:32:41.372201+0000 mgr.a (mgr.14150) 115 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-06-18T12:32:42.325 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:42 smithi098 bash[22565]: cephadm 2024-06-18T12:32:41.450837+0000 mgr.a (mgr.14150) 116 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-06-18T12:32:42.325 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:42 smithi098 bash[22565]: audit 2024-06-18T12:32:41.451460+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-06-18T12:32:42.325 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:42 smithi098 bash[22565]: audit 2024-06-18T12:32:41.453210+0000 mon.a (mon.0) 355 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-06-18T12:32:42.325 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:42 smithi098 bash[22565]: audit 2024-06-18T12:32:41.454525+0000 mon.a (mon.0) 356 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:32:42.325 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:42 smithi098 bash[22565]: cephadm 2024-06-18T12:32:41.455841+0000 mgr.a (mgr.14150) 117 : cephadm [INF] Reconfiguring daemon mgr.a on smithi089 2024-06-18T12:32:42.576 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:42 smithi131 bash[22694]: audit 2024-06-18T12:32:41.252680+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:42.576 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:42 smithi131 bash[22694]: audit 2024-06-18T12:32:41.259835+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:42.576 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:42 smithi131 bash[22694]: audit 2024-06-18T12:32:41.266793+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:42.576 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:42 smithi131 bash[22694]: audit 2024-06-18T12:32:41.273588+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:42.577 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:42 smithi131 bash[22694]: audit 2024-06-18T12:32:41.357708+0000 mon.a (mon.0) 350 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T12:32:42.577 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:42 smithi131 bash[22694]: audit 2024-06-18T12:32:41.362263+0000 mon.a (mon.0) 351 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:32:42.577 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:42 smithi131 bash[22694]: audit 2024-06-18T12:32:41.363415+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T12:32:42.577 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:42 smithi131 bash[22694]: audit 2024-06-18T12:32:41.371635+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:42.577 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:42 smithi131 bash[22694]: cephadm 2024-06-18T12:32:41.372201+0000 mgr.a (mgr.14150) 115 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-06-18T12:32:42.577 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:42 smithi131 bash[22694]: cephadm 2024-06-18T12:32:41.450837+0000 mgr.a (mgr.14150) 116 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-06-18T12:32:42.577 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:42 smithi131 bash[22694]: audit 2024-06-18T12:32:41.451460+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-06-18T12:32:42.577 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:42 smithi131 bash[22694]: audit 2024-06-18T12:32:41.453210+0000 mon.a (mon.0) 355 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-06-18T12:32:42.577 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:42 smithi131 bash[22694]: audit 2024-06-18T12:32:41.454525+0000 mon.a (mon.0) 356 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:32:42.577 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:42 smithi131 bash[22694]: cephadm 2024-06-18T12:32:41.455841+0000 mgr.a (mgr.14150) 117 : cephadm [INF] Reconfiguring daemon mgr.a on smithi089 2024-06-18T12:32:42.658 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:42 smithi089 bash[21925]: audit 2024-06-18T12:32:41.252680+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:42.658 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:42 smithi089 bash[21925]: audit 2024-06-18T12:32:41.259835+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:42.658 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:42 smithi089 bash[21925]: audit 2024-06-18T12:32:41.266793+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:42.658 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:42 smithi089 bash[21925]: audit 2024-06-18T12:32:41.273588+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:42.658 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:42 smithi089 bash[21925]: audit 2024-06-18T12:32:41.357708+0000 mon.a (mon.0) 350 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T12:32:42.658 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:42 smithi089 bash[21925]: audit 2024-06-18T12:32:41.362263+0000 mon.a (mon.0) 351 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:32:42.658 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:42 smithi089 bash[21925]: audit 2024-06-18T12:32:41.363415+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T12:32:42.658 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:42 smithi089 bash[21925]: audit 2024-06-18T12:32:41.371635+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:42.658 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:42 smithi089 bash[21925]: cephadm 2024-06-18T12:32:41.372201+0000 mgr.a (mgr.14150) 115 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-06-18T12:32:42.658 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:42 smithi089 bash[21925]: cephadm 2024-06-18T12:32:41.450837+0000 mgr.a (mgr.14150) 116 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-06-18T12:32:42.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:42 smithi089 bash[21925]: audit 2024-06-18T12:32:41.451460+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-06-18T12:32:42.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:42 smithi089 bash[21925]: audit 2024-06-18T12:32:41.453210+0000 mon.a (mon.0) 355 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-06-18T12:32:42.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:42 smithi089 bash[21925]: audit 2024-06-18T12:32:41.454525+0000 mon.a (mon.0) 356 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:32:42.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:42 smithi089 bash[21925]: cephadm 2024-06-18T12:32:41.455841+0000 mgr.a (mgr.14150) 117 : cephadm [INF] Reconfiguring daemon mgr.a on smithi089 2024-06-18T12:32:42.999 INFO:journalctl@ceph.mgr.b.smithi098.stdout:Jun 18 12:32:42 smithi098 bash[23757]: debug 2024-06-18T12:32:42.913+0000 7f50bef64040 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-06-18T12:32:43.362 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:43 smithi089 bash[21925]: cluster 2024-06-18T12:32:42.525962+0000 mgr.a (mgr.14150) 118 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:32:43.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:43 smithi098 bash[22565]: cluster 2024-06-18T12:32:42.525962+0000 mgr.a (mgr.14150) 118 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:32:43.576 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:43 smithi131 bash[22694]: cluster 2024-06-18T12:32:42.525962+0000 mgr.a (mgr.14150) 118 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:32:44.541 INFO:journalctl@ceph.mgr.b.smithi098.stdout:Jun 18 12:32:44 smithi098 bash[23757]: debug 2024-06-18T12:32:44.181+0000 7f50bef64040 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-06-18T12:32:44.541 INFO:journalctl@ceph.mgr.b.smithi098.stdout:Jun 18 12:32:44 smithi098 bash[23757]: debug 2024-06-18T12:32:44.249+0000 7f50bef64040 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-06-18T12:32:44.541 INFO:journalctl@ceph.mgr.b.smithi098.stdout:Jun 18 12:32:44 smithi098 bash[23757]: debug 2024-06-18T12:32:44.413+0000 7f50bef64040 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-06-18T12:32:44.763 INFO:teuthology.orchestra.run.smithi089.stderr:Inferring config /var/lib/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/mon.a/config 2024-06-18T12:32:44.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:44 smithi098 bash[22565]: audit 2024-06-18T12:32:43.567535+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:44.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:44 smithi098 bash[22565]: audit 2024-06-18T12:32:44.317941+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:44.824 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:44 smithi098 bash[22565]: audit 2024-06-18T12:32:44.321850+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:44.824 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:44 smithi098 bash[22565]: audit 2024-06-18T12:32:44.324227+0000 mon.a (mon.0) 360 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T12:32:44.824 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:44 smithi098 bash[22565]: audit 2024-06-18T12:32:44.326999+0000 mon.a (mon.0) 361 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:32:44.824 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:44 smithi098 bash[22565]: audit 2024-06-18T12:32:44.328127+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T12:32:44.824 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:44 smithi098 bash[22565]: audit 2024-06-18T12:32:44.333617+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:44.826 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:44 smithi131 bash[22694]: audit 2024-06-18T12:32:43.567535+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:44.826 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:44 smithi131 bash[22694]: audit 2024-06-18T12:32:44.317941+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:44.826 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:44 smithi131 bash[22694]: audit 2024-06-18T12:32:44.321850+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:44.826 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:44 smithi131 bash[22694]: audit 2024-06-18T12:32:44.324227+0000 mon.a (mon.0) 360 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T12:32:44.826 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:44 smithi131 bash[22694]: audit 2024-06-18T12:32:44.326999+0000 mon.a (mon.0) 361 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:32:44.826 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:44 smithi131 bash[22694]: audit 2024-06-18T12:32:44.328127+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T12:32:44.826 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:44 smithi131 bash[22694]: audit 2024-06-18T12:32:44.333617+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:44.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:44 smithi089 bash[21925]: audit 2024-06-18T12:32:43.567535+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:44.911 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:44 smithi089 bash[21925]: audit 2024-06-18T12:32:44.317941+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:44.911 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:44 smithi089 bash[21925]: audit 2024-06-18T12:32:44.321850+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:44.911 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:44 smithi089 bash[21925]: audit 2024-06-18T12:32:44.324227+0000 mon.a (mon.0) 360 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T12:32:44.911 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:44 smithi089 bash[21925]: audit 2024-06-18T12:32:44.326999+0000 mon.a (mon.0) 361 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:32:44.911 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:44 smithi089 bash[21925]: audit 2024-06-18T12:32:44.328127+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T12:32:44.911 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:44 smithi089 bash[21925]: audit 2024-06-18T12:32:44.333617+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:45.404 INFO:journalctl@ceph.mgr.b.smithi098.stdout:Jun 18 12:32:45 smithi098 bash[23757]: debug 2024-06-18T12:32:45.097+0000 7f50bef64040 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-06-18T12:32:45.405 INFO:journalctl@ceph.mgr.b.smithi098.stdout:Jun 18 12:32:45 smithi098 bash[23757]: debug 2024-06-18T12:32:45.169+0000 7f50bef64040 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-06-18T12:32:45.405 INFO:journalctl@ceph.mgr.b.smithi098.stdout:Jun 18 12:32:45 smithi098 bash[23757]: debug 2024-06-18T12:32:45.245+0000 7f50bef64040 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-06-18T12:32:45.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:45 smithi098 bash[22565]: cephadm 2024-06-18T12:32:44.334319+0000 mgr.a (mgr.14150) 119 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-06-18T12:32:45.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:45 smithi098 bash[22565]: cluster 2024-06-18T12:32:44.526443+0000 mgr.a (mgr.14150) 120 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:32:45.824 INFO:journalctl@ceph.mgr.b.smithi098.stdout:Jun 18 12:32:45 smithi098 bash[23757]: debug 2024-06-18T12:32:45.441+0000 7f50bef64040 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-06-18T12:32:45.824 INFO:journalctl@ceph.mgr.b.smithi098.stdout:Jun 18 12:32:45 smithi098 bash[23757]: debug 2024-06-18T12:32:45.521+0000 7f50bef64040 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-06-18T12:32:45.824 INFO:journalctl@ceph.mgr.b.smithi098.stdout:Jun 18 12:32:45 smithi098 bash[23757]: debug 2024-06-18T12:32:45.589+0000 7f50bef64040 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-06-18T12:32:45.826 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:45 smithi131 bash[22694]: cephadm 2024-06-18T12:32:44.334319+0000 mgr.a (mgr.14150) 119 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-06-18T12:32:45.826 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:45 smithi131 bash[22694]: cluster 2024-06-18T12:32:44.526443+0000 mgr.a (mgr.14150) 120 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:32:45.901 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:45 smithi089 bash[21925]: cephadm 2024-06-18T12:32:44.334319+0000 mgr.a (mgr.14150) 119 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-06-18T12:32:45.902 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:45 smithi089 bash[21925]: cluster 2024-06-18T12:32:44.526443+0000 mgr.a (mgr.14150) 120 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:32:46.133 INFO:journalctl@ceph.mgr.b.smithi098.stdout:Jun 18 12:32:45 smithi098 bash[23757]: debug 2024-06-18T12:32:45.857+0000 7f50bef64040 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-06-18T12:32:46.133 INFO:journalctl@ceph.mgr.b.smithi098.stdout:Jun 18 12:32:45 smithi098 bash[23757]: debug 2024-06-18T12:32:45.929+0000 7f50bef64040 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-06-18T12:32:46.470 INFO:journalctl@ceph.mgr.b.smithi098.stdout:Jun 18 12:32:46 smithi098 bash[23757]: debug 2024-06-18T12:32:46.129+0000 7f50bef64040 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-06-18T12:32:46.470 INFO:journalctl@ceph.mgr.b.smithi098.stdout:Jun 18 12:32:46 smithi098 bash[23757]: debug 2024-06-18T12:32:46.205+0000 7f50bef64040 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-06-18T12:32:46.817 INFO:journalctl@ceph.mgr.b.smithi098.stdout:Jun 18 12:32:46 smithi098 bash[23757]: debug 2024-06-18T12:32:46.465+0000 7f50bef64040 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-06-18T12:32:46.817 INFO:journalctl@ceph.mgr.b.smithi098.stdout:Jun 18 12:32:46 smithi098 bash[23757]: debug 2024-06-18T12:32:46.645+0000 7f50bef64040 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-06-18T12:32:47.074 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:46 smithi098 bash[22565]: audit 2024-06-18T12:32:45.919286+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:47.074 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:46 smithi098 bash[22565]: cluster 2024-06-18T12:32:46.526798+0000 mgr.a (mgr.14150) 121 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:32:47.074 INFO:journalctl@ceph.mgr.b.smithi098.stdout:Jun 18 12:32:46 smithi098 bash[23757]: debug 2024-06-18T12:32:46.813+0000 7f50bef64040 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-06-18T12:32:47.074 INFO:journalctl@ceph.mgr.b.smithi098.stdout:Jun 18 12:32:46 smithi098 bash[23757]: debug 2024-06-18T12:32:46.893+0000 7f50bef64040 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-06-18T12:32:47.246 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:46 smithi089 bash[21925]: audit 2024-06-18T12:32:45.919286+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:47.247 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:46 smithi089 bash[21925]: cluster 2024-06-18T12:32:46.526798+0000 mgr.a (mgr.14150) 121 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:32:47.325 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:46 smithi131 bash[22694]: audit 2024-06-18T12:32:45.919286+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:47.326 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:46 smithi131 bash[22694]: cluster 2024-06-18T12:32:46.526798+0000 mgr.a (mgr.14150) 121 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:32:47.573 INFO:journalctl@ceph.mgr.b.smithi098.stdout:Jun 18 12:32:47 smithi098 bash[23757]: debug 2024-06-18T12:32:47.077+0000 7f50bef64040 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-06-18T12:32:48.200 INFO:journalctl@ceph.mgr.b.smithi098.stdout:Jun 18 12:32:47 smithi098 bash[23757]: debug 2024-06-18T12:32:47.889+0000 7f50bef64040 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-06-18T12:32:48.200 INFO:journalctl@ceph.mgr.b.smithi098.stdout:Jun 18 12:32:47 smithi098 bash[23757]: debug 2024-06-18T12:32:47.965+0000 7f50bef64040 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-06-18T12:32:48.452 INFO:teuthology.orchestra.run.smithi089.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-06-18T12:32:48.573 INFO:journalctl@ceph.mgr.b.smithi098.stdout:Jun 18 12:32:48 smithi098 bash[23757]: debug 2024-06-18T12:32:48.197+0000 7f50bef64040 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-06-18T12:32:48.574 INFO:journalctl@ceph.mgr.b.smithi098.stdout:Jun 18 12:32:48 smithi098 bash[23757]: debug 2024-06-18T12:32:48.269+0000 7f50bef64040 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-06-18T12:32:48.605 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-06-18T12:32:48.622 INFO:teuthology.orchestra.run.smithi089.stderr: stderr: 10+0 records in 2024-06-18T12:32:48.622 INFO:teuthology.orchestra.run.smithi089.stderr:10+0 records out 2024-06-18T12:32:48.623 INFO:teuthology.orchestra.run.smithi089.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0154777 s, 677 MB/s 2024-06-18T12:32:48.623 INFO:teuthology.orchestra.run.smithi089.stderr:--> Zapping successful for: 2024-06-18T12:32:49.073 INFO:journalctl@ceph.mgr.b.smithi098.stdout:Jun 18 12:32:48 smithi098 bash[23757]: debug 2024-06-18T12:32:48.693+0000 7f50bef64040 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-06-18T12:32:49.074 INFO:journalctl@ceph.mgr.b.smithi098.stdout:Jun 18 12:32:48 smithi098 bash[23757]: debug 2024-06-18T12:32:48.777+0000 7f50bef64040 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-06-18T12:32:49.266 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 326ab62a-2d6e-11ef-bc9d-c7b262605968 -- ceph orch daemon add osd smithi089:vg_nvme/lv_4 2024-06-18T12:32:49.826 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:49 smithi131 bash[22694]: cluster 2024-06-18T12:32:48.527059+0000 mgr.a (mgr.14150) 122 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:32:49.826 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:49 smithi131 bash[22694]: audit 2024-06-18T12:32:48.725576+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:49.826 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:49 smithi131 bash[22694]: audit 2024-06-18T12:32:48.732203+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:49.826 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:49 smithi131 bash[22694]: audit 2024-06-18T12:32:48.735977+0000 mon.a (mon.0) 367 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T12:32:49.826 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:49 smithi131 bash[22694]: audit 2024-06-18T12:32:48.738208+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:49.827 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:49 smithi131 bash[22694]: audit 2024-06-18T12:32:48.738471+0000 mon.a (mon.0) 369 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:32:49.827 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:49 smithi131 bash[22694]: audit 2024-06-18T12:32:48.739361+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T12:32:49.827 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:49 smithi131 bash[22694]: audit 2024-06-18T12:32:48.742794+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:49.827 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:49 smithi131 bash[22694]: audit 2024-06-18T12:32:48.787480+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.98:0/3775042337' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-06-18T12:32:49.827 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:49 smithi131 bash[22694]: audit 2024-06-18T12:32:48.788003+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.98:0/3775042337' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-06-18T12:32:49.827 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:49 smithi131 bash[22694]: audit 2024-06-18T12:32:48.788817+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.98:0/3775042337' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-06-18T12:32:49.827 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:49 smithi131 bash[22694]: audit 2024-06-18T12:32:48.789349+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.98:0/3775042337' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-06-18T12:32:49.827 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:49 smithi131 bash[22694]: cluster 2024-06-18T12:32:48.791796+0000 mon.a (mon.0) 372 : cluster [DBG] Standby manager daemon b started 2024-06-18T12:32:49.911 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:49 smithi089 bash[21925]: cluster 2024-06-18T12:32:48.527059+0000 mgr.a (mgr.14150) 122 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:32:49.911 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:49 smithi089 bash[21925]: audit 2024-06-18T12:32:48.725576+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:49.911 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:49 smithi089 bash[21925]: audit 2024-06-18T12:32:48.732203+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:49.911 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:49 smithi089 bash[21925]: audit 2024-06-18T12:32:48.735977+0000 mon.a (mon.0) 367 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T12:32:49.911 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:49 smithi089 bash[21925]: audit 2024-06-18T12:32:48.738208+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:49.911 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:49 smithi089 bash[21925]: audit 2024-06-18T12:32:48.738471+0000 mon.a (mon.0) 369 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:32:49.911 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:49 smithi089 bash[21925]: audit 2024-06-18T12:32:48.739361+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T12:32:49.911 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:49 smithi089 bash[21925]: audit 2024-06-18T12:32:48.742794+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:49.911 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:49 smithi089 bash[21925]: audit 2024-06-18T12:32:48.787480+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.98:0/3775042337' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-06-18T12:32:49.911 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:49 smithi089 bash[21925]: audit 2024-06-18T12:32:48.788003+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.98:0/3775042337' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-06-18T12:32:49.912 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:49 smithi089 bash[21925]: audit 2024-06-18T12:32:48.788817+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.98:0/3775042337' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-06-18T12:32:49.912 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:49 smithi089 bash[21925]: audit 2024-06-18T12:32:48.789349+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.98:0/3775042337' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-06-18T12:32:49.912 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:49 smithi089 bash[21925]: cluster 2024-06-18T12:32:48.791796+0000 mon.a (mon.0) 372 : cluster [DBG] Standby manager daemon b started 2024-06-18T12:32:50.074 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:49 smithi098 bash[22565]: cluster 2024-06-18T12:32:48.527059+0000 mgr.a (mgr.14150) 122 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:32:50.074 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:49 smithi098 bash[22565]: audit 2024-06-18T12:32:48.725576+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:50.074 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:49 smithi098 bash[22565]: audit 2024-06-18T12:32:48.732203+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:50.074 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:49 smithi098 bash[22565]: audit 2024-06-18T12:32:48.735977+0000 mon.a (mon.0) 367 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T12:32:50.074 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:49 smithi098 bash[22565]: audit 2024-06-18T12:32:48.738208+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:50.074 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:49 smithi098 bash[22565]: audit 2024-06-18T12:32:48.738471+0000 mon.a (mon.0) 369 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:32:50.075 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:49 smithi098 bash[22565]: audit 2024-06-18T12:32:48.739361+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T12:32:50.075 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:49 smithi098 bash[22565]: audit 2024-06-18T12:32:48.742794+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:50.075 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:49 smithi098 bash[22565]: audit 2024-06-18T12:32:48.787480+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.98:0/3775042337' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-06-18T12:32:50.075 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:49 smithi098 bash[22565]: audit 2024-06-18T12:32:48.788003+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.98:0/3775042337' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-06-18T12:32:50.075 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:49 smithi098 bash[22565]: audit 2024-06-18T12:32:48.788817+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.98:0/3775042337' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-06-18T12:32:50.075 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:49 smithi098 bash[22565]: audit 2024-06-18T12:32:48.789349+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.98:0/3775042337' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-06-18T12:32:50.075 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:49 smithi098 bash[22565]: cluster 2024-06-18T12:32:48.791796+0000 mon.a (mon.0) 372 : cluster [DBG] Standby manager daemon b started 2024-06-18T12:32:51.022 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:50 smithi131 bash[22694]: cluster 2024-06-18T12:32:49.756362+0000 mon.a (mon.0) 373 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-06-18T12:32:51.022 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:50 smithi131 bash[22694]: audit 2024-06-18T12:32:49.756605+0000 mon.a (mon.0) 374 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-06-18T12:32:51.022 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:50 smithi131 bash[22694]: cluster 2024-06-18T12:32:50.527543+0000 mgr.a (mgr.14150) 123 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:32:51.073 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:50 smithi098 bash[22565]: cluster 2024-06-18T12:32:49.756362+0000 mon.a (mon.0) 373 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-06-18T12:32:51.073 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:50 smithi098 bash[22565]: audit 2024-06-18T12:32:49.756605+0000 mon.a (mon.0) 374 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-06-18T12:32:51.074 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:50 smithi098 bash[22565]: cluster 2024-06-18T12:32:50.527543+0000 mgr.a (mgr.14150) 123 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:32:51.160 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:50 smithi089 bash[21925]: cluster 2024-06-18T12:32:49.756362+0000 mon.a (mon.0) 373 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-06-18T12:32:51.160 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:50 smithi089 bash[21925]: audit 2024-06-18T12:32:49.756605+0000 mon.a (mon.0) 374 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-06-18T12:32:51.161 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:50 smithi089 bash[21925]: cluster 2024-06-18T12:32:50.527543+0000 mgr.a (mgr.14150) 123 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:32:53.073 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:52 smithi098 bash[22565]: audit 2024-06-18T12:32:51.748214+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:53.074 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:52 smithi098 bash[22565]: audit 2024-06-18T12:32:51.753428+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:53.074 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:52 smithi098 bash[22565]: audit 2024-06-18T12:32:51.758989+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:53.074 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:52 smithi098 bash[22565]: cluster 2024-06-18T12:32:52.527986+0000 mgr.a (mgr.14150) 124 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:32:53.076 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:52 smithi131 bash[22694]: audit 2024-06-18T12:32:51.748214+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:53.076 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:52 smithi131 bash[22694]: audit 2024-06-18T12:32:51.753428+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:53.076 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:52 smithi131 bash[22694]: audit 2024-06-18T12:32:51.758989+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:53.076 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:52 smithi131 bash[22694]: cluster 2024-06-18T12:32:52.527986+0000 mgr.a (mgr.14150) 124 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:32:53.160 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:52 smithi089 bash[21925]: audit 2024-06-18T12:32:51.748214+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:53.160 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:52 smithi089 bash[21925]: audit 2024-06-18T12:32:51.753428+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:53.160 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:52 smithi089 bash[21925]: audit 2024-06-18T12:32:51.758989+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:32:53.161 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:52 smithi089 bash[21925]: cluster 2024-06-18T12:32:52.527986+0000 mgr.a (mgr.14150) 124 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:32:53.758 INFO:teuthology.orchestra.run.smithi089.stderr:Inferring config /var/lib/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/mon.a/config 2024-06-18T12:32:55.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:55 smithi089 bash[21925]: cluster 2024-06-18T12:32:54.528358+0000 mgr.a (mgr.14150) 125 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:32:56.073 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:55 smithi098 bash[22565]: cluster 2024-06-18T12:32:54.528358+0000 mgr.a (mgr.14150) 125 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:32:56.075 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:55 smithi131 bash[22694]: cluster 2024-06-18T12:32:54.528358+0000 mgr.a (mgr.14150) 125 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:32:57.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:57 smithi089 bash[21925]: cluster 2024-06-18T12:32:56.528603+0000 mgr.a (mgr.14150) 126 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:32:57.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:57 smithi089 bash[21925]: audit 2024-06-18T12:32:56.733446+0000 mon.a (mon.0) 378 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-06-18T12:32:57.911 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:57 smithi089 bash[21925]: audit 2024-06-18T12:32:56.739034+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-06-18T12:32:57.911 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:57 smithi089 bash[21925]: audit 2024-06-18T12:32:56.740314+0000 mon.a (mon.0) 380 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:32:58.073 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:57 smithi098 bash[22565]: cluster 2024-06-18T12:32:56.528603+0000 mgr.a (mgr.14150) 126 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:32:58.074 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:57 smithi098 bash[22565]: audit 2024-06-18T12:32:56.733446+0000 mon.a (mon.0) 378 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-06-18T12:32:58.074 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:57 smithi098 bash[22565]: audit 2024-06-18T12:32:56.739034+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-06-18T12:32:58.074 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:57 smithi098 bash[22565]: audit 2024-06-18T12:32:56.740314+0000 mon.a (mon.0) 380 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:32:58.076 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:57 smithi131 bash[22694]: cluster 2024-06-18T12:32:56.528603+0000 mgr.a (mgr.14150) 126 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:32:58.076 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:57 smithi131 bash[22694]: audit 2024-06-18T12:32:56.733446+0000 mon.a (mon.0) 378 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-06-18T12:32:58.076 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:57 smithi131 bash[22694]: audit 2024-06-18T12:32:56.739034+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-06-18T12:32:58.076 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:57 smithi131 bash[22694]: audit 2024-06-18T12:32:56.740314+0000 mon.a (mon.0) 380 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:32:58.826 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:58 smithi131 bash[22694]: audit 2024-06-18T12:32:56.726691+0000 mgr.a (mgr.14150) 127 : audit [DBG] from='client.14211 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi089:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T12:32:58.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:58 smithi089 bash[21925]: audit 2024-06-18T12:32:56.726691+0000 mgr.a (mgr.14150) 127 : audit [DBG] from='client.14211 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi089:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T12:32:59.073 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:58 smithi098 bash[22565]: audit 2024-06-18T12:32:56.726691+0000 mgr.a (mgr.14150) 127 : audit [DBG] from='client.14211 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi089:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T12:32:59.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:32:59 smithi089 bash[21925]: cluster 2024-06-18T12:32:58.528973+0000 mgr.a (mgr.14150) 128 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:33:00.073 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:32:59 smithi098 bash[22565]: cluster 2024-06-18T12:32:58.528973+0000 mgr.a (mgr.14150) 128 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:33:00.075 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:32:59 smithi131 bash[22694]: cluster 2024-06-18T12:32:58.528973+0000 mgr.a (mgr.14150) 128 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:33:01.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:33:01 smithi098 bash[22565]: audit 2024-06-18T12:33:00.314433+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:33:01.574 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:33:01 smithi098 bash[22565]: audit 2024-06-18T12:33:00.323611+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:33:01.574 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:33:01 smithi098 bash[22565]: audit 2024-06-18T12:33:00.332874+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:33:01.574 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:33:01 smithi098 bash[22565]: cluster 2024-06-18T12:33:00.529370+0000 mgr.a (mgr.14150) 129 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:33:01.575 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:33:01 smithi131 bash[22694]: audit 2024-06-18T12:33:00.314433+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:33:01.576 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:33:01 smithi131 bash[22694]: audit 2024-06-18T12:33:00.323611+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:33:01.576 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:33:01 smithi131 bash[22694]: audit 2024-06-18T12:33:00.332874+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:33:01.576 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:33:01 smithi131 bash[22694]: cluster 2024-06-18T12:33:00.529370+0000 mgr.a (mgr.14150) 129 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:33:01.660 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:33:01 smithi089 bash[21925]: audit 2024-06-18T12:33:00.314433+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:33:01.660 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:33:01 smithi089 bash[21925]: audit 2024-06-18T12:33:00.323611+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:33:01.661 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:33:01 smithi089 bash[21925]: audit 2024-06-18T12:33:00.332874+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:33:01.661 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:33:01 smithi089 bash[21925]: cluster 2024-06-18T12:33:00.529370+0000 mgr.a (mgr.14150) 129 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:33:03.843 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:33:03 smithi098 bash[22565]: cluster 2024-06-18T12:33:02.529878+0000 mgr.a (mgr.14150) 130 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:33:03.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:33:03 smithi089 bash[21925]: cluster 2024-06-18T12:33:02.529878+0000 mgr.a (mgr.14150) 130 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:33:04.075 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:33:03 smithi131 bash[22694]: cluster 2024-06-18T12:33:02.529878+0000 mgr.a (mgr.14150) 130 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:33:05.660 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:33:05 smithi089 bash[21925]: cluster 2024-06-18T12:33:04.530419+0000 mgr.a (mgr.14150) 131 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:33:05.983 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:33:05 smithi098 bash[22565]: cluster 2024-06-18T12:33:04.530419+0000 mgr.a (mgr.14150) 131 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:33:06.075 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:33:05 smithi131 bash[22694]: cluster 2024-06-18T12:33:04.530419+0000 mgr.a (mgr.14150) 131 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:33:06.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:33:06 smithi089 bash[21925]: audit 2024-06-18T12:33:05.636650+0000 mon.a (mon.0) 384 : audit [INF] from='client.? 172.21.15.89:0/1665066353' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "306bc0be-bdc4-4d37-8e5c-d98ae1ed65fc"}]: dispatch 2024-06-18T12:33:06.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:33:06 smithi089 bash[21925]: audit 2024-06-18T12:33:05.639183+0000 mon.a (mon.0) 385 : audit [INF] from='client.? 172.21.15.89:0/1665066353' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "306bc0be-bdc4-4d37-8e5c-d98ae1ed65fc"}]': finished 2024-06-18T12:33:06.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:33:06 smithi089 bash[21925]: cluster 2024-06-18T12:33:05.641647+0000 mon.a (mon.0) 386 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-06-18T12:33:06.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:33:06 smithi089 bash[21925]: audit 2024-06-18T12:33:05.641986+0000 mon.a (mon.0) 387 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-06-18T12:33:06.911 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:33:06 smithi089 bash[21925]: audit 2024-06-18T12:33:06.331868+0000 mon.a (mon.0) 388 : audit [DBG] from='client.? 172.21.15.89:0/2348633432' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-06-18T12:33:07.074 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:33:06 smithi098 bash[22565]: audit 2024-06-18T12:33:05.636650+0000 mon.a (mon.0) 384 : audit [INF] from='client.? 172.21.15.89:0/1665066353' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "306bc0be-bdc4-4d37-8e5c-d98ae1ed65fc"}]: dispatch 2024-06-18T12:33:07.074 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:33:06 smithi098 bash[22565]: audit 2024-06-18T12:33:05.639183+0000 mon.a (mon.0) 385 : audit [INF] from='client.? 172.21.15.89:0/1665066353' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "306bc0be-bdc4-4d37-8e5c-d98ae1ed65fc"}]': finished 2024-06-18T12:33:07.074 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:33:06 smithi098 bash[22565]: cluster 2024-06-18T12:33:05.641647+0000 mon.a (mon.0) 386 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-06-18T12:33:07.074 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:33:06 smithi098 bash[22565]: audit 2024-06-18T12:33:05.641986+0000 mon.a (mon.0) 387 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-06-18T12:33:07.074 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:33:06 smithi098 bash[22565]: audit 2024-06-18T12:33:06.331868+0000 mon.a (mon.0) 388 : audit [DBG] from='client.? 172.21.15.89:0/2348633432' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-06-18T12:33:07.075 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:33:06 smithi131 bash[22694]: audit 2024-06-18T12:33:05.636650+0000 mon.a (mon.0) 384 : audit [INF] from='client.? 172.21.15.89:0/1665066353' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "306bc0be-bdc4-4d37-8e5c-d98ae1ed65fc"}]: dispatch 2024-06-18T12:33:07.075 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:33:06 smithi131 bash[22694]: audit 2024-06-18T12:33:05.639183+0000 mon.a (mon.0) 385 : audit [INF] from='client.? 172.21.15.89:0/1665066353' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "306bc0be-bdc4-4d37-8e5c-d98ae1ed65fc"}]': finished 2024-06-18T12:33:07.076 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:33:06 smithi131 bash[22694]: cluster 2024-06-18T12:33:05.641647+0000 mon.a (mon.0) 386 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-06-18T12:33:07.076 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:33:06 smithi131 bash[22694]: audit 2024-06-18T12:33:05.641986+0000 mon.a (mon.0) 387 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-06-18T12:33:07.076 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:33:06 smithi131 bash[22694]: audit 2024-06-18T12:33:06.331868+0000 mon.a (mon.0) 388 : audit [DBG] from='client.? 172.21.15.89:0/2348633432' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-06-18T12:33:07.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:33:07 smithi089 bash[21925]: cluster 2024-06-18T12:33:06.530863+0000 mgr.a (mgr.14150) 132 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:33:07.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:33:07 smithi089 bash[21925]: audit 2024-06-18T12:33:07.336246+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:33:07.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:33:07 smithi089 bash[21925]: audit 2024-06-18T12:33:07.344472+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:33:07.911 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:33:07 smithi089 bash[21925]: audit 2024-06-18T12:33:07.354270+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:33:08.073 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:33:07 smithi098 bash[22565]: cluster 2024-06-18T12:33:06.530863+0000 mgr.a (mgr.14150) 132 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:33:08.073 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:33:07 smithi098 bash[22565]: audit 2024-06-18T12:33:07.336246+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:33:08.074 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:33:07 smithi098 bash[22565]: audit 2024-06-18T12:33:07.344472+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:33:08.074 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:33:07 smithi098 bash[22565]: audit 2024-06-18T12:33:07.354270+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:33:08.075 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:33:07 smithi131 bash[22694]: cluster 2024-06-18T12:33:06.530863+0000 mgr.a (mgr.14150) 132 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:33:08.075 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:33:07 smithi131 bash[22694]: audit 2024-06-18T12:33:07.336246+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:33:08.076 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:33:07 smithi131 bash[22694]: audit 2024-06-18T12:33:07.344472+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:33:08.076 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:33:07 smithi131 bash[22694]: audit 2024-06-18T12:33:07.354270+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:33:09.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:33:09 smithi089 bash[21925]: cluster 2024-06-18T12:33:08.531268+0000 mgr.a (mgr.14150) 133 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:33:10.073 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:33:09 smithi098 bash[22565]: cluster 2024-06-18T12:33:08.531268+0000 mgr.a (mgr.14150) 133 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:33:10.075 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:33:09 smithi131 bash[22694]: cluster 2024-06-18T12:33:08.531268+0000 mgr.a (mgr.14150) 133 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:33:11.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:33:11 smithi089 bash[21925]: cluster 2024-06-18T12:33:10.531736+0000 mgr.a (mgr.14150) 134 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:33:11.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:33:11 smithi089 bash[21925]: audit 2024-06-18T12:33:10.916625+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:33:11.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:33:11 smithi089 bash[21925]: audit 2024-06-18T12:33:10.922901+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:33:11.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:33:11 smithi089 bash[21925]: audit 2024-06-18T12:33:10.929260+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:33:12.073 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:33:11 smithi098 bash[22565]: cluster 2024-06-18T12:33:10.531736+0000 mgr.a (mgr.14150) 134 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:33:12.073 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:33:11 smithi098 bash[22565]: audit 2024-06-18T12:33:10.916625+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:33:12.073 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:33:11 smithi098 bash[22565]: audit 2024-06-18T12:33:10.922901+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:33:12.073 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:33:11 smithi098 bash[22565]: audit 2024-06-18T12:33:10.929260+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:33:12.075 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:33:11 smithi131 bash[22694]: cluster 2024-06-18T12:33:10.531736+0000 mgr.a (mgr.14150) 134 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:33:12.075 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:33:11 smithi131 bash[22694]: audit 2024-06-18T12:33:10.916625+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:33:12.076 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:33:11 smithi131 bash[22694]: audit 2024-06-18T12:33:10.922901+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:33:12.076 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:33:11 smithi131 bash[22694]: audit 2024-06-18T12:33:10.929260+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:33:13.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:33:13 smithi089 bash[21925]: cluster 2024-06-18T12:33:12.532207+0000 mgr.a (mgr.14150) 135 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:33:14.073 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:33:13 smithi098 bash[22565]: cluster 2024-06-18T12:33:12.532207+0000 mgr.a (mgr.14150) 135 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:33:14.075 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:33:13 smithi131 bash[22694]: cluster 2024-06-18T12:33:12.532207+0000 mgr.a (mgr.14150) 135 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:33:15.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:33:15 smithi089 bash[21925]: cluster 2024-06-18T12:33:14.532669+0000 mgr.a (mgr.14150) 136 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:33:16.073 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:33:15 smithi098 bash[22565]: cluster 2024-06-18T12:33:14.532669+0000 mgr.a (mgr.14150) 136 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:33:16.075 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:33:15 smithi131 bash[22694]: cluster 2024-06-18T12:33:14.532669+0000 mgr.a (mgr.14150) 136 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:33:17.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:33:17 smithi089 bash[21925]: cluster 2024-06-18T12:33:16.533097+0000 mgr.a (mgr.14150) 137 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:33:18.073 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:33:17 smithi098 bash[22565]: cluster 2024-06-18T12:33:16.533097+0000 mgr.a (mgr.14150) 137 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:33:18.075 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:33:17 smithi131 bash[22694]: cluster 2024-06-18T12:33:16.533097+0000 mgr.a (mgr.14150) 137 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:33:18.660 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:33:18 smithi089 bash[21925]: audit 2024-06-18T12:33:17.951489+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-06-18T12:33:18.660 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:33:18 smithi089 bash[21925]: audit 2024-06-18T12:33:17.953050+0000 mon.a (mon.0) 396 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:33:18.660 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:33:18 smithi089 bash[21925]: cephadm 2024-06-18T12:33:17.954346+0000 mgr.a (mgr.14150) 138 : cephadm [INF] Deploying daemon osd.0 on smithi089 2024-06-18T12:33:18.660 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:33:18 smithi089 bash[21925]: cluster 2024-06-18T12:33:18.533504+0000 mgr.a (mgr.14150) 139 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:33:19.073 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:33:18 smithi098 bash[22565]: audit 2024-06-18T12:33:17.951489+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-06-18T12:33:19.073 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:33:18 smithi098 bash[22565]: audit 2024-06-18T12:33:17.953050+0000 mon.a (mon.0) 396 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:33:19.074 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:33:18 smithi098 bash[22565]: cephadm 2024-06-18T12:33:17.954346+0000 mgr.a (mgr.14150) 138 : cephadm [INF] Deploying daemon osd.0 on smithi089 2024-06-18T12:33:19.074 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:33:18 smithi098 bash[22565]: cluster 2024-06-18T12:33:18.533504+0000 mgr.a (mgr.14150) 139 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:33:19.075 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:33:18 smithi131 bash[22694]: audit 2024-06-18T12:33:17.951489+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-06-18T12:33:19.075 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:33:18 smithi131 bash[22694]: audit 2024-06-18T12:33:17.953050+0000 mon.a (mon.0) 396 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:33:19.075 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:33:18 smithi131 bash[22694]: cephadm 2024-06-18T12:33:17.954346+0000 mgr.a (mgr.14150) 138 : cephadm [INF] Deploying daemon osd.0 on smithi089 2024-06-18T12:33:19.076 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:33:18 smithi131 bash[22694]: cluster 2024-06-18T12:33:18.533504+0000 mgr.a (mgr.14150) 139 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:33:21.660 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:33:21 smithi089 bash[21925]: audit 2024-06-18T12:33:20.529962+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:33:21.660 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:33:21 smithi089 bash[21925]: cluster 2024-06-18T12:33:20.533888+0000 mgr.a (mgr.14150) 140 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:33:21.660 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:33:21 smithi089 bash[21925]: audit 2024-06-18T12:33:20.537466+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:33:21.660 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:33:21 smithi089 bash[21925]: audit 2024-06-18T12:33:20.545656+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:33:21.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:33:21 smithi098 bash[22565]: audit 2024-06-18T12:33:20.529962+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:33:21.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:33:21 smithi098 bash[22565]: cluster 2024-06-18T12:33:20.533888+0000 mgr.a (mgr.14150) 140 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:33:21.824 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:33:21 smithi098 bash[22565]: audit 2024-06-18T12:33:20.537466+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:33:21.824 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:33:21 smithi098 bash[22565]: audit 2024-06-18T12:33:20.545656+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:33:21.825 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:33:21 smithi131 bash[22694]: audit 2024-06-18T12:33:20.529962+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:33:21.825 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:33:21 smithi131 bash[22694]: cluster 2024-06-18T12:33:20.533888+0000 mgr.a (mgr.14150) 140 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:33:21.826 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:33:21 smithi131 bash[22694]: audit 2024-06-18T12:33:20.537466+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:33:21.826 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:33:21 smithi131 bash[22694]: audit 2024-06-18T12:33:20.545656+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:33:22.528 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:33:22 smithi089 systemd[1]: /etc/systemd/system/ceph-326ab62a-2d6e-11ef-bc9d-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-06-18T12:33:22.528 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:33:22 smithi089 systemd[1]: /etc/systemd/system/ceph-326ab62a-2d6e-11ef-bc9d-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-06-18T12:33:22.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:33:22 smithi089 systemd[1]: /etc/systemd/system/ceph-326ab62a-2d6e-11ef-bc9d-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-06-18T12:33:22.910 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:33:22 smithi089 systemd[1]: /etc/systemd/system/ceph-326ab62a-2d6e-11ef-bc9d-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-06-18T12:33:23.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:33:23 smithi098 bash[22565]: cluster 2024-06-18T12:33:22.534201+0000 mgr.a (mgr.14150) 141 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:33:23.824 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:33:23 smithi098 bash[22565]: audit 2024-06-18T12:33:22.667055+0000 mon.a (mon.0) 400 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T12:33:23.824 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:33:23 smithi098 bash[22565]: audit 2024-06-18T12:33:22.670886+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:33:23.824 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:33:23 smithi098 bash[22565]: audit 2024-06-18T12:33:22.671151+0000 mon.a (mon.0) 402 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:33:23.824 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:33:23 smithi098 bash[22565]: audit 2024-06-18T12:33:22.672008+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T12:33:23.824 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:33:23 smithi098 bash[22565]: audit 2024-06-18T12:33:22.677004+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:33:23.824 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:33:23 smithi098 bash[22565]: audit 2024-06-18T12:33:22.683320+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:33:23.825 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:33:23 smithi131 bash[22694]: cluster 2024-06-18T12:33:22.534201+0000 mgr.a (mgr.14150) 141 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:33:23.825 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:33:23 smithi131 bash[22694]: audit 2024-06-18T12:33:22.667055+0000 mon.a (mon.0) 400 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T12:33:23.826 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:33:23 smithi131 bash[22694]: audit 2024-06-18T12:33:22.670886+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:33:23.826 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:33:23 smithi131 bash[22694]: audit 2024-06-18T12:33:22.671151+0000 mon.a (mon.0) 402 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:33:23.826 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:33:23 smithi131 bash[22694]: audit 2024-06-18T12:33:22.672008+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T12:33:23.826 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:33:23 smithi131 bash[22694]: audit 2024-06-18T12:33:22.677004+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:33:23.826 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:33:23 smithi131 bash[22694]: audit 2024-06-18T12:33:22.683320+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:33:23.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:33:23 smithi089 bash[21925]: cluster 2024-06-18T12:33:22.534201+0000 mgr.a (mgr.14150) 141 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:33:23.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:33:23 smithi089 bash[21925]: audit 2024-06-18T12:33:22.667055+0000 mon.a (mon.0) 400 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T12:33:23.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:33:23 smithi089 bash[21925]: audit 2024-06-18T12:33:22.670886+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:33:23.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:33:23 smithi089 bash[21925]: audit 2024-06-18T12:33:22.671151+0000 mon.a (mon.0) 402 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:33:23.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:33:23 smithi089 bash[21925]: audit 2024-06-18T12:33:22.672008+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T12:33:23.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:33:23 smithi089 bash[21925]: audit 2024-06-18T12:33:22.677004+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:33:23.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:33:23 smithi089 bash[21925]: audit 2024-06-18T12:33:22.683320+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:33:25.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:33:25 smithi098 bash[22565]: cluster 2024-06-18T12:33:24.534519+0000 mgr.a (mgr.14150) 142 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:33:25.825 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:33:25 smithi131 bash[22694]: cluster 2024-06-18T12:33:24.534519+0000 mgr.a (mgr.14150) 142 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:33:25.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:33:25 smithi089 bash[21925]: cluster 2024-06-18T12:33:24.534519+0000 mgr.a (mgr.14150) 142 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:33:27.807 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:33:27 smithi089 bash[21925]: cluster 2024-06-18T12:33:26.534929+0000 mgr.a (mgr.14150) 143 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:33:27.808 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:33:27 smithi089 bash[21925]: audit 2024-06-18T12:33:27.543048+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:33:27.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:33:27 smithi098 bash[22565]: cluster 2024-06-18T12:33:26.534929+0000 mgr.a (mgr.14150) 143 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:33:27.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:33:27 smithi098 bash[22565]: audit 2024-06-18T12:33:27.543048+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:33:27.825 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:33:27 smithi131 bash[22694]: cluster 2024-06-18T12:33:26.534929+0000 mgr.a (mgr.14150) 143 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:33:27.825 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:33:27 smithi131 bash[22694]: audit 2024-06-18T12:33:27.543048+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:33:28.660 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:33:28 smithi089 bash[21925]: audit 2024-06-18T12:33:27.551961+0000 mon.a (mon.0) 407 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:33:28.660 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:33:28 smithi089 bash[21925]: audit 2024-06-18T12:33:27.567528+0000 mon.a (mon.0) 408 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:33:28.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:33:28 smithi098 bash[22565]: audit 2024-06-18T12:33:27.551961+0000 mon.a (mon.0) 407 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:33:28.824 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:33:28 smithi098 bash[22565]: audit 2024-06-18T12:33:27.567528+0000 mon.a (mon.0) 408 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:33:28.825 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:33:28 smithi131 bash[22694]: audit 2024-06-18T12:33:27.551961+0000 mon.a (mon.0) 407 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:33:28.825 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:33:28 smithi131 bash[22694]: audit 2024-06-18T12:33:27.567528+0000 mon.a (mon.0) 408 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:33:29.736 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:33:29 smithi131 bash[22694]: cluster 2024-06-18T12:33:28.535378+0000 mgr.a (mgr.14150) 144 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:33:29.736 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:33:29 smithi131 bash[22694]: audit 2024-06-18T12:33:29.175004+0000 mon.a (mon.0) 409 : audit [INF] from='osd.0 [v2:172.21.15.89:6802/1163003585,v1:172.21.15.89:6803/1163003585]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-06-18T12:33:29.807 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:33:29 smithi089 bash[21925]: cluster 2024-06-18T12:33:28.535378+0000 mgr.a (mgr.14150) 144 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:33:29.807 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:33:29 smithi089 bash[21925]: audit 2024-06-18T12:33:29.175004+0000 mon.a (mon.0) 409 : audit [INF] from='osd.0 [v2:172.21.15.89:6802/1163003585,v1:172.21.15.89:6803/1163003585]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-06-18T12:33:29.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:33:29 smithi098 bash[22565]: cluster 2024-06-18T12:33:28.535378+0000 mgr.a (mgr.14150) 144 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:33:29.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:33:29 smithi098 bash[22565]: audit 2024-06-18T12:33:29.175004+0000 mon.a (mon.0) 409 : audit [INF] from='osd.0 [v2:172.21.15.89:6802/1163003585,v1:172.21.15.89:6803/1163003585]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-06-18T12:33:30.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:33:30 smithi098 bash[22565]: audit 2024-06-18T12:33:29.569165+0000 mon.a (mon.0) 410 : audit [INF] from='osd.0 [v2:172.21.15.89:6802/1163003585,v1:172.21.15.89:6803/1163003585]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-06-18T12:33:30.824 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:33:30 smithi098 bash[22565]: cluster 2024-06-18T12:33:29.571667+0000 mon.a (mon.0) 411 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-06-18T12:33:30.824 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:33:30 smithi098 bash[22565]: audit 2024-06-18T12:33:29.572101+0000 mon.a (mon.0) 412 : audit [INF] from='osd.0 [v2:172.21.15.89:6802/1163003585,v1:172.21.15.89:6803/1163003585]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi089", "root=default"]}]: dispatch 2024-06-18T12:33:30.824 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:33:30 smithi098 bash[22565]: audit 2024-06-18T12:33:29.572423+0000 mon.a (mon.0) 413 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-06-18T12:33:30.824 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:33:30 smithi098 bash[22565]: audit 2024-06-18T12:33:30.571511+0000 mon.a (mon.0) 414 : audit [INF] from='osd.0 [v2:172.21.15.89:6802/1163003585,v1:172.21.15.89:6803/1163003585]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi089", "root=default"]}]': finished 2024-06-18T12:33:30.826 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:33:30 smithi131 bash[22694]: audit 2024-06-18T12:33:29.569165+0000 mon.a (mon.0) 410 : audit [INF] from='osd.0 [v2:172.21.15.89:6802/1163003585,v1:172.21.15.89:6803/1163003585]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-06-18T12:33:30.826 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:33:30 smithi131 bash[22694]: cluster 2024-06-18T12:33:29.571667+0000 mon.a (mon.0) 411 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-06-18T12:33:30.826 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:33:30 smithi131 bash[22694]: audit 2024-06-18T12:33:29.572101+0000 mon.a (mon.0) 412 : audit [INF] from='osd.0 [v2:172.21.15.89:6802/1163003585,v1:172.21.15.89:6803/1163003585]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi089", "root=default"]}]: dispatch 2024-06-18T12:33:30.826 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:33:30 smithi131 bash[22694]: audit 2024-06-18T12:33:29.572423+0000 mon.a (mon.0) 413 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-06-18T12:33:30.826 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:33:30 smithi131 bash[22694]: audit 2024-06-18T12:33:30.571511+0000 mon.a (mon.0) 414 : audit [INF] from='osd.0 [v2:172.21.15.89:6802/1163003585,v1:172.21.15.89:6803/1163003585]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi089", "root=default"]}]': finished 2024-06-18T12:33:30.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:33:30 smithi089 bash[21925]: audit 2024-06-18T12:33:29.569165+0000 mon.a (mon.0) 410 : audit [INF] from='osd.0 [v2:172.21.15.89:6802/1163003585,v1:172.21.15.89:6803/1163003585]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-06-18T12:33:30.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:33:30 smithi089 bash[21925]: cluster 2024-06-18T12:33:29.571667+0000 mon.a (mon.0) 411 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-06-18T12:33:30.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:33:30 smithi089 bash[21925]: audit 2024-06-18T12:33:29.572101+0000 mon.a (mon.0) 412 : audit [INF] from='osd.0 [v2:172.21.15.89:6802/1163003585,v1:172.21.15.89:6803/1163003585]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi089", "root=default"]}]: dispatch 2024-06-18T12:33:30.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:33:30 smithi089 bash[21925]: audit 2024-06-18T12:33:29.572423+0000 mon.a (mon.0) 413 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-06-18T12:33:30.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:33:30 smithi089 bash[21925]: audit 2024-06-18T12:33:30.571511+0000 mon.a (mon.0) 414 : audit [INF] from='osd.0 [v2:172.21.15.89:6802/1163003585,v1:172.21.15.89:6803/1163003585]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi089", "root=default"]}]': finished 2024-06-18T12:33:31.826 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:33:31 smithi131 bash[22694]: cluster 2024-06-18T12:33:30.535809+0000 mgr.a (mgr.14150) 145 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:33:31.826 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:33:31 smithi131 bash[22694]: cluster 2024-06-18T12:33:30.576174+0000 mon.a (mon.0) 415 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-06-18T12:33:31.826 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:33:31 smithi131 bash[22694]: audit 2024-06-18T12:33:30.577890+0000 mon.a (mon.0) 416 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-06-18T12:33:31.826 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:33:31 smithi131 bash[22694]: audit 2024-06-18T12:33:30.587209+0000 mon.a (mon.0) 417 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-06-18T12:33:31.826 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:33:31 smithi131 bash[22694]: audit 2024-06-18T12:33:31.056571+0000 mon.a (mon.0) 418 : audit [INF] from='osd.0 [v2:172.21.15.89:6802/1163003585,v1:172.21.15.89:6803/1163003585]' entity='osd.0' 2024-06-18T12:33:31.826 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:33:31 smithi131 bash[22694]: audit 2024-06-18T12:33:31.096776+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:33:31.826 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:33:31 smithi131 bash[22694]: audit 2024-06-18T12:33:31.101115+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:33:31.826 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:33:31 smithi131 bash[22694]: audit 2024-06-18T12:33:31.103071+0000 mon.a (mon.0) 421 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T12:33:31.826 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:33:31 smithi131 bash[22694]: audit 2024-06-18T12:33:31.105888+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:33:31.827 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:33:31 smithi131 bash[22694]: audit 2024-06-18T12:33:31.106187+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:33:31.827 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:33:31 smithi131 bash[22694]: audit 2024-06-18T12:33:31.107037+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T12:33:31.827 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:33:31 smithi131 bash[22694]: audit 2024-06-18T12:33:31.111829+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:33:31.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:33:31 smithi089 bash[21925]: cluster 2024-06-18T12:33:30.535809+0000 mgr.a (mgr.14150) 145 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:33:31.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:33:31 smithi089 bash[21925]: cluster 2024-06-18T12:33:30.576174+0000 mon.a (mon.0) 415 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-06-18T12:33:31.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:33:31 smithi089 bash[21925]: audit 2024-06-18T12:33:30.577890+0000 mon.a (mon.0) 416 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-06-18T12:33:31.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:33:31 smithi089 bash[21925]: audit 2024-06-18T12:33:30.587209+0000 mon.a (mon.0) 417 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-06-18T12:33:31.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:33:31 smithi089 bash[21925]: audit 2024-06-18T12:33:31.056571+0000 mon.a (mon.0) 418 : audit [INF] from='osd.0 [v2:172.21.15.89:6802/1163003585,v1:172.21.15.89:6803/1163003585]' entity='osd.0' 2024-06-18T12:33:31.911 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:33:31 smithi089 bash[21925]: audit 2024-06-18T12:33:31.096776+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:33:31.911 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:33:31 smithi089 bash[21925]: audit 2024-06-18T12:33:31.101115+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:33:31.911 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:33:31 smithi089 bash[21925]: audit 2024-06-18T12:33:31.103071+0000 mon.a (mon.0) 421 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T12:33:31.911 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:33:31 smithi089 bash[21925]: audit 2024-06-18T12:33:31.105888+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:33:31.911 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:33:31 smithi089 bash[21925]: audit 2024-06-18T12:33:31.106187+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:33:31.911 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:33:31 smithi089 bash[21925]: audit 2024-06-18T12:33:31.107037+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T12:33:31.911 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:33:31 smithi089 bash[21925]: audit 2024-06-18T12:33:31.111829+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:33:32.073 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:33:31 smithi098 bash[22565]: cluster 2024-06-18T12:33:30.535809+0000 mgr.a (mgr.14150) 145 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:33:32.074 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:33:31 smithi098 bash[22565]: cluster 2024-06-18T12:33:30.576174+0000 mon.a (mon.0) 415 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-06-18T12:33:32.074 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:33:31 smithi098 bash[22565]: audit 2024-06-18T12:33:30.577890+0000 mon.a (mon.0) 416 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-06-18T12:33:32.074 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:33:31 smithi098 bash[22565]: audit 2024-06-18T12:33:30.587209+0000 mon.a (mon.0) 417 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-06-18T12:33:32.074 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:33:31 smithi098 bash[22565]: audit 2024-06-18T12:33:31.056571+0000 mon.a (mon.0) 418 : audit [INF] from='osd.0 [v2:172.21.15.89:6802/1163003585,v1:172.21.15.89:6803/1163003585]' entity='osd.0' 2024-06-18T12:33:32.074 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:33:31 smithi098 bash[22565]: audit 2024-06-18T12:33:31.096776+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:33:32.074 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:33:31 smithi098 bash[22565]: audit 2024-06-18T12:33:31.101115+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:33:32.074 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:33:31 smithi098 bash[22565]: audit 2024-06-18T12:33:31.103071+0000 mon.a (mon.0) 421 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T12:33:32.074 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:33:31 smithi098 bash[22565]: audit 2024-06-18T12:33:31.105888+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:33:32.074 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:33:31 smithi098 bash[22565]: audit 2024-06-18T12:33:31.106187+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:33:32.074 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:33:31 smithi098 bash[22565]: audit 2024-06-18T12:33:31.107037+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T12:33:32.074 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:33:31 smithi098 bash[22565]: audit 2024-06-18T12:33:31.111829+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:33:32.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:33:32 smithi089 bash[21925]: cluster 2024-06-18T12:33:30.179271+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-06-18T12:33:32.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:33:32 smithi089 bash[21925]: cluster 2024-06-18T12:33:30.179347+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-06-18T12:33:32.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:33:32 smithi089 bash[21925]: cephadm 2024-06-18T12:33:31.102239+0000 mgr.a (mgr.14150) 146 : cephadm [INF] Detected new or changed devices on smithi089 2024-06-18T12:33:32.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:33:32 smithi089 bash[21925]: audit 2024-06-18T12:33:31.588036+0000 mon.a (mon.0) 426 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-06-18T12:33:32.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:33:32 smithi089 bash[21925]: cluster 2024-06-18T12:33:32.059316+0000 mon.a (mon.0) 427 : cluster [INF] osd.0 [v2:172.21.15.89:6802/1163003585,v1:172.21.15.89:6803/1163003585] boot 2024-06-18T12:33:32.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:33:32 smithi089 bash[21925]: cluster 2024-06-18T12:33:32.059348+0000 mon.a (mon.0) 428 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-06-18T12:33:32.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:33:32 smithi089 bash[21925]: audit 2024-06-18T12:33:32.059852+0000 mon.a (mon.0) 429 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-06-18T12:33:32.945 INFO:teuthology.orchestra.run.smithi089.stdout:Created osd(s) 0 on host 'smithi089' 2024-06-18T12:33:33.073 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:33:32 smithi098 bash[22565]: cluster 2024-06-18T12:33:30.179271+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-06-18T12:33:33.073 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:33:32 smithi098 bash[22565]: cluster 2024-06-18T12:33:30.179347+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-06-18T12:33:33.073 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:33:32 smithi098 bash[22565]: cephadm 2024-06-18T12:33:31.102239+0000 mgr.a (mgr.14150) 146 : cephadm [INF] Detected new or changed devices on smithi089 2024-06-18T12:33:33.073 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:33:32 smithi098 bash[22565]: audit 2024-06-18T12:33:31.588036+0000 mon.a (mon.0) 426 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-06-18T12:33:33.074 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:33:32 smithi098 bash[22565]: cluster 2024-06-18T12:33:32.059316+0000 mon.a (mon.0) 427 : cluster [INF] osd.0 [v2:172.21.15.89:6802/1163003585,v1:172.21.15.89:6803/1163003585] boot 2024-06-18T12:33:33.074 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:33:32 smithi098 bash[22565]: cluster 2024-06-18T12:33:32.059348+0000 mon.a (mon.0) 428 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-06-18T12:33:33.074 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:33:32 smithi098 bash[22565]: audit 2024-06-18T12:33:32.059852+0000 mon.a (mon.0) 429 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-06-18T12:33:33.075 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:33:32 smithi131 bash[22694]: cluster 2024-06-18T12:33:30.179271+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-06-18T12:33:33.075 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:33:32 smithi131 bash[22694]: cluster 2024-06-18T12:33:30.179347+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-06-18T12:33:33.075 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:33:32 smithi131 bash[22694]: cephadm 2024-06-18T12:33:31.102239+0000 mgr.a (mgr.14150) 146 : cephadm [INF] Detected new or changed devices on smithi089 2024-06-18T12:33:33.076 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:33:32 smithi131 bash[22694]: audit 2024-06-18T12:33:31.588036+0000 mon.a (mon.0) 426 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-06-18T12:33:33.076 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:33:32 smithi131 bash[22694]: cluster 2024-06-18T12:33:32.059316+0000 mon.a (mon.0) 427 : cluster [INF] osd.0 [v2:172.21.15.89:6802/1163003585,v1:172.21.15.89:6803/1163003585] boot 2024-06-18T12:33:33.076 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:33:32 smithi131 bash[22694]: cluster 2024-06-18T12:33:32.059348+0000 mon.a (mon.0) 428 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-06-18T12:33:33.076 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:33:32 smithi131 bash[22694]: audit 2024-06-18T12:33:32.059852+0000 mon.a (mon.0) 429 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-06-18T12:33:33.504 DEBUG:teuthology.orchestra.run.smithi089:osd.0> sudo journalctl -f -n 0 -u ceph-326ab62a-2d6e-11ef-bc9d-c7b262605968@osd.0.service 2024-06-18T12:33:33.506 INFO:tasks.cephadm:Deploying osd.1 on smithi089 with /dev/vg_nvme/lv_3... 2024-06-18T12:33:33.506 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 326ab62a-2d6e-11ef-bc9d-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-06-18T12:33:33.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:33:33 smithi089 bash[21925]: cluster 2024-06-18T12:33:32.536205+0000 mgr.a (mgr.14150) 147 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:33:33.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:33:33 smithi089 bash[21925]: audit 2024-06-18T12:33:32.935851+0000 mon.a (mon.0) 430 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T12:33:33.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:33:33 smithi089 bash[21925]: audit 2024-06-18T12:33:32.943020+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:33:33.911 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:33:33 smithi089 bash[21925]: audit 2024-06-18T12:33:32.943746+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi089", "name": "osd_memory_target"}]: dispatch 2024-06-18T12:33:33.911 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:33:33 smithi089 bash[21925]: audit 2024-06-18T12:33:32.946421+0000 mon.a (mon.0) 433 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:33:33.911 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:33:33 smithi089 bash[21925]: audit 2024-06-18T12:33:32.950509+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:33:33.911 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:33:33 smithi089 bash[21925]: audit 2024-06-18T12:33:32.952258+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T12:33:33.911 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:33:33 smithi089 bash[21925]: audit 2024-06-18T12:33:32.960109+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:33:33.911 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:33:33 smithi089 bash[21925]: cluster 2024-06-18T12:33:33.056765+0000 mon.a (mon.0) 437 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-06-18T12:33:33.911 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:33:33 smithi089 bash[21925]: cluster 2024-06-18T12:33:33.065272+0000 mon.a (mon.0) 438 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-06-18T12:33:34.073 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:33:33 smithi098 bash[22565]: cluster 2024-06-18T12:33:32.536205+0000 mgr.a (mgr.14150) 147 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:33:34.074 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:33:33 smithi098 bash[22565]: audit 2024-06-18T12:33:32.935851+0000 mon.a (mon.0) 430 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T12:33:34.074 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:33:33 smithi098 bash[22565]: audit 2024-06-18T12:33:32.943020+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:33:34.074 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:33:33 smithi098 bash[22565]: audit 2024-06-18T12:33:32.943746+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi089", "name": "osd_memory_target"}]: dispatch 2024-06-18T12:33:34.074 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:33:33 smithi098 bash[22565]: audit 2024-06-18T12:33:32.946421+0000 mon.a (mon.0) 433 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:33:34.074 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:33:33 smithi098 bash[22565]: audit 2024-06-18T12:33:32.950509+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:33:34.074 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:33:33 smithi098 bash[22565]: audit 2024-06-18T12:33:32.952258+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T12:33:34.074 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:33:33 smithi098 bash[22565]: audit 2024-06-18T12:33:32.960109+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:33:34.074 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:33:33 smithi098 bash[22565]: cluster 2024-06-18T12:33:33.056765+0000 mon.a (mon.0) 437 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-06-18T12:33:34.074 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:33:33 smithi098 bash[22565]: cluster 2024-06-18T12:33:33.065272+0000 mon.a (mon.0) 438 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-06-18T12:33:34.075 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:33:33 smithi131 bash[22694]: cluster 2024-06-18T12:33:32.536205+0000 mgr.a (mgr.14150) 147 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T12:33:34.075 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:33:33 smithi131 bash[22694]: audit 2024-06-18T12:33:32.935851+0000 mon.a (mon.0) 430 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T12:33:34.076 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:33:33 smithi131 bash[22694]: audit 2024-06-18T12:33:32.943020+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:33:34.076 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:33:33 smithi131 bash[22694]: audit 2024-06-18T12:33:32.943746+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi089", "name": "osd_memory_target"}]: dispatch 2024-06-18T12:33:34.076 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:33:33 smithi131 bash[22694]: audit 2024-06-18T12:33:32.946421+0000 mon.a (mon.0) 433 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:33:34.076 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:33:33 smithi131 bash[22694]: audit 2024-06-18T12:33:32.950509+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:33:34.076 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:33:33 smithi131 bash[22694]: audit 2024-06-18T12:33:32.952258+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T12:33:34.076 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:33:33 smithi131 bash[22694]: audit 2024-06-18T12:33:32.960109+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:33:34.076 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:33:33 smithi131 bash[22694]: cluster 2024-06-18T12:33:33.056765+0000 mon.a (mon.0) 437 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-06-18T12:33:34.076 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:33:33 smithi131 bash[22694]: cluster 2024-06-18T12:33:33.065272+0000 mon.a (mon.0) 438 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-06-18T12:33:34.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:33:34 smithi089 bash[21925]: cluster 2024-06-18T12:33:32.955088+0000 mgr.a (mgr.14150) 148 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-06-18T12:33:35.073 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:33:34 smithi098 bash[22565]: cluster 2024-06-18T12:33:32.955088+0000 mgr.a (mgr.14150) 148 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-06-18T12:33:35.075 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:33:34 smithi131 bash[22694]: cluster 2024-06-18T12:33:32.955088+0000 mgr.a (mgr.14150) 148 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-06-18T12:33:36.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:33:36 smithi089 bash[21925]: cluster 2024-06-18T12:33:34.955639+0000 mgr.a (mgr.14150) 149 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-06-18T12:33:37.073 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:33:36 smithi098 bash[22565]: cluster 2024-06-18T12:33:34.955639+0000 mgr.a (mgr.14150) 149 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-06-18T12:33:37.075 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:33:36 smithi131 bash[22694]: cluster 2024-06-18T12:33:34.955639+0000 mgr.a (mgr.14150) 149 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-06-18T12:33:37.420 INFO:teuthology.orchestra.run.smithi089.stderr:Inferring config /var/lib/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/mon.a/config 2024-06-18T12:33:38.879 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:33:38 smithi089 bash[21925]: cluster 2024-06-18T12:33:36.956048+0000 mgr.a (mgr.14150) 150 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-06-18T12:33:38.879 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:33:38 smithi089 bash[21925]: audit 2024-06-18T12:33:37.798658+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:33:38.879 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:33:38 smithi089 bash[21925]: audit 2024-06-18T12:33:37.804286+0000 mon.a (mon.0) 440 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:33:38.879 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:33:38 smithi089 bash[21925]: audit 2024-06-18T12:33:37.807294+0000 mon.a (mon.0) 441 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T12:33:38.880 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:33:38 smithi089 bash[21925]: audit 2024-06-18T12:33:37.809673+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:33:38.880 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:33:38 smithi089 bash[21925]: audit 2024-06-18T12:33:37.810494+0000 mon.a (mon.0) 443 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:33:38.880 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:33:38 smithi089 bash[21925]: audit 2024-06-18T12:33:37.811816+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T12:33:38.880 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:33:38 smithi089 bash[21925]: audit 2024-06-18T12:33:37.817616+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:33:39.073 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:33:38 smithi098 bash[22565]: cluster 2024-06-18T12:33:36.956048+0000 mgr.a (mgr.14150) 150 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-06-18T12:33:39.074 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:33:38 smithi098 bash[22565]: audit 2024-06-18T12:33:37.798658+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:33:39.074 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:33:38 smithi098 bash[22565]: audit 2024-06-18T12:33:37.804286+0000 mon.a (mon.0) 440 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:33:39.074 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:33:38 smithi098 bash[22565]: audit 2024-06-18T12:33:37.807294+0000 mon.a (mon.0) 441 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T12:33:39.074 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:33:38 smithi098 bash[22565]: audit 2024-06-18T12:33:37.809673+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:33:39.074 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:33:38 smithi098 bash[22565]: audit 2024-06-18T12:33:37.810494+0000 mon.a (mon.0) 443 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:33:39.074 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:33:38 smithi098 bash[22565]: audit 2024-06-18T12:33:37.811816+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T12:33:39.074 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:33:38 smithi098 bash[22565]: audit 2024-06-18T12:33:37.817616+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:33:39.075 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:33:38 smithi131 bash[22694]: cluster 2024-06-18T12:33:36.956048+0000 mgr.a (mgr.14150) 150 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-06-18T12:33:39.075 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:33:38 smithi131 bash[22694]: audit 2024-06-18T12:33:37.798658+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:33:39.075 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:33:38 smithi131 bash[22694]: audit 2024-06-18T12:33:37.804286+0000 mon.a (mon.0) 440 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:33:39.075 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:33:38 smithi131 bash[22694]: audit 2024-06-18T12:33:37.807294+0000 mon.a (mon.0) 441 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T12:33:39.076 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:33:38 smithi131 bash[22694]: audit 2024-06-18T12:33:37.809673+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:33:39.076 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:33:38 smithi131 bash[22694]: audit 2024-06-18T12:33:37.810494+0000 mon.a (mon.0) 443 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:33:39.076 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:33:38 smithi131 bash[22694]: audit 2024-06-18T12:33:37.811816+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T12:33:39.076 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:33:38 smithi131 bash[22694]: audit 2024-06-18T12:33:37.817616+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:33:39.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:33:39 smithi089 bash[21925]: cluster 2024-06-18T12:33:37.813933+0000 mgr.a (mgr.14150) 151 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-06-18T12:33:39.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:33:39 smithi089 bash[21925]: cluster 2024-06-18T12:33:38.808470+0000 mon.a (mon.0) 446 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-06-18T12:33:39.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:33:39 smithi089 bash[21925]: cluster 2024-06-18T12:33:38.808499+0000 mon.a (mon.0) 447 : cluster [INF] Cluster is now healthy 2024-06-18T12:33:40.073 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:33:39 smithi098 bash[22565]: cluster 2024-06-18T12:33:37.813933+0000 mgr.a (mgr.14150) 151 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-06-18T12:33:40.073 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:33:39 smithi098 bash[22565]: cluster 2024-06-18T12:33:38.808470+0000 mon.a (mon.0) 446 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-06-18T12:33:40.073 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:33:39 smithi098 bash[22565]: cluster 2024-06-18T12:33:38.808499+0000 mon.a (mon.0) 447 : cluster [INF] Cluster is now healthy 2024-06-18T12:33:40.075 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:33:39 smithi131 bash[22694]: cluster 2024-06-18T12:33:37.813933+0000 mgr.a (mgr.14150) 151 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-06-18T12:33:40.075 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:33:39 smithi131 bash[22694]: cluster 2024-06-18T12:33:38.808470+0000 mon.a (mon.0) 446 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-06-18T12:33:40.075 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:33:39 smithi131 bash[22694]: cluster 2024-06-18T12:33:38.808499+0000 mon.a (mon.0) 447 : cluster [INF] Cluster is now healthy 2024-06-18T12:33:40.723 INFO:teuthology.orchestra.run.smithi089.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-06-18T12:33:40.905 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-06-18T12:33:40.923 INFO:teuthology.orchestra.run.smithi089.stderr: stderr: 10+0 records in 2024-06-18T12:33:40.923 INFO:teuthology.orchestra.run.smithi089.stderr:10+0 records out 2024-06-18T12:33:40.923 INFO:teuthology.orchestra.run.smithi089.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0160361 s, 654 MB/s 2024-06-18T12:33:40.924 INFO:teuthology.orchestra.run.smithi089.stderr:--> Zapping successful for: 2024-06-18T12:33:41.561 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 326ab62a-2d6e-11ef-bc9d-c7b262605968 -- ceph orch daemon add osd smithi089:vg_nvme/lv_3 2024-06-18T12:33:41.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:33:41 smithi089 bash[21925]: cluster 2024-06-18T12:33:39.814296+0000 mgr.a (mgr.14150) 152 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-06-18T12:33:41.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:33:41 smithi089 bash[21925]: audit 2024-06-18T12:33:40.742189+0000 mon.a (mon.0) 448 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:33:41.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:33:41 smithi089 bash[21925]: audit 2024-06-18T12:33:40.746505+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:33:41.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:33:41 smithi089 bash[21925]: audit 2024-06-18T12:33:40.751224+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:33:42.073 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:33:41 smithi098 bash[22565]: cluster 2024-06-18T12:33:39.814296+0000 mgr.a (mgr.14150) 152 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-06-18T12:33:42.073 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:33:41 smithi098 bash[22565]: audit 2024-06-18T12:33:40.742189+0000 mon.a (mon.0) 448 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:33:42.074 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:33:41 smithi098 bash[22565]: audit 2024-06-18T12:33:40.746505+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:33:42.074 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:33:41 smithi098 bash[22565]: audit 2024-06-18T12:33:40.751224+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:33:42.075 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:33:41 smithi131 bash[22694]: cluster 2024-06-18T12:33:39.814296+0000 mgr.a (mgr.14150) 152 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-06-18T12:33:42.075 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:33:41 smithi131 bash[22694]: audit 2024-06-18T12:33:40.742189+0000 mon.a (mon.0) 448 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:33:42.075 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:33:41 smithi131 bash[22694]: audit 2024-06-18T12:33:40.746505+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:33:42.076 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:33:41 smithi131 bash[22694]: audit 2024-06-18T12:33:40.751224+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:33:43.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:33:43 smithi089 bash[21925]: cluster 2024-06-18T12:33:41.814651+0000 mgr.a (mgr.14150) 153 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-06-18T12:33:44.073 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:33:43 smithi098 bash[22565]: cluster 2024-06-18T12:33:41.814651+0000 mgr.a (mgr.14150) 153 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-06-18T12:33:44.075 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:33:43 smithi131 bash[22694]: cluster 2024-06-18T12:33:41.814651+0000 mgr.a (mgr.14150) 153 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-06-18T12:33:45.854 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:33:45 smithi089 bash[21925]: cluster 2024-06-18T12:33:43.815080+0000 mgr.a (mgr.14150) 154 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-06-18T12:33:46.073 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:33:45 smithi098 bash[22565]: cluster 2024-06-18T12:33:43.815080+0000 mgr.a (mgr.14150) 154 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-06-18T12:33:46.075 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:33:45 smithi131 bash[22694]: cluster 2024-06-18T12:33:43.815080+0000 mgr.a (mgr.14150) 154 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-06-18T12:33:46.282 INFO:teuthology.orchestra.run.smithi089.stderr:Inferring config /var/lib/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/mon.a/config 2024-06-18T12:33:47.873 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:33:47 smithi089 bash[21925]: cluster 2024-06-18T12:33:45.815458+0000 mgr.a (mgr.14150) 155 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-06-18T12:33:48.073 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:33:47 smithi098 bash[22565]: cluster 2024-06-18T12:33:45.815458+0000 mgr.a (mgr.14150) 155 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-06-18T12:33:48.075 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:33:47 smithi131 bash[22694]: cluster 2024-06-18T12:33:45.815458+0000 mgr.a (mgr.14150) 155 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-06-18T12:33:48.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:33:48 smithi089 bash[21925]: audit 2024-06-18T12:33:47.750318+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:33:48.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:33:48 smithi089 bash[21925]: audit 2024-06-18T12:33:47.755027+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:33:48.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:33:48 smithi089 bash[21925]: audit 2024-06-18T12:33:47.759884+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:33:48.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:33:48 smithi089 bash[21925]: cluster 2024-06-18T12:33:47.815751+0000 mgr.a (mgr.14150) 156 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-06-18T12:33:49.073 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:33:48 smithi098 bash[22565]: audit 2024-06-18T12:33:47.750318+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:33:49.073 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:33:48 smithi098 bash[22565]: audit 2024-06-18T12:33:47.755027+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:33:49.074 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:33:48 smithi098 bash[22565]: audit 2024-06-18T12:33:47.759884+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:33:49.074 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:33:48 smithi098 bash[22565]: cluster 2024-06-18T12:33:47.815751+0000 mgr.a (mgr.14150) 156 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-06-18T12:33:49.075 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:33:48 smithi131 bash[22694]: audit 2024-06-18T12:33:47.750318+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:33:49.075 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:33:48 smithi131 bash[22694]: audit 2024-06-18T12:33:47.755027+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:33:49.075 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:33:48 smithi131 bash[22694]: audit 2024-06-18T12:33:47.759884+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:33:49.075 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:33:48 smithi131 bash[22694]: cluster 2024-06-18T12:33:47.815751+0000 mgr.a (mgr.14150) 156 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-06-18T12:33:51.160 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:33:50 smithi089 bash[21925]: cluster 2024-06-18T12:33:49.816148+0000 mgr.a (mgr.14150) 157 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-06-18T12:33:51.160 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:33:50 smithi089 bash[21925]: audit 2024-06-18T12:33:50.304802+0000 mgr.a (mgr.14150) 158 : audit [DBG] from='client.14238 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi089:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T12:33:51.160 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:33:50 smithi089 bash[21925]: audit 2024-06-18T12:33:50.307190+0000 mon.a (mon.0) 454 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-06-18T12:33:51.160 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:33:50 smithi089 bash[21925]: audit 2024-06-18T12:33:50.312067+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-06-18T12:33:51.160 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:33:50 smithi089 bash[21925]: audit 2024-06-18T12:33:50.313345+0000 mon.a (mon.0) 456 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:33:51.323 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:33:50 smithi098 bash[22565]: cluster 2024-06-18T12:33:49.816148+0000 mgr.a (mgr.14150) 157 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-06-18T12:33:51.323 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:33:50 smithi098 bash[22565]: audit 2024-06-18T12:33:50.304802+0000 mgr.a (mgr.14150) 158 : audit [DBG] from='client.14238 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi089:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T12:33:51.324 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:33:50 smithi098 bash[22565]: audit 2024-06-18T12:33:50.307190+0000 mon.a (mon.0) 454 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-06-18T12:33:51.324 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:33:50 smithi098 bash[22565]: audit 2024-06-18T12:33:50.312067+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-06-18T12:33:51.324 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:33:50 smithi098 bash[22565]: audit 2024-06-18T12:33:50.313345+0000 mon.a (mon.0) 456 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:33:51.325 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:33:50 smithi131 bash[22694]: cluster 2024-06-18T12:33:49.816148+0000 mgr.a (mgr.14150) 157 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-06-18T12:33:51.325 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:33:50 smithi131 bash[22694]: audit 2024-06-18T12:33:50.304802+0000 mgr.a (mgr.14150) 158 : audit [DBG] from='client.14238 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi089:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T12:33:51.325 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:33:50 smithi131 bash[22694]: audit 2024-06-18T12:33:50.307190+0000 mon.a (mon.0) 454 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-06-18T12:33:51.326 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:33:50 smithi131 bash[22694]: audit 2024-06-18T12:33:50.312067+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-06-18T12:33:51.326 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:33:50 smithi131 bash[22694]: audit 2024-06-18T12:33:50.313345+0000 mon.a (mon.0) 456 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:33:53.160 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:33:52 smithi089 bash[21925]: cluster 2024-06-18T12:33:51.816624+0000 mgr.a (mgr.14150) 159 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-06-18T12:33:53.323 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:33:52 smithi098 bash[22565]: cluster 2024-06-18T12:33:51.816624+0000 mgr.a (mgr.14150) 159 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-06-18T12:33:53.325 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:33:52 smithi131 bash[22694]: cluster 2024-06-18T12:33:51.816624+0000 mgr.a (mgr.14150) 159 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-06-18T12:33:55.159 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:33:54 smithi089 bash[21925]: cluster 2024-06-18T12:33:53.817099+0000 mgr.a (mgr.14150) 160 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-06-18T12:33:55.323 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:33:54 smithi098 bash[22565]: cluster 2024-06-18T12:33:53.817099+0000 mgr.a (mgr.14150) 160 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-06-18T12:33:55.325 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:33:54 smithi131 bash[22694]: cluster 2024-06-18T12:33:53.817099+0000 mgr.a (mgr.14150) 160 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-06-18T12:33:56.643 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:33:56 smithi089 bash[21925]: audit 2024-06-18T12:33:55.465042+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:33:56.643 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:33:56 smithi089 bash[21925]: audit 2024-06-18T12:33:55.471045+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:33:56.643 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:33:56 smithi089 bash[21925]: audit 2024-06-18T12:33:55.477339+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:33:56.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:33:56 smithi098 bash[22565]: audit 2024-06-18T12:33:55.465042+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:33:56.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:33:56 smithi098 bash[22565]: audit 2024-06-18T12:33:55.471045+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:33:56.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:33:56 smithi098 bash[22565]: audit 2024-06-18T12:33:55.477339+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:33:56.825 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:33:56 smithi131 bash[22694]: audit 2024-06-18T12:33:55.465042+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:33:56.825 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:33:56 smithi131 bash[22694]: audit 2024-06-18T12:33:55.471045+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:33:56.825 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:33:56 smithi131 bash[22694]: audit 2024-06-18T12:33:55.477339+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:33:57.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:33:57 smithi098 bash[22565]: cluster 2024-06-18T12:33:55.817547+0000 mgr.a (mgr.14150) 161 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-06-18T12:33:57.825 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:33:57 smithi131 bash[22694]: cluster 2024-06-18T12:33:55.817547+0000 mgr.a (mgr.14150) 161 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-06-18T12:33:57.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:33:57 smithi089 bash[21925]: cluster 2024-06-18T12:33:55.817547+0000 mgr.a (mgr.14150) 161 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-06-18T12:33:59.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:33:59 smithi098 bash[22565]: cluster 2024-06-18T12:33:57.818080+0000 mgr.a (mgr.14150) 162 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-06-18T12:33:59.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:33:59 smithi098 bash[22565]: audit 2024-06-18T12:33:58.711824+0000 mon.a (mon.0) 460 : audit [INF] from='client.? 172.21.15.89:0/2326131438' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6483fd86-3d34-4640-ade3-a8d0598771b4"}]: dispatch 2024-06-18T12:33:59.824 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:33:59 smithi098 bash[22565]: audit 2024-06-18T12:33:58.713902+0000 mon.a (mon.0) 461 : audit [INF] from='client.? 172.21.15.89:0/2326131438' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6483fd86-3d34-4640-ade3-a8d0598771b4"}]': finished 2024-06-18T12:33:59.824 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:33:59 smithi098 bash[22565]: cluster 2024-06-18T12:33:58.718336+0000 mon.a (mon.0) 462 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-06-18T12:33:59.824 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:33:59 smithi098 bash[22565]: audit 2024-06-18T12:33:58.718569+0000 mon.a (mon.0) 463 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-06-18T12:33:59.824 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:33:59 smithi098 bash[22565]: audit 2024-06-18T12:33:59.347285+0000 mon.a (mon.0) 464 : audit [DBG] from='client.? 172.21.15.89:0/4009749343' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-06-18T12:33:59.825 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:33:59 smithi131 bash[22694]: cluster 2024-06-18T12:33:57.818080+0000 mgr.a (mgr.14150) 162 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-06-18T12:33:59.825 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:33:59 smithi131 bash[22694]: audit 2024-06-18T12:33:58.711824+0000 mon.a (mon.0) 460 : audit [INF] from='client.? 172.21.15.89:0/2326131438' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6483fd86-3d34-4640-ade3-a8d0598771b4"}]: dispatch 2024-06-18T12:33:59.825 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:33:59 smithi131 bash[22694]: audit 2024-06-18T12:33:58.713902+0000 mon.a (mon.0) 461 : audit [INF] from='client.? 172.21.15.89:0/2326131438' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6483fd86-3d34-4640-ade3-a8d0598771b4"}]': finished 2024-06-18T12:33:59.825 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:33:59 smithi131 bash[22694]: cluster 2024-06-18T12:33:58.718336+0000 mon.a (mon.0) 462 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-06-18T12:33:59.825 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:33:59 smithi131 bash[22694]: audit 2024-06-18T12:33:58.718569+0000 mon.a (mon.0) 463 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-06-18T12:33:59.825 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:33:59 smithi131 bash[22694]: audit 2024-06-18T12:33:59.347285+0000 mon.a (mon.0) 464 : audit [DBG] from='client.? 172.21.15.89:0/4009749343' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-06-18T12:33:59.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:33:59 smithi089 bash[21925]: cluster 2024-06-18T12:33:57.818080+0000 mgr.a (mgr.14150) 162 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-06-18T12:33:59.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:33:59 smithi089 bash[21925]: audit 2024-06-18T12:33:58.711824+0000 mon.a (mon.0) 460 : audit [INF] from='client.? 172.21.15.89:0/2326131438' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6483fd86-3d34-4640-ade3-a8d0598771b4"}]: dispatch 2024-06-18T12:33:59.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:33:59 smithi089 bash[21925]: audit 2024-06-18T12:33:58.713902+0000 mon.a (mon.0) 461 : audit [INF] from='client.? 172.21.15.89:0/2326131438' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6483fd86-3d34-4640-ade3-a8d0598771b4"}]': finished 2024-06-18T12:33:59.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:33:59 smithi089 bash[21925]: cluster 2024-06-18T12:33:58.718336+0000 mon.a (mon.0) 462 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-06-18T12:33:59.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:33:59 smithi089 bash[21925]: audit 2024-06-18T12:33:58.718569+0000 mon.a (mon.0) 463 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-06-18T12:33:59.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:33:59 smithi089 bash[21925]: audit 2024-06-18T12:33:59.347285+0000 mon.a (mon.0) 464 : audit [DBG] from='client.? 172.21.15.89:0/4009749343' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-06-18T12:34:01.800 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:34:01 smithi089 bash[21925]: cluster 2024-06-18T12:33:59.818530+0000 mgr.a (mgr.14150) 163 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-06-18T12:34:01.800 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:34:01 smithi089 bash[21925]: audit 2024-06-18T12:34:00.950167+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:34:01.800 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:34:01 smithi089 bash[21925]: audit 2024-06-18T12:34:00.957803+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:34:01.800 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:34:01 smithi089 bash[21925]: audit 2024-06-18T12:34:00.966982+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:34:01.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:34:01 smithi098 bash[22565]: cluster 2024-06-18T12:33:59.818530+0000 mgr.a (mgr.14150) 163 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-06-18T12:34:01.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:34:01 smithi098 bash[22565]: audit 2024-06-18T12:34:00.950167+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:34:01.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:34:01 smithi098 bash[22565]: audit 2024-06-18T12:34:00.957803+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:34:01.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:34:01 smithi098 bash[22565]: audit 2024-06-18T12:34:00.966982+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:34:01.825 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:34:01 smithi131 bash[22694]: cluster 2024-06-18T12:33:59.818530+0000 mgr.a (mgr.14150) 163 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-06-18T12:34:01.825 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:34:01 smithi131 bash[22694]: audit 2024-06-18T12:34:00.950167+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:34:01.825 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:34:01 smithi131 bash[22694]: audit 2024-06-18T12:34:00.957803+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:34:01.825 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:34:01 smithi131 bash[22694]: audit 2024-06-18T12:34:00.966982+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:34:03.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:34:03 smithi098 bash[22565]: cluster 2024-06-18T12:34:01.818874+0000 mgr.a (mgr.14150) 164 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-06-18T12:34:03.825 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:34:03 smithi131 bash[22694]: cluster 2024-06-18T12:34:01.818874+0000 mgr.a (mgr.14150) 164 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-06-18T12:34:03.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:34:03 smithi089 bash[21925]: cluster 2024-06-18T12:34:01.818874+0000 mgr.a (mgr.14150) 164 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-06-18T12:34:05.740 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:34:05 smithi089 bash[21925]: cluster 2024-06-18T12:34:03.819315+0000 mgr.a (mgr.14150) 165 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-06-18T12:34:05.779 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:34:05 smithi098 bash[22565]: cluster 2024-06-18T12:34:03.819315+0000 mgr.a (mgr.14150) 165 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-06-18T12:34:05.825 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:34:05 smithi131 bash[22694]: cluster 2024-06-18T12:34:03.819315+0000 mgr.a (mgr.14150) 165 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-06-18T12:34:07.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:34:07 smithi089 bash[21925]: cluster 2024-06-18T12:34:05.819772+0000 mgr.a (mgr.14150) 166 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-06-18T12:34:07.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:34:07 smithi098 bash[22565]: cluster 2024-06-18T12:34:05.819772+0000 mgr.a (mgr.14150) 166 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-06-18T12:34:07.825 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:34:07 smithi131 bash[22694]: cluster 2024-06-18T12:34:05.819772+0000 mgr.a (mgr.14150) 166 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-06-18T12:34:09.148 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:34:08 smithi089 bash[21925]: cluster 2024-06-18T12:34:07.820248+0000 mgr.a (mgr.14150) 167 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-06-18T12:34:09.148 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:34:08 smithi089 bash[21925]: audit 2024-06-18T12:34:07.876002+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:34:09.149 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:34:08 smithi089 bash[21925]: audit 2024-06-18T12:34:07.883251+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:34:09.149 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:34:08 smithi089 bash[21925]: audit 2024-06-18T12:34:07.891093+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:34:09.323 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:34:08 smithi098 bash[22565]: cluster 2024-06-18T12:34:07.820248+0000 mgr.a (mgr.14150) 167 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-06-18T12:34:09.323 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:34:08 smithi098 bash[22565]: audit 2024-06-18T12:34:07.876002+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:34:09.323 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:34:08 smithi098 bash[22565]: audit 2024-06-18T12:34:07.883251+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:34:09.323 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:34:08 smithi098 bash[22565]: audit 2024-06-18T12:34:07.891093+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:34:09.325 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:34:08 smithi131 bash[22694]: cluster 2024-06-18T12:34:07.820248+0000 mgr.a (mgr.14150) 167 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-06-18T12:34:09.325 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:34:08 smithi131 bash[22694]: audit 2024-06-18T12:34:07.876002+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:34:09.325 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:34:08 smithi131 bash[22694]: audit 2024-06-18T12:34:07.883251+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:34:09.325 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:34:08 smithi131 bash[22694]: audit 2024-06-18T12:34:07.891093+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:34:11.148 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:34:10 smithi131 bash[22694]: cluster 2024-06-18T12:34:09.820661+0000 mgr.a (mgr.14150) 168 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-06-18T12:34:11.159 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:34:10 smithi089 bash[21925]: cluster 2024-06-18T12:34:09.820661+0000 mgr.a (mgr.14150) 168 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-06-18T12:34:11.323 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:34:10 smithi098 bash[22565]: cluster 2024-06-18T12:34:09.820661+0000 mgr.a (mgr.14150) 168 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-06-18T12:34:12.159 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:34:11 smithi089 bash[21925]: audit 2024-06-18T12:34:11.655525+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-06-18T12:34:12.159 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:34:11 smithi089 bash[21925]: audit 2024-06-18T12:34:11.657267+0000 mon.a (mon.0) 472 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:34:12.323 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:34:11 smithi098 bash[22565]: audit 2024-06-18T12:34:11.655525+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-06-18T12:34:12.323 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:34:11 smithi098 bash[22565]: audit 2024-06-18T12:34:11.657267+0000 mon.a (mon.0) 472 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:34:12.325 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:34:11 smithi131 bash[22694]: audit 2024-06-18T12:34:11.655525+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-06-18T12:34:12.325 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:34:11 smithi131 bash[22694]: audit 2024-06-18T12:34:11.657267+0000 mon.a (mon.0) 472 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:34:13.075 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:34:12 smithi131 bash[22694]: cephadm 2024-06-18T12:34:11.658848+0000 mgr.a (mgr.14150) 169 : cephadm [INF] Deploying daemon osd.1 on smithi089 2024-06-18T12:34:13.075 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:34:12 smithi131 bash[22694]: cluster 2024-06-18T12:34:11.821114+0000 mgr.a (mgr.14150) 170 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-06-18T12:34:13.159 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:34:12 smithi089 bash[21925]: cephadm 2024-06-18T12:34:11.658848+0000 mgr.a (mgr.14150) 169 : cephadm [INF] Deploying daemon osd.1 on smithi089 2024-06-18T12:34:13.159 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:34:12 smithi089 bash[21925]: cluster 2024-06-18T12:34:11.821114+0000 mgr.a (mgr.14150) 170 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-06-18T12:34:13.323 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:34:12 smithi098 bash[22565]: cephadm 2024-06-18T12:34:11.658848+0000 mgr.a (mgr.14150) 169 : cephadm [INF] Deploying daemon osd.1 on smithi089 2024-06-18T12:34:13.323 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:34:12 smithi098 bash[22565]: cluster 2024-06-18T12:34:11.821114+0000 mgr.a (mgr.14150) 170 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-06-18T12:34:15.159 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:34:14 smithi089 bash[21925]: cluster 2024-06-18T12:34:13.821452+0000 mgr.a (mgr.14150) 171 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-06-18T12:34:15.323 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:34:14 smithi098 bash[22565]: cluster 2024-06-18T12:34:13.821452+0000 mgr.a (mgr.14150) 171 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-06-18T12:34:15.325 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:34:14 smithi131 bash[22694]: cluster 2024-06-18T12:34:13.821452+0000 mgr.a (mgr.14150) 171 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-06-18T12:34:16.299 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:34:16 smithi089 systemd[1]: /etc/systemd/system/ceph-326ab62a-2d6e-11ef-bc9d-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-06-18T12:34:16.299 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:34:16 smithi089 systemd[1]: /etc/systemd/system/ceph-326ab62a-2d6e-11ef-bc9d-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-06-18T12:34:16.299 INFO:journalctl@ceph.osd.0.smithi089.stdout:Jun 18 12:34:16 smithi089 systemd[1]: /etc/systemd/system/ceph-326ab62a-2d6e-11ef-bc9d-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-06-18T12:34:16.600 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:34:16 smithi089 systemd[1]: /etc/systemd/system/ceph-326ab62a-2d6e-11ef-bc9d-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-06-18T12:34:16.601 INFO:journalctl@ceph.osd.0.smithi089.stdout:Jun 18 12:34:16 smithi089 systemd[1]: /etc/systemd/system/ceph-326ab62a-2d6e-11ef-bc9d-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-06-18T12:34:16.601 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:34:16 smithi089 systemd[1]: /etc/systemd/system/ceph-326ab62a-2d6e-11ef-bc9d-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-06-18T12:34:16.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:34:16 smithi089 bash[21925]: audit 2024-06-18T12:34:15.608028+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:34:16.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:34:16 smithi089 bash[21925]: audit 2024-06-18T12:34:15.612690+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:34:16.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:34:16 smithi089 bash[21925]: cephadm 2024-06-18T12:34:15.614181+0000 mgr.a (mgr.14150) 172 : cephadm [INF] Detected new or changed devices on smithi089 2024-06-18T12:34:16.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:34:16 smithi089 bash[21925]: audit 2024-06-18T12:34:15.617835+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:34:16.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:34:16 smithi089 bash[21925]: audit 2024-06-18T12:34:16.582334+0000 mon.a (mon.0) 476 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T12:34:16.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:34:16 smithi089 bash[21925]: audit 2024-06-18T12:34:16.586744+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:34:16.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:34:16 smithi089 bash[21925]: audit 2024-06-18T12:34:16.587088+0000 mon.a (mon.0) 478 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:34:16.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:34:16 smithi089 bash[21925]: audit 2024-06-18T12:34:16.588477+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T12:34:16.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:34:16 smithi089 bash[21925]: audit 2024-06-18T12:34:16.591017+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:34:16.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:34:16 smithi089 bash[21925]: audit 2024-06-18T12:34:16.595930+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:34:17.073 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:34:16 smithi098 bash[22565]: audit 2024-06-18T12:34:15.608028+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:34:17.074 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:34:16 smithi098 bash[22565]: audit 2024-06-18T12:34:15.612690+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:34:17.074 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:34:16 smithi098 bash[22565]: cephadm 2024-06-18T12:34:15.614181+0000 mgr.a (mgr.14150) 172 : cephadm [INF] Detected new or changed devices on smithi089 2024-06-18T12:34:17.074 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:34:16 smithi098 bash[22565]: audit 2024-06-18T12:34:15.617835+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:34:17.074 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:34:16 smithi098 bash[22565]: audit 2024-06-18T12:34:16.582334+0000 mon.a (mon.0) 476 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T12:34:17.074 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:34:16 smithi098 bash[22565]: audit 2024-06-18T12:34:16.586744+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:34:17.074 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:34:16 smithi098 bash[22565]: audit 2024-06-18T12:34:16.587088+0000 mon.a (mon.0) 478 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:34:17.074 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:34:16 smithi098 bash[22565]: audit 2024-06-18T12:34:16.588477+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T12:34:17.074 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:34:16 smithi098 bash[22565]: audit 2024-06-18T12:34:16.591017+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:34:17.075 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:34:16 smithi098 bash[22565]: audit 2024-06-18T12:34:16.595930+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:34:17.075 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:34:16 smithi131 bash[22694]: audit 2024-06-18T12:34:15.608028+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:34:17.075 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:34:16 smithi131 bash[22694]: audit 2024-06-18T12:34:15.612690+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:34:17.075 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:34:16 smithi131 bash[22694]: cephadm 2024-06-18T12:34:15.614181+0000 mgr.a (mgr.14150) 172 : cephadm [INF] Detected new or changed devices on smithi089 2024-06-18T12:34:17.075 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:34:16 smithi131 bash[22694]: audit 2024-06-18T12:34:15.617835+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:34:17.075 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:34:16 smithi131 bash[22694]: audit 2024-06-18T12:34:16.582334+0000 mon.a (mon.0) 476 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T12:34:17.075 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:34:16 smithi131 bash[22694]: audit 2024-06-18T12:34:16.586744+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:34:17.075 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:34:16 smithi131 bash[22694]: audit 2024-06-18T12:34:16.587088+0000 mon.a (mon.0) 478 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:34:17.075 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:34:16 smithi131 bash[22694]: audit 2024-06-18T12:34:16.588477+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T12:34:17.075 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:34:16 smithi131 bash[22694]: audit 2024-06-18T12:34:16.591017+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:34:17.076 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:34:16 smithi131 bash[22694]: audit 2024-06-18T12:34:16.595930+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:34:17.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:34:17 smithi089 bash[21925]: cluster 2024-06-18T12:34:15.821851+0000 mgr.a (mgr.14150) 173 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-06-18T12:34:18.073 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:34:17 smithi098 bash[22565]: cluster 2024-06-18T12:34:15.821851+0000 mgr.a (mgr.14150) 173 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-06-18T12:34:18.075 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:34:17 smithi131 bash[22694]: cluster 2024-06-18T12:34:15.821851+0000 mgr.a (mgr.14150) 173 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-06-18T12:34:19.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:34:19 smithi089 bash[21925]: cluster 2024-06-18T12:34:17.822421+0000 mgr.a (mgr.14150) 174 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-06-18T12:34:20.073 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:34:19 smithi098 bash[22565]: cluster 2024-06-18T12:34:17.822421+0000 mgr.a (mgr.14150) 174 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-06-18T12:34:20.075 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:34:19 smithi131 bash[22694]: cluster 2024-06-18T12:34:17.822421+0000 mgr.a (mgr.14150) 174 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-06-18T12:34:21.180 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:34:20 smithi131 bash[22694]: cluster 2024-06-18T12:34:19.822842+0000 mgr.a (mgr.14150) 175 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-06-18T12:34:21.181 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:34:20 smithi131 bash[22694]: audit 2024-06-18T12:34:19.934065+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:34:21.181 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:34:20 smithi131 bash[22694]: audit 2024-06-18T12:34:19.940270+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:34:21.181 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:34:20 smithi131 bash[22694]: audit 2024-06-18T12:34:19.946899+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:34:21.323 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:34:20 smithi098 bash[22565]: cluster 2024-06-18T12:34:19.822842+0000 mgr.a (mgr.14150) 175 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-06-18T12:34:21.323 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:34:20 smithi098 bash[22565]: audit 2024-06-18T12:34:19.934065+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:34:21.323 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:34:20 smithi098 bash[22565]: audit 2024-06-18T12:34:19.940270+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:34:21.323 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:34:20 smithi098 bash[22565]: audit 2024-06-18T12:34:19.946899+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:34:21.409 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:34:20 smithi089 bash[21925]: cluster 2024-06-18T12:34:19.822842+0000 mgr.a (mgr.14150) 175 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-06-18T12:34:21.409 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:34:20 smithi089 bash[21925]: audit 2024-06-18T12:34:19.934065+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:34:21.409 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:34:20 smithi089 bash[21925]: audit 2024-06-18T12:34:19.940270+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:34:21.409 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:34:20 smithi089 bash[21925]: audit 2024-06-18T12:34:19.946899+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:34:22.409 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:34:22 smithi089 bash[21925]: audit 2024-06-18T12:34:21.167368+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:34:22.410 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:34:22 smithi089 bash[21925]: audit 2024-06-18T12:34:21.174697+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:34:22.410 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:34:22 smithi089 bash[21925]: audit 2024-06-18T12:34:21.185211+0000 mon.a (mon.0) 487 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:34:22.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:34:22 smithi098 bash[22565]: audit 2024-06-18T12:34:21.167368+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:34:22.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:34:22 smithi098 bash[22565]: audit 2024-06-18T12:34:21.174697+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:34:22.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:34:22 smithi098 bash[22565]: audit 2024-06-18T12:34:21.185211+0000 mon.a (mon.0) 487 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:34:22.575 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:34:22 smithi131 bash[22694]: audit 2024-06-18T12:34:21.167368+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:34:22.575 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:34:22 smithi131 bash[22694]: audit 2024-06-18T12:34:21.174697+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:34:22.575 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:34:22 smithi131 bash[22694]: audit 2024-06-18T12:34:21.185211+0000 mon.a (mon.0) 487 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:34:23.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:34:23 smithi098 bash[22565]: cluster 2024-06-18T12:34:21.823291+0000 mgr.a (mgr.14150) 176 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-06-18T12:34:23.575 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:34:23 smithi131 bash[22694]: cluster 2024-06-18T12:34:21.823291+0000 mgr.a (mgr.14150) 176 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-06-18T12:34:23.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:34:23 smithi089 bash[21925]: cluster 2024-06-18T12:34:21.823291+0000 mgr.a (mgr.14150) 176 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-06-18T12:34:24.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:34:24 smithi098 bash[22565]: audit 2024-06-18T12:34:23.323227+0000 mon.a (mon.0) 488 : audit [INF] from='osd.1 [v2:172.21.15.89:6810/4120850466,v1:172.21.15.89:6811/4120850466]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-06-18T12:34:24.575 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:34:24 smithi131 bash[22694]: audit 2024-06-18T12:34:23.323227+0000 mon.a (mon.0) 488 : audit [INF] from='osd.1 [v2:172.21.15.89:6810/4120850466,v1:172.21.15.89:6811/4120850466]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-06-18T12:34:24.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:34:24 smithi089 bash[21925]: audit 2024-06-18T12:34:23.323227+0000 mon.a (mon.0) 488 : audit [INF] from='osd.1 [v2:172.21.15.89:6810/4120850466,v1:172.21.15.89:6811/4120850466]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-06-18T12:34:25.530 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:34:25 smithi098 bash[22565]: cluster 2024-06-18T12:34:23.823740+0000 mgr.a (mgr.14150) 177 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-06-18T12:34:25.530 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:34:25 smithi098 bash[22565]: audit 2024-06-18T12:34:24.196629+0000 mon.a (mon.0) 489 : audit [INF] from='osd.1 [v2:172.21.15.89:6810/4120850466,v1:172.21.15.89:6811/4120850466]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-06-18T12:34:25.530 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:34:25 smithi098 bash[22565]: cluster 2024-06-18T12:34:24.204075+0000 mon.a (mon.0) 490 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-06-18T12:34:25.530 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:34:25 smithi098 bash[22565]: audit 2024-06-18T12:34:24.204801+0000 mon.a (mon.0) 491 : audit [INF] from='osd.1 [v2:172.21.15.89:6810/4120850466,v1:172.21.15.89:6811/4120850466]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi089", "root=default"]}]: dispatch 2024-06-18T12:34:25.530 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:34:25 smithi098 bash[22565]: audit 2024-06-18T12:34:24.205412+0000 mon.a (mon.0) 492 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-06-18T12:34:25.575 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:34:25 smithi131 bash[22694]: cluster 2024-06-18T12:34:23.823740+0000 mgr.a (mgr.14150) 177 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-06-18T12:34:25.575 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:34:25 smithi131 bash[22694]: audit 2024-06-18T12:34:24.196629+0000 mon.a (mon.0) 489 : audit [INF] from='osd.1 [v2:172.21.15.89:6810/4120850466,v1:172.21.15.89:6811/4120850466]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-06-18T12:34:25.575 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:34:25 smithi131 bash[22694]: cluster 2024-06-18T12:34:24.204075+0000 mon.a (mon.0) 490 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-06-18T12:34:25.575 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:34:25 smithi131 bash[22694]: audit 2024-06-18T12:34:24.204801+0000 mon.a (mon.0) 491 : audit [INF] from='osd.1 [v2:172.21.15.89:6810/4120850466,v1:172.21.15.89:6811/4120850466]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi089", "root=default"]}]: dispatch 2024-06-18T12:34:25.575 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:34:25 smithi131 bash[22694]: audit 2024-06-18T12:34:24.205412+0000 mon.a (mon.0) 492 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-06-18T12:34:25.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:34:25 smithi089 bash[21925]: cluster 2024-06-18T12:34:23.823740+0000 mgr.a (mgr.14150) 177 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-06-18T12:34:25.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:34:25 smithi089 bash[21925]: audit 2024-06-18T12:34:24.196629+0000 mon.a (mon.0) 489 : audit [INF] from='osd.1 [v2:172.21.15.89:6810/4120850466,v1:172.21.15.89:6811/4120850466]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-06-18T12:34:25.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:34:25 smithi089 bash[21925]: cluster 2024-06-18T12:34:24.204075+0000 mon.a (mon.0) 490 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-06-18T12:34:25.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:34:25 smithi089 bash[21925]: audit 2024-06-18T12:34:24.204801+0000 mon.a (mon.0) 491 : audit [INF] from='osd.1 [v2:172.21.15.89:6810/4120850466,v1:172.21.15.89:6811/4120850466]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi089", "root=default"]}]: dispatch 2024-06-18T12:34:25.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:34:25 smithi089 bash[21925]: audit 2024-06-18T12:34:24.205412+0000 mon.a (mon.0) 492 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-06-18T12:34:25.731 INFO:teuthology.orchestra.run.smithi089.stdout:Created osd(s) 1 on host 'smithi089' 2024-06-18T12:34:26.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:34:26 smithi098 bash[22565]: audit 2024-06-18T12:34:25.199139+0000 mon.a (mon.0) 493 : audit [INF] from='osd.1 [v2:172.21.15.89:6810/4120850466,v1:172.21.15.89:6811/4120850466]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi089", "root=default"]}]': finished 2024-06-18T12:34:26.574 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:34:26 smithi098 bash[22565]: cluster 2024-06-18T12:34:25.204223+0000 mon.a (mon.0) 494 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-06-18T12:34:26.574 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:34:26 smithi098 bash[22565]: audit 2024-06-18T12:34:25.205946+0000 mon.a (mon.0) 495 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-06-18T12:34:26.574 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:34:26 smithi098 bash[22565]: audit 2024-06-18T12:34:25.229317+0000 mon.a (mon.0) 496 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-06-18T12:34:26.574 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:34:26 smithi098 bash[22565]: audit 2024-06-18T12:34:25.723875+0000 mon.a (mon.0) 497 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T12:34:26.574 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:34:26 smithi098 bash[22565]: audit 2024-06-18T12:34:25.729983+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:34:26.574 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:34:26 smithi098 bash[22565]: audit 2024-06-18T12:34:25.730619+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-06-18T12:34:26.574 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:34:26 smithi098 bash[22565]: audit 2024-06-18T12:34:25.732383+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-06-18T12:34:26.574 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:34:26 smithi098 bash[22565]: audit 2024-06-18T12:34:25.737835+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:34:26.574 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:34:26 smithi098 bash[22565]: audit 2024-06-18T12:34:25.742767+0000 mon.a (mon.0) 502 : audit [INF] from='osd.1 [v2:172.21.15.89:6810/4120850466,v1:172.21.15.89:6811/4120850466]' entity='osd.1' 2024-06-18T12:34:26.574 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:34:26 smithi098 bash[22565]: audit 2024-06-18T12:34:25.750235+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:34:26.574 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:34:26 smithi098 bash[22565]: audit 2024-06-18T12:34:25.752327+0000 mon.a (mon.0) 504 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:34:26.574 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:34:26 smithi098 bash[22565]: audit 2024-06-18T12:34:25.753054+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T12:34:26.574 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:34:26 smithi098 bash[22565]: audit 2024-06-18T12:34:25.758215+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:34:26.575 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:34:26 smithi131 bash[22694]: audit 2024-06-18T12:34:25.199139+0000 mon.a (mon.0) 493 : audit [INF] from='osd.1 [v2:172.21.15.89:6810/4120850466,v1:172.21.15.89:6811/4120850466]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi089", "root=default"]}]': finished 2024-06-18T12:34:26.575 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:34:26 smithi131 bash[22694]: cluster 2024-06-18T12:34:25.204223+0000 mon.a (mon.0) 494 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-06-18T12:34:26.575 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:34:26 smithi131 bash[22694]: audit 2024-06-18T12:34:25.205946+0000 mon.a (mon.0) 495 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-06-18T12:34:26.575 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:34:26 smithi131 bash[22694]: audit 2024-06-18T12:34:25.229317+0000 mon.a (mon.0) 496 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-06-18T12:34:26.575 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:34:26 smithi131 bash[22694]: audit 2024-06-18T12:34:25.723875+0000 mon.a (mon.0) 497 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T12:34:26.575 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:34:26 smithi131 bash[22694]: audit 2024-06-18T12:34:25.729983+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:34:26.575 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:34:26 smithi131 bash[22694]: audit 2024-06-18T12:34:25.730619+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-06-18T12:34:26.576 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:34:26 smithi131 bash[22694]: audit 2024-06-18T12:34:25.732383+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-06-18T12:34:26.576 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:34:26 smithi131 bash[22694]: audit 2024-06-18T12:34:25.737835+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:34:26.576 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:34:26 smithi131 bash[22694]: audit 2024-06-18T12:34:25.742767+0000 mon.a (mon.0) 502 : audit [INF] from='osd.1 [v2:172.21.15.89:6810/4120850466,v1:172.21.15.89:6811/4120850466]' entity='osd.1' 2024-06-18T12:34:26.576 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:34:26 smithi131 bash[22694]: audit 2024-06-18T12:34:25.750235+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:34:26.576 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:34:26 smithi131 bash[22694]: audit 2024-06-18T12:34:25.752327+0000 mon.a (mon.0) 504 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:34:26.576 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:34:26 smithi131 bash[22694]: audit 2024-06-18T12:34:25.753054+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T12:34:26.576 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:34:26 smithi131 bash[22694]: audit 2024-06-18T12:34:25.758215+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:34:26.660 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:34:26 smithi089 bash[21925]: audit 2024-06-18T12:34:25.199139+0000 mon.a (mon.0) 493 : audit [INF] from='osd.1 [v2:172.21.15.89:6810/4120850466,v1:172.21.15.89:6811/4120850466]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi089", "root=default"]}]': finished 2024-06-18T12:34:26.660 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:34:26 smithi089 bash[21925]: cluster 2024-06-18T12:34:25.204223+0000 mon.a (mon.0) 494 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-06-18T12:34:26.660 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:34:26 smithi089 bash[21925]: audit 2024-06-18T12:34:25.205946+0000 mon.a (mon.0) 495 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-06-18T12:34:26.660 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:34:26 smithi089 bash[21925]: audit 2024-06-18T12:34:25.229317+0000 mon.a (mon.0) 496 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-06-18T12:34:26.660 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:34:26 smithi089 bash[21925]: audit 2024-06-18T12:34:25.723875+0000 mon.a (mon.0) 497 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T12:34:26.660 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:34:26 smithi089 bash[21925]: audit 2024-06-18T12:34:25.729983+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:34:26.660 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:34:26 smithi089 bash[21925]: audit 2024-06-18T12:34:25.730619+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-06-18T12:34:26.660 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:34:26 smithi089 bash[21925]: audit 2024-06-18T12:34:25.732383+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-06-18T12:34:26.660 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:34:26 smithi089 bash[21925]: audit 2024-06-18T12:34:25.737835+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:34:26.660 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:34:26 smithi089 bash[21925]: audit 2024-06-18T12:34:25.742767+0000 mon.a (mon.0) 502 : audit [INF] from='osd.1 [v2:172.21.15.89:6810/4120850466,v1:172.21.15.89:6811/4120850466]' entity='osd.1' 2024-06-18T12:34:26.660 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:34:26 smithi089 bash[21925]: audit 2024-06-18T12:34:25.750235+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:34:26.660 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:34:26 smithi089 bash[21925]: audit 2024-06-18T12:34:25.752327+0000 mon.a (mon.0) 504 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:34:26.661 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:34:26 smithi089 bash[21925]: audit 2024-06-18T12:34:25.753054+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T12:34:26.661 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:34:26 smithi089 bash[21925]: audit 2024-06-18T12:34:25.758215+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:34:26.894 DEBUG:teuthology.orchestra.run.smithi089:osd.1> sudo journalctl -f -n 0 -u ceph-326ab62a-2d6e-11ef-bc9d-c7b262605968@osd.1.service 2024-06-18T12:34:26.897 INFO:tasks.cephadm:Deploying osd.2 on smithi098 with /dev/vg_nvme/lv_4... 2024-06-18T12:34:26.897 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 326ab62a-2d6e-11ef-bc9d-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-06-18T12:34:27.347 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:34:27 smithi089 bash[21925]: cluster 2024-06-18T12:34:24.349906+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-06-18T12:34:27.347 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:34:27 smithi089 bash[21925]: cluster 2024-06-18T12:34:24.350009+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-06-18T12:34:27.347 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:34:27 smithi089 bash[21925]: cephadm 2024-06-18T12:34:25.739612+0000 mgr.a (mgr.14150) 178 : cephadm [INF] Adjusting osd_memory_target on smithi089 to 8120M 2024-06-18T12:34:27.347 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:34:27 smithi089 bash[21925]: cluster 2024-06-18T12:34:25.824070+0000 mgr.a (mgr.14150) 179 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-06-18T12:34:27.347 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:34:27 smithi089 bash[21925]: audit 2024-06-18T12:34:26.212194+0000 mon.a (mon.0) 507 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-06-18T12:34:27.347 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:34:27 smithi089 bash[21925]: cluster 2024-06-18T12:34:26.768594+0000 mon.a (mon.0) 508 : cluster [INF] osd.1 [v2:172.21.15.89:6810/4120850466,v1:172.21.15.89:6811/4120850466] boot 2024-06-18T12:34:27.347 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:34:27 smithi089 bash[21925]: cluster 2024-06-18T12:34:26.769113+0000 mon.a (mon.0) 509 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-06-18T12:34:27.347 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:34:27 smithi089 bash[21925]: audit 2024-06-18T12:34:26.769286+0000 mon.a (mon.0) 510 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-06-18T12:34:27.452 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:34:27 smithi098 bash[22565]: cluster 2024-06-18T12:34:24.349906+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-06-18T12:34:27.452 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:34:27 smithi098 bash[22565]: cluster 2024-06-18T12:34:24.350009+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-06-18T12:34:27.452 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:34:27 smithi098 bash[22565]: cephadm 2024-06-18T12:34:25.739612+0000 mgr.a (mgr.14150) 178 : cephadm [INF] Adjusting osd_memory_target on smithi089 to 8120M 2024-06-18T12:34:27.452 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:34:27 smithi098 bash[22565]: cluster 2024-06-18T12:34:25.824070+0000 mgr.a (mgr.14150) 179 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-06-18T12:34:27.452 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:34:27 smithi098 bash[22565]: audit 2024-06-18T12:34:26.212194+0000 mon.a (mon.0) 507 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-06-18T12:34:27.453 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:34:27 smithi098 bash[22565]: cluster 2024-06-18T12:34:26.768594+0000 mon.a (mon.0) 508 : cluster [INF] osd.1 [v2:172.21.15.89:6810/4120850466,v1:172.21.15.89:6811/4120850466] boot 2024-06-18T12:34:27.453 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:34:27 smithi098 bash[22565]: cluster 2024-06-18T12:34:26.769113+0000 mon.a (mon.0) 509 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-06-18T12:34:27.453 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:34:27 smithi098 bash[22565]: audit 2024-06-18T12:34:26.769286+0000 mon.a (mon.0) 510 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-06-18T12:34:27.575 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:34:27 smithi131 bash[22694]: cluster 2024-06-18T12:34:24.349906+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-06-18T12:34:27.575 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:34:27 smithi131 bash[22694]: cluster 2024-06-18T12:34:24.350009+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-06-18T12:34:27.575 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:34:27 smithi131 bash[22694]: cephadm 2024-06-18T12:34:25.739612+0000 mgr.a (mgr.14150) 178 : cephadm [INF] Adjusting osd_memory_target on smithi089 to 8120M 2024-06-18T12:34:27.575 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:34:27 smithi131 bash[22694]: cluster 2024-06-18T12:34:25.824070+0000 mgr.a (mgr.14150) 179 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-06-18T12:34:27.575 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:34:27 smithi131 bash[22694]: audit 2024-06-18T12:34:26.212194+0000 mon.a (mon.0) 507 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-06-18T12:34:27.575 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:34:27 smithi131 bash[22694]: cluster 2024-06-18T12:34:26.768594+0000 mon.a (mon.0) 508 : cluster [INF] osd.1 [v2:172.21.15.89:6810/4120850466,v1:172.21.15.89:6811/4120850466] boot 2024-06-18T12:34:27.575 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:34:27 smithi131 bash[22694]: cluster 2024-06-18T12:34:26.769113+0000 mon.a (mon.0) 509 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-06-18T12:34:27.576 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:34:27 smithi131 bash[22694]: audit 2024-06-18T12:34:26.769286+0000 mon.a (mon.0) 510 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-06-18T12:34:29.159 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:34:29 smithi089 bash[21925]: cluster 2024-06-18T12:34:27.824566+0000 mgr.a (mgr.14150) 180 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-06-18T12:34:29.159 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:34:29 smithi089 bash[21925]: audit 2024-06-18T12:34:28.065566+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:34:29.159 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:34:29 smithi089 bash[21925]: audit 2024-06-18T12:34:28.074507+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:34:29.159 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:34:29 smithi089 bash[21925]: audit 2024-06-18T12:34:28.085177+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:34:29.159 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:34:29 smithi089 bash[21925]: cluster 2024-06-18T12:34:28.231687+0000 mon.a (mon.0) 514 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-06-18T12:34:29.323 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:34:29 smithi098 bash[22565]: cluster 2024-06-18T12:34:27.824566+0000 mgr.a (mgr.14150) 180 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-06-18T12:34:29.323 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:34:29 smithi098 bash[22565]: audit 2024-06-18T12:34:28.065566+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:34:29.323 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:34:29 smithi098 bash[22565]: audit 2024-06-18T12:34:28.074507+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:34:29.323 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:34:29 smithi098 bash[22565]: audit 2024-06-18T12:34:28.085177+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:34:29.323 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:34:29 smithi098 bash[22565]: cluster 2024-06-18T12:34:28.231687+0000 mon.a (mon.0) 514 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-06-18T12:34:29.325 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:34:29 smithi131 bash[22694]: cluster 2024-06-18T12:34:27.824566+0000 mgr.a (mgr.14150) 180 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-06-18T12:34:29.325 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:34:29 smithi131 bash[22694]: audit 2024-06-18T12:34:28.065566+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:34:29.325 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:34:29 smithi131 bash[22694]: audit 2024-06-18T12:34:28.074507+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:34:29.325 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:34:29 smithi131 bash[22694]: audit 2024-06-18T12:34:28.085177+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:34:29.325 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:34:29 smithi131 bash[22694]: cluster 2024-06-18T12:34:28.231687+0000 mon.a (mon.0) 514 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-06-18T12:34:31.323 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:34:31 smithi098 bash[22565]: cluster 2024-06-18T12:34:29.825028+0000 mgr.a (mgr.14150) 181 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-06-18T12:34:31.324 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:34:31 smithi131 bash[22694]: cluster 2024-06-18T12:34:29.825028+0000 mgr.a (mgr.14150) 181 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-06-18T12:34:31.409 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:34:31 smithi089 bash[21925]: cluster 2024-06-18T12:34:29.825028+0000 mgr.a (mgr.14150) 181 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-06-18T12:34:31.791 INFO:teuthology.orchestra.run.smithi098.stderr:Inferring config /var/lib/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/mon.b/config 2024-06-18T12:34:33.323 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:34:33 smithi098 bash[22565]: cluster 2024-06-18T12:34:31.825513+0000 mgr.a (mgr.14150) 182 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-06-18T12:34:33.325 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:34:33 smithi131 bash[22694]: cluster 2024-06-18T12:34:31.825513+0000 mgr.a (mgr.14150) 182 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-06-18T12:34:33.409 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:34:33 smithi089 bash[21925]: cluster 2024-06-18T12:34:31.825513+0000 mgr.a (mgr.14150) 182 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-06-18T12:34:34.748 INFO:teuthology.orchestra.run.smithi098.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-06-18T12:34:34.916 INFO:teuthology.orchestra.run.smithi098.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-06-18T12:34:34.934 INFO:teuthology.orchestra.run.smithi098.stderr: stderr: 10+0 records in 2024-06-18T12:34:34.934 INFO:teuthology.orchestra.run.smithi098.stderr:10+0 records out 2024-06-18T12:34:34.935 INFO:teuthology.orchestra.run.smithi098.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0147015 s, 713 MB/s 2024-06-18T12:34:34.935 INFO:teuthology.orchestra.run.smithi098.stderr:--> Zapping successful for: 2024-06-18T12:34:35.323 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:34:35 smithi098 bash[22565]: cluster 2024-06-18T12:34:33.825985+0000 mgr.a (mgr.14150) 183 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-06-18T12:34:35.325 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:34:35 smithi131 bash[22694]: cluster 2024-06-18T12:34:33.825985+0000 mgr.a (mgr.14150) 183 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-06-18T12:34:35.409 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:34:35 smithi089 bash[21925]: cluster 2024-06-18T12:34:33.825985+0000 mgr.a (mgr.14150) 183 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-06-18T12:34:35.521 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 326ab62a-2d6e-11ef-bc9d-c7b262605968 -- ceph orch daemon add osd smithi098:vg_nvme/lv_4 2024-06-18T12:34:37.325 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:34:37 smithi131 bash[22694]: cluster 2024-06-18T12:34:35.826443+0000 mgr.a (mgr.14150) 184 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-06-18T12:34:37.387 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:34:37 smithi089 bash[21925]: cluster 2024-06-18T12:34:35.826443+0000 mgr.a (mgr.14150) 184 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-06-18T12:34:37.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:34:37 smithi098 bash[22565]: cluster 2024-06-18T12:34:35.826443+0000 mgr.a (mgr.14150) 184 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-06-18T12:34:38.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:34:38 smithi098 bash[22565]: audit 2024-06-18T12:34:37.522919+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:34:38.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:34:38 smithi098 bash[22565]: audit 2024-06-18T12:34:37.528748+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:34:38.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:34:38 smithi098 bash[22565]: audit 2024-06-18T12:34:37.535912+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:34:38.825 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:34:38 smithi131 bash[22694]: audit 2024-06-18T12:34:37.522919+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:34:38.825 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:34:38 smithi131 bash[22694]: audit 2024-06-18T12:34:37.528748+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:34:38.825 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:34:38 smithi131 bash[22694]: audit 2024-06-18T12:34:37.535912+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:34:38.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:34:38 smithi089 bash[21925]: audit 2024-06-18T12:34:37.522919+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:34:38.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:34:38 smithi089 bash[21925]: audit 2024-06-18T12:34:37.528748+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:34:38.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:34:38 smithi089 bash[21925]: audit 2024-06-18T12:34:37.535912+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:34:39.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:34:39 smithi098 bash[22565]: cluster 2024-06-18T12:34:37.826912+0000 mgr.a (mgr.14150) 185 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-06-18T12:34:39.824 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:34:39 smithi131 bash[22694]: cluster 2024-06-18T12:34:37.826912+0000 mgr.a (mgr.14150) 185 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-06-18T12:34:39.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:34:39 smithi089 bash[21925]: cluster 2024-06-18T12:34:37.826912+0000 mgr.a (mgr.14150) 185 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-06-18T12:34:40.234 INFO:teuthology.orchestra.run.smithi098.stderr:Inferring config /var/lib/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/mon.b/config 2024-06-18T12:34:41.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:34:41 smithi098 bash[22565]: cluster 2024-06-18T12:34:39.827523+0000 mgr.a (mgr.14150) 186 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-06-18T12:34:41.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:34:41 smithi098 bash[22565]: audit 2024-06-18T12:34:41.378329+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:34:41.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:34:41 smithi098 bash[22565]: audit 2024-06-18T12:34:41.387380+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:34:41.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:34:41 smithi098 bash[22565]: audit 2024-06-18T12:34:41.397833+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:34:41.825 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:34:41 smithi131 bash[22694]: cluster 2024-06-18T12:34:39.827523+0000 mgr.a (mgr.14150) 186 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-06-18T12:34:41.825 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:34:41 smithi131 bash[22694]: audit 2024-06-18T12:34:41.378329+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:34:41.825 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:34:41 smithi131 bash[22694]: audit 2024-06-18T12:34:41.387380+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:34:41.825 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:34:41 smithi131 bash[22694]: audit 2024-06-18T12:34:41.397833+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:34:41.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:34:41 smithi089 bash[21925]: cluster 2024-06-18T12:34:39.827523+0000 mgr.a (mgr.14150) 186 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-06-18T12:34:41.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:34:41 smithi089 bash[21925]: audit 2024-06-18T12:34:41.378329+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:34:41.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:34:41 smithi089 bash[21925]: audit 2024-06-18T12:34:41.387380+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:34:41.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:34:41 smithi089 bash[21925]: audit 2024-06-18T12:34:41.397833+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:34:43.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:34:43 smithi098 bash[22565]: cluster 2024-06-18T12:34:41.828000+0000 mgr.a (mgr.14150) 187 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-06-18T12:34:43.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:34:43 smithi098 bash[22565]: audit 2024-06-18T12:34:43.118513+0000 mon.a (mon.0) 521 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-06-18T12:34:43.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:34:43 smithi098 bash[22565]: audit 2024-06-18T12:34:43.125160+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-06-18T12:34:43.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:34:43 smithi098 bash[22565]: audit 2024-06-18T12:34:43.126780+0000 mon.a (mon.0) 523 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:34:43.825 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:34:43 smithi131 bash[22694]: cluster 2024-06-18T12:34:41.828000+0000 mgr.a (mgr.14150) 187 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-06-18T12:34:43.825 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:34:43 smithi131 bash[22694]: audit 2024-06-18T12:34:43.118513+0000 mon.a (mon.0) 521 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-06-18T12:34:43.825 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:34:43 smithi131 bash[22694]: audit 2024-06-18T12:34:43.125160+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-06-18T12:34:43.825 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:34:43 smithi131 bash[22694]: audit 2024-06-18T12:34:43.126780+0000 mon.a (mon.0) 523 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:34:43.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:34:43 smithi089 bash[21925]: cluster 2024-06-18T12:34:41.828000+0000 mgr.a (mgr.14150) 187 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-06-18T12:34:43.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:34:43 smithi089 bash[21925]: audit 2024-06-18T12:34:43.118513+0000 mon.a (mon.0) 521 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-06-18T12:34:43.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:34:43 smithi089 bash[21925]: audit 2024-06-18T12:34:43.125160+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-06-18T12:34:43.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:34:43 smithi089 bash[21925]: audit 2024-06-18T12:34:43.126780+0000 mon.a (mon.0) 523 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:34:44.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:34:44 smithi098 bash[22565]: audit 2024-06-18T12:34:43.111651+0000 mgr.a (mgr.14150) 188 : audit [DBG] from='client.24137 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi098:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T12:34:44.825 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:34:44 smithi131 bash[22694]: audit 2024-06-18T12:34:43.111651+0000 mgr.a (mgr.14150) 188 : audit [DBG] from='client.24137 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi098:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T12:34:44.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:34:44 smithi089 bash[21925]: audit 2024-06-18T12:34:43.111651+0000 mgr.a (mgr.14150) 188 : audit [DBG] from='client.24137 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi098:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T12:34:45.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:34:45 smithi098 bash[22565]: cluster 2024-06-18T12:34:43.828482+0000 mgr.a (mgr.14150) 189 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-06-18T12:34:45.824 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:34:45 smithi131 bash[22694]: cluster 2024-06-18T12:34:43.828482+0000 mgr.a (mgr.14150) 189 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-06-18T12:34:45.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:34:45 smithi089 bash[21925]: cluster 2024-06-18T12:34:43.828482+0000 mgr.a (mgr.14150) 189 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-06-18T12:34:47.638 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:34:47 smithi098 bash[22565]: cluster 2024-06-18T12:34:45.828920+0000 mgr.a (mgr.14150) 190 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-06-18T12:34:47.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:34:47 smithi089 bash[21925]: cluster 2024-06-18T12:34:45.828920+0000 mgr.a (mgr.14150) 190 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-06-18T12:34:47.825 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:34:47 smithi131 bash[22694]: cluster 2024-06-18T12:34:45.828920+0000 mgr.a (mgr.14150) 190 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-06-18T12:34:49.552 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:34:49 smithi089 bash[21925]: cluster 2024-06-18T12:34:47.829288+0000 mgr.a (mgr.14150) 191 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-06-18T12:34:49.552 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:34:49 smithi089 bash[21925]: audit 2024-06-18T12:34:48.226070+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:34:49.552 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:34:49 smithi089 bash[21925]: audit 2024-06-18T12:34:48.234931+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:34:49.552 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:34:49 smithi089 bash[21925]: audit 2024-06-18T12:34:48.244505+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:34:49.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:34:49 smithi098 bash[22565]: cluster 2024-06-18T12:34:47.829288+0000 mgr.a (mgr.14150) 191 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-06-18T12:34:49.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:34:49 smithi098 bash[22565]: audit 2024-06-18T12:34:48.226070+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:34:49.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:34:49 smithi098 bash[22565]: audit 2024-06-18T12:34:48.234931+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:34:49.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:34:49 smithi098 bash[22565]: audit 2024-06-18T12:34:48.244505+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:34:49.574 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:34:49 smithi131 bash[22694]: cluster 2024-06-18T12:34:47.829288+0000 mgr.a (mgr.14150) 191 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-06-18T12:34:49.574 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:34:49 smithi131 bash[22694]: audit 2024-06-18T12:34:48.226070+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:34:49.575 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:34:49 smithi131 bash[22694]: audit 2024-06-18T12:34:48.234931+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:34:49.575 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:34:49 smithi131 bash[22694]: audit 2024-06-18T12:34:48.244505+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:34:51.323 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:34:51 smithi098 bash[22565]: cluster 2024-06-18T12:34:49.829746+0000 mgr.a (mgr.14150) 192 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-06-18T12:34:51.575 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:34:51 smithi131 bash[22694]: cluster 2024-06-18T12:34:49.829746+0000 mgr.a (mgr.14150) 192 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-06-18T12:34:51.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:34:51 smithi089 bash[21925]: cluster 2024-06-18T12:34:49.829746+0000 mgr.a (mgr.14150) 192 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-06-18T12:34:53.325 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:34:53 smithi131 bash[22694]: cluster 2024-06-18T12:34:51.830202+0000 mgr.a (mgr.14150) 193 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-06-18T12:34:53.325 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:34:53 smithi131 bash[22694]: audit 2024-06-18T12:34:52.539374+0000 mon.b (mon.2) 6 : audit [INF] from='client.? 172.21.15.98:0/3439227012' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1568f098-95fc-4b24-8d8e-5871a8e9bbf3"}]: dispatch 2024-06-18T12:34:53.325 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:34:53 smithi131 bash[22694]: audit 2024-06-18T12:34:52.545837+0000 mon.a (mon.0) 527 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1568f098-95fc-4b24-8d8e-5871a8e9bbf3"}]: dispatch 2024-06-18T12:34:53.325 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:34:53 smithi131 bash[22694]: audit 2024-06-18T12:34:52.549085+0000 mon.a (mon.0) 528 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1568f098-95fc-4b24-8d8e-5871a8e9bbf3"}]': finished 2024-06-18T12:34:53.325 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:34:53 smithi131 bash[22694]: cluster 2024-06-18T12:34:52.554315+0000 mon.a (mon.0) 529 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-06-18T12:34:53.325 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:34:53 smithi131 bash[22694]: audit 2024-06-18T12:34:52.554751+0000 mon.a (mon.0) 530 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-06-18T12:34:53.325 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:34:53 smithi131 bash[22694]: audit 2024-06-18T12:34:53.153576+0000 mon.b (mon.2) 7 : audit [DBG] from='client.? 172.21.15.98:0/3915283217' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-06-18T12:34:53.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:34:53 smithi098 bash[22565]: cluster 2024-06-18T12:34:51.830202+0000 mgr.a (mgr.14150) 193 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-06-18T12:34:53.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:34:53 smithi098 bash[22565]: audit 2024-06-18T12:34:52.539374+0000 mon.b (mon.2) 6 : audit [INF] from='client.? 172.21.15.98:0/3439227012' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1568f098-95fc-4b24-8d8e-5871a8e9bbf3"}]: dispatch 2024-06-18T12:34:53.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:34:53 smithi098 bash[22565]: audit 2024-06-18T12:34:52.545837+0000 mon.a (mon.0) 527 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1568f098-95fc-4b24-8d8e-5871a8e9bbf3"}]: dispatch 2024-06-18T12:34:53.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:34:53 smithi098 bash[22565]: audit 2024-06-18T12:34:52.549085+0000 mon.a (mon.0) 528 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1568f098-95fc-4b24-8d8e-5871a8e9bbf3"}]': finished 2024-06-18T12:34:53.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:34:53 smithi098 bash[22565]: cluster 2024-06-18T12:34:52.554315+0000 mon.a (mon.0) 529 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-06-18T12:34:53.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:34:53 smithi098 bash[22565]: audit 2024-06-18T12:34:52.554751+0000 mon.a (mon.0) 530 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-06-18T12:34:53.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:34:53 smithi098 bash[22565]: audit 2024-06-18T12:34:53.153576+0000 mon.b (mon.2) 7 : audit [DBG] from='client.? 172.21.15.98:0/3915283217' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-06-18T12:34:53.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:34:53 smithi089 bash[21925]: cluster 2024-06-18T12:34:51.830202+0000 mgr.a (mgr.14150) 193 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-06-18T12:34:53.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:34:53 smithi089 bash[21925]: audit 2024-06-18T12:34:52.539374+0000 mon.b (mon.2) 6 : audit [INF] from='client.? 172.21.15.98:0/3439227012' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1568f098-95fc-4b24-8d8e-5871a8e9bbf3"}]: dispatch 2024-06-18T12:34:53.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:34:53 smithi089 bash[21925]: audit 2024-06-18T12:34:52.545837+0000 mon.a (mon.0) 527 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1568f098-95fc-4b24-8d8e-5871a8e9bbf3"}]: dispatch 2024-06-18T12:34:53.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:34:53 smithi089 bash[21925]: audit 2024-06-18T12:34:52.549085+0000 mon.a (mon.0) 528 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1568f098-95fc-4b24-8d8e-5871a8e9bbf3"}]': finished 2024-06-18T12:34:53.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:34:53 smithi089 bash[21925]: cluster 2024-06-18T12:34:52.554315+0000 mon.a (mon.0) 529 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-06-18T12:34:53.660 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:34:53 smithi089 bash[21925]: audit 2024-06-18T12:34:52.554751+0000 mon.a (mon.0) 530 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-06-18T12:34:53.660 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:34:53 smithi089 bash[21925]: audit 2024-06-18T12:34:53.153576+0000 mon.b (mon.2) 7 : audit [DBG] from='client.? 172.21.15.98:0/3915283217' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-06-18T12:34:55.325 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:34:55 smithi131 bash[22694]: cluster 2024-06-18T12:34:53.830647+0000 mgr.a (mgr.14150) 194 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-06-18T12:34:55.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:34:55 smithi098 bash[22565]: cluster 2024-06-18T12:34:53.830647+0000 mgr.a (mgr.14150) 194 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-06-18T12:34:55.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:34:55 smithi089 bash[21925]: cluster 2024-06-18T12:34:53.830647+0000 mgr.a (mgr.14150) 194 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-06-18T12:34:57.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:34:57 smithi098 bash[22565]: cluster 2024-06-18T12:34:55.831099+0000 mgr.a (mgr.14150) 195 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-06-18T12:34:57.574 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:34:57 smithi131 bash[22694]: cluster 2024-06-18T12:34:55.831099+0000 mgr.a (mgr.14150) 195 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-06-18T12:34:57.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:34:57 smithi089 bash[21925]: cluster 2024-06-18T12:34:55.831099+0000 mgr.a (mgr.14150) 195 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-06-18T12:34:59.073 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:34:58 smithi098 bash[22565]: audit 2024-06-18T12:34:57.739026+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:34:59.073 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:34:58 smithi098 bash[22565]: audit 2024-06-18T12:34:57.744271+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:34:59.073 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:34:58 smithi098 bash[22565]: audit 2024-06-18T12:34:57.751247+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:34:59.073 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:34:58 smithi098 bash[22565]: cluster 2024-06-18T12:34:57.831574+0000 mgr.a (mgr.14150) 196 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-06-18T12:34:59.074 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:34:58 smithi131 bash[22694]: audit 2024-06-18T12:34:57.739026+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:34:59.075 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:34:58 smithi131 bash[22694]: audit 2024-06-18T12:34:57.744271+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:34:59.075 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:34:58 smithi131 bash[22694]: audit 2024-06-18T12:34:57.751247+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:34:59.075 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:34:58 smithi131 bash[22694]: cluster 2024-06-18T12:34:57.831574+0000 mgr.a (mgr.14150) 196 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-06-18T12:34:59.159 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:34:58 smithi089 bash[21925]: audit 2024-06-18T12:34:57.739026+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:34:59.159 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:34:58 smithi089 bash[21925]: audit 2024-06-18T12:34:57.744271+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:34:59.159 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:34:58 smithi089 bash[21925]: audit 2024-06-18T12:34:57.751247+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:34:59.159 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:34:58 smithi089 bash[21925]: cluster 2024-06-18T12:34:57.831574+0000 mgr.a (mgr.14150) 196 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-06-18T12:35:01.159 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:35:00 smithi089 bash[21925]: cluster 2024-06-18T12:34:59.832015+0000 mgr.a (mgr.14150) 197 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-06-18T12:35:01.323 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:35:00 smithi098 bash[22565]: cluster 2024-06-18T12:34:59.832015+0000 mgr.a (mgr.14150) 197 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-06-18T12:35:01.325 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:35:00 smithi131 bash[22694]: cluster 2024-06-18T12:34:59.832015+0000 mgr.a (mgr.14150) 197 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-06-18T12:35:02.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:35:02 smithi098 bash[22565]: audit 2024-06-18T12:35:01.594511+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:35:02.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:35:02 smithi098 bash[22565]: audit 2024-06-18T12:35:01.603366+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:35:02.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:35:02 smithi098 bash[22565]: audit 2024-06-18T12:35:01.612477+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:35:02.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:35:02 smithi089 bash[21925]: audit 2024-06-18T12:35:01.594511+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:35:02.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:35:02 smithi089 bash[21925]: audit 2024-06-18T12:35:01.603366+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:35:02.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:35:02 smithi089 bash[21925]: audit 2024-06-18T12:35:01.612477+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:35:03.075 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:35:02 smithi131 bash[22694]: audit 2024-06-18T12:35:01.594511+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:35:03.075 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:35:02 smithi131 bash[22694]: audit 2024-06-18T12:35:01.603366+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:35:03.075 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:35:02 smithi131 bash[22694]: audit 2024-06-18T12:35:01.612477+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:35:03.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:35:03 smithi089 bash[21925]: cluster 2024-06-18T12:35:01.832466+0000 mgr.a (mgr.14150) 198 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-06-18T12:35:04.073 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:35:03 smithi098 bash[22565]: cluster 2024-06-18T12:35:01.832466+0000 mgr.a (mgr.14150) 198 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-06-18T12:35:04.074 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:35:03 smithi131 bash[22694]: cluster 2024-06-18T12:35:01.832466+0000 mgr.a (mgr.14150) 198 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-06-18T12:35:05.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:35:05 smithi089 bash[21925]: cluster 2024-06-18T12:35:03.832926+0000 mgr.a (mgr.14150) 199 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-06-18T12:35:05.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:35:05 smithi089 bash[21925]: audit 2024-06-18T12:35:04.887038+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-06-18T12:35:05.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:35:05 smithi089 bash[21925]: audit 2024-06-18T12:35:04.888928+0000 mon.a (mon.0) 538 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:35:06.073 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:35:05 smithi098 bash[22565]: cluster 2024-06-18T12:35:03.832926+0000 mgr.a (mgr.14150) 199 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-06-18T12:35:06.073 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:35:05 smithi098 bash[22565]: audit 2024-06-18T12:35:04.887038+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-06-18T12:35:06.073 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:35:05 smithi098 bash[22565]: audit 2024-06-18T12:35:04.888928+0000 mon.a (mon.0) 538 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:35:06.074 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:35:05 smithi131 bash[22694]: cluster 2024-06-18T12:35:03.832926+0000 mgr.a (mgr.14150) 199 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-06-18T12:35:06.074 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:35:05 smithi131 bash[22694]: audit 2024-06-18T12:35:04.887038+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-06-18T12:35:06.075 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:35:05 smithi131 bash[22694]: audit 2024-06-18T12:35:04.888928+0000 mon.a (mon.0) 538 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:35:06.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:35:06 smithi089 bash[21925]: cephadm 2024-06-18T12:35:04.890493+0000 mgr.a (mgr.14150) 200 : cephadm [INF] Deploying daemon osd.2 on smithi098 2024-06-18T12:35:07.073 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:35:06 smithi098 bash[22565]: cephadm 2024-06-18T12:35:04.890493+0000 mgr.a (mgr.14150) 200 : cephadm [INF] Deploying daemon osd.2 on smithi098 2024-06-18T12:35:07.074 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:35:06 smithi131 bash[22694]: cephadm 2024-06-18T12:35:04.890493+0000 mgr.a (mgr.14150) 200 : cephadm [INF] Deploying daemon osd.2 on smithi098 2024-06-18T12:35:07.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:35:07 smithi089 bash[21925]: cluster 2024-06-18T12:35:05.833375+0000 mgr.a (mgr.14150) 201 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-06-18T12:35:07.919 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:35:07 smithi098 bash[22565]: cluster 2024-06-18T12:35:05.833375+0000 mgr.a (mgr.14150) 201 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-06-18T12:35:08.074 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:35:07 smithi131 bash[22694]: cluster 2024-06-18T12:35:05.833375+0000 mgr.a (mgr.14150) 201 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-06-18T12:35:09.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:35:09 smithi098 bash[22565]: cluster 2024-06-18T12:35:07.833852+0000 mgr.a (mgr.14150) 202 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-06-18T12:35:09.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:35:09 smithi098 bash[22565]: audit 2024-06-18T12:35:08.361492+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:35:09.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:35:09 smithi098 bash[22565]: audit 2024-06-18T12:35:08.369281+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:35:09.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:35:09 smithi098 bash[22565]: audit 2024-06-18T12:35:08.377594+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:35:09.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:35:09 smithi089 bash[21925]: cluster 2024-06-18T12:35:07.833852+0000 mgr.a (mgr.14150) 202 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-06-18T12:35:09.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:35:09 smithi089 bash[21925]: audit 2024-06-18T12:35:08.361492+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:35:09.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:35:09 smithi089 bash[21925]: audit 2024-06-18T12:35:08.369281+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:35:09.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:35:09 smithi089 bash[21925]: audit 2024-06-18T12:35:08.377594+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:35:09.825 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:35:09 smithi131 bash[22694]: cluster 2024-06-18T12:35:07.833852+0000 mgr.a (mgr.14150) 202 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-06-18T12:35:09.825 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:35:09 smithi131 bash[22694]: audit 2024-06-18T12:35:08.361492+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:35:09.825 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:35:09 smithi131 bash[22694]: audit 2024-06-18T12:35:08.369281+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:35:09.825 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:35:09 smithi131 bash[22694]: audit 2024-06-18T12:35:08.377594+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:35:09.979 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:35:09 smithi098 systemd[1]: /etc/systemd/system/ceph-326ab62a-2d6e-11ef-bc9d-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-06-18T12:35:09.979 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:35:09 smithi098 systemd[1]: /etc/systemd/system/ceph-326ab62a-2d6e-11ef-bc9d-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-06-18T12:35:09.979 INFO:journalctl@ceph.mgr.b.smithi098.stdout:Jun 18 12:35:09 smithi098 systemd[1]: /etc/systemd/system/ceph-326ab62a-2d6e-11ef-bc9d-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-06-18T12:35:09.979 INFO:journalctl@ceph.mgr.b.smithi098.stdout:Jun 18 12:35:09 smithi098 systemd[1]: /etc/systemd/system/ceph-326ab62a-2d6e-11ef-bc9d-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-06-18T12:35:10.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:35:10 smithi089 bash[21925]: audit 2024-06-18T12:35:10.038857+0000 mon.a (mon.0) 542 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T12:35:10.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:35:10 smithi089 bash[21925]: audit 2024-06-18T12:35:10.047388+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:35:10.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:35:10 smithi089 bash[21925]: audit 2024-06-18T12:35:10.048208+0000 mon.a (mon.0) 544 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:35:10.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:35:10 smithi089 bash[21925]: audit 2024-06-18T12:35:10.050498+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T12:35:10.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:35:10 smithi089 bash[21925]: audit 2024-06-18T12:35:10.055715+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:35:10.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:35:10 smithi089 bash[21925]: audit 2024-06-18T12:35:10.061959+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:35:10.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:35:10 smithi098 bash[22565]: audit 2024-06-18T12:35:10.038857+0000 mon.a (mon.0) 542 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T12:35:10.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:35:10 smithi098 bash[22565]: audit 2024-06-18T12:35:10.047388+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:35:10.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:35:10 smithi098 bash[22565]: audit 2024-06-18T12:35:10.048208+0000 mon.a (mon.0) 544 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:35:10.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:35:10 smithi098 bash[22565]: audit 2024-06-18T12:35:10.050498+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T12:35:10.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:35:10 smithi098 bash[22565]: audit 2024-06-18T12:35:10.055715+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:35:10.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:35:10 smithi098 bash[22565]: audit 2024-06-18T12:35:10.061959+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:35:10.825 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:35:10 smithi131 bash[22694]: audit 2024-06-18T12:35:10.038857+0000 mon.a (mon.0) 542 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T12:35:10.825 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:35:10 smithi131 bash[22694]: audit 2024-06-18T12:35:10.047388+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:35:10.825 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:35:10 smithi131 bash[22694]: audit 2024-06-18T12:35:10.048208+0000 mon.a (mon.0) 544 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:35:10.825 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:35:10 smithi131 bash[22694]: audit 2024-06-18T12:35:10.050498+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T12:35:10.825 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:35:10 smithi131 bash[22694]: audit 2024-06-18T12:35:10.055715+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:35:10.825 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:35:10 smithi131 bash[22694]: audit 2024-06-18T12:35:10.061959+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:35:11.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:35:11 smithi089 bash[21925]: cluster 2024-06-18T12:35:09.834319+0000 mgr.a (mgr.14150) 203 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-06-18T12:35:11.713 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:35:11 smithi098 bash[22565]: cluster 2024-06-18T12:35:09.834319+0000 mgr.a (mgr.14150) 203 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-06-18T12:35:11.824 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:35:11 smithi131 bash[22694]: cluster 2024-06-18T12:35:09.834319+0000 mgr.a (mgr.14150) 203 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-06-18T12:35:13.535 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:35:13 smithi131 bash[22694]: cluster 2024-06-18T12:35:11.834799+0000 mgr.a (mgr.14150) 204 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-06-18T12:35:13.535 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:35:13 smithi131 bash[22694]: audit 2024-06-18T12:35:12.175934+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:35:13.536 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:35:13 smithi131 bash[22694]: audit 2024-06-18T12:35:12.184197+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:35:13.536 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:35:13 smithi131 bash[22694]: audit 2024-06-18T12:35:12.193734+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:35:13.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:35:13 smithi098 bash[22565]: cluster 2024-06-18T12:35:11.834799+0000 mgr.a (mgr.14150) 204 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-06-18T12:35:13.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:35:13 smithi098 bash[22565]: audit 2024-06-18T12:35:12.175934+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:35:13.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:35:13 smithi098 bash[22565]: audit 2024-06-18T12:35:12.184197+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:35:13.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:35:13 smithi098 bash[22565]: audit 2024-06-18T12:35:12.193734+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:35:13.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:35:13 smithi089 bash[21925]: cluster 2024-06-18T12:35:11.834799+0000 mgr.a (mgr.14150) 204 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-06-18T12:35:13.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:35:13 smithi089 bash[21925]: audit 2024-06-18T12:35:12.175934+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:35:13.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:35:13 smithi089 bash[21925]: audit 2024-06-18T12:35:12.184197+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:35:13.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:35:13 smithi089 bash[21925]: audit 2024-06-18T12:35:12.193734+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:35:15.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:35:15 smithi098 bash[22565]: cluster 2024-06-18T12:35:13.835259+0000 mgr.a (mgr.14150) 205 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-06-18T12:35:15.574 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:35:15 smithi131 bash[22694]: cluster 2024-06-18T12:35:13.835259+0000 mgr.a (mgr.14150) 205 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-06-18T12:35:15.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:35:15 smithi089 bash[21925]: cluster 2024-06-18T12:35:13.835259+0000 mgr.a (mgr.14150) 205 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-06-18T12:35:17.487 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:35:17 smithi098 bash[22565]: cluster 2024-06-18T12:35:15.835714+0000 mgr.a (mgr.14150) 206 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-06-18T12:35:17.574 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:35:17 smithi131 bash[22694]: cluster 2024-06-18T12:35:15.835714+0000 mgr.a (mgr.14150) 206 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-06-18T12:35:17.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:35:17 smithi089 bash[21925]: cluster 2024-06-18T12:35:15.835714+0000 mgr.a (mgr.14150) 206 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-06-18T12:35:18.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:35:18 smithi098 bash[22565]: audit 2024-06-18T12:35:17.753102+0000 mon.b (mon.2) 8 : audit [INF] from='osd.2 [v2:172.21.15.98:6800/2113513556,v1:172.21.15.98:6801/2113513556]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-06-18T12:35:18.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:35:18 smithi098 bash[22565]: audit 2024-06-18T12:35:17.759090+0000 mon.a (mon.0) 551 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-06-18T12:35:18.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:35:18 smithi098 bash[22565]: audit 2024-06-18T12:35:17.900769+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:35:18.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:35:18 smithi098 bash[22565]: audit 2024-06-18T12:35:17.907253+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:35:18.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:35:18 smithi098 bash[22565]: audit 2024-06-18T12:35:17.912838+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:35:18.574 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:35:18 smithi131 bash[22694]: audit 2024-06-18T12:35:17.753102+0000 mon.b (mon.2) 8 : audit [INF] from='osd.2 [v2:172.21.15.98:6800/2113513556,v1:172.21.15.98:6801/2113513556]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-06-18T12:35:18.574 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:35:18 smithi131 bash[22694]: audit 2024-06-18T12:35:17.759090+0000 mon.a (mon.0) 551 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-06-18T12:35:18.575 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:35:18 smithi131 bash[22694]: audit 2024-06-18T12:35:17.900769+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:35:18.575 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:35:18 smithi131 bash[22694]: audit 2024-06-18T12:35:17.907253+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:35:18.575 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:35:18 smithi131 bash[22694]: audit 2024-06-18T12:35:17.912838+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:35:18.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:35:18 smithi089 bash[21925]: audit 2024-06-18T12:35:17.753102+0000 mon.b (mon.2) 8 : audit [INF] from='osd.2 [v2:172.21.15.98:6800/2113513556,v1:172.21.15.98:6801/2113513556]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-06-18T12:35:18.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:35:18 smithi089 bash[21925]: audit 2024-06-18T12:35:17.759090+0000 mon.a (mon.0) 551 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-06-18T12:35:18.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:35:18 smithi089 bash[21925]: audit 2024-06-18T12:35:17.900769+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:35:18.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:35:18 smithi089 bash[21925]: audit 2024-06-18T12:35:17.907253+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:35:18.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:35:18 smithi089 bash[21925]: audit 2024-06-18T12:35:17.912838+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:35:19.323 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:35:19 smithi098 bash[22565]: cluster 2024-06-18T12:35:17.836016+0000 mgr.a (mgr.14150) 207 : cluster [DBG] pgmap v149: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-06-18T12:35:19.323 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:35:19 smithi098 bash[22565]: audit 2024-06-18T12:35:18.193011+0000 mon.a (mon.0) 555 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-06-18T12:35:19.323 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:35:19 smithi098 bash[22565]: audit 2024-06-18T12:35:18.193920+0000 mon.b (mon.2) 9 : audit [INF] from='osd.2 [v2:172.21.15.98:6800/2113513556,v1:172.21.15.98:6801/2113513556]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]: dispatch 2024-06-18T12:35:19.323 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:35:19 smithi098 bash[22565]: cluster 2024-06-18T12:35:18.197784+0000 mon.a (mon.0) 556 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-06-18T12:35:19.323 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:35:19 smithi098 bash[22565]: audit 2024-06-18T12:35:18.198241+0000 mon.a (mon.0) 557 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-06-18T12:35:19.323 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:35:19 smithi098 bash[22565]: audit 2024-06-18T12:35:18.200129+0000 mon.a (mon.0) 558 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]: dispatch 2024-06-18T12:35:19.575 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:35:19 smithi131 bash[22694]: cluster 2024-06-18T12:35:17.836016+0000 mgr.a (mgr.14150) 207 : cluster [DBG] pgmap v149: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-06-18T12:35:19.575 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:35:19 smithi131 bash[22694]: audit 2024-06-18T12:35:18.193011+0000 mon.a (mon.0) 555 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-06-18T12:35:19.575 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:35:19 smithi131 bash[22694]: audit 2024-06-18T12:35:18.193920+0000 mon.b (mon.2) 9 : audit [INF] from='osd.2 [v2:172.21.15.98:6800/2113513556,v1:172.21.15.98:6801/2113513556]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]: dispatch 2024-06-18T12:35:19.575 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:35:19 smithi131 bash[22694]: cluster 2024-06-18T12:35:18.197784+0000 mon.a (mon.0) 556 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-06-18T12:35:19.575 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:35:19 smithi131 bash[22694]: audit 2024-06-18T12:35:18.198241+0000 mon.a (mon.0) 557 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-06-18T12:35:19.575 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:35:19 smithi131 bash[22694]: audit 2024-06-18T12:35:18.200129+0000 mon.a (mon.0) 558 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]: dispatch 2024-06-18T12:35:19.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:35:19 smithi089 bash[21925]: cluster 2024-06-18T12:35:17.836016+0000 mgr.a (mgr.14150) 207 : cluster [DBG] pgmap v149: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-06-18T12:35:19.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:35:19 smithi089 bash[21925]: audit 2024-06-18T12:35:18.193011+0000 mon.a (mon.0) 555 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-06-18T12:35:19.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:35:19 smithi089 bash[21925]: audit 2024-06-18T12:35:18.193920+0000 mon.b (mon.2) 9 : audit [INF] from='osd.2 [v2:172.21.15.98:6800/2113513556,v1:172.21.15.98:6801/2113513556]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]: dispatch 2024-06-18T12:35:19.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:35:19 smithi089 bash[21925]: cluster 2024-06-18T12:35:18.197784+0000 mon.a (mon.0) 556 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-06-18T12:35:19.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:35:19 smithi089 bash[21925]: audit 2024-06-18T12:35:18.198241+0000 mon.a (mon.0) 557 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-06-18T12:35:19.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:35:19 smithi089 bash[21925]: audit 2024-06-18T12:35:18.200129+0000 mon.a (mon.0) 558 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]: dispatch 2024-06-18T12:35:20.167 INFO:teuthology.orchestra.run.smithi098.stdout:Created osd(s) 2 on host 'smithi098' 2024-06-18T12:35:20.483 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:35:20 smithi131 bash[22694]: audit 2024-06-18T12:35:19.195349+0000 mon.a (mon.0) 559 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]': finished 2024-06-18T12:35:20.483 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:35:20 smithi131 bash[22694]: cluster 2024-06-18T12:35:19.200573+0000 mon.a (mon.0) 560 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-06-18T12:35:20.483 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:35:20 smithi131 bash[22694]: audit 2024-06-18T12:35:19.201567+0000 mon.a (mon.0) 561 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-06-18T12:35:20.483 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:35:20 smithi131 bash[22694]: audit 2024-06-18T12:35:19.208938+0000 mon.a (mon.0) 562 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-06-18T12:35:20.483 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:35:20 smithi131 bash[22694]: audit 2024-06-18T12:35:20.157074+0000 mon.a (mon.0) 563 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T12:35:20.483 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:35:20 smithi131 bash[22694]: audit 2024-06-18T12:35:20.164962+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:35:20.483 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:35:20 smithi131 bash[22694]: audit 2024-06-18T12:35:20.165857+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-06-18T12:35:20.483 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:35:20 smithi131 bash[22694]: audit 2024-06-18T12:35:20.173257+0000 mon.a (mon.0) 566 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:35:20.483 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:35:20 smithi131 bash[22694]: audit 2024-06-18T12:35:20.179518+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:35:20.483 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:35:20 smithi131 bash[22694]: audit 2024-06-18T12:35:20.183882+0000 mon.a (mon.0) 568 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:35:20.483 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:35:20 smithi131 bash[22694]: audit 2024-06-18T12:35:20.185295+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T12:35:20.484 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:35:20 smithi131 bash[22694]: audit 2024-06-18T12:35:20.194663+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:35:20.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:35:20 smithi098 bash[22565]: audit 2024-06-18T12:35:19.195349+0000 mon.a (mon.0) 559 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]': finished 2024-06-18T12:35:20.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:35:20 smithi098 bash[22565]: cluster 2024-06-18T12:35:19.200573+0000 mon.a (mon.0) 560 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-06-18T12:35:20.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:35:20 smithi098 bash[22565]: audit 2024-06-18T12:35:19.201567+0000 mon.a (mon.0) 561 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-06-18T12:35:20.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:35:20 smithi098 bash[22565]: audit 2024-06-18T12:35:19.208938+0000 mon.a (mon.0) 562 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-06-18T12:35:20.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:35:20 smithi098 bash[22565]: audit 2024-06-18T12:35:20.157074+0000 mon.a (mon.0) 563 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T12:35:20.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:35:20 smithi098 bash[22565]: audit 2024-06-18T12:35:20.164962+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:35:20.574 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:35:20 smithi098 bash[22565]: audit 2024-06-18T12:35:20.165857+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-06-18T12:35:20.574 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:35:20 smithi098 bash[22565]: audit 2024-06-18T12:35:20.173257+0000 mon.a (mon.0) 566 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:35:20.574 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:35:20 smithi098 bash[22565]: audit 2024-06-18T12:35:20.179518+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:35:20.574 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:35:20 smithi098 bash[22565]: audit 2024-06-18T12:35:20.183882+0000 mon.a (mon.0) 568 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:35:20.574 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:35:20 smithi098 bash[22565]: audit 2024-06-18T12:35:20.185295+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T12:35:20.574 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:35:20 smithi098 bash[22565]: audit 2024-06-18T12:35:20.194663+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:35:20.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:35:20 smithi089 bash[21925]: audit 2024-06-18T12:35:19.195349+0000 mon.a (mon.0) 559 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]': finished 2024-06-18T12:35:20.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:35:20 smithi089 bash[21925]: cluster 2024-06-18T12:35:19.200573+0000 mon.a (mon.0) 560 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-06-18T12:35:20.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:35:20 smithi089 bash[21925]: audit 2024-06-18T12:35:19.201567+0000 mon.a (mon.0) 561 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-06-18T12:35:20.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:35:20 smithi089 bash[21925]: audit 2024-06-18T12:35:19.208938+0000 mon.a (mon.0) 562 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-06-18T12:35:20.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:35:20 smithi089 bash[21925]: audit 2024-06-18T12:35:20.157074+0000 mon.a (mon.0) 563 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T12:35:20.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:35:20 smithi089 bash[21925]: audit 2024-06-18T12:35:20.164962+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:35:20.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:35:20 smithi089 bash[21925]: audit 2024-06-18T12:35:20.165857+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-06-18T12:35:20.660 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:35:20 smithi089 bash[21925]: audit 2024-06-18T12:35:20.173257+0000 mon.a (mon.0) 566 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:35:20.660 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:35:20 smithi089 bash[21925]: audit 2024-06-18T12:35:20.179518+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:35:20.660 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:35:20 smithi089 bash[21925]: audit 2024-06-18T12:35:20.183882+0000 mon.a (mon.0) 568 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:35:20.660 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:35:20 smithi089 bash[21925]: audit 2024-06-18T12:35:20.185295+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T12:35:20.660 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:35:20 smithi089 bash[21925]: audit 2024-06-18T12:35:20.194663+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:35:20.774 DEBUG:teuthology.orchestra.run.smithi098:osd.2> sudo journalctl -f -n 0 -u ceph-326ab62a-2d6e-11ef-bc9d-c7b262605968@osd.2.service 2024-06-18T12:35:20.776 INFO:tasks.cephadm:Deploying osd.3 on smithi098 with /dev/vg_nvme/lv_3... 2024-06-18T12:35:20.777 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 326ab62a-2d6e-11ef-bc9d-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-06-18T12:35:21.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:35:21 smithi098 bash[22565]: cluster 2024-06-18T12:35:18.755502+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-06-18T12:35:21.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:35:21 smithi098 bash[22565]: cluster 2024-06-18T12:35:18.755603+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-06-18T12:35:21.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:35:21 smithi098 bash[22565]: cluster 2024-06-18T12:35:19.836428+0000 mgr.a (mgr.14150) 208 : cluster [DBG] pgmap v152: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-06-18T12:35:21.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:35:21 smithi098 bash[22565]: cephadm 2024-06-18T12:35:20.168541+0000 mgr.a (mgr.14150) 209 : cephadm [INF] Adjusting osd_memory_target on smithi098 to 16241M 2024-06-18T12:35:21.574 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:35:21 smithi098 bash[22565]: cluster 2024-06-18T12:35:20.210048+0000 mon.a (mon.0) 571 : cluster [INF] osd.2 [v2:172.21.15.98:6800/2113513556,v1:172.21.15.98:6801/2113513556] boot 2024-06-18T12:35:21.574 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:35:21 smithi098 bash[22565]: cluster 2024-06-18T12:35:20.210111+0000 mon.a (mon.0) 572 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-06-18T12:35:21.574 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:35:21 smithi098 bash[22565]: audit 2024-06-18T12:35:20.210784+0000 mon.a (mon.0) 573 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-06-18T12:35:21.574 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:35:21 smithi098 bash[22565]: audit 2024-06-18T12:35:20.692616+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' 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-06-18T12:35:21.575 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:35:21 smithi131 bash[22694]: cluster 2024-06-18T12:35:18.755502+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-06-18T12:35:21.575 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:35:21 smithi131 bash[22694]: cluster 2024-06-18T12:35:18.755603+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-06-18T12:35:21.575 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:35:21 smithi131 bash[22694]: cluster 2024-06-18T12:35:19.836428+0000 mgr.a (mgr.14150) 208 : cluster [DBG] pgmap v152: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-06-18T12:35:21.575 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:35:21 smithi131 bash[22694]: cephadm 2024-06-18T12:35:20.168541+0000 mgr.a (mgr.14150) 209 : cephadm [INF] Adjusting osd_memory_target on smithi098 to 16241M 2024-06-18T12:35:21.575 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:35:21 smithi131 bash[22694]: cluster 2024-06-18T12:35:20.210048+0000 mon.a (mon.0) 571 : cluster [INF] osd.2 [v2:172.21.15.98:6800/2113513556,v1:172.21.15.98:6801/2113513556] boot 2024-06-18T12:35:21.575 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:35:21 smithi131 bash[22694]: cluster 2024-06-18T12:35:20.210111+0000 mon.a (mon.0) 572 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-06-18T12:35:21.575 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:35:21 smithi131 bash[22694]: audit 2024-06-18T12:35:20.210784+0000 mon.a (mon.0) 573 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-06-18T12:35:21.575 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:35:21 smithi131 bash[22694]: audit 2024-06-18T12:35:20.692616+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' 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-06-18T12:35:21.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:35:21 smithi089 bash[21925]: cluster 2024-06-18T12:35:18.755502+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-06-18T12:35:21.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:35:21 smithi089 bash[21925]: cluster 2024-06-18T12:35:18.755603+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-06-18T12:35:21.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:35:21 smithi089 bash[21925]: cluster 2024-06-18T12:35:19.836428+0000 mgr.a (mgr.14150) 208 : cluster [DBG] pgmap v152: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-06-18T12:35:21.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:35:21 smithi089 bash[21925]: cephadm 2024-06-18T12:35:20.168541+0000 mgr.a (mgr.14150) 209 : cephadm [INF] Adjusting osd_memory_target on smithi098 to 16241M 2024-06-18T12:35:21.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:35:21 smithi089 bash[21925]: cluster 2024-06-18T12:35:20.210048+0000 mon.a (mon.0) 571 : cluster [INF] osd.2 [v2:172.21.15.98:6800/2113513556,v1:172.21.15.98:6801/2113513556] boot 2024-06-18T12:35:21.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:35:21 smithi089 bash[21925]: cluster 2024-06-18T12:35:20.210111+0000 mon.a (mon.0) 572 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-06-18T12:35:21.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:35:21 smithi089 bash[21925]: audit 2024-06-18T12:35:20.210784+0000 mon.a (mon.0) 573 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-06-18T12:35:21.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:35:21 smithi089 bash[21925]: audit 2024-06-18T12:35:20.692616+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' 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-06-18T12:35:22.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:35:22 smithi098 bash[22565]: audit 2024-06-18T12:35:21.222846+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' 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-06-18T12:35:22.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:35:22 smithi098 bash[22565]: cluster 2024-06-18T12:35:21.227346+0000 mon.a (mon.0) 576 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-06-18T12:35:22.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:35:22 smithi098 bash[22565]: audit 2024-06-18T12:35:21.229013+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-06-18T12:35:22.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:35:22 smithi098 bash[22565]: audit 2024-06-18T12:35:21.811951+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:35:22.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:35:22 smithi098 bash[22565]: audit 2024-06-18T12:35:21.819298+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:35:22.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:35:22 smithi098 bash[22565]: audit 2024-06-18T12:35:21.828280+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:35:22.574 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:35:22 smithi131 bash[22694]: audit 2024-06-18T12:35:21.222846+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' 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-06-18T12:35:22.574 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:35:22 smithi131 bash[22694]: cluster 2024-06-18T12:35:21.227346+0000 mon.a (mon.0) 576 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-06-18T12:35:22.574 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:35:22 smithi131 bash[22694]: audit 2024-06-18T12:35:21.229013+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-06-18T12:35:22.575 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:35:22 smithi131 bash[22694]: audit 2024-06-18T12:35:21.811951+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:35:22.575 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:35:22 smithi131 bash[22694]: audit 2024-06-18T12:35:21.819298+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:35:22.575 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:35:22 smithi131 bash[22694]: audit 2024-06-18T12:35:21.828280+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:35:22.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:35:22 smithi089 bash[21925]: audit 2024-06-18T12:35:21.222846+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' 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-06-18T12:35:22.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:35:22 smithi089 bash[21925]: cluster 2024-06-18T12:35:21.227346+0000 mon.a (mon.0) 576 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-06-18T12:35:22.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:35:22 smithi089 bash[21925]: audit 2024-06-18T12:35:21.229013+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-06-18T12:35:22.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:35:22 smithi089 bash[21925]: audit 2024-06-18T12:35:21.811951+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:35:22.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:35:22 smithi089 bash[21925]: audit 2024-06-18T12:35:21.819298+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:35:22.660 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:35:22 smithi089 bash[21925]: audit 2024-06-18T12:35:21.828280+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:35:23.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:35:23 smithi098 bash[22565]: cluster 2024-06-18T12:35:21.837005+0000 mgr.a (mgr.14150) 210 : cluster [DBG] pgmap v155: 1 pgs: 1 unknown; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-06-18T12:35:23.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:35:23 smithi098 bash[22565]: audit 2024-06-18T12:35:22.232132+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-06-18T12:35:23.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:35:23 smithi098 bash[22565]: cluster 2024-06-18T12:35:22.236714+0000 mon.a (mon.0) 582 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-06-18T12:35:23.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:35:23 smithi098 bash[22565]: cluster 2024-06-18T12:35:22.824959+0000 mon.a (mon.0) 583 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-06-18T12:35:23.574 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:35:23 smithi131 bash[22694]: cluster 2024-06-18T12:35:21.837005+0000 mgr.a (mgr.14150) 210 : cluster [DBG] pgmap v155: 1 pgs: 1 unknown; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-06-18T12:35:23.574 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:35:23 smithi131 bash[22694]: audit 2024-06-18T12:35:22.232132+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-06-18T12:35:23.574 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:35:23 smithi131 bash[22694]: cluster 2024-06-18T12:35:22.236714+0000 mon.a (mon.0) 582 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-06-18T12:35:23.574 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:35:23 smithi131 bash[22694]: cluster 2024-06-18T12:35:22.824959+0000 mon.a (mon.0) 583 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-06-18T12:35:23.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:35:23 smithi089 bash[21925]: cluster 2024-06-18T12:35:21.837005+0000 mgr.a (mgr.14150) 210 : cluster [DBG] pgmap v155: 1 pgs: 1 unknown; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-06-18T12:35:23.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:35:23 smithi089 bash[21925]: audit 2024-06-18T12:35:22.232132+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-06-18T12:35:23.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:35:23 smithi089 bash[21925]: cluster 2024-06-18T12:35:22.236714+0000 mon.a (mon.0) 582 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-06-18T12:35:23.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:35:23 smithi089 bash[21925]: cluster 2024-06-18T12:35:22.824959+0000 mon.a (mon.0) 583 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-06-18T12:35:24.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:35:24 smithi098 bash[22565]: cluster 2024-06-18T12:35:23.248169+0000 mon.a (mon.0) 584 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-06-18T12:35:24.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:35:24 smithi098 bash[22565]: audit 2024-06-18T12:35:23.539548+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:35:24.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:35:24 smithi098 bash[22565]: cluster 2024-06-18T12:35:23.843189+0000 mon.a (mon.0) 586 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-06-18T12:35:24.574 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:35:24 smithi131 bash[22694]: cluster 2024-06-18T12:35:23.248169+0000 mon.a (mon.0) 584 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-06-18T12:35:24.574 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:35:24 smithi131 bash[22694]: audit 2024-06-18T12:35:23.539548+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:35:24.574 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:35:24 smithi131 bash[22694]: cluster 2024-06-18T12:35:23.843189+0000 mon.a (mon.0) 586 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-06-18T12:35:24.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:35:24 smithi089 bash[21925]: cluster 2024-06-18T12:35:23.248169+0000 mon.a (mon.0) 584 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-06-18T12:35:24.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:35:24 smithi089 bash[21925]: audit 2024-06-18T12:35:23.539548+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:35:24.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:35:24 smithi089 bash[21925]: cluster 2024-06-18T12:35:23.843189+0000 mon.a (mon.0) 586 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-06-18T12:35:25.536 INFO:teuthology.orchestra.run.smithi098.stderr:Inferring config /var/lib/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/mon.b/config 2024-06-18T12:35:25.572 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:35:25 smithi098 bash[22565]: cluster 2024-06-18T12:35:23.837510+0000 mgr.a (mgr.14150) 211 : cluster [DBG] pgmap v158: 1 pgs: 1 unknown; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-06-18T12:35:25.572 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:35:25 smithi098 bash[22565]: cluster 2024-06-18T12:35:24.831550+0000 mon.a (mon.0) 587 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-06-18T12:35:25.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:35:25 smithi098 bash[22565]: cluster 2024-06-18T12:35:24.831593+0000 mon.a (mon.0) 588 : cluster [INF] Cluster is now healthy 2024-06-18T12:35:25.574 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:35:25 smithi131 bash[22694]: cluster 2024-06-18T12:35:23.837510+0000 mgr.a (mgr.14150) 211 : cluster [DBG] pgmap v158: 1 pgs: 1 unknown; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-06-18T12:35:25.574 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:35:25 smithi131 bash[22694]: cluster 2024-06-18T12:35:24.831550+0000 mon.a (mon.0) 587 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-06-18T12:35:25.574 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:35:25 smithi131 bash[22694]: cluster 2024-06-18T12:35:24.831593+0000 mon.a (mon.0) 588 : cluster [INF] Cluster is now healthy 2024-06-18T12:35:25.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:35:25 smithi089 bash[21925]: cluster 2024-06-18T12:35:23.837510+0000 mgr.a (mgr.14150) 211 : cluster [DBG] pgmap v158: 1 pgs: 1 unknown; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-06-18T12:35:25.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:35:25 smithi089 bash[21925]: cluster 2024-06-18T12:35:24.831550+0000 mon.a (mon.0) 587 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-06-18T12:35:25.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:35:25 smithi089 bash[21925]: cluster 2024-06-18T12:35:24.831593+0000 mon.a (mon.0) 588 : cluster [INF] Cluster is now healthy 2024-06-18T12:35:27.561 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:35:27 smithi089 bash[21925]: audit 2024-06-18T12:35:25.409548+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:35:27.562 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:35:27 smithi089 bash[21925]: audit 2024-06-18T12:35:25.412189+0000 mon.a (mon.0) 590 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-06-18T12:35:27.562 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:35:27 smithi089 bash[21925]: audit 2024-06-18T12:35:26.268899+0000 mon.a (mon.0) 591 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-06-18T12:35:27.562 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:35:27 smithi089 bash[21925]: audit 2024-06-18T12:35:26.269771+0000 mon.a (mon.0) 592 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-06-18T12:35:27.562 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:35:27 smithi089 bash[21925]: audit 2024-06-18T12:35:26.269899+0000 mon.a (mon.0) 593 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-06-18T12:35:27.562 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:35:27 smithi089 bash[21925]: audit 2024-06-18T12:35:26.270004+0000 mon.a (mon.0) 594 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-06-18T12:35:27.562 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:35:27 smithi089 bash[21925]: audit 2024-06-18T12:35:26.273103+0000 mon.a (mon.0) 595 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-06-18T12:35:27.562 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:35:27 smithi089 bash[21925]: audit 2024-06-18T12:35:26.273418+0000 mon.a (mon.0) 596 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-06-18T12:35:27.562 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:35:27 smithi089 bash[21925]: audit 2024-06-18T12:35:26.273708+0000 mon.a (mon.0) 597 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-06-18T12:35:27.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:35:27 smithi098 bash[22565]: audit 2024-06-18T12:35:25.409548+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:35:27.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:35:27 smithi098 bash[22565]: audit 2024-06-18T12:35:25.412189+0000 mon.a (mon.0) 590 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-06-18T12:35:27.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:35:27 smithi098 bash[22565]: audit 2024-06-18T12:35:26.268899+0000 mon.a (mon.0) 591 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-06-18T12:35:27.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:35:27 smithi098 bash[22565]: audit 2024-06-18T12:35:26.269771+0000 mon.a (mon.0) 592 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-06-18T12:35:27.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:35:27 smithi098 bash[22565]: audit 2024-06-18T12:35:26.269899+0000 mon.a (mon.0) 593 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-06-18T12:35:27.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:35:27 smithi098 bash[22565]: audit 2024-06-18T12:35:26.270004+0000 mon.a (mon.0) 594 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-06-18T12:35:27.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:35:27 smithi098 bash[22565]: audit 2024-06-18T12:35:26.273103+0000 mon.a (mon.0) 595 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-06-18T12:35:27.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:35:27 smithi098 bash[22565]: audit 2024-06-18T12:35:26.273418+0000 mon.a (mon.0) 596 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-06-18T12:35:27.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:35:27 smithi098 bash[22565]: audit 2024-06-18T12:35:26.273708+0000 mon.a (mon.0) 597 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-06-18T12:35:27.574 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:35:27 smithi131 bash[22694]: audit 2024-06-18T12:35:25.409548+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:35:27.574 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:35:27 smithi131 bash[22694]: audit 2024-06-18T12:35:25.412189+0000 mon.a (mon.0) 590 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-06-18T12:35:27.574 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:35:27 smithi131 bash[22694]: audit 2024-06-18T12:35:26.268899+0000 mon.a (mon.0) 591 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-06-18T12:35:27.575 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:35:27 smithi131 bash[22694]: audit 2024-06-18T12:35:26.269771+0000 mon.a (mon.0) 592 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-06-18T12:35:27.575 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:35:27 smithi131 bash[22694]: audit 2024-06-18T12:35:26.269899+0000 mon.a (mon.0) 593 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-06-18T12:35:27.575 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:35:27 smithi131 bash[22694]: audit 2024-06-18T12:35:26.270004+0000 mon.a (mon.0) 594 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-06-18T12:35:27.575 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:35:27 smithi131 bash[22694]: audit 2024-06-18T12:35:26.273103+0000 mon.a (mon.0) 595 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-06-18T12:35:27.575 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:35:27 smithi131 bash[22694]: audit 2024-06-18T12:35:26.273418+0000 mon.a (mon.0) 596 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-06-18T12:35:27.575 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:35:27 smithi131 bash[22694]: audit 2024-06-18T12:35:26.273708+0000 mon.a (mon.0) 597 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-06-18T12:35:28.409 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:35:28 smithi089 bash[21925]: cluster 2024-06-18T12:35:25.838000+0000 mgr.a (mgr.14150) 212 : cluster [DBG] pgmap v159: 1 pgs: 1 unknown; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-06-18T12:35:28.409 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:35:28 smithi089 bash[21925]: audit 2024-06-18T12:35:26.268563+0000 mon.c (mon.1) 3 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-06-18T12:35:28.409 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:35:28 smithi089 bash[21925]: audit 2024-06-18T12:35:27.174065+0000 mon.c (mon.1) 4 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-06-18T12:35:28.410 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:35:28 smithi089 bash[21925]: audit 2024-06-18T12:35:27.223495+0000 mon.b (mon.2) 10 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-06-18T12:35:28.410 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:35:28 smithi089 bash[21925]: audit 2024-06-18T12:35:27.225889+0000 mon.a (mon.0) 598 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:35:28.410 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:35:28 smithi089 bash[21925]: audit 2024-06-18T12:35:27.229547+0000 mon.a (mon.0) 599 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-06-18T12:35:28.410 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:35:28 smithi089 bash[21925]: audit 2024-06-18T12:35:27.230073+0000 mon.a (mon.0) 600 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-06-18T12:35:28.410 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:35:28 smithi089 bash[21925]: audit 2024-06-18T12:35:27.230542+0000 mon.a (mon.0) 601 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-06-18T12:35:28.410 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:35:28 smithi089 bash[21925]: audit 2024-06-18T12:35:28.124353+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-06-18T12:35:28.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:35:28 smithi098 bash[22565]: cluster 2024-06-18T12:35:25.838000+0000 mgr.a (mgr.14150) 212 : cluster [DBG] pgmap v159: 1 pgs: 1 unknown; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-06-18T12:35:28.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:35:28 smithi098 bash[22565]: audit 2024-06-18T12:35:26.268563+0000 mon.c (mon.1) 3 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-06-18T12:35:28.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:35:28 smithi098 bash[22565]: audit 2024-06-18T12:35:27.174065+0000 mon.c (mon.1) 4 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-06-18T12:35:28.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:35:28 smithi098 bash[22565]: audit 2024-06-18T12:35:27.223495+0000 mon.b (mon.2) 10 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-06-18T12:35:28.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:35:28 smithi098 bash[22565]: audit 2024-06-18T12:35:27.225889+0000 mon.a (mon.0) 598 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:35:28.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:35:28 smithi098 bash[22565]: audit 2024-06-18T12:35:27.229547+0000 mon.a (mon.0) 599 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-06-18T12:35:28.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:35:28 smithi098 bash[22565]: audit 2024-06-18T12:35:27.230073+0000 mon.a (mon.0) 600 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-06-18T12:35:28.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:35:28 smithi098 bash[22565]: audit 2024-06-18T12:35:27.230542+0000 mon.a (mon.0) 601 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-06-18T12:35:28.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:35:28 smithi098 bash[22565]: audit 2024-06-18T12:35:28.124353+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-06-18T12:35:28.574 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:35:28 smithi131 bash[22694]: cluster 2024-06-18T12:35:25.838000+0000 mgr.a (mgr.14150) 212 : cluster [DBG] pgmap v159: 1 pgs: 1 unknown; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-06-18T12:35:28.574 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:35:28 smithi131 bash[22694]: audit 2024-06-18T12:35:26.268563+0000 mon.c (mon.1) 3 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-06-18T12:35:28.575 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:35:28 smithi131 bash[22694]: audit 2024-06-18T12:35:27.174065+0000 mon.c (mon.1) 4 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-06-18T12:35:28.575 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:35:28 smithi131 bash[22694]: audit 2024-06-18T12:35:27.223495+0000 mon.b (mon.2) 10 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-06-18T12:35:28.575 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:35:28 smithi131 bash[22694]: audit 2024-06-18T12:35:27.225889+0000 mon.a (mon.0) 598 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:35:28.575 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:35:28 smithi131 bash[22694]: audit 2024-06-18T12:35:27.229547+0000 mon.a (mon.0) 599 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-06-18T12:35:28.575 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:35:28 smithi131 bash[22694]: audit 2024-06-18T12:35:27.230073+0000 mon.a (mon.0) 600 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-06-18T12:35:28.575 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:35:28 smithi131 bash[22694]: audit 2024-06-18T12:35:27.230542+0000 mon.a (mon.0) 601 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-06-18T12:35:28.575 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:35:28 smithi131 bash[22694]: audit 2024-06-18T12:35:28.124353+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-06-18T12:35:28.667 INFO:teuthology.orchestra.run.smithi098.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-06-18T12:35:28.813 INFO:teuthology.orchestra.run.smithi098.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-06-18T12:35:28.830 INFO:teuthology.orchestra.run.smithi098.stderr: stderr: 10+0 records in 2024-06-18T12:35:28.830 INFO:teuthology.orchestra.run.smithi098.stderr:10+0 records out 2024-06-18T12:35:28.830 INFO:teuthology.orchestra.run.smithi098.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.014386 s, 729 MB/s 2024-06-18T12:35:28.831 INFO:teuthology.orchestra.run.smithi098.stderr:--> Zapping successful for: 2024-06-18T12:35:29.409 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:35:29 smithi089 bash[21925]: cluster 2024-06-18T12:35:27.838569+0000 mgr.a (mgr.14150) 213 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T12:35:29.490 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:35:29 smithi098 bash[22565]: cluster 2024-06-18T12:35:27.838569+0000 mgr.a (mgr.14150) 213 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T12:35:29.491 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 326ab62a-2d6e-11ef-bc9d-c7b262605968 -- ceph orch daemon add osd smithi098:vg_nvme/lv_3 2024-06-18T12:35:29.574 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:35:29 smithi131 bash[22694]: cluster 2024-06-18T12:35:27.838569+0000 mgr.a (mgr.14150) 213 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T12:35:31.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:35:31 smithi098 bash[22565]: cluster 2024-06-18T12:35:29.838989+0000 mgr.a (mgr.14150) 214 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T12:35:31.574 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:35:31 smithi131 bash[22694]: cluster 2024-06-18T12:35:29.838989+0000 mgr.a (mgr.14150) 214 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T12:35:31.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:35:31 smithi089 bash[21925]: cluster 2024-06-18T12:35:29.838989+0000 mgr.a (mgr.14150) 214 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T12:35:33.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:35:33 smithi098 bash[22565]: cluster 2024-06-18T12:35:31.839544+0000 mgr.a (mgr.14150) 215 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 4.5 KiB/s rd, 196 KiB/s wr, 13 op/s 2024-06-18T12:35:33.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:35:33 smithi098 bash[22565]: audit 2024-06-18T12:35:32.330719+0000 mon.a (mon.0) 602 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:35:33.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:35:33 smithi098 bash[22565]: audit 2024-06-18T12:35:32.339211+0000 mon.a (mon.0) 603 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:35:33.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:35:33 smithi098 bash[22565]: cephadm 2024-06-18T12:35:32.342045+0000 mgr.a (mgr.14150) 216 : cephadm [INF] Detected new or changed devices on smithi098 2024-06-18T12:35:33.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:35:33 smithi098 bash[22565]: audit 2024-06-18T12:35:32.348800+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:35:33.574 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:35:33 smithi131 bash[22694]: cluster 2024-06-18T12:35:31.839544+0000 mgr.a (mgr.14150) 215 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 4.5 KiB/s rd, 196 KiB/s wr, 13 op/s 2024-06-18T12:35:33.574 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:35:33 smithi131 bash[22694]: audit 2024-06-18T12:35:32.330719+0000 mon.a (mon.0) 602 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:35:33.574 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:35:33 smithi131 bash[22694]: audit 2024-06-18T12:35:32.339211+0000 mon.a (mon.0) 603 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:35:33.575 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:35:33 smithi131 bash[22694]: cephadm 2024-06-18T12:35:32.342045+0000 mgr.a (mgr.14150) 216 : cephadm [INF] Detected new or changed devices on smithi098 2024-06-18T12:35:33.575 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:35:33 smithi131 bash[22694]: audit 2024-06-18T12:35:32.348800+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:35:33.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:35:33 smithi089 bash[21925]: cluster 2024-06-18T12:35:31.839544+0000 mgr.a (mgr.14150) 215 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 4.5 KiB/s rd, 196 KiB/s wr, 13 op/s 2024-06-18T12:35:33.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:35:33 smithi089 bash[21925]: audit 2024-06-18T12:35:32.330719+0000 mon.a (mon.0) 602 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:35:33.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:35:33 smithi089 bash[21925]: audit 2024-06-18T12:35:32.339211+0000 mon.a (mon.0) 603 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:35:33.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:35:33 smithi089 bash[21925]: cephadm 2024-06-18T12:35:32.342045+0000 mgr.a (mgr.14150) 216 : cephadm [INF] Detected new or changed devices on smithi098 2024-06-18T12:35:33.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:35:33 smithi089 bash[21925]: audit 2024-06-18T12:35:32.348800+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:35:34.646 INFO:teuthology.orchestra.run.smithi098.stderr:Inferring config /var/lib/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/mon.b/config 2024-06-18T12:35:35.575 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:35:35 smithi131 bash[22694]: cluster 2024-06-18T12:35:33.840119+0000 mgr.a (mgr.14150) 217 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 131 KiB/s wr, 9 op/s 2024-06-18T12:35:35.595 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:35:35 smithi098 bash[22565]: cluster 2024-06-18T12:35:33.840119+0000 mgr.a (mgr.14150) 217 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 131 KiB/s wr, 9 op/s 2024-06-18T12:35:35.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:35:35 smithi089 bash[21925]: cluster 2024-06-18T12:35:33.840119+0000 mgr.a (mgr.14150) 217 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 131 KiB/s wr, 9 op/s 2024-06-18T12:35:37.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:35:37 smithi089 bash[21925]: cluster 2024-06-18T12:35:35.840683+0000 mgr.a (mgr.14150) 218 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 98 KiB/s wr, 6 op/s 2024-06-18T12:35:37.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:35:37 smithi089 bash[21925]: audit 2024-06-18T12:35:37.039770+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:35:37.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:35:37 smithi089 bash[21925]: audit 2024-06-18T12:35:37.048186+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:35:37.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:35:37 smithi089 bash[21925]: audit 2024-06-18T12:35:37.057557+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:35:37.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:35:37 smithi098 bash[22565]: cluster 2024-06-18T12:35:35.840683+0000 mgr.a (mgr.14150) 218 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 98 KiB/s wr, 6 op/s 2024-06-18T12:35:37.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:35:37 smithi098 bash[22565]: audit 2024-06-18T12:35:37.039770+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:35:37.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:35:37 smithi098 bash[22565]: audit 2024-06-18T12:35:37.048186+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:35:37.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:35:37 smithi098 bash[22565]: audit 2024-06-18T12:35:37.057557+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:35:37.824 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:35:37 smithi131 bash[22694]: cluster 2024-06-18T12:35:35.840683+0000 mgr.a (mgr.14150) 218 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 98 KiB/s wr, 6 op/s 2024-06-18T12:35:37.824 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:35:37 smithi131 bash[22694]: audit 2024-06-18T12:35:37.039770+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:35:37.824 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:35:37 smithi131 bash[22694]: audit 2024-06-18T12:35:37.048186+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:35:37.824 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:35:37 smithi131 bash[22694]: audit 2024-06-18T12:35:37.057557+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:35:38.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:35:38 smithi089 bash[21925]: audit 2024-06-18T12:35:37.462398+0000 mgr.a (mgr.14150) 219 : audit [DBG] from='client.24173 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi098:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T12:35:38.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:35:38 smithi089 bash[21925]: audit 2024-06-18T12:35:37.468882+0000 mon.a (mon.0) 608 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-06-18T12:35:38.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:35:38 smithi089 bash[21925]: audit 2024-06-18T12:35:37.474794+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-06-18T12:35:38.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:35:38 smithi089 bash[21925]: audit 2024-06-18T12:35:37.476388+0000 mon.a (mon.0) 610 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:35:38.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:35:38 smithi089 bash[21925]: audit 2024-06-18T12:35:38.078283+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:35:38.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:35:38 smithi089 bash[21925]: audit 2024-06-18T12:35:38.085779+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:35:38.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:35:38 smithi089 bash[21925]: audit 2024-06-18T12:35:38.095382+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:35:38.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:35:38 smithi098 bash[22565]: audit 2024-06-18T12:35:37.462398+0000 mgr.a (mgr.14150) 219 : audit [DBG] from='client.24173 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi098:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T12:35:38.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:35:38 smithi098 bash[22565]: audit 2024-06-18T12:35:37.468882+0000 mon.a (mon.0) 608 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-06-18T12:35:38.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:35:38 smithi098 bash[22565]: audit 2024-06-18T12:35:37.474794+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-06-18T12:35:38.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:35:38 smithi098 bash[22565]: audit 2024-06-18T12:35:37.476388+0000 mon.a (mon.0) 610 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:35:38.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:35:38 smithi098 bash[22565]: audit 2024-06-18T12:35:38.078283+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:35:38.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:35:38 smithi098 bash[22565]: audit 2024-06-18T12:35:38.085779+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:35:38.824 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:35:38 smithi098 bash[22565]: audit 2024-06-18T12:35:38.095382+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:35:38.824 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:35:38 smithi131 bash[22694]: audit 2024-06-18T12:35:37.462398+0000 mgr.a (mgr.14150) 219 : audit [DBG] from='client.24173 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi098:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T12:35:38.824 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:35:38 smithi131 bash[22694]: audit 2024-06-18T12:35:37.468882+0000 mon.a (mon.0) 608 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-06-18T12:35:38.824 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:35:38 smithi131 bash[22694]: audit 2024-06-18T12:35:37.474794+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-06-18T12:35:38.825 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:35:38 smithi131 bash[22694]: audit 2024-06-18T12:35:37.476388+0000 mon.a (mon.0) 610 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:35:38.825 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:35:38 smithi131 bash[22694]: audit 2024-06-18T12:35:38.078283+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:35:38.825 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:35:38 smithi131 bash[22694]: audit 2024-06-18T12:35:38.085779+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:35:38.825 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:35:38 smithi131 bash[22694]: audit 2024-06-18T12:35:38.095382+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:35:39.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:35:39 smithi089 bash[21925]: cluster 2024-06-18T12:35:37.841226+0000 mgr.a (mgr.14150) 220 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 78 KiB/s wr, 5 op/s 2024-06-18T12:35:39.822 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:35:39 smithi098 bash[22565]: cluster 2024-06-18T12:35:37.841226+0000 mgr.a (mgr.14150) 220 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 78 KiB/s wr, 5 op/s 2024-06-18T12:35:39.824 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:35:39 smithi131 bash[22694]: cluster 2024-06-18T12:35:37.841226+0000 mgr.a (mgr.14150) 220 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 78 KiB/s wr, 5 op/s 2024-06-18T12:35:41.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:35:41 smithi089 bash[21925]: cluster 2024-06-18T12:35:39.841858+0000 mgr.a (mgr.14150) 221 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 65 KiB/s wr, 4 op/s 2024-06-18T12:35:41.822 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:35:41 smithi098 bash[22565]: cluster 2024-06-18T12:35:39.841858+0000 mgr.a (mgr.14150) 221 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 65 KiB/s wr, 4 op/s 2024-06-18T12:35:41.824 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:35:41 smithi131 bash[22694]: cluster 2024-06-18T12:35:39.841858+0000 mgr.a (mgr.14150) 221 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 65 KiB/s wr, 4 op/s 2024-06-18T12:35:43.323 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:35:43 smithi098 bash[22565]: cluster 2024-06-18T12:35:41.842425+0000 mgr.a (mgr.14150) 222 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 65 KiB/s wr, 4 op/s 2024-06-18T12:35:43.323 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:35:43 smithi098 bash[22565]: audit 2024-06-18T12:35:42.023035+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:35:43.323 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:35:43 smithi098 bash[22565]: audit 2024-06-18T12:35:42.030441+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:35:43.323 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:35:43 smithi098 bash[22565]: audit 2024-06-18T12:35:42.039775+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:35:43.324 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:35:43 smithi131 bash[22694]: cluster 2024-06-18T12:35:41.842425+0000 mgr.a (mgr.14150) 222 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 65 KiB/s wr, 4 op/s 2024-06-18T12:35:43.324 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:35:43 smithi131 bash[22694]: audit 2024-06-18T12:35:42.023035+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:35:43.324 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:35:43 smithi131 bash[22694]: audit 2024-06-18T12:35:42.030441+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:35:43.324 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:35:43 smithi131 bash[22694]: audit 2024-06-18T12:35:42.039775+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:35:43.409 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:35:43 smithi089 bash[21925]: cluster 2024-06-18T12:35:41.842425+0000 mgr.a (mgr.14150) 222 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 65 KiB/s wr, 4 op/s 2024-06-18T12:35:43.409 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:35:43 smithi089 bash[21925]: audit 2024-06-18T12:35:42.023035+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:35:43.409 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:35:43 smithi089 bash[21925]: audit 2024-06-18T12:35:42.030441+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:35:43.409 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:35:43 smithi089 bash[21925]: audit 2024-06-18T12:35:42.039775+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:35:45.322 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:35:45 smithi098 bash[22565]: cluster 2024-06-18T12:35:43.842929+0000 mgr.a (mgr.14150) 223 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T12:35:45.362 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:35:45 smithi131 bash[22694]: cluster 2024-06-18T12:35:43.842929+0000 mgr.a (mgr.14150) 223 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T12:35:45.409 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:35:45 smithi089 bash[21925]: cluster 2024-06-18T12:35:43.842929+0000 mgr.a (mgr.14150) 223 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T12:35:46.323 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:35:46 smithi098 bash[22565]: audit 2024-06-18T12:35:45.817606+0000 mon.b (mon.2) 12 : audit [INF] from='client.? 172.21.15.98:0/3893615968' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "840e952f-c8f9-4b97-ab47-f0b86771b944"}]: dispatch 2024-06-18T12:35:46.323 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:35:46 smithi098 bash[22565]: audit 2024-06-18T12:35:45.823892+0000 mon.a (mon.0) 617 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "840e952f-c8f9-4b97-ab47-f0b86771b944"}]: dispatch 2024-06-18T12:35:46.323 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:35:46 smithi098 bash[22565]: audit 2024-06-18T12:35:45.827368+0000 mon.a (mon.0) 618 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "840e952f-c8f9-4b97-ab47-f0b86771b944"}]': finished 2024-06-18T12:35:46.323 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:35:46 smithi098 bash[22565]: cluster 2024-06-18T12:35:45.832684+0000 mon.a (mon.0) 619 : cluster [DBG] osdmap e22: 4 total, 3 up, 4 in 2024-06-18T12:35:46.323 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:35:46 smithi098 bash[22565]: audit 2024-06-18T12:35:45.833203+0000 mon.a (mon.0) 620 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-06-18T12:35:46.324 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:35:46 smithi131 bash[22694]: audit 2024-06-18T12:35:45.817606+0000 mon.b (mon.2) 12 : audit [INF] from='client.? 172.21.15.98:0/3893615968' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "840e952f-c8f9-4b97-ab47-f0b86771b944"}]: dispatch 2024-06-18T12:35:46.324 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:35:46 smithi131 bash[22694]: audit 2024-06-18T12:35:45.823892+0000 mon.a (mon.0) 617 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "840e952f-c8f9-4b97-ab47-f0b86771b944"}]: dispatch 2024-06-18T12:35:46.324 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:35:46 smithi131 bash[22694]: audit 2024-06-18T12:35:45.827368+0000 mon.a (mon.0) 618 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "840e952f-c8f9-4b97-ab47-f0b86771b944"}]': finished 2024-06-18T12:35:46.324 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:35:46 smithi131 bash[22694]: cluster 2024-06-18T12:35:45.832684+0000 mon.a (mon.0) 619 : cluster [DBG] osdmap e22: 4 total, 3 up, 4 in 2024-06-18T12:35:46.324 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:35:46 smithi131 bash[22694]: audit 2024-06-18T12:35:45.833203+0000 mon.a (mon.0) 620 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-06-18T12:35:46.409 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:35:46 smithi089 bash[21925]: audit 2024-06-18T12:35:45.817606+0000 mon.b (mon.2) 12 : audit [INF] from='client.? 172.21.15.98:0/3893615968' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "840e952f-c8f9-4b97-ab47-f0b86771b944"}]: dispatch 2024-06-18T12:35:46.409 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:35:46 smithi089 bash[21925]: audit 2024-06-18T12:35:45.823892+0000 mon.a (mon.0) 617 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "840e952f-c8f9-4b97-ab47-f0b86771b944"}]: dispatch 2024-06-18T12:35:46.409 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:35:46 smithi089 bash[21925]: audit 2024-06-18T12:35:45.827368+0000 mon.a (mon.0) 618 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "840e952f-c8f9-4b97-ab47-f0b86771b944"}]': finished 2024-06-18T12:35:46.409 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:35:46 smithi089 bash[21925]: cluster 2024-06-18T12:35:45.832684+0000 mon.a (mon.0) 619 : cluster [DBG] osdmap e22: 4 total, 3 up, 4 in 2024-06-18T12:35:46.409 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:35:46 smithi089 bash[21925]: audit 2024-06-18T12:35:45.833203+0000 mon.a (mon.0) 620 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-06-18T12:35:47.322 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:35:47 smithi098 bash[22565]: cluster 2024-06-18T12:35:45.843415+0000 mgr.a (mgr.14150) 224 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T12:35:47.323 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:35:47 smithi098 bash[22565]: audit 2024-06-18T12:35:46.538656+0000 mon.b (mon.2) 13 : audit [DBG] from='client.? 172.21.15.98:0/2375600318' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-06-18T12:35:47.324 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:35:47 smithi131 bash[22694]: cluster 2024-06-18T12:35:45.843415+0000 mgr.a (mgr.14150) 224 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T12:35:47.324 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:35:47 smithi131 bash[22694]: audit 2024-06-18T12:35:46.538656+0000 mon.b (mon.2) 13 : audit [DBG] from='client.? 172.21.15.98:0/2375600318' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-06-18T12:35:47.409 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:35:47 smithi089 bash[21925]: cluster 2024-06-18T12:35:45.843415+0000 mgr.a (mgr.14150) 224 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-06-18T12:35:47.409 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:35:47 smithi089 bash[21925]: audit 2024-06-18T12:35:46.538656+0000 mon.b (mon.2) 13 : audit [DBG] from='client.? 172.21.15.98:0/2375600318' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-06-18T12:35:49.323 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:35:49 smithi098 bash[22565]: cluster 2024-06-18T12:35:47.844012+0000 mgr.a (mgr.14150) 225 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-06-18T12:35:49.324 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:35:49 smithi131 bash[22694]: cluster 2024-06-18T12:35:47.844012+0000 mgr.a (mgr.14150) 225 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-06-18T12:35:49.408 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:35:49 smithi089 bash[21925]: cluster 2024-06-18T12:35:47.844012+0000 mgr.a (mgr.14150) 225 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-06-18T12:35:51.171 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:35:51 smithi098 bash[22565]: cluster 2024-06-18T12:35:49.844538+0000 mgr.a (mgr.14150) 226 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-06-18T12:35:51.324 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:35:51 smithi131 bash[22694]: cluster 2024-06-18T12:35:49.844538+0000 mgr.a (mgr.14150) 226 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-06-18T12:35:51.408 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:35:51 smithi089 bash[21925]: cluster 2024-06-18T12:35:49.844538+0000 mgr.a (mgr.14150) 226 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-06-18T12:35:53.322 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:35:53 smithi098 bash[22565]: cluster 2024-06-18T12:35:51.845063+0000 mgr.a (mgr.14150) 227 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-06-18T12:35:53.324 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:35:53 smithi131 bash[22694]: cluster 2024-06-18T12:35:51.845063+0000 mgr.a (mgr.14150) 227 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-06-18T12:35:53.409 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:35:53 smithi089 bash[21925]: cluster 2024-06-18T12:35:51.845063+0000 mgr.a (mgr.14150) 227 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-06-18T12:35:55.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:35:55 smithi098 bash[22565]: cluster 2024-06-18T12:35:53.845588+0000 mgr.a (mgr.14150) 228 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-06-18T12:35:55.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:35:55 smithi098 bash[22565]: audit 2024-06-18T12:35:54.328123+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:35:55.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:35:55 smithi098 bash[22565]: audit 2024-06-18T12:35:54.336340+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:35:55.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:35:55 smithi098 bash[22565]: cephadm 2024-06-18T12:35:54.339168+0000 mgr.a (mgr.14150) 229 : cephadm [INF] Detected new or changed devices on smithi098 2024-06-18T12:35:55.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:35:55 smithi098 bash[22565]: audit 2024-06-18T12:35:54.345746+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:35:55.574 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:35:55 smithi131 bash[22694]: cluster 2024-06-18T12:35:53.845588+0000 mgr.a (mgr.14150) 228 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-06-18T12:35:55.574 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:35:55 smithi131 bash[22694]: audit 2024-06-18T12:35:54.328123+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:35:55.574 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:35:55 smithi131 bash[22694]: audit 2024-06-18T12:35:54.336340+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:35:55.575 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:35:55 smithi131 bash[22694]: cephadm 2024-06-18T12:35:54.339168+0000 mgr.a (mgr.14150) 229 : cephadm [INF] Detected new or changed devices on smithi098 2024-06-18T12:35:55.575 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:35:55 smithi131 bash[22694]: audit 2024-06-18T12:35:54.345746+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:35:55.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:35:55 smithi089 bash[21925]: cluster 2024-06-18T12:35:53.845588+0000 mgr.a (mgr.14150) 228 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-06-18T12:35:55.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:35:55 smithi089 bash[21925]: audit 2024-06-18T12:35:54.328123+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:35:55.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:35:55 smithi089 bash[21925]: audit 2024-06-18T12:35:54.336340+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:35:55.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:35:55 smithi089 bash[21925]: cephadm 2024-06-18T12:35:54.339168+0000 mgr.a (mgr.14150) 229 : cephadm [INF] Detected new or changed devices on smithi098 2024-06-18T12:35:55.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:35:55 smithi089 bash[21925]: audit 2024-06-18T12:35:54.345746+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:35:57.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:35:57 smithi098 bash[22565]: cluster 2024-06-18T12:35:55.846114+0000 mgr.a (mgr.14150) 230 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-06-18T12:35:57.574 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:35:57 smithi131 bash[22694]: cluster 2024-06-18T12:35:55.846114+0000 mgr.a (mgr.14150) 230 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-06-18T12:35:57.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:35:57 smithi089 bash[21925]: cluster 2024-06-18T12:35:55.846114+0000 mgr.a (mgr.14150) 230 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-06-18T12:35:59.557 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:35:59 smithi098 bash[22565]: cluster 2024-06-18T12:35:57.846647+0000 mgr.a (mgr.14150) 231 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-06-18T12:35:59.557 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:35:59 smithi098 bash[22565]: audit 2024-06-18T12:35:58.289164+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:35:59.557 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:35:59 smithi098 bash[22565]: audit 2024-06-18T12:35:58.294945+0000 mon.a (mon.0) 625 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:35:59.557 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:35:59 smithi098 bash[22565]: audit 2024-06-18T12:35:58.301912+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:35:59.557 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:35:59 smithi098 bash[22565]: audit 2024-06-18T12:35:59.008664+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-06-18T12:35:59.557 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:35:59 smithi098 bash[22565]: audit 2024-06-18T12:35:59.010571+0000 mon.a (mon.0) 628 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:35:59.574 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:35:59 smithi131 bash[22694]: cluster 2024-06-18T12:35:57.846647+0000 mgr.a (mgr.14150) 231 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-06-18T12:35:59.574 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:35:59 smithi131 bash[22694]: audit 2024-06-18T12:35:58.289164+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:35:59.574 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:35:59 smithi131 bash[22694]: audit 2024-06-18T12:35:58.294945+0000 mon.a (mon.0) 625 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:35:59.574 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:35:59 smithi131 bash[22694]: audit 2024-06-18T12:35:58.301912+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:35:59.575 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:35:59 smithi131 bash[22694]: audit 2024-06-18T12:35:59.008664+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-06-18T12:35:59.575 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:35:59 smithi131 bash[22694]: audit 2024-06-18T12:35:59.010571+0000 mon.a (mon.0) 628 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:35:59.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:35:59 smithi089 bash[21925]: cluster 2024-06-18T12:35:57.846647+0000 mgr.a (mgr.14150) 231 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-06-18T12:35:59.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:35:59 smithi089 bash[21925]: audit 2024-06-18T12:35:58.289164+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:35:59.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:35:59 smithi089 bash[21925]: audit 2024-06-18T12:35:58.294945+0000 mon.a (mon.0) 625 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:35:59.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:35:59 smithi089 bash[21925]: audit 2024-06-18T12:35:58.301912+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:35:59.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:35:59 smithi089 bash[21925]: audit 2024-06-18T12:35:59.008664+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-06-18T12:35:59.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:35:59 smithi089 bash[21925]: audit 2024-06-18T12:35:59.010571+0000 mon.a (mon.0) 628 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:36:00.572 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:36:00 smithi098 bash[22565]: cephadm 2024-06-18T12:35:59.012258+0000 mgr.a (mgr.14150) 232 : cephadm [INF] Deploying daemon osd.3 on smithi098 2024-06-18T12:36:00.574 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:36:00 smithi131 bash[22694]: cephadm 2024-06-18T12:35:59.012258+0000 mgr.a (mgr.14150) 232 : cephadm [INF] Deploying daemon osd.3 on smithi098 2024-06-18T12:36:00.658 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:36:00 smithi089 bash[21925]: cephadm 2024-06-18T12:35:59.012258+0000 mgr.a (mgr.14150) 232 : cephadm [INF] Deploying daemon osd.3 on smithi098 2024-06-18T12:36:01.572 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:36:01 smithi098 bash[22565]: cluster 2024-06-18T12:35:59.847161+0000 mgr.a (mgr.14150) 233 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-06-18T12:36:01.574 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:36:01 smithi131 bash[22694]: cluster 2024-06-18T12:35:59.847161+0000 mgr.a (mgr.14150) 233 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-06-18T12:36:01.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:36:01 smithi089 bash[21925]: cluster 2024-06-18T12:35:59.847161+0000 mgr.a (mgr.14150) 233 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-06-18T12:36:03.534 INFO:journalctl@ceph.mgr.b.smithi098.stdout:Jun 18 12:36:03 smithi098 systemd[1]: /etc/systemd/system/ceph-326ab62a-2d6e-11ef-bc9d-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-06-18T12:36:03.535 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:36:03 smithi098 bash[22565]: cluster 2024-06-18T12:36:01.847696+0000 mgr.a (mgr.14150) 234 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-06-18T12:36:03.535 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:36:03 smithi098 bash[22565]: audit 2024-06-18T12:36:02.243184+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:36:03.535 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:36:03 smithi098 bash[22565]: audit 2024-06-18T12:36:02.250729+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:36:03.535 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:36:03 smithi098 bash[22565]: audit 2024-06-18T12:36:02.260246+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:36:03.535 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:36:03 smithi098 systemd[1]: /etc/systemd/system/ceph-326ab62a-2d6e-11ef-bc9d-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-06-18T12:36:03.536 INFO:journalctl@ceph.osd.2.smithi098.stdout:Jun 18 12:36:03 smithi098 systemd[1]: /etc/systemd/system/ceph-326ab62a-2d6e-11ef-bc9d-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-06-18T12:36:03.574 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:36:03 smithi131 bash[22694]: cluster 2024-06-18T12:36:01.847696+0000 mgr.a (mgr.14150) 234 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-06-18T12:36:03.574 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:36:03 smithi131 bash[22694]: audit 2024-06-18T12:36:02.243184+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:36:03.574 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:36:03 smithi131 bash[22694]: audit 2024-06-18T12:36:02.250729+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:36:03.574 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:36:03 smithi131 bash[22694]: audit 2024-06-18T12:36:02.260246+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:36:03.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:36:03 smithi089 bash[21925]: cluster 2024-06-18T12:36:01.847696+0000 mgr.a (mgr.14150) 234 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-06-18T12:36:03.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:36:03 smithi089 bash[21925]: audit 2024-06-18T12:36:02.243184+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:36:03.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:36:03 smithi089 bash[21925]: audit 2024-06-18T12:36:02.250729+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:36:03.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:36:03 smithi089 bash[21925]: audit 2024-06-18T12:36:02.260246+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:36:03.822 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:36:03 smithi098 systemd[1]: /etc/systemd/system/ceph-326ab62a-2d6e-11ef-bc9d-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-06-18T12:36:03.823 INFO:journalctl@ceph.mgr.b.smithi098.stdout:Jun 18 12:36:03 smithi098 systemd[1]: /etc/systemd/system/ceph-326ab62a-2d6e-11ef-bc9d-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-06-18T12:36:03.823 INFO:journalctl@ceph.osd.2.smithi098.stdout:Jun 18 12:36:03 smithi098 systemd[1]: /etc/systemd/system/ceph-326ab62a-2d6e-11ef-bc9d-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-06-18T12:36:04.572 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:36:04 smithi098 bash[22565]: audit 2024-06-18T12:36:03.809228+0000 mon.a (mon.0) 632 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T12:36:04.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:36:04 smithi098 bash[22565]: audit 2024-06-18T12:36:03.816993+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:36:04.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:36:04 smithi098 bash[22565]: audit 2024-06-18T12:36:03.817701+0000 mon.a (mon.0) 634 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:36:04.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:36:04 smithi098 bash[22565]: audit 2024-06-18T12:36:03.820207+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T12:36:04.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:36:04 smithi098 bash[22565]: audit 2024-06-18T12:36:03.825219+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:36:04.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:36:04 smithi098 bash[22565]: audit 2024-06-18T12:36:03.830939+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:36:04.574 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:36:04 smithi131 bash[22694]: audit 2024-06-18T12:36:03.809228+0000 mon.a (mon.0) 632 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T12:36:04.574 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:36:04 smithi131 bash[22694]: audit 2024-06-18T12:36:03.816993+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:36:04.574 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:36:04 smithi131 bash[22694]: audit 2024-06-18T12:36:03.817701+0000 mon.a (mon.0) 634 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:36:04.574 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:36:04 smithi131 bash[22694]: audit 2024-06-18T12:36:03.820207+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T12:36:04.574 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:36:04 smithi131 bash[22694]: audit 2024-06-18T12:36:03.825219+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:36:04.575 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:36:04 smithi131 bash[22694]: audit 2024-06-18T12:36:03.830939+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:36:04.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:36:04 smithi089 bash[21925]: audit 2024-06-18T12:36:03.809228+0000 mon.a (mon.0) 632 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T12:36:04.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:36:04 smithi089 bash[21925]: audit 2024-06-18T12:36:03.816993+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:36:04.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:36:04 smithi089 bash[21925]: audit 2024-06-18T12:36:03.817701+0000 mon.a (mon.0) 634 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:36:04.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:36:04 smithi089 bash[21925]: audit 2024-06-18T12:36:03.820207+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T12:36:04.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:36:04 smithi089 bash[21925]: audit 2024-06-18T12:36:03.825219+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:36:04.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:36:04 smithi089 bash[21925]: audit 2024-06-18T12:36:03.830939+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:36:05.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:36:05 smithi098 bash[22565]: cluster 2024-06-18T12:36:03.848193+0000 mgr.a (mgr.14150) 235 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-06-18T12:36:05.574 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:36:05 smithi131 bash[22694]: cluster 2024-06-18T12:36:03.848193+0000 mgr.a (mgr.14150) 235 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-06-18T12:36:05.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:36:05 smithi089 bash[21925]: cluster 2024-06-18T12:36:03.848193+0000 mgr.a (mgr.14150) 235 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-06-18T12:36:07.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:36:07 smithi098 bash[22565]: cluster 2024-06-18T12:36:05.848704+0000 mgr.a (mgr.14150) 236 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-06-18T12:36:07.574 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:36:07 smithi131 bash[22694]: cluster 2024-06-18T12:36:05.848704+0000 mgr.a (mgr.14150) 236 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-06-18T12:36:07.640 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:36:07 smithi089 bash[21925]: cluster 2024-06-18T12:36:05.848704+0000 mgr.a (mgr.14150) 236 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-06-18T12:36:09.572 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:36:09 smithi098 bash[22565]: cluster 2024-06-18T12:36:07.849256+0000 mgr.a (mgr.14150) 237 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-06-18T12:36:09.574 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:36:09 smithi131 bash[22694]: cluster 2024-06-18T12:36:07.849256+0000 mgr.a (mgr.14150) 237 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-06-18T12:36:09.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:36:09 smithi089 bash[21925]: cluster 2024-06-18T12:36:07.849256+0000 mgr.a (mgr.14150) 237 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-06-18T12:36:11.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:36:11 smithi098 bash[22565]: cluster 2024-06-18T12:36:09.849805+0000 mgr.a (mgr.14150) 238 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-06-18T12:36:11.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:36:11 smithi098 bash[22565]: audit 2024-06-18T12:36:10.370442+0000 mon.b (mon.2) 14 : audit [INF] from='osd.3 [v2:172.21.15.98:6808/1959599422,v1:172.21.15.98:6809/1959599422]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-06-18T12:36:11.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:36:11 smithi098 bash[22565]: audit 2024-06-18T12:36:10.376522+0000 mon.a (mon.0) 638 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-06-18T12:36:11.574 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:36:11 smithi131 bash[22694]: cluster 2024-06-18T12:36:09.849805+0000 mgr.a (mgr.14150) 238 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-06-18T12:36:11.574 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:36:11 smithi131 bash[22694]: audit 2024-06-18T12:36:10.370442+0000 mon.b (mon.2) 14 : audit [INF] from='osd.3 [v2:172.21.15.98:6808/1959599422,v1:172.21.15.98:6809/1959599422]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-06-18T12:36:11.574 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:36:11 smithi131 bash[22694]: audit 2024-06-18T12:36:10.376522+0000 mon.a (mon.0) 638 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-06-18T12:36:11.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:36:11 smithi089 bash[21925]: cluster 2024-06-18T12:36:09.849805+0000 mgr.a (mgr.14150) 238 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-06-18T12:36:11.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:36:11 smithi089 bash[21925]: audit 2024-06-18T12:36:10.370442+0000 mon.b (mon.2) 14 : audit [INF] from='osd.3 [v2:172.21.15.98:6808/1959599422,v1:172.21.15.98:6809/1959599422]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-06-18T12:36:11.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:36:11 smithi089 bash[21925]: audit 2024-06-18T12:36:10.376522+0000 mon.a (mon.0) 638 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-06-18T12:36:12.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:36:12 smithi098 bash[22565]: audit 2024-06-18T12:36:11.258231+0000 mon.a (mon.0) 639 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-06-18T12:36:12.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:36:12 smithi098 bash[22565]: audit 2024-06-18T12:36:11.258673+0000 mon.b (mon.2) 15 : audit [INF] from='osd.3 [v2:172.21.15.98:6808/1959599422,v1:172.21.15.98:6809/1959599422]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]: dispatch 2024-06-18T12:36:12.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:36:12 smithi098 bash[22565]: cluster 2024-06-18T12:36:11.263278+0000 mon.a (mon.0) 640 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2024-06-18T12:36:12.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:36:12 smithi098 bash[22565]: audit 2024-06-18T12:36:11.264146+0000 mon.a (mon.0) 641 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-06-18T12:36:12.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:36:12 smithi098 bash[22565]: audit 2024-06-18T12:36:11.264706+0000 mon.a (mon.0) 642 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]: dispatch 2024-06-18T12:36:12.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:36:12 smithi098 bash[22565]: audit 2024-06-18T12:36:12.260904+0000 mon.a (mon.0) 643 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]': finished 2024-06-18T12:36:12.574 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:36:12 smithi131 bash[22694]: audit 2024-06-18T12:36:11.258231+0000 mon.a (mon.0) 639 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-06-18T12:36:12.574 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:36:12 smithi131 bash[22694]: audit 2024-06-18T12:36:11.258673+0000 mon.b (mon.2) 15 : audit [INF] from='osd.3 [v2:172.21.15.98:6808/1959599422,v1:172.21.15.98:6809/1959599422]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]: dispatch 2024-06-18T12:36:12.574 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:36:12 smithi131 bash[22694]: cluster 2024-06-18T12:36:11.263278+0000 mon.a (mon.0) 640 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2024-06-18T12:36:12.574 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:36:12 smithi131 bash[22694]: audit 2024-06-18T12:36:11.264146+0000 mon.a (mon.0) 641 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-06-18T12:36:12.574 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:36:12 smithi131 bash[22694]: audit 2024-06-18T12:36:11.264706+0000 mon.a (mon.0) 642 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]: dispatch 2024-06-18T12:36:12.574 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:36:12 smithi131 bash[22694]: audit 2024-06-18T12:36:12.260904+0000 mon.a (mon.0) 643 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]': finished 2024-06-18T12:36:12.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:36:12 smithi089 bash[21925]: audit 2024-06-18T12:36:11.258231+0000 mon.a (mon.0) 639 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-06-18T12:36:12.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:36:12 smithi089 bash[21925]: audit 2024-06-18T12:36:11.258673+0000 mon.b (mon.2) 15 : audit [INF] from='osd.3 [v2:172.21.15.98:6808/1959599422,v1:172.21.15.98:6809/1959599422]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]: dispatch 2024-06-18T12:36:12.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:36:12 smithi089 bash[21925]: cluster 2024-06-18T12:36:11.263278+0000 mon.a (mon.0) 640 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2024-06-18T12:36:12.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:36:12 smithi089 bash[21925]: audit 2024-06-18T12:36:11.264146+0000 mon.a (mon.0) 641 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-06-18T12:36:12.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:36:12 smithi089 bash[21925]: audit 2024-06-18T12:36:11.264706+0000 mon.a (mon.0) 642 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]: dispatch 2024-06-18T12:36:12.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:36:12 smithi089 bash[21925]: audit 2024-06-18T12:36:12.260904+0000 mon.a (mon.0) 643 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]': finished 2024-06-18T12:36:13.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:36:13 smithi098 bash[22565]: cluster 2024-06-18T12:36:11.850299+0000 mgr.a (mgr.14150) 239 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-06-18T12:36:13.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:36:13 smithi098 bash[22565]: cluster 2024-06-18T12:36:12.268192+0000 mon.a (mon.0) 644 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2024-06-18T12:36:13.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:36:13 smithi098 bash[22565]: audit 2024-06-18T12:36:12.269521+0000 mon.a (mon.0) 645 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-06-18T12:36:13.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:36:13 smithi098 bash[22565]: audit 2024-06-18T12:36:12.275439+0000 mon.a (mon.0) 646 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-06-18T12:36:13.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:36:13 smithi098 bash[22565]: cluster 2024-06-18T12:36:13.269962+0000 mon.a (mon.0) 647 : cluster [INF] osd.3 [v2:172.21.15.98:6808/1959599422,v1:172.21.15.98:6809/1959599422] boot 2024-06-18T12:36:13.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:36:13 smithi098 bash[22565]: cluster 2024-06-18T12:36:13.270057+0000 mon.a (mon.0) 648 : cluster [DBG] osdmap e25: 4 total, 4 up, 4 in 2024-06-18T12:36:13.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:36:13 smithi098 bash[22565]: audit 2024-06-18T12:36:13.270613+0000 mon.a (mon.0) 649 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-06-18T12:36:13.574 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:36:13 smithi131 bash[22694]: cluster 2024-06-18T12:36:11.850299+0000 mgr.a (mgr.14150) 239 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-06-18T12:36:13.574 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:36:13 smithi131 bash[22694]: cluster 2024-06-18T12:36:12.268192+0000 mon.a (mon.0) 644 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2024-06-18T12:36:13.574 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:36:13 smithi131 bash[22694]: audit 2024-06-18T12:36:12.269521+0000 mon.a (mon.0) 645 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-06-18T12:36:13.574 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:36:13 smithi131 bash[22694]: audit 2024-06-18T12:36:12.275439+0000 mon.a (mon.0) 646 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-06-18T12:36:13.574 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:36:13 smithi131 bash[22694]: cluster 2024-06-18T12:36:13.269962+0000 mon.a (mon.0) 647 : cluster [INF] osd.3 [v2:172.21.15.98:6808/1959599422,v1:172.21.15.98:6809/1959599422] boot 2024-06-18T12:36:13.574 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:36:13 smithi131 bash[22694]: cluster 2024-06-18T12:36:13.270057+0000 mon.a (mon.0) 648 : cluster [DBG] osdmap e25: 4 total, 4 up, 4 in 2024-06-18T12:36:13.574 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:36:13 smithi131 bash[22694]: audit 2024-06-18T12:36:13.270613+0000 mon.a (mon.0) 649 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-06-18T12:36:13.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:36:13 smithi089 bash[21925]: cluster 2024-06-18T12:36:11.850299+0000 mgr.a (mgr.14150) 239 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-06-18T12:36:13.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:36:13 smithi089 bash[21925]: cluster 2024-06-18T12:36:12.268192+0000 mon.a (mon.0) 644 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2024-06-18T12:36:13.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:36:13 smithi089 bash[21925]: audit 2024-06-18T12:36:12.269521+0000 mon.a (mon.0) 645 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-06-18T12:36:13.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:36:13 smithi089 bash[21925]: audit 2024-06-18T12:36:12.275439+0000 mon.a (mon.0) 646 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-06-18T12:36:13.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:36:13 smithi089 bash[21925]: cluster 2024-06-18T12:36:13.269962+0000 mon.a (mon.0) 647 : cluster [INF] osd.3 [v2:172.21.15.98:6808/1959599422,v1:172.21.15.98:6809/1959599422] boot 2024-06-18T12:36:13.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:36:13 smithi089 bash[21925]: cluster 2024-06-18T12:36:13.270057+0000 mon.a (mon.0) 648 : cluster [DBG] osdmap e25: 4 total, 4 up, 4 in 2024-06-18T12:36:13.660 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:36:13 smithi089 bash[21925]: audit 2024-06-18T12:36:13.270613+0000 mon.a (mon.0) 649 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-06-18T12:36:13.847 INFO:teuthology.orchestra.run.smithi098.stdout:Created osd(s) 3 on host 'smithi098' 2024-06-18T12:36:14.530 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:36:14 smithi098 bash[22565]: cluster 2024-06-18T12:36:11.347645+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-06-18T12:36:14.530 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:36:14 smithi098 bash[22565]: cluster 2024-06-18T12:36:11.347731+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-06-18T12:36:14.530 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:36:14 smithi098 bash[22565]: audit 2024-06-18T12:36:13.843652+0000 mon.a (mon.0) 650 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T12:36:14.530 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:36:14 smithi098 bash[22565]: audit 2024-06-18T12:36:13.848237+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:36:14.531 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:36:14 smithi098 bash[22565]: audit 2024-06-18T12:36:13.848591+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-06-18T12:36:14.531 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:36:14 smithi098 bash[22565]: audit 2024-06-18T12:36:13.849911+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-06-18T12:36:14.531 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:36:14 smithi098 bash[22565]: audit 2024-06-18T12:36:13.853392+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:36:14.531 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:36:14 smithi098 bash[22565]: audit 2024-06-18T12:36:13.868227+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:36:14.531 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:36:14 smithi098 bash[22565]: audit 2024-06-18T12:36:13.870246+0000 mon.a (mon.0) 656 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:36:14.531 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:36:14 smithi098 bash[22565]: audit 2024-06-18T12:36:13.871081+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T12:36:14.531 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:36:14 smithi098 bash[22565]: audit 2024-06-18T12:36:13.877820+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:36:14.531 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:36:14 smithi098 bash[22565]: cluster 2024-06-18T12:36:14.271956+0000 mon.a (mon.0) 659 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-06-18T12:36:14.574 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:36:14 smithi131 bash[22694]: cluster 2024-06-18T12:36:11.347645+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-06-18T12:36:14.574 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:36:14 smithi131 bash[22694]: cluster 2024-06-18T12:36:11.347731+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-06-18T12:36:14.574 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:36:14 smithi131 bash[22694]: audit 2024-06-18T12:36:13.843652+0000 mon.a (mon.0) 650 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T12:36:14.574 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:36:14 smithi131 bash[22694]: audit 2024-06-18T12:36:13.848237+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:36:14.575 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:36:14 smithi131 bash[22694]: audit 2024-06-18T12:36:13.848591+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-06-18T12:36:14.575 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:36:14 smithi131 bash[22694]: audit 2024-06-18T12:36:13.849911+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-06-18T12:36:14.575 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:36:14 smithi131 bash[22694]: audit 2024-06-18T12:36:13.853392+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:36:14.575 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:36:14 smithi131 bash[22694]: audit 2024-06-18T12:36:13.868227+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:36:14.575 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:36:14 smithi131 bash[22694]: audit 2024-06-18T12:36:13.870246+0000 mon.a (mon.0) 656 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:36:14.575 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:36:14 smithi131 bash[22694]: audit 2024-06-18T12:36:13.871081+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T12:36:14.575 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:36:14 smithi131 bash[22694]: audit 2024-06-18T12:36:13.877820+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:36:14.575 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:36:14 smithi131 bash[22694]: cluster 2024-06-18T12:36:14.271956+0000 mon.a (mon.0) 659 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-06-18T12:36:14.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:36:14 smithi089 bash[21925]: cluster 2024-06-18T12:36:11.347645+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-06-18T12:36:14.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:36:14 smithi089 bash[21925]: cluster 2024-06-18T12:36:11.347731+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-06-18T12:36:14.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:36:14 smithi089 bash[21925]: audit 2024-06-18T12:36:13.843652+0000 mon.a (mon.0) 650 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T12:36:14.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:36:14 smithi089 bash[21925]: audit 2024-06-18T12:36:13.848237+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:36:14.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:36:14 smithi089 bash[21925]: audit 2024-06-18T12:36:13.848591+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-06-18T12:36:14.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:36:14 smithi089 bash[21925]: audit 2024-06-18T12:36:13.849911+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-06-18T12:36:14.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:36:14 smithi089 bash[21925]: audit 2024-06-18T12:36:13.853392+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:36:14.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:36:14 smithi089 bash[21925]: audit 2024-06-18T12:36:13.868227+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:36:14.660 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:36:14 smithi089 bash[21925]: audit 2024-06-18T12:36:13.870246+0000 mon.a (mon.0) 656 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:36:14.660 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:36:14 smithi089 bash[21925]: audit 2024-06-18T12:36:13.871081+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T12:36:14.660 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:36:14 smithi089 bash[21925]: audit 2024-06-18T12:36:13.877820+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:36:14.660 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:36:14 smithi089 bash[21925]: cluster 2024-06-18T12:36:14.271956+0000 mon.a (mon.0) 659 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-06-18T12:36:15.133 DEBUG:teuthology.orchestra.run.smithi098:osd.3> sudo journalctl -f -n 0 -u ceph-326ab62a-2d6e-11ef-bc9d-c7b262605968@osd.3.service 2024-06-18T12:36:15.136 INFO:tasks.cephadm:Deploying osd.4 on smithi131 with /dev/vg_nvme/lv_4... 2024-06-18T12:36:15.136 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 326ab62a-2d6e-11ef-bc9d-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-06-18T12:36:15.822 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:36:15 smithi098 bash[22565]: cluster 2024-06-18T12:36:13.850617+0000 mgr.a (mgr.14150) 240 : cluster [DBG] pgmap v187: 1 pgs: 1 unknown; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-06-18T12:36:15.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:36:15 smithi098 bash[22565]: cephadm 2024-06-18T12:36:13.855175+0000 mgr.a (mgr.14150) 241 : cephadm [INF] Adjusting osd_memory_target on smithi098 to 8120M 2024-06-18T12:36:15.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:36:15 smithi098 bash[22565]: audit 2024-06-18T12:36:14.514602+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:36:15.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:36:15 smithi098 bash[22565]: audit 2024-06-18T12:36:14.523792+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:36:15.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:36:15 smithi098 bash[22565]: audit 2024-06-18T12:36:14.528676+0000 mon.a (mon.0) 662 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T12:36:15.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:36:15 smithi098 bash[22565]: audit 2024-06-18T12:36:14.535033+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:36:15.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:36:15 smithi098 bash[22565]: audit 2024-06-18T12:36:14.535757+0000 mon.a (mon.0) 664 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:36:15.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:36:15 smithi098 bash[22565]: audit 2024-06-18T12:36:14.537912+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T12:36:15.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:36:15 smithi098 bash[22565]: cluster 2024-06-18T12:36:14.541604+0000 mgr.a (mgr.14150) 242 : cluster [DBG] pgmap v189: 1 pgs: 1 unknown; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-06-18T12:36:15.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:36:15 smithi098 bash[22565]: audit 2024-06-18T12:36:14.549003+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:36:15.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:36:15 smithi098 bash[22565]: cluster 2024-06-18T12:36:14.846031+0000 mon.a (mon.0) 667 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-06-18T12:36:15.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:36:15 smithi098 bash[22565]: cluster 2024-06-18T12:36:15.274464+0000 mon.a (mon.0) 668 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2024-06-18T12:36:15.824 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:36:15 smithi131 bash[22694]: cluster 2024-06-18T12:36:13.850617+0000 mgr.a (mgr.14150) 240 : cluster [DBG] pgmap v187: 1 pgs: 1 unknown; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-06-18T12:36:15.824 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:36:15 smithi131 bash[22694]: cephadm 2024-06-18T12:36:13.855175+0000 mgr.a (mgr.14150) 241 : cephadm [INF] Adjusting osd_memory_target on smithi098 to 8120M 2024-06-18T12:36:15.824 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:36:15 smithi131 bash[22694]: audit 2024-06-18T12:36:14.514602+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:36:15.824 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:36:15 smithi131 bash[22694]: audit 2024-06-18T12:36:14.523792+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:36:15.824 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:36:15 smithi131 bash[22694]: audit 2024-06-18T12:36:14.528676+0000 mon.a (mon.0) 662 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T12:36:15.825 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:36:15 smithi131 bash[22694]: audit 2024-06-18T12:36:14.535033+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:36:15.825 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:36:15 smithi131 bash[22694]: audit 2024-06-18T12:36:14.535757+0000 mon.a (mon.0) 664 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:36:15.825 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:36:15 smithi131 bash[22694]: audit 2024-06-18T12:36:14.537912+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T12:36:15.825 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:36:15 smithi131 bash[22694]: cluster 2024-06-18T12:36:14.541604+0000 mgr.a (mgr.14150) 242 : cluster [DBG] pgmap v189: 1 pgs: 1 unknown; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-06-18T12:36:15.825 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:36:15 smithi131 bash[22694]: audit 2024-06-18T12:36:14.549003+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:36:15.825 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:36:15 smithi131 bash[22694]: cluster 2024-06-18T12:36:14.846031+0000 mon.a (mon.0) 667 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-06-18T12:36:15.825 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:36:15 smithi131 bash[22694]: cluster 2024-06-18T12:36:15.274464+0000 mon.a (mon.0) 668 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2024-06-18T12:36:15.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:36:15 smithi089 bash[21925]: cluster 2024-06-18T12:36:13.850617+0000 mgr.a (mgr.14150) 240 : cluster [DBG] pgmap v187: 1 pgs: 1 unknown; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-06-18T12:36:15.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:36:15 smithi089 bash[21925]: cephadm 2024-06-18T12:36:13.855175+0000 mgr.a (mgr.14150) 241 : cephadm [INF] Adjusting osd_memory_target on smithi098 to 8120M 2024-06-18T12:36:15.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:36:15 smithi089 bash[21925]: audit 2024-06-18T12:36:14.514602+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:36:15.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:36:15 smithi089 bash[21925]: audit 2024-06-18T12:36:14.523792+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:36:15.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:36:15 smithi089 bash[21925]: audit 2024-06-18T12:36:14.528676+0000 mon.a (mon.0) 662 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T12:36:15.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:36:15 smithi089 bash[21925]: audit 2024-06-18T12:36:14.535033+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:36:15.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:36:15 smithi089 bash[21925]: audit 2024-06-18T12:36:14.535757+0000 mon.a (mon.0) 664 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:36:15.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:36:15 smithi089 bash[21925]: audit 2024-06-18T12:36:14.537912+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T12:36:15.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:36:15 smithi089 bash[21925]: cluster 2024-06-18T12:36:14.541604+0000 mgr.a (mgr.14150) 242 : cluster [DBG] pgmap v189: 1 pgs: 1 unknown; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-06-18T12:36:15.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:36:15 smithi089 bash[21925]: audit 2024-06-18T12:36:14.549003+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:36:15.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:36:15 smithi089 bash[21925]: cluster 2024-06-18T12:36:14.846031+0000 mon.a (mon.0) 667 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-06-18T12:36:15.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:36:15 smithi089 bash[21925]: cluster 2024-06-18T12:36:15.274464+0000 mon.a (mon.0) 668 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2024-06-18T12:36:17.323 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:36:16 smithi098 bash[22565]: audit 2024-06-18T12:36:15.997042+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:36:17.323 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:36:16 smithi098 bash[22565]: audit 2024-06-18T12:36:16.004969+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:36:17.323 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:36:16 smithi098 bash[22565]: audit 2024-06-18T12:36:16.009846+0000 mon.a (mon.0) 671 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T12:36:17.323 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:36:16 smithi098 bash[22565]: audit 2024-06-18T12:36:16.014602+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:36:17.323 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:36:16 smithi098 bash[22565]: audit 2024-06-18T12:36:16.019842+0000 mon.a (mon.0) 673 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:36:17.323 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:36:16 smithi098 bash[22565]: audit 2024-06-18T12:36:16.021570+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T12:36:17.323 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:36:16 smithi098 bash[22565]: cluster 2024-06-18T12:36:16.024609+0000 mgr.a (mgr.14150) 243 : cluster [DBG] pgmap v191: 1 pgs: 1 unknown; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-06-18T12:36:17.324 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:36:16 smithi098 bash[22565]: audit 2024-06-18T12:36:16.030961+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:36:17.324 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:36:16 smithi098 bash[22565]: cluster 2024-06-18T12:36:16.276740+0000 mon.a (mon.0) 676 : cluster [DBG] osdmap e28: 4 total, 4 up, 4 in 2024-06-18T12:36:17.324 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:36:16 smithi131 bash[22694]: audit 2024-06-18T12:36:15.997042+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:36:17.324 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:36:16 smithi131 bash[22694]: audit 2024-06-18T12:36:16.004969+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:36:17.324 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:36:16 smithi131 bash[22694]: audit 2024-06-18T12:36:16.009846+0000 mon.a (mon.0) 671 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T12:36:17.324 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:36:16 smithi131 bash[22694]: audit 2024-06-18T12:36:16.014602+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:36:17.324 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:36:16 smithi131 bash[22694]: audit 2024-06-18T12:36:16.019842+0000 mon.a (mon.0) 673 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:36:17.324 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:36:16 smithi131 bash[22694]: audit 2024-06-18T12:36:16.021570+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T12:36:17.324 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:36:16 smithi131 bash[22694]: cluster 2024-06-18T12:36:16.024609+0000 mgr.a (mgr.14150) 243 : cluster [DBG] pgmap v191: 1 pgs: 1 unknown; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-06-18T12:36:17.325 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:36:16 smithi131 bash[22694]: audit 2024-06-18T12:36:16.030961+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:36:17.325 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:36:16 smithi131 bash[22694]: cluster 2024-06-18T12:36:16.276740+0000 mon.a (mon.0) 676 : cluster [DBG] osdmap e28: 4 total, 4 up, 4 in 2024-06-18T12:36:17.409 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:36:16 smithi089 bash[21925]: audit 2024-06-18T12:36:15.997042+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:36:17.409 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:36:16 smithi089 bash[21925]: audit 2024-06-18T12:36:16.004969+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:36:17.409 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:36:16 smithi089 bash[21925]: audit 2024-06-18T12:36:16.009846+0000 mon.a (mon.0) 671 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T12:36:17.409 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:36:16 smithi089 bash[21925]: audit 2024-06-18T12:36:16.014602+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:36:17.409 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:36:16 smithi089 bash[21925]: audit 2024-06-18T12:36:16.019842+0000 mon.a (mon.0) 673 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:36:17.409 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:36:16 smithi089 bash[21925]: audit 2024-06-18T12:36:16.021570+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T12:36:17.409 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:36:16 smithi089 bash[21925]: cluster 2024-06-18T12:36:16.024609+0000 mgr.a (mgr.14150) 243 : cluster [DBG] pgmap v191: 1 pgs: 1 unknown; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-06-18T12:36:17.410 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:36:16 smithi089 bash[21925]: audit 2024-06-18T12:36:16.030961+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:36:17.410 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:36:16 smithi089 bash[21925]: cluster 2024-06-18T12:36:16.276740+0000 mon.a (mon.0) 676 : cluster [DBG] osdmap e28: 4 total, 4 up, 4 in 2024-06-18T12:36:18.325 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:36:17 smithi098 bash[22565]: cluster 2024-06-18T12:36:17.011122+0000 mon.a (mon.0) 677 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-06-18T12:36:18.325 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:36:17 smithi098 bash[22565]: cluster 2024-06-18T12:36:17.011166+0000 mon.a (mon.0) 678 : cluster [INF] Cluster is now healthy 2024-06-18T12:36:18.326 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:36:17 smithi098 bash[22565]: cluster 2024-06-18T12:36:17.280968+0000 mon.a (mon.0) 679 : cluster [DBG] osdmap e29: 4 total, 4 up, 4 in 2024-06-18T12:36:18.326 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:36:17 smithi131 bash[22694]: cluster 2024-06-18T12:36:17.011122+0000 mon.a (mon.0) 677 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-06-18T12:36:18.326 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:36:17 smithi131 bash[22694]: cluster 2024-06-18T12:36:17.011166+0000 mon.a (mon.0) 678 : cluster [INF] Cluster is now healthy 2024-06-18T12:36:18.326 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:36:17 smithi131 bash[22694]: cluster 2024-06-18T12:36:17.280968+0000 mon.a (mon.0) 679 : cluster [DBG] osdmap e29: 4 total, 4 up, 4 in 2024-06-18T12:36:18.408 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:36:17 smithi089 bash[21925]: cluster 2024-06-18T12:36:17.011122+0000 mon.a (mon.0) 677 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-06-18T12:36:18.409 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:36:17 smithi089 bash[21925]: cluster 2024-06-18T12:36:17.011166+0000 mon.a (mon.0) 678 : cluster [INF] Cluster is now healthy 2024-06-18T12:36:18.409 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:36:17 smithi089 bash[21925]: cluster 2024-06-18T12:36:17.280968+0000 mon.a (mon.0) 679 : cluster [DBG] osdmap e29: 4 total, 4 up, 4 in 2024-06-18T12:36:19.633 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/mon.c/config 2024-06-18T12:36:19.719 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:36:19 smithi131 bash[22694]: cluster 2024-06-18T12:36:18.025142+0000 mgr.a (mgr.14150) 244 : cluster [DBG] pgmap v194: 1 pgs: 1 unknown; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-06-18T12:36:19.719 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:36:19 smithi131 bash[22694]: audit 2024-06-18T12:36:18.470029+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:36:19.720 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:36:19 smithi131 bash[22694]: audit 2024-06-18T12:36:18.476598+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:36:19.720 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:36:19 smithi131 bash[22694]: audit 2024-06-18T12:36:18.484432+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:36:19.822 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:36:19 smithi098 bash[22565]: cluster 2024-06-18T12:36:18.025142+0000 mgr.a (mgr.14150) 244 : cluster [DBG] pgmap v194: 1 pgs: 1 unknown; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-06-18T12:36:19.822 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:36:19 smithi098 bash[22565]: audit 2024-06-18T12:36:18.470029+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:36:19.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:36:19 smithi098 bash[22565]: audit 2024-06-18T12:36:18.476598+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:36:19.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:36:19 smithi098 bash[22565]: audit 2024-06-18T12:36:18.484432+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:36:19.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:36:19 smithi089 bash[21925]: cluster 2024-06-18T12:36:18.025142+0000 mgr.a (mgr.14150) 244 : cluster [DBG] pgmap v194: 1 pgs: 1 unknown; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-06-18T12:36:19.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:36:19 smithi089 bash[21925]: audit 2024-06-18T12:36:18.470029+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:36:19.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:36:19 smithi089 bash[21925]: audit 2024-06-18T12:36:18.476598+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:36:19.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:36:19 smithi089 bash[21925]: audit 2024-06-18T12:36:18.484432+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:36:21.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:36:21 smithi098 bash[22565]: cluster 2024-06-18T12:36:20.025714+0000 mgr.a (mgr.14150) 245 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail; 105 KiB/s, 0 objects/s recovering 2024-06-18T12:36:21.824 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:36:21 smithi131 bash[22694]: cluster 2024-06-18T12:36:20.025714+0000 mgr.a (mgr.14150) 245 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail; 105 KiB/s, 0 objects/s recovering 2024-06-18T12:36:21.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:36:21 smithi089 bash[21925]: cluster 2024-06-18T12:36:20.025714+0000 mgr.a (mgr.14150) 245 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail; 105 KiB/s, 0 objects/s recovering 2024-06-18T12:36:22.694 INFO:teuthology.orchestra.run.smithi131.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-06-18T12:36:22.893 INFO:teuthology.orchestra.run.smithi131.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-06-18T12:36:22.910 INFO:teuthology.orchestra.run.smithi131.stderr: stderr: 10+0 records in 2024-06-18T12:36:22.910 INFO:teuthology.orchestra.run.smithi131.stderr:10+0 records out 2024-06-18T12:36:22.911 INFO:teuthology.orchestra.run.smithi131.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0143344 s, 732 MB/s 2024-06-18T12:36:22.911 INFO:teuthology.orchestra.run.smithi131.stderr:--> Zapping successful for: 2024-06-18T12:36:23.587 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 326ab62a-2d6e-11ef-bc9d-c7b262605968 -- ceph orch daemon add osd smithi131:vg_nvme/lv_4 2024-06-18T12:36:23.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:36:23 smithi089 bash[21925]: cluster 2024-06-18T12:36:22.026249+0000 mgr.a (mgr.14150) 246 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail; 85 KiB/s, 0 objects/s recovering 2024-06-18T12:36:23.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:36:23 smithi089 bash[21925]: audit 2024-06-18T12:36:22.409585+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:36:23.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:36:23 smithi089 bash[21925]: audit 2024-06-18T12:36:22.417506+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:36:23.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:36:23 smithi089 bash[21925]: audit 2024-06-18T12:36:22.426603+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:36:23.822 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:36:23 smithi098 bash[22565]: cluster 2024-06-18T12:36:22.026249+0000 mgr.a (mgr.14150) 246 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail; 85 KiB/s, 0 objects/s recovering 2024-06-18T12:36:23.822 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:36:23 smithi098 bash[22565]: audit 2024-06-18T12:36:22.409585+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:36:23.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:36:23 smithi098 bash[22565]: audit 2024-06-18T12:36:22.417506+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:36:23.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:36:23 smithi098 bash[22565]: audit 2024-06-18T12:36:22.426603+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:36:23.824 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:36:23 smithi131 bash[22694]: cluster 2024-06-18T12:36:22.026249+0000 mgr.a (mgr.14150) 246 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail; 85 KiB/s, 0 objects/s recovering 2024-06-18T12:36:23.824 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:36:23 smithi131 bash[22694]: audit 2024-06-18T12:36:22.409585+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:36:23.824 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:36:23 smithi131 bash[22694]: audit 2024-06-18T12:36:22.417506+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:36:23.824 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:36:23 smithi131 bash[22694]: audit 2024-06-18T12:36:22.426603+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:36:25.822 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:36:25 smithi098 bash[22565]: cluster 2024-06-18T12:36:24.026798+0000 mgr.a (mgr.14150) 247 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-06-18T12:36:25.824 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:36:25 smithi131 bash[22694]: cluster 2024-06-18T12:36:24.026798+0000 mgr.a (mgr.14150) 247 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-06-18T12:36:25.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:36:25 smithi089 bash[21925]: cluster 2024-06-18T12:36:24.026798+0000 mgr.a (mgr.14150) 247 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-06-18T12:36:27.289 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/mon.c/config 2024-06-18T12:36:27.822 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:36:27 smithi098 bash[22565]: cluster 2024-06-18T12:36:26.027341+0000 mgr.a (mgr.14150) 248 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 59 KiB/s, 0 objects/s recovering 2024-06-18T12:36:27.824 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:36:27 smithi131 bash[22694]: cluster 2024-06-18T12:36:26.027341+0000 mgr.a (mgr.14150) 248 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 59 KiB/s, 0 objects/s recovering 2024-06-18T12:36:27.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:36:27 smithi089 bash[21925]: cluster 2024-06-18T12:36:26.027341+0000 mgr.a (mgr.14150) 248 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 59 KiB/s, 0 objects/s recovering 2024-06-18T12:36:29.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:36:29 smithi089 bash[21925]: cluster 2024-06-18T12:36:28.027900+0000 mgr.a (mgr.14150) 249 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 54 KiB/s, 0 objects/s recovering 2024-06-18T12:36:29.758 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:36:29 smithi131 bash[22694]: cluster 2024-06-18T12:36:28.027900+0000 mgr.a (mgr.14150) 249 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 54 KiB/s, 0 objects/s recovering 2024-06-18T12:36:29.822 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:36:29 smithi098 bash[22565]: cluster 2024-06-18T12:36:28.027900+0000 mgr.a (mgr.14150) 249 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 54 KiB/s, 0 objects/s recovering 2024-06-18T12:36:30.773 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:36:30 smithi089 bash[21925]: audit 2024-06-18T12:36:30.126134+0000 mon.a (mon.0) 686 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-06-18T12:36:30.773 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:36:30 smithi089 bash[21925]: audit 2024-06-18T12:36:30.128858+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-06-18T12:36:30.773 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:36:30 smithi089 bash[21925]: audit 2024-06-18T12:36:30.129601+0000 mon.a (mon.0) 688 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:36:30.822 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:36:30 smithi098 bash[22565]: audit 2024-06-18T12:36:30.126134+0000 mon.a (mon.0) 686 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-06-18T12:36:30.822 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:36:30 smithi098 bash[22565]: audit 2024-06-18T12:36:30.128858+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-06-18T12:36:30.822 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:36:30 smithi098 bash[22565]: audit 2024-06-18T12:36:30.129601+0000 mon.a (mon.0) 688 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:36:30.824 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:36:30 smithi131 bash[22694]: audit 2024-06-18T12:36:30.126134+0000 mon.a (mon.0) 686 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-06-18T12:36:30.824 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:36:30 smithi131 bash[22694]: audit 2024-06-18T12:36:30.128858+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-06-18T12:36:30.824 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:36:30 smithi131 bash[22694]: audit 2024-06-18T12:36:30.129601+0000 mon.a (mon.0) 688 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:36:31.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:36:31 smithi098 bash[22565]: cluster 2024-06-18T12:36:30.028449+0000 mgr.a (mgr.14150) 250 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-06-18T12:36:31.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:36:31 smithi098 bash[22565]: audit 2024-06-18T12:36:30.123106+0000 mgr.a (mgr.14150) 251 : audit [DBG] from='client.24205 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi131:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T12:36:31.824 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:36:31 smithi131 bash[22694]: cluster 2024-06-18T12:36:30.028449+0000 mgr.a (mgr.14150) 250 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-06-18T12:36:31.824 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:36:31 smithi131 bash[22694]: audit 2024-06-18T12:36:30.123106+0000 mgr.a (mgr.14150) 251 : audit [DBG] from='client.24205 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi131:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T12:36:31.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:36:31 smithi089 bash[21925]: cluster 2024-06-18T12:36:30.028449+0000 mgr.a (mgr.14150) 250 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-06-18T12:36:31.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:36:31 smithi089 bash[21925]: audit 2024-06-18T12:36:30.123106+0000 mgr.a (mgr.14150) 251 : audit [DBG] from='client.24205 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi131:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T12:36:33.711 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:36:33 smithi098 bash[22565]: cluster 2024-06-18T12:36:32.028963+0000 mgr.a (mgr.14150) 252 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-06-18T12:36:33.824 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:36:33 smithi131 bash[22694]: cluster 2024-06-18T12:36:32.028963+0000 mgr.a (mgr.14150) 252 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-06-18T12:36:33.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:36:33 smithi089 bash[21925]: cluster 2024-06-18T12:36:32.028963+0000 mgr.a (mgr.14150) 252 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-06-18T12:36:34.822 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:36:34 smithi098 bash[22565]: audit 2024-06-18T12:36:33.618436+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:36:34.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:36:34 smithi098 bash[22565]: audit 2024-06-18T12:36:33.626690+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:36:34.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:36:34 smithi098 bash[22565]: audit 2024-06-18T12:36:33.636332+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:36:34.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:36:34 smithi089 bash[21925]: audit 2024-06-18T12:36:33.618436+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:36:34.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:36:34 smithi089 bash[21925]: audit 2024-06-18T12:36:33.626690+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:36:34.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:36:34 smithi089 bash[21925]: audit 2024-06-18T12:36:33.636332+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:36:35.074 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:36:34 smithi131 bash[22694]: audit 2024-06-18T12:36:33.618436+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:36:35.074 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:36:34 smithi131 bash[22694]: audit 2024-06-18T12:36:33.626690+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:36:35.074 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:36:34 smithi131 bash[22694]: audit 2024-06-18T12:36:33.636332+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:36:35.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:36:35 smithi089 bash[21925]: cluster 2024-06-18T12:36:34.029588+0000 mgr.a (mgr.14150) 253 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-06-18T12:36:36.055 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:36:35 smithi131 bash[22694]: cluster 2024-06-18T12:36:34.029588+0000 mgr.a (mgr.14150) 253 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-06-18T12:36:36.058 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:36:35 smithi098 bash[22565]: cluster 2024-06-18T12:36:34.029588+0000 mgr.a (mgr.14150) 253 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-06-18T12:36:37.903 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:36:37 smithi131 bash[22694]: cluster 2024-06-18T12:36:36.030215+0000 mgr.a (mgr.14150) 254 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-06-18T12:36:37.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:36:37 smithi089 bash[21925]: cluster 2024-06-18T12:36:36.030215+0000 mgr.a (mgr.14150) 254 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-06-18T12:36:38.072 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:36:37 smithi098 bash[22565]: cluster 2024-06-18T12:36:36.030215+0000 mgr.a (mgr.14150) 254 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-06-18T12:36:39.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:36:39 smithi089 bash[21925]: cluster 2024-06-18T12:36:38.030875+0000 mgr.a (mgr.14150) 255 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-06-18T12:36:39.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:36:39 smithi089 bash[21925]: audit 2024-06-18T12:36:38.651528+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:36:39.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:36:39 smithi089 bash[21925]: audit 2024-06-18T12:36:38.660352+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:36:39.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:36:39 smithi089 bash[21925]: audit 2024-06-18T12:36:38.669343+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:36:40.072 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:36:39 smithi098 bash[22565]: cluster 2024-06-18T12:36:38.030875+0000 mgr.a (mgr.14150) 255 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-06-18T12:36:40.073 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:36:39 smithi098 bash[22565]: audit 2024-06-18T12:36:38.651528+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:36:40.073 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:36:39 smithi098 bash[22565]: audit 2024-06-18T12:36:38.660352+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:36:40.073 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:36:39 smithi098 bash[22565]: audit 2024-06-18T12:36:38.669343+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:36:40.073 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:36:39 smithi131 bash[22694]: cluster 2024-06-18T12:36:38.030875+0000 mgr.a (mgr.14150) 255 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-06-18T12:36:40.074 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:36:39 smithi131 bash[22694]: audit 2024-06-18T12:36:38.651528+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:36:40.074 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:36:39 smithi131 bash[22694]: audit 2024-06-18T12:36:38.660352+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:36:40.074 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:36:39 smithi131 bash[22694]: audit 2024-06-18T12:36:38.669343+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:36:40.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:36:40 smithi089 bash[21925]: audit 2024-06-18T12:36:39.721158+0000 mon.c (mon.1) 5 : audit [INF] from='client.? 172.21.15.131:0/57865004' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e728b6d6-61fb-494e-b313-6d1bb838f026"}]: dispatch 2024-06-18T12:36:40.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:36:40 smithi089 bash[21925]: audit 2024-06-18T12:36:39.725690+0000 mon.a (mon.0) 695 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e728b6d6-61fb-494e-b313-6d1bb838f026"}]: dispatch 2024-06-18T12:36:40.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:36:40 smithi089 bash[21925]: audit 2024-06-18T12:36:39.729405+0000 mon.a (mon.0) 696 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e728b6d6-61fb-494e-b313-6d1bb838f026"}]': finished 2024-06-18T12:36:40.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:36:40 smithi089 bash[21925]: cluster 2024-06-18T12:36:39.734601+0000 mon.a (mon.0) 697 : cluster [DBG] osdmap e30: 5 total, 4 up, 5 in 2024-06-18T12:36:40.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:36:40 smithi089 bash[21925]: audit 2024-06-18T12:36:39.735034+0000 mon.a (mon.0) 698 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-06-18T12:36:40.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:36:40 smithi089 bash[21925]: audit 2024-06-18T12:36:40.363897+0000 mon.c (mon.1) 6 : audit [DBG] from='client.? 172.21.15.131:0/1194621657' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-06-18T12:36:41.073 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:36:40 smithi098 bash[22565]: audit 2024-06-18T12:36:39.721158+0000 mon.c (mon.1) 5 : audit [INF] from='client.? 172.21.15.131:0/57865004' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e728b6d6-61fb-494e-b313-6d1bb838f026"}]: dispatch 2024-06-18T12:36:41.073 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:36:40 smithi098 bash[22565]: audit 2024-06-18T12:36:39.725690+0000 mon.a (mon.0) 695 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e728b6d6-61fb-494e-b313-6d1bb838f026"}]: dispatch 2024-06-18T12:36:41.073 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:36:40 smithi098 bash[22565]: audit 2024-06-18T12:36:39.729405+0000 mon.a (mon.0) 696 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e728b6d6-61fb-494e-b313-6d1bb838f026"}]': finished 2024-06-18T12:36:41.073 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:36:40 smithi098 bash[22565]: cluster 2024-06-18T12:36:39.734601+0000 mon.a (mon.0) 697 : cluster [DBG] osdmap e30: 5 total, 4 up, 5 in 2024-06-18T12:36:41.073 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:36:40 smithi098 bash[22565]: audit 2024-06-18T12:36:39.735034+0000 mon.a (mon.0) 698 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-06-18T12:36:41.073 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:36:40 smithi098 bash[22565]: audit 2024-06-18T12:36:40.363897+0000 mon.c (mon.1) 6 : audit [DBG] from='client.? 172.21.15.131:0/1194621657' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-06-18T12:36:41.074 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:36:40 smithi131 bash[22694]: audit 2024-06-18T12:36:39.721158+0000 mon.c (mon.1) 5 : audit [INF] from='client.? 172.21.15.131:0/57865004' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e728b6d6-61fb-494e-b313-6d1bb838f026"}]: dispatch 2024-06-18T12:36:41.074 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:36:40 smithi131 bash[22694]: audit 2024-06-18T12:36:39.725690+0000 mon.a (mon.0) 695 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e728b6d6-61fb-494e-b313-6d1bb838f026"}]: dispatch 2024-06-18T12:36:41.074 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:36:40 smithi131 bash[22694]: audit 2024-06-18T12:36:39.729405+0000 mon.a (mon.0) 696 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e728b6d6-61fb-494e-b313-6d1bb838f026"}]': finished 2024-06-18T12:36:41.074 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:36:40 smithi131 bash[22694]: cluster 2024-06-18T12:36:39.734601+0000 mon.a (mon.0) 697 : cluster [DBG] osdmap e30: 5 total, 4 up, 5 in 2024-06-18T12:36:41.074 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:36:40 smithi131 bash[22694]: audit 2024-06-18T12:36:39.735034+0000 mon.a (mon.0) 698 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-06-18T12:36:41.074 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:36:40 smithi131 bash[22694]: audit 2024-06-18T12:36:40.363897+0000 mon.c (mon.1) 6 : audit [DBG] from='client.? 172.21.15.131:0/1194621657' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-06-18T12:36:41.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:36:41 smithi089 bash[21925]: cluster 2024-06-18T12:36:40.031571+0000 mgr.a (mgr.14150) 256 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-06-18T12:36:42.072 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:36:41 smithi098 bash[22565]: cluster 2024-06-18T12:36:40.031571+0000 mgr.a (mgr.14150) 256 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-06-18T12:36:42.073 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:36:41 smithi131 bash[22694]: cluster 2024-06-18T12:36:40.031571+0000 mgr.a (mgr.14150) 256 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-06-18T12:36:43.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:36:43 smithi089 bash[21925]: cluster 2024-06-18T12:36:42.032087+0000 mgr.a (mgr.14150) 257 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-06-18T12:36:43.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:36:43 smithi089 bash[21925]: audit 2024-06-18T12:36:42.629082+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:36:43.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:36:43 smithi089 bash[21925]: audit 2024-06-18T12:36:42.636739+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:36:43.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:36:43 smithi089 bash[21925]: audit 2024-06-18T12:36:42.646166+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:36:43.988 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:36:43 smithi131 bash[22694]: cluster 2024-06-18T12:36:42.032087+0000 mgr.a (mgr.14150) 257 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-06-18T12:36:43.988 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:36:43 smithi131 bash[22694]: audit 2024-06-18T12:36:42.629082+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:36:43.989 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:36:43 smithi131 bash[22694]: audit 2024-06-18T12:36:42.636739+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:36:43.989 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:36:43 smithi131 bash[22694]: audit 2024-06-18T12:36:42.646166+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:36:44.072 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:36:43 smithi098 bash[22565]: cluster 2024-06-18T12:36:42.032087+0000 mgr.a (mgr.14150) 257 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-06-18T12:36:44.072 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:36:43 smithi098 bash[22565]: audit 2024-06-18T12:36:42.629082+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:36:44.073 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:36:43 smithi098 bash[22565]: audit 2024-06-18T12:36:42.636739+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:36:44.073 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:36:43 smithi098 bash[22565]: audit 2024-06-18T12:36:42.646166+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:36:45.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:36:45 smithi089 bash[21925]: cluster 2024-06-18T12:36:44.032640+0000 mgr.a (mgr.14150) 258 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-06-18T12:36:46.072 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:36:45 smithi098 bash[22565]: cluster 2024-06-18T12:36:44.032640+0000 mgr.a (mgr.14150) 258 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-06-18T12:36:46.074 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:36:45 smithi131 bash[22694]: cluster 2024-06-18T12:36:44.032640+0000 mgr.a (mgr.14150) 258 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-06-18T12:36:47.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:36:47 smithi089 bash[21925]: cluster 2024-06-18T12:36:46.033136+0000 mgr.a (mgr.14150) 259 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-06-18T12:36:48.072 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:36:47 smithi098 bash[22565]: cluster 2024-06-18T12:36:46.033136+0000 mgr.a (mgr.14150) 259 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-06-18T12:36:48.074 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:36:47 smithi131 bash[22694]: cluster 2024-06-18T12:36:46.033136+0000 mgr.a (mgr.14150) 259 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-06-18T12:36:49.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:36:49 smithi089 bash[21925]: cluster 2024-06-18T12:36:48.033648+0000 mgr.a (mgr.14150) 260 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-06-18T12:36:50.072 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:36:49 smithi098 bash[22565]: cluster 2024-06-18T12:36:48.033648+0000 mgr.a (mgr.14150) 260 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-06-18T12:36:50.074 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:36:49 smithi131 bash[22694]: cluster 2024-06-18T12:36:48.033648+0000 mgr.a (mgr.14150) 260 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-06-18T12:36:51.824 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:36:51 smithi131 bash[22694]: cluster 2024-06-18T12:36:50.034172+0000 mgr.a (mgr.14150) 261 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-06-18T12:36:51.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:36:51 smithi089 bash[21925]: cluster 2024-06-18T12:36:50.034172+0000 mgr.a (mgr.14150) 261 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-06-18T12:36:52.072 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:36:51 smithi098 bash[22565]: cluster 2024-06-18T12:36:50.034172+0000 mgr.a (mgr.14150) 261 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-06-18T12:36:52.824 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:36:52 smithi131 bash[22694]: audit 2024-06-18T12:36:52.036875+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-06-18T12:36:52.824 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:36:52 smithi131 bash[22694]: audit 2024-06-18T12:36:52.038607+0000 mon.a (mon.0) 703 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:36:52.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:36:52 smithi089 bash[21925]: audit 2024-06-18T12:36:52.036875+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-06-18T12:36:52.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:36:52 smithi089 bash[21925]: audit 2024-06-18T12:36:52.038607+0000 mon.a (mon.0) 703 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:36:53.041 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:36:52 smithi098 bash[22565]: audit 2024-06-18T12:36:52.036875+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-06-18T12:36:53.041 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:36:52 smithi098 bash[22565]: audit 2024-06-18T12:36:52.038607+0000 mon.a (mon.0) 703 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:36:53.812 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:36:53 smithi131 bash[22694]: cluster 2024-06-18T12:36:52.034723+0000 mgr.a (mgr.14150) 262 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-06-18T12:36:53.812 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:36:53 smithi131 bash[22694]: cephadm 2024-06-18T12:36:52.040111+0000 mgr.a (mgr.14150) 263 : cephadm [INF] Deploying daemon osd.4 on smithi131 2024-06-18T12:36:53.906 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:36:53 smithi098 bash[22565]: cluster 2024-06-18T12:36:52.034723+0000 mgr.a (mgr.14150) 262 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-06-18T12:36:53.906 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:36:53 smithi098 bash[22565]: cephadm 2024-06-18T12:36:52.040111+0000 mgr.a (mgr.14150) 263 : cephadm [INF] Deploying daemon osd.4 on smithi131 2024-06-18T12:36:53.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:36:53 smithi089 bash[21925]: cluster 2024-06-18T12:36:52.034723+0000 mgr.a (mgr.14150) 262 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-06-18T12:36:53.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:36:53 smithi089 bash[21925]: cephadm 2024-06-18T12:36:52.040111+0000 mgr.a (mgr.14150) 263 : cephadm [INF] Deploying daemon osd.4 on smithi131 2024-06-18T12:36:55.072 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:36:54 smithi098 bash[22565]: audit 2024-06-18T12:36:53.757195+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:36:55.073 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:36:54 smithi098 bash[22565]: audit 2024-06-18T12:36:53.765678+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:36:55.073 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:36:54 smithi098 bash[22565]: audit 2024-06-18T12:36:53.775463+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:36:55.073 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:36:54 smithi098 bash[22565]: cluster 2024-06-18T12:36:54.035267+0000 mgr.a (mgr.14150) 264 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-06-18T12:36:55.074 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:36:54 smithi131 bash[22694]: audit 2024-06-18T12:36:53.757195+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:36:55.074 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:36:54 smithi131 bash[22694]: audit 2024-06-18T12:36:53.765678+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:36:55.074 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:36:54 smithi131 bash[22694]: audit 2024-06-18T12:36:53.775463+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:36:55.074 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:36:54 smithi131 bash[22694]: cluster 2024-06-18T12:36:54.035267+0000 mgr.a (mgr.14150) 264 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-06-18T12:36:55.159 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:36:54 smithi089 bash[21925]: audit 2024-06-18T12:36:53.757195+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:36:55.159 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:36:54 smithi089 bash[21925]: audit 2024-06-18T12:36:53.765678+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:36:55.159 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:36:54 smithi089 bash[21925]: audit 2024-06-18T12:36:53.775463+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:36:55.159 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:36:54 smithi089 bash[21925]: cluster 2024-06-18T12:36:54.035267+0000 mgr.a (mgr.14150) 264 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-06-18T12:36:56.387 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:36:56 smithi131 systemd[1]: /etc/systemd/system/ceph-326ab62a-2d6e-11ef-bc9d-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-06-18T12:36:56.731 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:36:56 smithi131 systemd[1]: /etc/systemd/system/ceph-326ab62a-2d6e-11ef-bc9d-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-06-18T12:36:57.409 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:36:57 smithi089 bash[21925]: cluster 2024-06-18T12:36:56.035810+0000 mgr.a (mgr.14150) 265 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-06-18T12:36:57.409 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:36:57 smithi089 bash[21925]: audit 2024-06-18T12:36:56.674548+0000 mon.a (mon.0) 707 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T12:36:57.409 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:36:57 smithi089 bash[21925]: audit 2024-06-18T12:36:56.682887+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:36:57.409 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:36:57 smithi089 bash[21925]: audit 2024-06-18T12:36:56.683510+0000 mon.a (mon.0) 709 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:36:57.410 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:36:57 smithi089 bash[21925]: audit 2024-06-18T12:36:56.685653+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T12:36:57.410 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:36:57 smithi089 bash[21925]: audit 2024-06-18T12:36:56.691750+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:36:57.410 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:36:57 smithi089 bash[21925]: audit 2024-06-18T12:36:56.697646+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:36:57.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:36:57 smithi098 bash[22565]: cluster 2024-06-18T12:36:56.035810+0000 mgr.a (mgr.14150) 265 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-06-18T12:36:57.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:36:57 smithi098 bash[22565]: audit 2024-06-18T12:36:56.674548+0000 mon.a (mon.0) 707 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T12:36:57.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:36:57 smithi098 bash[22565]: audit 2024-06-18T12:36:56.682887+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:36:57.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:36:57 smithi098 bash[22565]: audit 2024-06-18T12:36:56.683510+0000 mon.a (mon.0) 709 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:36:57.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:36:57 smithi098 bash[22565]: audit 2024-06-18T12:36:56.685653+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T12:36:57.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:36:57 smithi098 bash[22565]: audit 2024-06-18T12:36:56.691750+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:36:57.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:36:57 smithi098 bash[22565]: audit 2024-06-18T12:36:56.697646+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:36:57.574 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:36:57 smithi131 bash[22694]: cluster 2024-06-18T12:36:56.035810+0000 mgr.a (mgr.14150) 265 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-06-18T12:36:57.574 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:36:57 smithi131 bash[22694]: audit 2024-06-18T12:36:56.674548+0000 mon.a (mon.0) 707 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T12:36:57.574 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:36:57 smithi131 bash[22694]: audit 2024-06-18T12:36:56.682887+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:36:57.574 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:36:57 smithi131 bash[22694]: audit 2024-06-18T12:36:56.683510+0000 mon.a (mon.0) 709 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:36:57.574 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:36:57 smithi131 bash[22694]: audit 2024-06-18T12:36:56.685653+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T12:36:57.574 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:36:57 smithi131 bash[22694]: audit 2024-06-18T12:36:56.691750+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:36:57.574 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:36:57 smithi131 bash[22694]: audit 2024-06-18T12:36:56.697646+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:36:59.159 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:36:59 smithi089 bash[21925]: cluster 2024-06-18T12:36:58.036328+0000 mgr.a (mgr.14150) 266 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-06-18T12:36:59.159 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:36:59 smithi089 bash[21925]: audit 2024-06-18T12:36:58.865448+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:36:59.159 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:36:59 smithi089 bash[21925]: audit 2024-06-18T12:36:58.873597+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:36:59.159 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:36:59 smithi089 bash[21925]: audit 2024-06-18T12:36:58.883250+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:36:59.324 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:36:59 smithi131 bash[22694]: cluster 2024-06-18T12:36:58.036328+0000 mgr.a (mgr.14150) 266 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-06-18T12:36:59.324 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:36:59 smithi131 bash[22694]: audit 2024-06-18T12:36:58.865448+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:36:59.324 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:36:59 smithi131 bash[22694]: audit 2024-06-18T12:36:58.873597+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:36:59.324 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:36:59 smithi131 bash[22694]: audit 2024-06-18T12:36:58.883250+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:36:59.572 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:36:59 smithi098 bash[22565]: cluster 2024-06-18T12:36:58.036328+0000 mgr.a (mgr.14150) 266 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-06-18T12:36:59.572 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:36:59 smithi098 bash[22565]: audit 2024-06-18T12:36:58.865448+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:36:59.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:36:59 smithi098 bash[22565]: audit 2024-06-18T12:36:58.873597+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:36:59.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:36:59 smithi098 bash[22565]: audit 2024-06-18T12:36:58.883250+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:37:01.324 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:37:01 smithi131 bash[22694]: cluster 2024-06-18T12:37:00.036949+0000 mgr.a (mgr.14150) 267 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-06-18T12:37:01.409 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:37:01 smithi089 bash[21925]: cluster 2024-06-18T12:37:00.036949+0000 mgr.a (mgr.14150) 267 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-06-18T12:37:01.572 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:37:01 smithi098 bash[22565]: cluster 2024-06-18T12:37:00.036949+0000 mgr.a (mgr.14150) 267 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-06-18T12:37:03.282 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:37:03 smithi131 bash[22694]: cluster 2024-06-18T12:37:02.037526+0000 mgr.a (mgr.14150) 268 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-06-18T12:37:03.283 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:37:03 smithi131 bash[22694]: audit 2024-06-18T12:37:02.765914+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:37:03.283 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:37:03 smithi131 bash[22694]: audit 2024-06-18T12:37:02.773235+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:37:03.283 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:37:03 smithi131 bash[22694]: audit 2024-06-18T12:37:02.778189+0000 mon.a (mon.0) 718 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T12:37:03.283 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:37:03 smithi131 bash[22694]: audit 2024-06-18T12:37:02.783641+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:37:03.283 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:37:03 smithi131 bash[22694]: audit 2024-06-18T12:37:02.784338+0000 mon.a (mon.0) 720 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:37:03.283 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:37:03 smithi131 bash[22694]: audit 2024-06-18T12:37:02.786394+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T12:37:03.283 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:37:03 smithi131 bash[22694]: audit 2024-06-18T12:37:02.795836+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:37:03.409 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:37:03 smithi089 bash[21925]: cluster 2024-06-18T12:37:02.037526+0000 mgr.a (mgr.14150) 268 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-06-18T12:37:03.409 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:37:03 smithi089 bash[21925]: audit 2024-06-18T12:37:02.765914+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:37:03.409 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:37:03 smithi089 bash[21925]: audit 2024-06-18T12:37:02.773235+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:37:03.409 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:37:03 smithi089 bash[21925]: audit 2024-06-18T12:37:02.778189+0000 mon.a (mon.0) 718 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T12:37:03.410 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:37:03 smithi089 bash[21925]: audit 2024-06-18T12:37:02.783641+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:37:03.410 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:37:03 smithi089 bash[21925]: audit 2024-06-18T12:37:02.784338+0000 mon.a (mon.0) 720 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:37:03.410 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:37:03 smithi089 bash[21925]: audit 2024-06-18T12:37:02.786394+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T12:37:03.410 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:37:03 smithi089 bash[21925]: audit 2024-06-18T12:37:02.795836+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:37:03.572 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:37:03 smithi098 bash[22565]: cluster 2024-06-18T12:37:02.037526+0000 mgr.a (mgr.14150) 268 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-06-18T12:37:03.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:37:03 smithi098 bash[22565]: audit 2024-06-18T12:37:02.765914+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:37:03.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:37:03 smithi098 bash[22565]: audit 2024-06-18T12:37:02.773235+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:37:03.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:37:03 smithi098 bash[22565]: audit 2024-06-18T12:37:02.778189+0000 mon.a (mon.0) 718 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T12:37:03.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:37:03 smithi098 bash[22565]: audit 2024-06-18T12:37:02.783641+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:37:03.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:37:03 smithi098 bash[22565]: audit 2024-06-18T12:37:02.784338+0000 mon.a (mon.0) 720 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:37:03.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:37:03 smithi098 bash[22565]: audit 2024-06-18T12:37:02.786394+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T12:37:03.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:37:03 smithi098 bash[22565]: audit 2024-06-18T12:37:02.795836+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:37:04.409 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:37:04 smithi089 bash[21925]: cephadm 2024-06-18T12:37:02.775970+0000 mgr.a (mgr.14150) 269 : cephadm [INF] Detected new or changed devices on smithi131 2024-06-18T12:37:04.409 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:37:04 smithi089 bash[21925]: audit 2024-06-18T12:37:03.290493+0000 mon.c (mon.1) 7 : audit [INF] from='osd.4 [v2:172.21.15.131:6800/150722674,v1:172.21.15.131:6801/150722674]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-06-18T12:37:04.409 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:37:04 smithi089 bash[21925]: audit 2024-06-18T12:37:03.294451+0000 mon.a (mon.0) 723 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-06-18T12:37:04.511 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:37:04 smithi131 bash[22694]: cephadm 2024-06-18T12:37:02.775970+0000 mgr.a (mgr.14150) 269 : cephadm [INF] Detected new or changed devices on smithi131 2024-06-18T12:37:04.511 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:37:04 smithi131 bash[22694]: audit 2024-06-18T12:37:03.290493+0000 mon.c (mon.1) 7 : audit [INF] from='osd.4 [v2:172.21.15.131:6800/150722674,v1:172.21.15.131:6801/150722674]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-06-18T12:37:04.511 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:37:04 smithi131 bash[22694]: audit 2024-06-18T12:37:03.294451+0000 mon.a (mon.0) 723 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-06-18T12:37:04.572 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:37:04 smithi098 bash[22565]: cephadm 2024-06-18T12:37:02.775970+0000 mgr.a (mgr.14150) 269 : cephadm [INF] Detected new or changed devices on smithi131 2024-06-18T12:37:04.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:37:04 smithi098 bash[22565]: audit 2024-06-18T12:37:03.290493+0000 mon.c (mon.1) 7 : audit [INF] from='osd.4 [v2:172.21.15.131:6800/150722674,v1:172.21.15.131:6801/150722674]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-06-18T12:37:04.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:37:04 smithi098 bash[22565]: audit 2024-06-18T12:37:03.294451+0000 mon.a (mon.0) 723 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-06-18T12:37:05.402 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:37:05 smithi131 bash[22694]: cluster 2024-06-18T12:37:04.038091+0000 mgr.a (mgr.14150) 270 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-06-18T12:37:05.402 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:37:05 smithi131 bash[22694]: audit 2024-06-18T12:37:04.114559+0000 mon.a (mon.0) 724 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-06-18T12:37:05.402 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:37:05 smithi131 bash[22694]: audit 2024-06-18T12:37:04.116749+0000 mon.c (mon.1) 8 : audit [INF] from='osd.4 [v2:172.21.15.131:6800/150722674,v1:172.21.15.131:6801/150722674]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi131", "root=default"]}]: dispatch 2024-06-18T12:37:05.402 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:37:05 smithi131 bash[22694]: cluster 2024-06-18T12:37:04.119203+0000 mon.a (mon.0) 725 : cluster [DBG] osdmap e31: 5 total, 4 up, 5 in 2024-06-18T12:37:05.402 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:37:05 smithi131 bash[22694]: audit 2024-06-18T12:37:04.119625+0000 mon.a (mon.0) 726 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-06-18T12:37:05.402 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:37:05 smithi131 bash[22694]: audit 2024-06-18T12:37:04.120748+0000 mon.a (mon.0) 727 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi131", "root=default"]}]: dispatch 2024-06-18T12:37:05.409 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:37:05 smithi089 bash[21925]: cluster 2024-06-18T12:37:04.038091+0000 mgr.a (mgr.14150) 270 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-06-18T12:37:05.409 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:37:05 smithi089 bash[21925]: audit 2024-06-18T12:37:04.114559+0000 mon.a (mon.0) 724 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-06-18T12:37:05.409 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:37:05 smithi089 bash[21925]: audit 2024-06-18T12:37:04.116749+0000 mon.c (mon.1) 8 : audit [INF] from='osd.4 [v2:172.21.15.131:6800/150722674,v1:172.21.15.131:6801/150722674]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi131", "root=default"]}]: dispatch 2024-06-18T12:37:05.409 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:37:05 smithi089 bash[21925]: cluster 2024-06-18T12:37:04.119203+0000 mon.a (mon.0) 725 : cluster [DBG] osdmap e31: 5 total, 4 up, 5 in 2024-06-18T12:37:05.409 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:37:05 smithi089 bash[21925]: audit 2024-06-18T12:37:04.119625+0000 mon.a (mon.0) 726 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-06-18T12:37:05.409 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:37:05 smithi089 bash[21925]: audit 2024-06-18T12:37:04.120748+0000 mon.a (mon.0) 727 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi131", "root=default"]}]: dispatch 2024-06-18T12:37:05.572 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:37:05 smithi098 bash[22565]: cluster 2024-06-18T12:37:04.038091+0000 mgr.a (mgr.14150) 270 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-06-18T12:37:05.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:37:05 smithi098 bash[22565]: audit 2024-06-18T12:37:04.114559+0000 mon.a (mon.0) 724 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-06-18T12:37:05.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:37:05 smithi098 bash[22565]: audit 2024-06-18T12:37:04.116749+0000 mon.c (mon.1) 8 : audit [INF] from='osd.4 [v2:172.21.15.131:6800/150722674,v1:172.21.15.131:6801/150722674]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi131", "root=default"]}]: dispatch 2024-06-18T12:37:05.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:37:05 smithi098 bash[22565]: cluster 2024-06-18T12:37:04.119203+0000 mon.a (mon.0) 725 : cluster [DBG] osdmap e31: 5 total, 4 up, 5 in 2024-06-18T12:37:05.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:37:05 smithi098 bash[22565]: audit 2024-06-18T12:37:04.119625+0000 mon.a (mon.0) 726 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-06-18T12:37:05.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:37:05 smithi098 bash[22565]: audit 2024-06-18T12:37:04.120748+0000 mon.a (mon.0) 727 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi131", "root=default"]}]: dispatch 2024-06-18T12:37:06.215 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:37:06 smithi131 bash[22694]: audit 2024-06-18T12:37:05.117195+0000 mon.a (mon.0) 728 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi131", "root=default"]}]': finished 2024-06-18T12:37:06.216 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:37:06 smithi131 bash[22694]: cluster 2024-06-18T12:37:05.123157+0000 mon.a (mon.0) 729 : cluster [DBG] osdmap e32: 5 total, 4 up, 5 in 2024-06-18T12:37:06.216 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:37:06 smithi131 bash[22694]: audit 2024-06-18T12:37:05.124024+0000 mon.a (mon.0) 730 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-06-18T12:37:06.216 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:37:06 smithi131 bash[22694]: audit 2024-06-18T12:37:06.124912+0000 mon.a (mon.0) 731 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-06-18T12:37:06.409 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:37:06 smithi089 bash[21925]: audit 2024-06-18T12:37:05.117195+0000 mon.a (mon.0) 728 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi131", "root=default"]}]': finished 2024-06-18T12:37:06.409 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:37:06 smithi089 bash[21925]: cluster 2024-06-18T12:37:05.123157+0000 mon.a (mon.0) 729 : cluster [DBG] osdmap e32: 5 total, 4 up, 5 in 2024-06-18T12:37:06.409 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:37:06 smithi089 bash[21925]: audit 2024-06-18T12:37:05.124024+0000 mon.a (mon.0) 730 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-06-18T12:37:06.409 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:37:06 smithi089 bash[21925]: audit 2024-06-18T12:37:06.124912+0000 mon.a (mon.0) 731 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-06-18T12:37:06.572 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:37:06 smithi098 bash[22565]: audit 2024-06-18T12:37:05.117195+0000 mon.a (mon.0) 728 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi131", "root=default"]}]': finished 2024-06-18T12:37:06.572 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:37:06 smithi098 bash[22565]: cluster 2024-06-18T12:37:05.123157+0000 mon.a (mon.0) 729 : cluster [DBG] osdmap e32: 5 total, 4 up, 5 in 2024-06-18T12:37:06.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:37:06 smithi098 bash[22565]: audit 2024-06-18T12:37:05.124024+0000 mon.a (mon.0) 730 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-06-18T12:37:06.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:37:06 smithi098 bash[22565]: audit 2024-06-18T12:37:06.124912+0000 mon.a (mon.0) 731 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-06-18T12:37:07.409 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:37:07 smithi089 bash[21925]: cluster 2024-06-18T12:37:04.305717+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-06-18T12:37:07.409 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:37:07 smithi089 bash[21925]: cluster 2024-06-18T12:37:04.305840+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-06-18T12:37:07.409 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:37:07 smithi089 bash[21925]: cluster 2024-06-18T12:37:06.038590+0000 mgr.a (mgr.14150) 271 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-06-18T12:37:07.409 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:37:07 smithi089 bash[21925]: cluster 2024-06-18T12:37:06.141960+0000 mon.a (mon.0) 732 : cluster [INF] osd.4 [v2:172.21.15.131:6800/150722674,v1:172.21.15.131:6801/150722674] boot 2024-06-18T12:37:07.410 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:37:07 smithi089 bash[21925]: cluster 2024-06-18T12:37:06.142016+0000 mon.a (mon.0) 733 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2024-06-18T12:37:07.410 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:37:07 smithi089 bash[21925]: audit 2024-06-18T12:37:06.142315+0000 mon.a (mon.0) 734 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-06-18T12:37:07.535 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:37:07 smithi131 bash[22694]: cluster 2024-06-18T12:37:04.305717+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-06-18T12:37:07.535 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:37:07 smithi131 bash[22694]: cluster 2024-06-18T12:37:04.305840+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-06-18T12:37:07.535 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:37:07 smithi131 bash[22694]: cluster 2024-06-18T12:37:06.038590+0000 mgr.a (mgr.14150) 271 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-06-18T12:37:07.535 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:37:07 smithi131 bash[22694]: cluster 2024-06-18T12:37:06.141960+0000 mon.a (mon.0) 732 : cluster [INF] osd.4 [v2:172.21.15.131:6800/150722674,v1:172.21.15.131:6801/150722674] boot 2024-06-18T12:37:07.535 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:37:07 smithi131 bash[22694]: cluster 2024-06-18T12:37:06.142016+0000 mon.a (mon.0) 733 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2024-06-18T12:37:07.535 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:37:07 smithi131 bash[22694]: audit 2024-06-18T12:37:06.142315+0000 mon.a (mon.0) 734 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-06-18T12:37:07.572 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:37:07 smithi098 bash[22565]: cluster 2024-06-18T12:37:04.305717+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-06-18T12:37:07.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:37:07 smithi098 bash[22565]: cluster 2024-06-18T12:37:04.305840+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-06-18T12:37:07.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:37:07 smithi098 bash[22565]: cluster 2024-06-18T12:37:06.038590+0000 mgr.a (mgr.14150) 271 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-06-18T12:37:07.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:37:07 smithi098 bash[22565]: cluster 2024-06-18T12:37:06.141960+0000 mon.a (mon.0) 732 : cluster [INF] osd.4 [v2:172.21.15.131:6800/150722674,v1:172.21.15.131:6801/150722674] boot 2024-06-18T12:37:07.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:37:07 smithi098 bash[22565]: cluster 2024-06-18T12:37:06.142016+0000 mon.a (mon.0) 733 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2024-06-18T12:37:07.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:37:07 smithi098 bash[22565]: audit 2024-06-18T12:37:06.142315+0000 mon.a (mon.0) 734 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-06-18T12:37:07.985 INFO:teuthology.orchestra.run.smithi131.stdout:Created osd(s) 4 on host 'smithi131' 2024-06-18T12:37:08.324 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:37:08 smithi131 bash[22694]: cluster 2024-06-18T12:37:07.144452+0000 mon.a (mon.0) 735 : cluster [DBG] osdmap e34: 5 total, 5 up, 5 in 2024-06-18T12:37:08.324 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:37:08 smithi131 bash[22694]: audit 2024-06-18T12:37:07.967728+0000 mon.a (mon.0) 736 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T12:37:08.324 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:37:08 smithi131 bash[22694]: audit 2024-06-18T12:37:07.976678+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:37:08.324 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:37:08 smithi131 bash[22694]: audit 2024-06-18T12:37:07.977585+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi131", "name": "osd_memory_target"}]: dispatch 2024-06-18T12:37:08.325 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:37:08 smithi131 bash[22694]: audit 2024-06-18T12:37:07.980476+0000 mon.a (mon.0) 739 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:37:08.325 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:37:08 smithi131 bash[22694]: audit 2024-06-18T12:37:07.985594+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:37:08.325 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:37:08 smithi131 bash[22694]: audit 2024-06-18T12:37:07.986261+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T12:37:08.325 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:37:08 smithi131 bash[22694]: audit 2024-06-18T12:37:07.999545+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:37:08.409 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:37:08 smithi089 bash[21925]: cluster 2024-06-18T12:37:07.144452+0000 mon.a (mon.0) 735 : cluster [DBG] osdmap e34: 5 total, 5 up, 5 in 2024-06-18T12:37:08.409 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:37:08 smithi089 bash[21925]: audit 2024-06-18T12:37:07.967728+0000 mon.a (mon.0) 736 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T12:37:08.410 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:37:08 smithi089 bash[21925]: audit 2024-06-18T12:37:07.976678+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:37:08.410 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:37:08 smithi089 bash[21925]: audit 2024-06-18T12:37:07.977585+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi131", "name": "osd_memory_target"}]: dispatch 2024-06-18T12:37:08.410 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:37:08 smithi089 bash[21925]: audit 2024-06-18T12:37:07.980476+0000 mon.a (mon.0) 739 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:37:08.410 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:37:08 smithi089 bash[21925]: audit 2024-06-18T12:37:07.985594+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:37:08.410 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:37:08 smithi089 bash[21925]: audit 2024-06-18T12:37:07.986261+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T12:37:08.410 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:37:08 smithi089 bash[21925]: audit 2024-06-18T12:37:07.999545+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:37:08.572 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:37:08 smithi098 bash[22565]: cluster 2024-06-18T12:37:07.144452+0000 mon.a (mon.0) 735 : cluster [DBG] osdmap e34: 5 total, 5 up, 5 in 2024-06-18T12:37:08.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:37:08 smithi098 bash[22565]: audit 2024-06-18T12:37:07.967728+0000 mon.a (mon.0) 736 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T12:37:08.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:37:08 smithi098 bash[22565]: audit 2024-06-18T12:37:07.976678+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:37:08.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:37:08 smithi098 bash[22565]: audit 2024-06-18T12:37:07.977585+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi131", "name": "osd_memory_target"}]: dispatch 2024-06-18T12:37:08.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:37:08 smithi098 bash[22565]: audit 2024-06-18T12:37:07.980476+0000 mon.a (mon.0) 739 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:37:08.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:37:08 smithi098 bash[22565]: audit 2024-06-18T12:37:07.985594+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:37:08.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:37:08 smithi098 bash[22565]: audit 2024-06-18T12:37:07.986261+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T12:37:08.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:37:08 smithi098 bash[22565]: audit 2024-06-18T12:37:07.999545+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:37:08.593 DEBUG:teuthology.orchestra.run.smithi131:osd.4> sudo journalctl -f -n 0 -u ceph-326ab62a-2d6e-11ef-bc9d-c7b262605968@osd.4.service 2024-06-18T12:37:08.596 INFO:tasks.cephadm:Deploying osd.5 on smithi131 with /dev/vg_nvme/lv_3... 2024-06-18T12:37:08.597 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 326ab62a-2d6e-11ef-bc9d-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-06-18T12:37:09.447 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:37:09 smithi089 bash[21925]: cluster 2024-06-18T12:37:07.991257+0000 mgr.a (mgr.14150) 272 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-06-18T12:37:09.447 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:37:09 smithi089 bash[21925]: cluster 2024-06-18T12:37:08.170038+0000 mon.a (mon.0) 743 : cluster [DBG] osdmap e35: 5 total, 5 up, 5 in 2024-06-18T12:37:09.447 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:37:09 smithi089 bash[21925]: cluster 2024-06-18T12:37:08.982058+0000 mon.a (mon.0) 744 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-06-18T12:37:09.572 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:37:09 smithi098 bash[22565]: cluster 2024-06-18T12:37:07.991257+0000 mgr.a (mgr.14150) 272 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-06-18T12:37:09.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:37:09 smithi098 bash[22565]: cluster 2024-06-18T12:37:08.170038+0000 mon.a (mon.0) 743 : cluster [DBG] osdmap e35: 5 total, 5 up, 5 in 2024-06-18T12:37:09.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:37:09 smithi098 bash[22565]: cluster 2024-06-18T12:37:08.982058+0000 mon.a (mon.0) 744 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-06-18T12:37:09.573 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:37:09 smithi131 bash[22694]: cluster 2024-06-18T12:37:07.991257+0000 mgr.a (mgr.14150) 272 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-06-18T12:37:09.574 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:37:09 smithi131 bash[22694]: cluster 2024-06-18T12:37:08.170038+0000 mon.a (mon.0) 743 : cluster [DBG] osdmap e35: 5 total, 5 up, 5 in 2024-06-18T12:37:09.574 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:37:09 smithi131 bash[22694]: cluster 2024-06-18T12:37:08.982058+0000 mon.a (mon.0) 744 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-06-18T12:37:10.445 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:37:10 smithi089 bash[21925]: cluster 2024-06-18T12:37:09.172973+0000 mon.a (mon.0) 745 : cluster [DBG] osdmap e36: 5 total, 5 up, 5 in 2024-06-18T12:37:10.572 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:37:10 smithi098 bash[22565]: cluster 2024-06-18T12:37:09.172973+0000 mon.a (mon.0) 745 : cluster [DBG] osdmap e36: 5 total, 5 up, 5 in 2024-06-18T12:37:10.573 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:37:10 smithi131 bash[22694]: cluster 2024-06-18T12:37:09.172973+0000 mon.a (mon.0) 745 : cluster [DBG] osdmap e36: 5 total, 5 up, 5 in 2024-06-18T12:37:11.323 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:37:11 smithi131 bash[22694]: cluster 2024-06-18T12:37:09.991920+0000 mgr.a (mgr.14150) 273 : cluster [DBG] pgmap v227: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail; 146 KiB/s, 0 objects/s recovering 2024-06-18T12:37:11.324 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:37:11 smithi131 bash[22694]: cluster 2024-06-18T12:37:10.194608+0000 mon.a (mon.0) 746 : cluster [DBG] osdmap e37: 5 total, 5 up, 5 in 2024-06-18T12:37:11.409 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:37:11 smithi089 bash[21925]: cluster 2024-06-18T12:37:09.991920+0000 mgr.a (mgr.14150) 273 : cluster [DBG] pgmap v227: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail; 146 KiB/s, 0 objects/s recovering 2024-06-18T12:37:11.409 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:37:11 smithi089 bash[21925]: cluster 2024-06-18T12:37:10.194608+0000 mon.a (mon.0) 746 : cluster [DBG] osdmap e37: 5 total, 5 up, 5 in 2024-06-18T12:37:11.572 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:37:11 smithi098 bash[22565]: cluster 2024-06-18T12:37:09.991920+0000 mgr.a (mgr.14150) 273 : cluster [DBG] pgmap v227: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail; 146 KiB/s, 0 objects/s recovering 2024-06-18T12:37:11.572 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:37:11 smithi098 bash[22565]: cluster 2024-06-18T12:37:10.194608+0000 mon.a (mon.0) 746 : cluster [DBG] osdmap e37: 5 total, 5 up, 5 in 2024-06-18T12:37:12.822 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:37:12 smithi098 bash[22565]: audit 2024-06-18T12:37:11.418553+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:37:12.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:37:12 smithi098 bash[22565]: audit 2024-06-18T12:37:11.426185+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:37:12.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:37:12 smithi098 bash[22565]: audit 2024-06-18T12:37:11.430641+0000 mon.a (mon.0) 749 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T12:37:12.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:37:12 smithi098 bash[22565]: audit 2024-06-18T12:37:11.436005+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:37:12.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:37:12 smithi098 bash[22565]: audit 2024-06-18T12:37:11.436543+0000 mon.a (mon.0) 751 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:37:12.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:37:12 smithi098 bash[22565]: audit 2024-06-18T12:37:11.438681+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T12:37:12.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:37:12 smithi098 bash[22565]: cluster 2024-06-18T12:37:11.441645+0000 mgr.a (mgr.14150) 274 : cluster [DBG] pgmap v229: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail; 134 KiB/s, 0 objects/s recovering 2024-06-18T12:37:12.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:37:12 smithi098 bash[22565]: audit 2024-06-18T12:37:11.448106+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:37:12.824 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:37:12 smithi131 bash[22694]: audit 2024-06-18T12:37:11.418553+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:37:12.824 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:37:12 smithi131 bash[22694]: audit 2024-06-18T12:37:11.426185+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:37:12.824 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:37:12 smithi131 bash[22694]: audit 2024-06-18T12:37:11.430641+0000 mon.a (mon.0) 749 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T12:37:12.824 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:37:12 smithi131 bash[22694]: audit 2024-06-18T12:37:11.436005+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:37:12.824 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:37:12 smithi131 bash[22694]: audit 2024-06-18T12:37:11.436543+0000 mon.a (mon.0) 751 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:37:12.824 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:37:12 smithi131 bash[22694]: audit 2024-06-18T12:37:11.438681+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T12:37:12.824 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:37:12 smithi131 bash[22694]: cluster 2024-06-18T12:37:11.441645+0000 mgr.a (mgr.14150) 274 : cluster [DBG] pgmap v229: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail; 134 KiB/s, 0 objects/s recovering 2024-06-18T12:37:12.824 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:37:12 smithi131 bash[22694]: audit 2024-06-18T12:37:11.448106+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:37:12.896 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:37:12 smithi089 bash[21925]: audit 2024-06-18T12:37:11.418553+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:37:12.896 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:37:12 smithi089 bash[21925]: audit 2024-06-18T12:37:11.426185+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:37:12.896 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:37:12 smithi089 bash[21925]: audit 2024-06-18T12:37:11.430641+0000 mon.a (mon.0) 749 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T12:37:12.896 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:37:12 smithi089 bash[21925]: audit 2024-06-18T12:37:11.436005+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:37:12.896 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:37:12 smithi089 bash[21925]: audit 2024-06-18T12:37:11.436543+0000 mon.a (mon.0) 751 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:37:12.896 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:37:12 smithi089 bash[21925]: audit 2024-06-18T12:37:11.438681+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T12:37:12.897 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:37:12 smithi089 bash[21925]: cluster 2024-06-18T12:37:11.441645+0000 mgr.a (mgr.14150) 274 : cluster [DBG] pgmap v229: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail; 134 KiB/s, 0 objects/s recovering 2024-06-18T12:37:12.897 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:37:12 smithi089 bash[21925]: audit 2024-06-18T12:37:11.448106+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:37:13.075 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/mon.c/config 2024-06-18T12:37:13.573 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:37:13 smithi131 bash[22694]: cluster 2024-06-18T12:37:12.431996+0000 mon.a (mon.0) 754 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-06-18T12:37:13.574 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:37:13 smithi131 bash[22694]: cluster 2024-06-18T12:37:12.432038+0000 mon.a (mon.0) 755 : cluster [INF] Cluster is now healthy 2024-06-18T12:37:13.752 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:37:13 smithi098 bash[22565]: cluster 2024-06-18T12:37:12.431996+0000 mon.a (mon.0) 754 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-06-18T12:37:13.752 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:37:13 smithi098 bash[22565]: cluster 2024-06-18T12:37:12.432038+0000 mon.a (mon.0) 755 : cluster [INF] Cluster is now healthy 2024-06-18T12:37:13.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:37:13 smithi089 bash[21925]: cluster 2024-06-18T12:37:12.431996+0000 mon.a (mon.0) 754 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-06-18T12:37:13.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:37:13 smithi089 bash[21925]: cluster 2024-06-18T12:37:12.432038+0000 mon.a (mon.0) 755 : cluster [INF] Cluster is now healthy 2024-06-18T12:37:14.572 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:37:14 smithi098 bash[22565]: cluster 2024-06-18T12:37:13.442230+0000 mgr.a (mgr.14150) 275 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail; 106 KiB/s, 0 objects/s recovering 2024-06-18T12:37:14.572 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:37:14 smithi098 bash[22565]: audit 2024-06-18T12:37:13.926777+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:37:14.572 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:37:14 smithi098 bash[22565]: audit 2024-06-18T12:37:13.936445+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:37:14.572 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:37:14 smithi098 bash[22565]: audit 2024-06-18T12:37:13.947179+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:37:14.824 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:37:14 smithi131 bash[22694]: cluster 2024-06-18T12:37:13.442230+0000 mgr.a (mgr.14150) 275 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail; 106 KiB/s, 0 objects/s recovering 2024-06-18T12:37:14.824 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:37:14 smithi131 bash[22694]: audit 2024-06-18T12:37:13.926777+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:37:14.824 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:37:14 smithi131 bash[22694]: audit 2024-06-18T12:37:13.936445+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:37:14.824 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:37:14 smithi131 bash[22694]: audit 2024-06-18T12:37:13.947179+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:37:14.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:37:14 smithi089 bash[21925]: cluster 2024-06-18T12:37:13.442230+0000 mgr.a (mgr.14150) 275 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail; 106 KiB/s, 0 objects/s recovering 2024-06-18T12:37:14.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:37:14 smithi089 bash[21925]: audit 2024-06-18T12:37:13.926777+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:37:14.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:37:14 smithi089 bash[21925]: audit 2024-06-18T12:37:13.936445+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:37:14.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:37:14 smithi089 bash[21925]: audit 2024-06-18T12:37:13.947179+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:37:16.171 INFO:teuthology.orchestra.run.smithi131.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-06-18T12:37:16.345 INFO:teuthology.orchestra.run.smithi131.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-06-18T12:37:16.364 INFO:teuthology.orchestra.run.smithi131.stderr: stderr: 10+0 records in 2024-06-18T12:37:16.364 INFO:teuthology.orchestra.run.smithi131.stderr:10+0 records out 2024-06-18T12:37:16.365 INFO:teuthology.orchestra.run.smithi131.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.015959 s, 657 MB/s 2024-06-18T12:37:16.365 INFO:teuthology.orchestra.run.smithi131.stderr:--> Zapping successful for: 2024-06-18T12:37:16.822 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:37:16 smithi098 bash[22565]: cluster 2024-06-18T12:37:15.442779+0000 mgr.a (mgr.14150) 276 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail; 79 KiB/s, 0 objects/s recovering 2024-06-18T12:37:16.823 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:37:16 smithi131 bash[22694]: cluster 2024-06-18T12:37:15.442779+0000 mgr.a (mgr.14150) 276 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail; 79 KiB/s, 0 objects/s recovering 2024-06-18T12:37:16.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:37:16 smithi089 bash[21925]: cluster 2024-06-18T12:37:15.442779+0000 mgr.a (mgr.14150) 276 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail; 79 KiB/s, 0 objects/s recovering 2024-06-18T12:37:17.050 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 326ab62a-2d6e-11ef-bc9d-c7b262605968 -- ceph orch daemon add osd smithi131:vg_nvme/lv_3 2024-06-18T12:37:18.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:37:18 smithi089 bash[21925]: cluster 2024-06-18T12:37:17.443335+0000 mgr.a (mgr.14150) 277 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-06-18T12:37:18.822 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:37:18 smithi098 bash[22565]: cluster 2024-06-18T12:37:17.443335+0000 mgr.a (mgr.14150) 277 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-06-18T12:37:18.823 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:37:18 smithi131 bash[22694]: cluster 2024-06-18T12:37:17.443335+0000 mgr.a (mgr.14150) 277 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-06-18T12:37:20.409 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:37:20 smithi089 bash[21925]: audit 2024-06-18T12:37:19.088963+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:37:20.409 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:37:20 smithi089 bash[21925]: audit 2024-06-18T12:37:19.098618+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:37:20.409 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:37:20 smithi089 bash[21925]: audit 2024-06-18T12:37:19.109134+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:37:20.409 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:37:20 smithi089 bash[21925]: cluster 2024-06-18T12:37:19.443835+0000 mgr.a (mgr.14150) 278 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-06-18T12:37:20.572 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:37:20 smithi098 bash[22565]: audit 2024-06-18T12:37:19.088963+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:37:20.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:37:20 smithi098 bash[22565]: audit 2024-06-18T12:37:19.098618+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:37:20.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:37:20 smithi098 bash[22565]: audit 2024-06-18T12:37:19.109134+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:37:20.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:37:20 smithi098 bash[22565]: cluster 2024-06-18T12:37:19.443835+0000 mgr.a (mgr.14150) 278 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-06-18T12:37:20.573 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:37:20 smithi131 bash[22694]: audit 2024-06-18T12:37:19.088963+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:37:20.574 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:37:20 smithi131 bash[22694]: audit 2024-06-18T12:37:19.098618+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:37:20.574 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:37:20 smithi131 bash[22694]: audit 2024-06-18T12:37:19.109134+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:37:20.574 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:37:20 smithi131 bash[22694]: cluster 2024-06-18T12:37:19.443835+0000 mgr.a (mgr.14150) 278 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-06-18T12:37:21.940 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/mon.c/config 2024-06-18T12:37:22.822 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:37:22 smithi098 bash[22565]: cluster 2024-06-18T12:37:21.444368+0000 mgr.a (mgr.14150) 279 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-06-18T12:37:22.823 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:37:22 smithi131 bash[22694]: cluster 2024-06-18T12:37:21.444368+0000 mgr.a (mgr.14150) 279 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-06-18T12:37:22.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:37:22 smithi089 bash[21925]: cluster 2024-06-18T12:37:21.444368+0000 mgr.a (mgr.14150) 279 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-06-18T12:37:24.822 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:37:24 smithi098 bash[22565]: cluster 2024-06-18T12:37:23.444951+0000 mgr.a (mgr.14150) 280 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-06-18T12:37:24.823 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:37:24 smithi131 bash[22694]: cluster 2024-06-18T12:37:23.444951+0000 mgr.a (mgr.14150) 280 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-06-18T12:37:24.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:37:24 smithi089 bash[21925]: cluster 2024-06-18T12:37:23.444951+0000 mgr.a (mgr.14150) 280 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-06-18T12:37:26.822 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:37:26 smithi098 bash[22565]: cluster 2024-06-18T12:37:25.445464+0000 mgr.a (mgr.14150) 281 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-06-18T12:37:26.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:37:26 smithi098 bash[22565]: audit 2024-06-18T12:37:25.508188+0000 mgr.a (mgr.14150) 282 : audit [DBG] from='client.24232 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi131:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T12:37:26.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:37:26 smithi098 bash[22565]: audit 2024-06-18T12:37:25.514946+0000 mon.a (mon.0) 762 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-06-18T12:37:26.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:37:26 smithi098 bash[22565]: audit 2024-06-18T12:37:25.522494+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-06-18T12:37:26.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:37:26 smithi098 bash[22565]: audit 2024-06-18T12:37:25.524155+0000 mon.a (mon.0) 764 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:37:26.823 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:37:26 smithi131 bash[22694]: cluster 2024-06-18T12:37:25.445464+0000 mgr.a (mgr.14150) 281 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-06-18T12:37:26.823 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:37:26 smithi131 bash[22694]: audit 2024-06-18T12:37:25.508188+0000 mgr.a (mgr.14150) 282 : audit [DBG] from='client.24232 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi131:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T12:37:26.824 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:37:26 smithi131 bash[22694]: audit 2024-06-18T12:37:25.514946+0000 mon.a (mon.0) 762 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-06-18T12:37:26.824 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:37:26 smithi131 bash[22694]: audit 2024-06-18T12:37:25.522494+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-06-18T12:37:26.824 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:37:26 smithi131 bash[22694]: audit 2024-06-18T12:37:25.524155+0000 mon.a (mon.0) 764 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:37:26.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:37:26 smithi089 bash[21925]: cluster 2024-06-18T12:37:25.445464+0000 mgr.a (mgr.14150) 281 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-06-18T12:37:26.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:37:26 smithi089 bash[21925]: audit 2024-06-18T12:37:25.508188+0000 mgr.a (mgr.14150) 282 : audit [DBG] from='client.24232 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi131:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T12:37:26.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:37:26 smithi089 bash[21925]: audit 2024-06-18T12:37:25.514946+0000 mon.a (mon.0) 762 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-06-18T12:37:26.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:37:26 smithi089 bash[21925]: audit 2024-06-18T12:37:25.522494+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-06-18T12:37:26.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:37:26 smithi089 bash[21925]: audit 2024-06-18T12:37:25.524155+0000 mon.a (mon.0) 764 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:37:28.822 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:37:28 smithi098 bash[22565]: cluster 2024-06-18T12:37:27.445990+0000 mgr.a (mgr.14150) 283 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-06-18T12:37:28.823 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:37:28 smithi131 bash[22694]: cluster 2024-06-18T12:37:27.445990+0000 mgr.a (mgr.14150) 283 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-06-18T12:37:28.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:37:28 smithi089 bash[21925]: cluster 2024-06-18T12:37:27.445990+0000 mgr.a (mgr.14150) 283 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-06-18T12:37:30.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:37:30 smithi098 bash[22565]: cluster 2024-06-18T12:37:29.446542+0000 mgr.a (mgr.14150) 284 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-06-18T12:37:30.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:37:30 smithi098 bash[22565]: audit 2024-06-18T12:37:29.686349+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:37:30.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:37:30 smithi098 bash[22565]: audit 2024-06-18T12:37:29.695481+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:37:30.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:37:30 smithi098 bash[22565]: audit 2024-06-18T12:37:29.706119+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:37:30.823 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:37:30 smithi131 bash[22694]: cluster 2024-06-18T12:37:29.446542+0000 mgr.a (mgr.14150) 284 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-06-18T12:37:30.823 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:37:30 smithi131 bash[22694]: audit 2024-06-18T12:37:29.686349+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:37:30.824 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:37:30 smithi131 bash[22694]: audit 2024-06-18T12:37:29.695481+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:37:30.824 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:37:30 smithi131 bash[22694]: audit 2024-06-18T12:37:29.706119+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:37:30.852 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:37:30 smithi089 bash[21925]: cluster 2024-06-18T12:37:29.446542+0000 mgr.a (mgr.14150) 284 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-06-18T12:37:30.852 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:37:30 smithi089 bash[21925]: audit 2024-06-18T12:37:29.686349+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:37:30.852 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:37:30 smithi089 bash[21925]: audit 2024-06-18T12:37:29.695481+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:37:30.852 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:37:30 smithi089 bash[21925]: audit 2024-06-18T12:37:29.706119+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:37:32.822 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:37:32 smithi098 bash[22565]: cluster 2024-06-18T12:37:31.447111+0000 mgr.a (mgr.14150) 285 : cluster [DBG] pgmap v239: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-06-18T12:37:32.823 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:37:32 smithi131 bash[22694]: cluster 2024-06-18T12:37:31.447111+0000 mgr.a (mgr.14150) 285 : cluster [DBG] pgmap v239: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-06-18T12:37:32.881 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:37:32 smithi089 bash[21925]: cluster 2024-06-18T12:37:31.447111+0000 mgr.a (mgr.14150) 285 : cluster [DBG] pgmap v239: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-06-18T12:37:34.758 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:37:34 smithi098 bash[22565]: cluster 2024-06-18T12:37:33.447801+0000 mgr.a (mgr.14150) 286 : cluster [DBG] pgmap v240: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-06-18T12:37:34.759 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:37:34 smithi098 bash[22565]: audit 2024-06-18T12:37:34.020953+0000 mon.c (mon.1) 9 : audit [INF] from='client.? 172.21.15.131:0/3725318255' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "cfcf94c9-3606-47a3-95f0-4647bfdeb28e"}]: dispatch 2024-06-18T12:37:34.759 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:37:34 smithi098 bash[22565]: audit 2024-06-18T12:37:34.024791+0000 mon.a (mon.0) 768 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "cfcf94c9-3606-47a3-95f0-4647bfdeb28e"}]: dispatch 2024-06-18T12:37:34.759 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:37:34 smithi098 bash[22565]: audit 2024-06-18T12:37:34.029525+0000 mon.a (mon.0) 769 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "cfcf94c9-3606-47a3-95f0-4647bfdeb28e"}]': finished 2024-06-18T12:37:34.759 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:37:34 smithi098 bash[22565]: cluster 2024-06-18T12:37:34.037909+0000 mon.a (mon.0) 770 : cluster [DBG] osdmap e38: 6 total, 5 up, 6 in 2024-06-18T12:37:34.759 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:37:34 smithi098 bash[22565]: audit 2024-06-18T12:37:34.038376+0000 mon.a (mon.0) 771 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-06-18T12:37:34.759 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:37:34 smithi098 bash[22565]: audit 2024-06-18T12:37:34.148151+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:37:34.759 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:37:34 smithi098 bash[22565]: audit 2024-06-18T12:37:34.157545+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:37:34.759 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:37:34 smithi098 bash[22565]: audit 2024-06-18T12:37:34.166833+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:37:34.823 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:37:34 smithi131 bash[22694]: cluster 2024-06-18T12:37:33.447801+0000 mgr.a (mgr.14150) 286 : cluster [DBG] pgmap v240: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-06-18T12:37:34.823 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:37:34 smithi131 bash[22694]: audit 2024-06-18T12:37:34.020953+0000 mon.c (mon.1) 9 : audit [INF] from='client.? 172.21.15.131:0/3725318255' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "cfcf94c9-3606-47a3-95f0-4647bfdeb28e"}]: dispatch 2024-06-18T12:37:34.824 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:37:34 smithi131 bash[22694]: audit 2024-06-18T12:37:34.024791+0000 mon.a (mon.0) 768 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "cfcf94c9-3606-47a3-95f0-4647bfdeb28e"}]: dispatch 2024-06-18T12:37:34.824 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:37:34 smithi131 bash[22694]: audit 2024-06-18T12:37:34.029525+0000 mon.a (mon.0) 769 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "cfcf94c9-3606-47a3-95f0-4647bfdeb28e"}]': finished 2024-06-18T12:37:34.824 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:37:34 smithi131 bash[22694]: cluster 2024-06-18T12:37:34.037909+0000 mon.a (mon.0) 770 : cluster [DBG] osdmap e38: 6 total, 5 up, 6 in 2024-06-18T12:37:34.824 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:37:34 smithi131 bash[22694]: audit 2024-06-18T12:37:34.038376+0000 mon.a (mon.0) 771 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-06-18T12:37:34.824 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:37:34 smithi131 bash[22694]: audit 2024-06-18T12:37:34.148151+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:37:34.824 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:37:34 smithi131 bash[22694]: audit 2024-06-18T12:37:34.157545+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:37:34.824 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:37:34 smithi131 bash[22694]: audit 2024-06-18T12:37:34.166833+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:37:34.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:37:34 smithi089 bash[21925]: cluster 2024-06-18T12:37:33.447801+0000 mgr.a (mgr.14150) 286 : cluster [DBG] pgmap v240: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-06-18T12:37:34.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:37:34 smithi089 bash[21925]: audit 2024-06-18T12:37:34.020953+0000 mon.c (mon.1) 9 : audit [INF] from='client.? 172.21.15.131:0/3725318255' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "cfcf94c9-3606-47a3-95f0-4647bfdeb28e"}]: dispatch 2024-06-18T12:37:34.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:37:34 smithi089 bash[21925]: audit 2024-06-18T12:37:34.024791+0000 mon.a (mon.0) 768 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "cfcf94c9-3606-47a3-95f0-4647bfdeb28e"}]: dispatch 2024-06-18T12:37:34.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:37:34 smithi089 bash[21925]: audit 2024-06-18T12:37:34.029525+0000 mon.a (mon.0) 769 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "cfcf94c9-3606-47a3-95f0-4647bfdeb28e"}]': finished 2024-06-18T12:37:34.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:37:34 smithi089 bash[21925]: cluster 2024-06-18T12:37:34.037909+0000 mon.a (mon.0) 770 : cluster [DBG] osdmap e38: 6 total, 5 up, 6 in 2024-06-18T12:37:34.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:37:34 smithi089 bash[21925]: audit 2024-06-18T12:37:34.038376+0000 mon.a (mon.0) 771 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-06-18T12:37:34.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:37:34 smithi089 bash[21925]: audit 2024-06-18T12:37:34.148151+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:37:34.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:37:34 smithi089 bash[21925]: audit 2024-06-18T12:37:34.157545+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:37:34.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:37:34 smithi089 bash[21925]: audit 2024-06-18T12:37:34.166833+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:37:35.572 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:37:35 smithi098 bash[22565]: audit 2024-06-18T12:37:34.706930+0000 mon.c (mon.1) 10 : audit [DBG] from='client.? 172.21.15.131:0/1978195421' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-06-18T12:37:35.823 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:37:35 smithi131 bash[22694]: audit 2024-06-18T12:37:34.706930+0000 mon.c (mon.1) 10 : audit [DBG] from='client.? 172.21.15.131:0/1978195421' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-06-18T12:37:35.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:37:35 smithi089 bash[21925]: audit 2024-06-18T12:37:34.706930+0000 mon.c (mon.1) 10 : audit [DBG] from='client.? 172.21.15.131:0/1978195421' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-06-18T12:37:36.822 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:37:36 smithi098 bash[22565]: cluster 2024-06-18T12:37:35.448364+0000 mgr.a (mgr.14150) 287 : cluster [DBG] pgmap v242: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-06-18T12:37:36.823 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:37:36 smithi131 bash[22694]: cluster 2024-06-18T12:37:35.448364+0000 mgr.a (mgr.14150) 287 : cluster [DBG] pgmap v242: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-06-18T12:37:36.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:37:36 smithi089 bash[21925]: cluster 2024-06-18T12:37:35.448364+0000 mgr.a (mgr.14150) 287 : cluster [DBG] pgmap v242: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-06-18T12:37:38.822 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:37:38 smithi098 bash[22565]: cluster 2024-06-18T12:37:37.448894+0000 mgr.a (mgr.14150) 288 : cluster [DBG] pgmap v243: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-06-18T12:37:38.823 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:37:38 smithi131 bash[22694]: cluster 2024-06-18T12:37:37.448894+0000 mgr.a (mgr.14150) 288 : cluster [DBG] pgmap v243: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-06-18T12:37:38.855 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:37:38 smithi089 bash[21925]: cluster 2024-06-18T12:37:37.448894+0000 mgr.a (mgr.14150) 288 : cluster [DBG] pgmap v243: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-06-18T12:37:40.324 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:37:40 smithi131 bash[22694]: audit 2024-06-18T12:37:39.301444+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:37:40.324 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:37:40 smithi131 bash[22694]: audit 2024-06-18T12:37:39.307740+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:37:40.324 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:37:40 smithi131 bash[22694]: audit 2024-06-18T12:37:39.315896+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:37:40.324 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:37:40 smithi131 bash[22694]: cluster 2024-06-18T12:37:39.449433+0000 mgr.a (mgr.14150) 289 : cluster [DBG] pgmap v244: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-06-18T12:37:40.572 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:37:40 smithi098 bash[22565]: audit 2024-06-18T12:37:39.301444+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:37:40.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:37:40 smithi098 bash[22565]: audit 2024-06-18T12:37:39.307740+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:37:40.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:37:40 smithi098 bash[22565]: audit 2024-06-18T12:37:39.315896+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:37:40.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:37:40 smithi098 bash[22565]: cluster 2024-06-18T12:37:39.449433+0000 mgr.a (mgr.14150) 289 : cluster [DBG] pgmap v244: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-06-18T12:37:40.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:37:40 smithi089 bash[21925]: audit 2024-06-18T12:37:39.301444+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:37:40.660 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:37:40 smithi089 bash[21925]: audit 2024-06-18T12:37:39.307740+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:37:40.660 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:37:40 smithi089 bash[21925]: audit 2024-06-18T12:37:39.315896+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:37:40.660 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:37:40 smithi089 bash[21925]: cluster 2024-06-18T12:37:39.449433+0000 mgr.a (mgr.14150) 289 : cluster [DBG] pgmap v244: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-06-18T12:37:42.822 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:37:42 smithi098 bash[22565]: cluster 2024-06-18T12:37:41.449956+0000 mgr.a (mgr.14150) 290 : cluster [DBG] pgmap v245: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-06-18T12:37:42.823 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:37:42 smithi131 bash[22694]: cluster 2024-06-18T12:37:41.449956+0000 mgr.a (mgr.14150) 290 : cluster [DBG] pgmap v245: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-06-18T12:37:42.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:37:42 smithi089 bash[21925]: cluster 2024-06-18T12:37:41.449956+0000 mgr.a (mgr.14150) 290 : cluster [DBG] pgmap v245: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-06-18T12:37:44.705 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:37:44 smithi131 bash[22694]: cluster 2024-06-18T12:37:43.450505+0000 mgr.a (mgr.14150) 291 : cluster [DBG] pgmap v246: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-06-18T12:37:44.822 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:37:44 smithi098 bash[22565]: cluster 2024-06-18T12:37:43.450505+0000 mgr.a (mgr.14150) 291 : cluster [DBG] pgmap v246: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-06-18T12:37:44.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:37:44 smithi089 bash[21925]: cluster 2024-06-18T12:37:43.450505+0000 mgr.a (mgr.14150) 291 : cluster [DBG] pgmap v246: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-06-18T12:37:46.822 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:37:46 smithi098 bash[22565]: cluster 2024-06-18T12:37:45.451032+0000 mgr.a (mgr.14150) 292 : cluster [DBG] pgmap v247: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-06-18T12:37:46.823 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:37:46 smithi131 bash[22694]: cluster 2024-06-18T12:37:45.451032+0000 mgr.a (mgr.14150) 292 : cluster [DBG] pgmap v247: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-06-18T12:37:46.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:37:46 smithi089 bash[21925]: cluster 2024-06-18T12:37:45.451032+0000 mgr.a (mgr.14150) 292 : cluster [DBG] pgmap v247: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-06-18T12:37:47.822 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:37:47 smithi098 bash[22565]: audit 2024-06-18T12:37:46.652528+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-06-18T12:37:47.822 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:37:47 smithi098 bash[22565]: audit 2024-06-18T12:37:46.654249+0000 mon.a (mon.0) 779 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:37:47.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:37:47 smithi098 bash[22565]: cephadm 2024-06-18T12:37:46.655882+0000 mgr.a (mgr.14150) 293 : cephadm [INF] Deploying daemon osd.5 on smithi131 2024-06-18T12:37:47.823 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:37:47 smithi131 bash[22694]: audit 2024-06-18T12:37:46.652528+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-06-18T12:37:47.823 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:37:47 smithi131 bash[22694]: audit 2024-06-18T12:37:46.654249+0000 mon.a (mon.0) 779 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:37:47.823 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:37:47 smithi131 bash[22694]: cephadm 2024-06-18T12:37:46.655882+0000 mgr.a (mgr.14150) 293 : cephadm [INF] Deploying daemon osd.5 on smithi131 2024-06-18T12:37:47.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:37:47 smithi089 bash[21925]: audit 2024-06-18T12:37:46.652528+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-06-18T12:37:47.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:37:47 smithi089 bash[21925]: audit 2024-06-18T12:37:46.654249+0000 mon.a (mon.0) 779 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:37:47.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:37:47 smithi089 bash[21925]: cephadm 2024-06-18T12:37:46.655882+0000 mgr.a (mgr.14150) 293 : cephadm [INF] Deploying daemon osd.5 on smithi131 2024-06-18T12:37:48.822 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:37:48 smithi098 bash[22565]: cluster 2024-06-18T12:37:47.451575+0000 mgr.a (mgr.14150) 294 : cluster [DBG] pgmap v248: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-06-18T12:37:48.823 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:37:48 smithi131 bash[22694]: cluster 2024-06-18T12:37:47.451575+0000 mgr.a (mgr.14150) 294 : cluster [DBG] pgmap v248: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-06-18T12:37:48.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:37:48 smithi089 bash[21925]: cluster 2024-06-18T12:37:47.451575+0000 mgr.a (mgr.14150) 294 : cluster [DBG] pgmap v248: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-06-18T12:37:50.765 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:37:50 smithi089 bash[21925]: cluster 2024-06-18T12:37:49.452144+0000 mgr.a (mgr.14150) 295 : cluster [DBG] pgmap v249: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-06-18T12:37:50.765 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:37:50 smithi089 bash[21925]: audit 2024-06-18T12:37:49.874251+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:37:50.765 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:37:50 smithi089 bash[21925]: audit 2024-06-18T12:37:49.882114+0000 mon.a (mon.0) 781 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:37:50.766 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:37:50 smithi089 bash[21925]: audit 2024-06-18T12:37:49.891548+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:37:50.809 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:37:50 smithi131 bash[22694]: cluster 2024-06-18T12:37:49.452144+0000 mgr.a (mgr.14150) 295 : cluster [DBG] pgmap v249: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-06-18T12:37:50.809 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:37:50 smithi131 bash[22694]: audit 2024-06-18T12:37:49.874251+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:37:50.809 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:37:50 smithi131 bash[22694]: audit 2024-06-18T12:37:49.882114+0000 mon.a (mon.0) 781 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:37:50.809 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:37:50 smithi131 bash[22694]: audit 2024-06-18T12:37:49.891548+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:37:50.822 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:37:50 smithi098 bash[22565]: cluster 2024-06-18T12:37:49.452144+0000 mgr.a (mgr.14150) 295 : cluster [DBG] pgmap v249: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-06-18T12:37:50.822 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:37:50 smithi098 bash[22565]: audit 2024-06-18T12:37:49.874251+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:37:50.822 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:37:50 smithi098 bash[22565]: audit 2024-06-18T12:37:49.882114+0000 mon.a (mon.0) 781 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:37:50.822 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:37:50 smithi098 bash[22565]: audit 2024-06-18T12:37:49.891548+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:37:51.073 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:37:51 smithi131 systemd[1]: /etc/systemd/system/ceph-326ab62a-2d6e-11ef-bc9d-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-06-18T12:37:51.074 INFO:journalctl@ceph.osd.4.smithi131.stdout:Jun 18 12:37:50 smithi131 systemd[1]: /etc/systemd/system/ceph-326ab62a-2d6e-11ef-bc9d-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-06-18T12:37:51.448 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:37:51 smithi131 systemd[1]: /etc/systemd/system/ceph-326ab62a-2d6e-11ef-bc9d-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-06-18T12:37:51.448 INFO:journalctl@ceph.osd.4.smithi131.stdout:Jun 18 12:37:51 smithi131 systemd[1]: /etc/systemd/system/ceph-326ab62a-2d6e-11ef-bc9d-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-06-18T12:37:51.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:37:51 smithi089 bash[21925]: cephadm 2024-06-18T12:37:49.885024+0000 mgr.a (mgr.14150) 296 : cephadm [INF] Detected new or changed devices on smithi131 2024-06-18T12:37:51.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:37:51 smithi089 bash[21925]: audit 2024-06-18T12:37:51.384964+0000 mon.a (mon.0) 783 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T12:37:51.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:37:51 smithi089 bash[21925]: audit 2024-06-18T12:37:51.392812+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:37:51.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:37:51 smithi089 bash[21925]: audit 2024-06-18T12:37:51.393472+0000 mon.a (mon.0) 785 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:37:51.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:37:51 smithi089 bash[21925]: audit 2024-06-18T12:37:51.395687+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T12:37:51.660 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:37:51 smithi089 bash[21925]: audit 2024-06-18T12:37:51.401026+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:37:51.660 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:37:51 smithi089 bash[21925]: audit 2024-06-18T12:37:51.407301+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:37:51.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:37:51 smithi098 bash[22565]: cephadm 2024-06-18T12:37:49.885024+0000 mgr.a (mgr.14150) 296 : cephadm [INF] Detected new or changed devices on smithi131 2024-06-18T12:37:51.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:37:51 smithi098 bash[22565]: audit 2024-06-18T12:37:51.384964+0000 mon.a (mon.0) 783 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T12:37:51.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:37:51 smithi098 bash[22565]: audit 2024-06-18T12:37:51.392812+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:37:51.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:37:51 smithi098 bash[22565]: audit 2024-06-18T12:37:51.393472+0000 mon.a (mon.0) 785 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:37:51.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:37:51 smithi098 bash[22565]: audit 2024-06-18T12:37:51.395687+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T12:37:51.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:37:51 smithi098 bash[22565]: audit 2024-06-18T12:37:51.401026+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:37:51.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:37:51 smithi098 bash[22565]: audit 2024-06-18T12:37:51.407301+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:37:51.824 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:37:51 smithi131 bash[22694]: cephadm 2024-06-18T12:37:49.885024+0000 mgr.a (mgr.14150) 296 : cephadm [INF] Detected new or changed devices on smithi131 2024-06-18T12:37:51.824 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:37:51 smithi131 bash[22694]: audit 2024-06-18T12:37:51.384964+0000 mon.a (mon.0) 783 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T12:37:51.824 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:37:51 smithi131 bash[22694]: audit 2024-06-18T12:37:51.392812+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:37:51.824 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:37:51 smithi131 bash[22694]: audit 2024-06-18T12:37:51.393472+0000 mon.a (mon.0) 785 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:37:51.824 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:37:51 smithi131 bash[22694]: audit 2024-06-18T12:37:51.395687+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T12:37:51.824 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:37:51 smithi131 bash[22694]: audit 2024-06-18T12:37:51.401026+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:37:51.824 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:37:51 smithi131 bash[22694]: audit 2024-06-18T12:37:51.407301+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:37:52.822 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:37:52 smithi098 bash[22565]: cluster 2024-06-18T12:37:51.452727+0000 mgr.a (mgr.14150) 297 : cluster [DBG] pgmap v250: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-06-18T12:37:52.823 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:37:52 smithi131 bash[22694]: cluster 2024-06-18T12:37:51.452727+0000 mgr.a (mgr.14150) 297 : cluster [DBG] pgmap v250: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-06-18T12:37:52.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:37:52 smithi089 bash[21925]: cluster 2024-06-18T12:37:51.452727+0000 mgr.a (mgr.14150) 297 : cluster [DBG] pgmap v250: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-06-18T12:37:54.822 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:37:54 smithi098 bash[22565]: cluster 2024-06-18T12:37:53.453324+0000 mgr.a (mgr.14150) 298 : cluster [DBG] pgmap v251: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-06-18T12:37:54.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:37:54 smithi098 bash[22565]: audit 2024-06-18T12:37:54.368132+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:37:54.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:37:54 smithi098 bash[22565]: audit 2024-06-18T12:37:54.376561+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:37:54.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:37:54 smithi098 bash[22565]: audit 2024-06-18T12:37:54.386004+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:37:54.823 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:37:54 smithi131 bash[22694]: cluster 2024-06-18T12:37:53.453324+0000 mgr.a (mgr.14150) 298 : cluster [DBG] pgmap v251: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-06-18T12:37:54.823 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:37:54 smithi131 bash[22694]: audit 2024-06-18T12:37:54.368132+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:37:54.823 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:37:54 smithi131 bash[22694]: audit 2024-06-18T12:37:54.376561+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:37:54.824 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:37:54 smithi131 bash[22694]: audit 2024-06-18T12:37:54.386004+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:37:54.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:37:54 smithi089 bash[21925]: cluster 2024-06-18T12:37:53.453324+0000 mgr.a (mgr.14150) 298 : cluster [DBG] pgmap v251: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-06-18T12:37:54.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:37:54 smithi089 bash[21925]: audit 2024-06-18T12:37:54.368132+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:37:54.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:37:54 smithi089 bash[21925]: audit 2024-06-18T12:37:54.376561+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:37:54.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:37:54 smithi089 bash[21925]: audit 2024-06-18T12:37:54.386004+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:37:56.822 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:37:56 smithi098 bash[22565]: cluster 2024-06-18T12:37:55.453850+0000 mgr.a (mgr.14150) 299 : cluster [DBG] pgmap v252: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-06-18T12:37:56.823 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:37:56 smithi131 bash[22694]: cluster 2024-06-18T12:37:55.453850+0000 mgr.a (mgr.14150) 299 : cluster [DBG] pgmap v252: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-06-18T12:37:56.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:37:56 smithi089 bash[21925]: cluster 2024-06-18T12:37:55.453850+0000 mgr.a (mgr.14150) 299 : cluster [DBG] pgmap v252: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-06-18T12:37:58.822 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:37:58 smithi098 bash[22565]: cluster 2024-06-18T12:37:57.454389+0000 mgr.a (mgr.14150) 300 : cluster [DBG] pgmap v253: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-06-18T12:37:58.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:37:58 smithi098 bash[22565]: audit 2024-06-18T12:37:58.076000+0000 mon.c (mon.1) 11 : audit [INF] from='osd.5 [v2:172.21.15.131:6808/3368802920,v1:172.21.15.131:6809/3368802920]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-06-18T12:37:58.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:37:58 smithi098 bash[22565]: audit 2024-06-18T12:37:58.079599+0000 mon.a (mon.0) 792 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-06-18T12:37:58.823 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:37:58 smithi131 bash[22694]: cluster 2024-06-18T12:37:57.454389+0000 mgr.a (mgr.14150) 300 : cluster [DBG] pgmap v253: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-06-18T12:37:58.823 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:37:58 smithi131 bash[22694]: audit 2024-06-18T12:37:58.076000+0000 mon.c (mon.1) 11 : audit [INF] from='osd.5 [v2:172.21.15.131:6808/3368802920,v1:172.21.15.131:6809/3368802920]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-06-18T12:37:58.823 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:37:58 smithi131 bash[22694]: audit 2024-06-18T12:37:58.079599+0000 mon.a (mon.0) 792 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-06-18T12:37:58.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:37:58 smithi089 bash[21925]: cluster 2024-06-18T12:37:57.454389+0000 mgr.a (mgr.14150) 300 : cluster [DBG] pgmap v253: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-06-18T12:37:58.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:37:58 smithi089 bash[21925]: audit 2024-06-18T12:37:58.076000+0000 mon.c (mon.1) 11 : audit [INF] from='osd.5 [v2:172.21.15.131:6808/3368802920,v1:172.21.15.131:6809/3368802920]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-06-18T12:37:58.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:37:58 smithi089 bash[21925]: audit 2024-06-18T12:37:58.079599+0000 mon.a (mon.0) 792 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-06-18T12:37:59.804 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:37:59 smithi131 bash[22694]: audit 2024-06-18T12:37:58.554018+0000 mon.a (mon.0) 793 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-06-18T12:37:59.805 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:37:59 smithi131 bash[22694]: audit 2024-06-18T12:37:58.556487+0000 mon.c (mon.1) 12 : audit [INF] from='osd.5 [v2:172.21.15.131:6808/3368802920,v1:172.21.15.131:6809/3368802920]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi131", "root=default"]}]: dispatch 2024-06-18T12:37:59.805 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:37:59 smithi131 bash[22694]: cluster 2024-06-18T12:37:58.560030+0000 mon.a (mon.0) 794 : cluster [DBG] osdmap e39: 6 total, 5 up, 6 in 2024-06-18T12:37:59.805 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:37:59 smithi131 bash[22694]: audit 2024-06-18T12:37:58.560509+0000 mon.a (mon.0) 795 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-06-18T12:37:59.805 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:37:59 smithi131 bash[22694]: audit 2024-06-18T12:37:58.561290+0000 mon.a (mon.0) 796 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi131", "root=default"]}]: dispatch 2024-06-18T12:37:59.805 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:37:59 smithi131 bash[22694]: audit 2024-06-18T12:37:59.466017+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:37:59.805 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:37:59 smithi131 bash[22694]: audit 2024-06-18T12:37:59.471514+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:37:59.805 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:37:59 smithi131 bash[22694]: audit 2024-06-18T12:37:59.477603+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:37:59.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:37:59 smithi098 bash[22565]: audit 2024-06-18T12:37:58.554018+0000 mon.a (mon.0) 793 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-06-18T12:37:59.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:37:59 smithi098 bash[22565]: audit 2024-06-18T12:37:58.556487+0000 mon.c (mon.1) 12 : audit [INF] from='osd.5 [v2:172.21.15.131:6808/3368802920,v1:172.21.15.131:6809/3368802920]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi131", "root=default"]}]: dispatch 2024-06-18T12:37:59.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:37:59 smithi098 bash[22565]: cluster 2024-06-18T12:37:58.560030+0000 mon.a (mon.0) 794 : cluster [DBG] osdmap e39: 6 total, 5 up, 6 in 2024-06-18T12:37:59.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:37:59 smithi098 bash[22565]: audit 2024-06-18T12:37:58.560509+0000 mon.a (mon.0) 795 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-06-18T12:37:59.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:37:59 smithi098 bash[22565]: audit 2024-06-18T12:37:58.561290+0000 mon.a (mon.0) 796 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi131", "root=default"]}]: dispatch 2024-06-18T12:37:59.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:37:59 smithi098 bash[22565]: audit 2024-06-18T12:37:59.466017+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:37:59.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:37:59 smithi098 bash[22565]: audit 2024-06-18T12:37:59.471514+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:37:59.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:37:59 smithi098 bash[22565]: audit 2024-06-18T12:37:59.477603+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:37:59.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:37:59 smithi089 bash[21925]: audit 2024-06-18T12:37:58.554018+0000 mon.a (mon.0) 793 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-06-18T12:37:59.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:37:59 smithi089 bash[21925]: audit 2024-06-18T12:37:58.556487+0000 mon.c (mon.1) 12 : audit [INF] from='osd.5 [v2:172.21.15.131:6808/3368802920,v1:172.21.15.131:6809/3368802920]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi131", "root=default"]}]: dispatch 2024-06-18T12:37:59.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:37:59 smithi089 bash[21925]: cluster 2024-06-18T12:37:58.560030+0000 mon.a (mon.0) 794 : cluster [DBG] osdmap e39: 6 total, 5 up, 6 in 2024-06-18T12:37:59.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:37:59 smithi089 bash[21925]: audit 2024-06-18T12:37:58.560509+0000 mon.a (mon.0) 795 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-06-18T12:37:59.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:37:59 smithi089 bash[21925]: audit 2024-06-18T12:37:58.561290+0000 mon.a (mon.0) 796 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi131", "root=default"]}]: dispatch 2024-06-18T12:37:59.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:37:59 smithi089 bash[21925]: audit 2024-06-18T12:37:59.466017+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:37:59.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:37:59 smithi089 bash[21925]: audit 2024-06-18T12:37:59.471514+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:37:59.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:37:59 smithi089 bash[21925]: audit 2024-06-18T12:37:59.477603+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:38:00.822 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:38:00 smithi098 bash[22565]: cluster 2024-06-18T12:37:59.454724+0000 mgr.a (mgr.14150) 301 : cluster [DBG] pgmap v255: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-06-18T12:38:00.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:38:00 smithi098 bash[22565]: audit 2024-06-18T12:37:59.560373+0000 mon.a (mon.0) 800 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi131", "root=default"]}]': finished 2024-06-18T12:38:00.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:38:00 smithi098 bash[22565]: cluster 2024-06-18T12:37:59.564209+0000 mon.a (mon.0) 801 : cluster [DBG] osdmap e40: 6 total, 5 up, 6 in 2024-06-18T12:38:00.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:38:00 smithi098 bash[22565]: audit 2024-06-18T12:37:59.564488+0000 mon.a (mon.0) 802 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-06-18T12:38:00.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:38:00 smithi098 bash[22565]: audit 2024-06-18T12:37:59.568690+0000 mon.a (mon.0) 803 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-06-18T12:38:00.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:38:00 smithi098 bash[22565]: cluster 2024-06-18T12:38:00.004007+0000 mon.a (mon.0) 804 : cluster [INF] osd.5 [v2:172.21.15.131:6808/3368802920,v1:172.21.15.131:6809/3368802920] boot 2024-06-18T12:38:00.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:38:00 smithi098 bash[22565]: cluster 2024-06-18T12:38:00.004077+0000 mon.a (mon.0) 805 : cluster [DBG] osdmap e41: 6 total, 6 up, 6 in 2024-06-18T12:38:00.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:38:00 smithi098 bash[22565]: audit 2024-06-18T12:38:00.004339+0000 mon.a (mon.0) 806 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-06-18T12:38:00.823 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:38:00 smithi131 bash[22694]: cluster 2024-06-18T12:37:59.454724+0000 mgr.a (mgr.14150) 301 : cluster [DBG] pgmap v255: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-06-18T12:38:00.824 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:38:00 smithi131 bash[22694]: audit 2024-06-18T12:37:59.560373+0000 mon.a (mon.0) 800 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi131", "root=default"]}]': finished 2024-06-18T12:38:00.824 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:38:00 smithi131 bash[22694]: cluster 2024-06-18T12:37:59.564209+0000 mon.a (mon.0) 801 : cluster [DBG] osdmap e40: 6 total, 5 up, 6 in 2024-06-18T12:38:00.824 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:38:00 smithi131 bash[22694]: audit 2024-06-18T12:37:59.564488+0000 mon.a (mon.0) 802 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-06-18T12:38:00.824 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:38:00 smithi131 bash[22694]: audit 2024-06-18T12:37:59.568690+0000 mon.a (mon.0) 803 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-06-18T12:38:00.824 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:38:00 smithi131 bash[22694]: cluster 2024-06-18T12:38:00.004007+0000 mon.a (mon.0) 804 : cluster [INF] osd.5 [v2:172.21.15.131:6808/3368802920,v1:172.21.15.131:6809/3368802920] boot 2024-06-18T12:38:00.824 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:38:00 smithi131 bash[22694]: cluster 2024-06-18T12:38:00.004077+0000 mon.a (mon.0) 805 : cluster [DBG] osdmap e41: 6 total, 6 up, 6 in 2024-06-18T12:38:00.824 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:38:00 smithi131 bash[22694]: audit 2024-06-18T12:38:00.004339+0000 mon.a (mon.0) 806 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-06-18T12:38:00.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:38:00 smithi089 bash[21925]: cluster 2024-06-18T12:37:59.454724+0000 mgr.a (mgr.14150) 301 : cluster [DBG] pgmap v255: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-06-18T12:38:00.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:38:00 smithi089 bash[21925]: audit 2024-06-18T12:37:59.560373+0000 mon.a (mon.0) 800 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi131", "root=default"]}]': finished 2024-06-18T12:38:00.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:38:00 smithi089 bash[21925]: cluster 2024-06-18T12:37:59.564209+0000 mon.a (mon.0) 801 : cluster [DBG] osdmap e40: 6 total, 5 up, 6 in 2024-06-18T12:38:00.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:38:00 smithi089 bash[21925]: audit 2024-06-18T12:37:59.564488+0000 mon.a (mon.0) 802 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-06-18T12:38:00.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:38:00 smithi089 bash[21925]: audit 2024-06-18T12:37:59.568690+0000 mon.a (mon.0) 803 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-06-18T12:38:00.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:38:00 smithi089 bash[21925]: cluster 2024-06-18T12:38:00.004007+0000 mon.a (mon.0) 804 : cluster [INF] osd.5 [v2:172.21.15.131:6808/3368802920,v1:172.21.15.131:6809/3368802920] boot 2024-06-18T12:38:00.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:38:00 smithi089 bash[21925]: cluster 2024-06-18T12:38:00.004077+0000 mon.a (mon.0) 805 : cluster [DBG] osdmap e41: 6 total, 6 up, 6 in 2024-06-18T12:38:00.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:38:00 smithi089 bash[21925]: audit 2024-06-18T12:38:00.004339+0000 mon.a (mon.0) 806 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-06-18T12:38:01.171 INFO:teuthology.orchestra.run.smithi131.stdout:Created osd(s) 5 on host 'smithi131' 2024-06-18T12:38:02.067 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:38:02 smithi131 bash[22694]: cluster 2024-06-18T12:37:59.069895+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-06-18T12:38:02.068 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:38:02 smithi131 bash[22694]: cluster 2024-06-18T12:37:59.069984+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-06-18T12:38:02.323 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:38:02 smithi098 bash[22565]: cluster 2024-06-18T12:37:59.069895+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-06-18T12:38:02.323 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:38:02 smithi098 bash[22565]: cluster 2024-06-18T12:37:59.069984+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-06-18T12:38:02.323 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:38:02 smithi098 bash[22565]: cluster 2024-06-18T12:38:01.005796+0000 mon.a (mon.0) 807 : cluster [DBG] osdmap e42: 6 total, 6 up, 6 in 2024-06-18T12:38:02.323 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:38:02 smithi098 bash[22565]: audit 2024-06-18T12:38:01.160243+0000 mon.a (mon.0) 808 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T12:38:02.323 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:38:02 smithi098 bash[22565]: audit 2024-06-18T12:38:01.167724+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:38:02.323 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:38:02 smithi098 bash[22565]: audit 2024-06-18T12:38:01.168560+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-06-18T12:38:02.323 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:38:02 smithi098 bash[22565]: audit 2024-06-18T12:38:01.171543+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-06-18T12:38:02.324 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:38:02 smithi098 bash[22565]: audit 2024-06-18T12:38:01.176554+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:38:02.324 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:38:02 smithi098 bash[22565]: cephadm 2024-06-18T12:38:01.178492+0000 mgr.a (mgr.14150) 302 : cephadm [INF] Adjusting osd_memory_target on smithi131 to 10168M 2024-06-18T12:38:02.324 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:38:02 smithi098 bash[22565]: audit 2024-06-18T12:38:01.186111+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:38:02.324 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:38:02 smithi098 bash[22565]: audit 2024-06-18T12:38:01.190138+0000 mon.a (mon.0) 814 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:38:02.324 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:38:02 smithi098 bash[22565]: audit 2024-06-18T12:38:01.191866+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T12:38:02.324 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:38:02 smithi098 bash[22565]: audit 2024-06-18T12:38:01.203053+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:38:02.324 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:38:02 smithi098 bash[22565]: cluster 2024-06-18T12:38:01.455238+0000 mgr.a (mgr.14150) 303 : cluster [DBG] pgmap v259: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:38:02.324 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:38:02 smithi131 bash[22694]: cluster 2024-06-18T12:38:01.005796+0000 mon.a (mon.0) 807 : cluster [DBG] osdmap e42: 6 total, 6 up, 6 in 2024-06-18T12:38:02.324 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:38:02 smithi131 bash[22694]: audit 2024-06-18T12:38:01.160243+0000 mon.a (mon.0) 808 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T12:38:02.324 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:38:02 smithi131 bash[22694]: audit 2024-06-18T12:38:01.167724+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:38:02.325 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:38:02 smithi131 bash[22694]: audit 2024-06-18T12:38:01.168560+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-06-18T12:38:02.325 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:38:02 smithi131 bash[22694]: audit 2024-06-18T12:38:01.171543+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-06-18T12:38:02.325 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:38:02 smithi131 bash[22694]: audit 2024-06-18T12:38:01.176554+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:38:02.325 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:38:02 smithi131 bash[22694]: cephadm 2024-06-18T12:38:01.178492+0000 mgr.a (mgr.14150) 302 : cephadm [INF] Adjusting osd_memory_target on smithi131 to 10168M 2024-06-18T12:38:02.325 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:38:02 smithi131 bash[22694]: audit 2024-06-18T12:38:01.186111+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:38:02.325 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:38:02 smithi131 bash[22694]: audit 2024-06-18T12:38:01.190138+0000 mon.a (mon.0) 814 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:38:02.325 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:38:02 smithi131 bash[22694]: audit 2024-06-18T12:38:01.191866+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T12:38:02.325 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:38:02 smithi131 bash[22694]: audit 2024-06-18T12:38:01.203053+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:38:02.325 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:38:02 smithi131 bash[22694]: cluster 2024-06-18T12:38:01.455238+0000 mgr.a (mgr.14150) 303 : cluster [DBG] pgmap v259: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:38:02.382 DEBUG:teuthology.orchestra.run.smithi131:osd.5> sudo journalctl -f -n 0 -u ceph-326ab62a-2d6e-11ef-bc9d-c7b262605968@osd.5.service 2024-06-18T12:38:02.385 INFO:tasks.cephadm:Waiting for 6 OSDs to come up... 2024-06-18T12:38:02.385 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 326ab62a-2d6e-11ef-bc9d-c7b262605968 -- ceph osd stat -f json 2024-06-18T12:38:02.398 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:38:02 smithi089 bash[21925]: cluster 2024-06-18T12:37:59.069895+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-06-18T12:38:02.398 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:38:02 smithi089 bash[21925]: cluster 2024-06-18T12:37:59.069984+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-06-18T12:38:02.398 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:38:02 smithi089 bash[21925]: cluster 2024-06-18T12:38:01.005796+0000 mon.a (mon.0) 807 : cluster [DBG] osdmap e42: 6 total, 6 up, 6 in 2024-06-18T12:38:02.398 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:38:02 smithi089 bash[21925]: audit 2024-06-18T12:38:01.160243+0000 mon.a (mon.0) 808 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T12:38:02.398 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:38:02 smithi089 bash[21925]: audit 2024-06-18T12:38:01.167724+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:38:02.398 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:38:02 smithi089 bash[21925]: audit 2024-06-18T12:38:01.168560+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-06-18T12:38:02.398 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:38:02 smithi089 bash[21925]: audit 2024-06-18T12:38:01.171543+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-06-18T12:38:02.398 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:38:02 smithi089 bash[21925]: audit 2024-06-18T12:38:01.176554+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:38:02.399 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:38:02 smithi089 bash[21925]: cephadm 2024-06-18T12:38:01.178492+0000 mgr.a (mgr.14150) 302 : cephadm [INF] Adjusting osd_memory_target on smithi131 to 10168M 2024-06-18T12:38:02.399 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:38:02 smithi089 bash[21925]: audit 2024-06-18T12:38:01.186111+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:38:02.399 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:38:02 smithi089 bash[21925]: audit 2024-06-18T12:38:01.190138+0000 mon.a (mon.0) 814 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:38:02.399 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:38:02 smithi089 bash[21925]: audit 2024-06-18T12:38:01.191866+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T12:38:02.399 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:38:02 smithi089 bash[21925]: audit 2024-06-18T12:38:01.203053+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:38:02.399 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:38:02 smithi089 bash[21925]: cluster 2024-06-18T12:38:01.455238+0000 mgr.a (mgr.14150) 303 : cluster [DBG] pgmap v259: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:38:03.073 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:38:03 smithi131 bash[22694]: cluster 2024-06-18T12:38:02.010129+0000 mon.a (mon.0) 817 : cluster [DBG] osdmap e43: 6 total, 6 up, 6 in 2024-06-18T12:38:03.322 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:38:03 smithi098 bash[22565]: cluster 2024-06-18T12:38:02.010129+0000 mon.a (mon.0) 817 : cluster [DBG] osdmap e43: 6 total, 6 up, 6 in 2024-06-18T12:38:03.409 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:38:03 smithi089 bash[21925]: cluster 2024-06-18T12:38:02.010129+0000 mon.a (mon.0) 817 : cluster [DBG] osdmap e43: 6 total, 6 up, 6 in 2024-06-18T12:38:04.322 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:38:04 smithi098 bash[22565]: cluster 2024-06-18T12:38:03.032351+0000 mon.a (mon.0) 818 : cluster [DBG] osdmap e44: 6 total, 6 up, 6 in 2024-06-18T12:38:04.322 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:38:04 smithi098 bash[22565]: cluster 2024-06-18T12:38:03.455792+0000 mgr.a (mgr.14150) 304 : cluster [DBG] pgmap v262: 1 pgs: 1 peering; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail; 148 KiB/s, 0 objects/s recovering 2024-06-18T12:38:04.323 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:38:04 smithi131 bash[22694]: cluster 2024-06-18T12:38:03.032351+0000 mon.a (mon.0) 818 : cluster [DBG] osdmap e44: 6 total, 6 up, 6 in 2024-06-18T12:38:04.323 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:38:04 smithi131 bash[22694]: cluster 2024-06-18T12:38:03.455792+0000 mgr.a (mgr.14150) 304 : cluster [DBG] pgmap v262: 1 pgs: 1 peering; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail; 148 KiB/s, 0 objects/s recovering 2024-06-18T12:38:04.409 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:38:04 smithi089 bash[21925]: cluster 2024-06-18T12:38:03.032351+0000 mon.a (mon.0) 818 : cluster [DBG] osdmap e44: 6 total, 6 up, 6 in 2024-06-18T12:38:04.409 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:38:04 smithi089 bash[21925]: cluster 2024-06-18T12:38:03.455792+0000 mgr.a (mgr.14150) 304 : cluster [DBG] pgmap v262: 1 pgs: 1 peering; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail; 148 KiB/s, 0 objects/s recovering 2024-06-18T12:38:05.322 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:38:05 smithi098 bash[22565]: cluster 2024-06-18T12:38:04.042949+0000 mon.a (mon.0) 819 : cluster [DBG] osdmap e45: 6 total, 6 up, 6 in 2024-06-18T12:38:05.323 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:38:05 smithi131 bash[22694]: cluster 2024-06-18T12:38:04.042949+0000 mon.a (mon.0) 819 : cluster [DBG] osdmap e45: 6 total, 6 up, 6 in 2024-06-18T12:38:05.409 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:38:05 smithi089 bash[21925]: cluster 2024-06-18T12:38:04.042949+0000 mon.a (mon.0) 819 : cluster [DBG] osdmap e45: 6 total, 6 up, 6 in 2024-06-18T12:38:06.322 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:38:06 smithi098 bash[22565]: cluster 2024-06-18T12:38:05.456319+0000 mgr.a (mgr.14150) 305 : cluster [DBG] pgmap v264: 1 pgs: 1 peering; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail; 129 KiB/s, 0 objects/s recovering 2024-06-18T12:38:06.323 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:38:06 smithi131 bash[22694]: cluster 2024-06-18T12:38:05.456319+0000 mgr.a (mgr.14150) 305 : cluster [DBG] pgmap v264: 1 pgs: 1 peering; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail; 129 KiB/s, 0 objects/s recovering 2024-06-18T12:38:06.409 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:38:06 smithi089 bash[21925]: cluster 2024-06-18T12:38:05.456319+0000 mgr.a (mgr.14150) 305 : cluster [DBG] pgmap v264: 1 pgs: 1 peering; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail; 129 KiB/s, 0 objects/s recovering 2024-06-18T12:38:07.118 INFO:teuthology.orchestra.run.smithi089.stderr:Inferring config /var/lib/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/mon.a/config 2024-06-18T12:38:08.822 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:38:08 smithi098 bash[22565]: cluster 2024-06-18T12:38:07.456838+0000 mgr.a (mgr.14150) 306 : cluster [DBG] pgmap v265: 1 pgs: 1 peering; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-06-18T12:38:08.823 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:38:08 smithi131 bash[22694]: cluster 2024-06-18T12:38:07.456838+0000 mgr.a (mgr.14150) 306 : cluster [DBG] pgmap v265: 1 pgs: 1 peering; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-06-18T12:38:08.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:38:08 smithi089 bash[21925]: cluster 2024-06-18T12:38:07.456838+0000 mgr.a (mgr.14150) 306 : cluster [DBG] pgmap v265: 1 pgs: 1 peering; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-06-18T12:38:10.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:38:10 smithi098 bash[22565]: cluster 2024-06-18T12:38:09.457378+0000 mgr.a (mgr.14150) 307 : cluster [DBG] pgmap v266: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail; 77 KiB/s, 0 objects/s recovering 2024-06-18T12:38:10.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:38:10 smithi098 bash[22565]: audit 2024-06-18T12:38:10.077889+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:38:10.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:38:10 smithi098 bash[22565]: audit 2024-06-18T12:38:10.085640+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:38:10.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:38:10 smithi098 bash[22565]: audit 2024-06-18T12:38:10.090585+0000 mon.a (mon.0) 822 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T12:38:10.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:38:10 smithi098 bash[22565]: audit 2024-06-18T12:38:10.096980+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:38:10.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:38:10 smithi098 bash[22565]: audit 2024-06-18T12:38:10.097501+0000 mon.a (mon.0) 824 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:38:10.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:38:10 smithi098 bash[22565]: audit 2024-06-18T12:38:10.099210+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T12:38:10.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:38:10 smithi098 bash[22565]: audit 2024-06-18T12:38:10.109322+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:38:10.824 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:38:10 smithi131 bash[22694]: cluster 2024-06-18T12:38:09.457378+0000 mgr.a (mgr.14150) 307 : cluster [DBG] pgmap v266: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail; 77 KiB/s, 0 objects/s recovering 2024-06-18T12:38:10.824 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:38:10 smithi131 bash[22694]: audit 2024-06-18T12:38:10.077889+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:38:10.824 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:38:10 smithi131 bash[22694]: audit 2024-06-18T12:38:10.085640+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:38:10.824 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:38:10 smithi131 bash[22694]: audit 2024-06-18T12:38:10.090585+0000 mon.a (mon.0) 822 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T12:38:10.824 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:38:10 smithi131 bash[22694]: audit 2024-06-18T12:38:10.096980+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:38:10.824 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:38:10 smithi131 bash[22694]: audit 2024-06-18T12:38:10.097501+0000 mon.a (mon.0) 824 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:38:10.824 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:38:10 smithi131 bash[22694]: audit 2024-06-18T12:38:10.099210+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T12:38:10.824 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:38:10 smithi131 bash[22694]: audit 2024-06-18T12:38:10.109322+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:38:10.836 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:38:10 smithi089 bash[21925]: cluster 2024-06-18T12:38:09.457378+0000 mgr.a (mgr.14150) 307 : cluster [DBG] pgmap v266: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail; 77 KiB/s, 0 objects/s recovering 2024-06-18T12:38:10.836 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:38:10 smithi089 bash[21925]: audit 2024-06-18T12:38:10.077889+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:38:10.836 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:38:10 smithi089 bash[21925]: audit 2024-06-18T12:38:10.085640+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:38:10.836 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:38:10 smithi089 bash[21925]: audit 2024-06-18T12:38:10.090585+0000 mon.a (mon.0) 822 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T12:38:10.836 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:38:10 smithi089 bash[21925]: audit 2024-06-18T12:38:10.096980+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:38:10.836 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:38:10 smithi089 bash[21925]: audit 2024-06-18T12:38:10.097501+0000 mon.a (mon.0) 824 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:38:10.836 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:38:10 smithi089 bash[21925]: audit 2024-06-18T12:38:10.099210+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T12:38:10.836 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:38:10 smithi089 bash[21925]: audit 2024-06-18T12:38:10.109322+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:38:10.878 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-06-18T12:38:11.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:38:11 smithi098 bash[22565]: cluster 2024-06-18T12:38:10.103102+0000 mgr.a (mgr.14150) 308 : cluster [DBG] pgmap v267: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail; 81 KiB/s, 0 objects/s recovering 2024-06-18T12:38:11.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:38:11 smithi098 bash[22565]: audit 2024-06-18T12:38:10.885331+0000 mon.a (mon.0) 827 : audit [DBG] from='client.? 172.21.15.89:0/4172316156' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-06-18T12:38:11.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:38:11 smithi098 bash[22565]: audit 2024-06-18T12:38:11.077657+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:38:11.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:38:11 smithi098 bash[22565]: audit 2024-06-18T12:38:11.082507+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:38:11.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:38:11 smithi098 bash[22565]: audit 2024-06-18T12:38:11.084389+0000 mon.a (mon.0) 830 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T12:38:11.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:38:11 smithi098 bash[22565]: audit 2024-06-18T12:38:11.089805+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:38:11.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:38:11 smithi098 bash[22565]: audit 2024-06-18T12:38:11.090412+0000 mon.a (mon.0) 832 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:38:11.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:38:11 smithi098 bash[22565]: audit 2024-06-18T12:38:11.091191+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T12:38:11.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:38:11 smithi098 bash[22565]: cluster 2024-06-18T12:38:11.092035+0000 mon.a (mon.0) 834 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-06-18T12:38:11.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:38:11 smithi098 bash[22565]: audit 2024-06-18T12:38:11.102838+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:38:11.824 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:38:11 smithi131 bash[22694]: cluster 2024-06-18T12:38:10.103102+0000 mgr.a (mgr.14150) 308 : cluster [DBG] pgmap v267: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail; 81 KiB/s, 0 objects/s recovering 2024-06-18T12:38:11.824 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:38:11 smithi131 bash[22694]: audit 2024-06-18T12:38:10.885331+0000 mon.a (mon.0) 827 : audit [DBG] from='client.? 172.21.15.89:0/4172316156' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-06-18T12:38:11.824 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:38:11 smithi131 bash[22694]: audit 2024-06-18T12:38:11.077657+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:38:11.824 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:38:11 smithi131 bash[22694]: audit 2024-06-18T12:38:11.082507+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:38:11.824 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:38:11 smithi131 bash[22694]: audit 2024-06-18T12:38:11.084389+0000 mon.a (mon.0) 830 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T12:38:11.824 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:38:11 smithi131 bash[22694]: audit 2024-06-18T12:38:11.089805+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:38:11.824 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:38:11 smithi131 bash[22694]: audit 2024-06-18T12:38:11.090412+0000 mon.a (mon.0) 832 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:38:11.824 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:38:11 smithi131 bash[22694]: audit 2024-06-18T12:38:11.091191+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T12:38:11.824 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:38:11 smithi131 bash[22694]: cluster 2024-06-18T12:38:11.092035+0000 mon.a (mon.0) 834 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-06-18T12:38:11.824 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:38:11 smithi131 bash[22694]: audit 2024-06-18T12:38:11.102838+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:38:11.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:38:11 smithi089 bash[21925]: cluster 2024-06-18T12:38:10.103102+0000 mgr.a (mgr.14150) 308 : cluster [DBG] pgmap v267: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail; 81 KiB/s, 0 objects/s recovering 2024-06-18T12:38:11.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:38:11 smithi089 bash[21925]: audit 2024-06-18T12:38:10.885331+0000 mon.a (mon.0) 827 : audit [DBG] from='client.? 172.21.15.89:0/4172316156' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-06-18T12:38:11.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:38:11 smithi089 bash[21925]: audit 2024-06-18T12:38:11.077657+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:38:11.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:38:11 smithi089 bash[21925]: audit 2024-06-18T12:38:11.082507+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:38:11.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:38:11 smithi089 bash[21925]: audit 2024-06-18T12:38:11.084389+0000 mon.a (mon.0) 830 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T12:38:11.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:38:11 smithi089 bash[21925]: audit 2024-06-18T12:38:11.089805+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:38:11.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:38:11 smithi089 bash[21925]: audit 2024-06-18T12:38:11.090412+0000 mon.a (mon.0) 832 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:38:11.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:38:11 smithi089 bash[21925]: audit 2024-06-18T12:38:11.091191+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T12:38:11.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:38:11 smithi089 bash[21925]: cluster 2024-06-18T12:38:11.092035+0000 mon.a (mon.0) 834 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-06-18T12:38:11.911 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:38:11 smithi089 bash[21925]: audit 2024-06-18T12:38:11.102838+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:38:12.004 INFO:teuthology.orchestra.run.smithi089.stdout:{"epoch":45,"num_osds":6,"num_up_osds":6,"osd_up_since":1718714279,"num_in_osds":6,"osd_in_since":1718714254,"num_remapped_pgs":0} 2024-06-18T12:38:12.005 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell --fsid 326ab62a-2d6e-11ef-bc9d-c7b262605968 -- ceph osd dump --format=json 2024-06-18T12:38:12.822 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:38:12 smithi098 bash[22565]: cluster 2024-06-18T12:38:11.092412+0000 mgr.a (mgr.14150) 309 : cluster [DBG] pgmap v268: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:38:12.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:38:12 smithi098 bash[22565]: cluster 2024-06-18T12:38:12.093927+0000 mon.a (mon.0) 836 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-06-18T12:38:12.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:38:12 smithi098 bash[22565]: cluster 2024-06-18T12:38:12.093961+0000 mon.a (mon.0) 837 : cluster [INF] Cluster is now healthy 2024-06-18T12:38:12.823 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:38:12 smithi131 bash[22694]: cluster 2024-06-18T12:38:11.092412+0000 mgr.a (mgr.14150) 309 : cluster [DBG] pgmap v268: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:38:12.823 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:38:12 smithi131 bash[22694]: cluster 2024-06-18T12:38:12.093927+0000 mon.a (mon.0) 836 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-06-18T12:38:12.823 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:38:12 smithi131 bash[22694]: cluster 2024-06-18T12:38:12.093961+0000 mon.a (mon.0) 837 : cluster [INF] Cluster is now healthy 2024-06-18T12:38:12.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:38:12 smithi089 bash[21925]: cluster 2024-06-18T12:38:11.092412+0000 mgr.a (mgr.14150) 309 : cluster [DBG] pgmap v268: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:38:12.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:38:12 smithi089 bash[21925]: cluster 2024-06-18T12:38:12.093927+0000 mon.a (mon.0) 836 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-06-18T12:38:12.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:38:12 smithi089 bash[21925]: cluster 2024-06-18T12:38:12.093961+0000 mon.a (mon.0) 837 : cluster [INF] Cluster is now healthy 2024-06-18T12:38:14.822 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:38:14 smithi098 bash[22565]: cluster 2024-06-18T12:38:13.092898+0000 mgr.a (mgr.14150) 310 : cluster [DBG] pgmap v269: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:38:14.823 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:38:14 smithi131 bash[22694]: cluster 2024-06-18T12:38:13.092898+0000 mgr.a (mgr.14150) 310 : cluster [DBG] pgmap v269: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:38:14.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:38:14 smithi089 bash[21925]: cluster 2024-06-18T12:38:13.092898+0000 mgr.a (mgr.14150) 310 : cluster [DBG] pgmap v269: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:38:15.822 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:38:15 smithi098 bash[22565]: audit 2024-06-18T12:38:14.559902+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:38:15.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:38:15 smithi098 bash[22565]: audit 2024-06-18T12:38:14.569328+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:38:15.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:38:15 smithi098 bash[22565]: audit 2024-06-18T12:38:14.580030+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:38:15.823 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:38:15 smithi131 bash[22694]: audit 2024-06-18T12:38:14.559902+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:38:15.823 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:38:15 smithi131 bash[22694]: audit 2024-06-18T12:38:14.569328+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:38:15.823 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:38:15 smithi131 bash[22694]: audit 2024-06-18T12:38:14.580030+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:38:15.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:38:15 smithi089 bash[21925]: audit 2024-06-18T12:38:14.559902+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:38:15.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:38:15 smithi089 bash[21925]: audit 2024-06-18T12:38:14.569328+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:38:15.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:38:15 smithi089 bash[21925]: audit 2024-06-18T12:38:14.580030+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:38:16.822 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:38:16 smithi098 bash[22565]: cluster 2024-06-18T12:38:15.093477+0000 mgr.a (mgr.14150) 311 : cluster [DBG] pgmap v270: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:38:16.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:38:16 smithi089 bash[21925]: cluster 2024-06-18T12:38:15.093477+0000 mgr.a (mgr.14150) 311 : cluster [DBG] pgmap v270: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:38:16.942 INFO:teuthology.orchestra.run.smithi089.stderr:Inferring config /var/lib/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/mon.a/config 2024-06-18T12:38:17.073 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:38:16 smithi131 bash[22694]: cluster 2024-06-18T12:38:15.093477+0000 mgr.a (mgr.14150) 311 : cluster [DBG] pgmap v270: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:38:18.877 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:38:18 smithi098 bash[22565]: cluster 2024-06-18T12:38:17.094044+0000 mgr.a (mgr.14150) 312 : cluster [DBG] pgmap v271: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:38:18.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:38:18 smithi089 bash[21925]: cluster 2024-06-18T12:38:17.094044+0000 mgr.a (mgr.14150) 312 : cluster [DBG] pgmap v271: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:38:19.073 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:38:18 smithi131 bash[22694]: cluster 2024-06-18T12:38:17.094044+0000 mgr.a (mgr.14150) 312 : cluster [DBG] pgmap v271: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:38:19.987 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-06-18T12:38:19.987 INFO:teuthology.orchestra.run.smithi089.stdout:{"epoch":45,"fsid":"326ab62a-2d6e-11ef-bc9d-c7b262605968","created":"2024-06-18T12:29:33.636688+0000","modified":"2024-06-18T12:38:04.026017+0000","last_up_change":"2024-06-18T12:37:59.995884+0000","last_in_change":"2024-06-18T12:37:34.025818+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-06-18T12:35:21.130274+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":"306bc0be-bdc4-4d37-8e5c-d98ae1ed65fc","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":27,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6802","nonce":1163003585},{"type":"v1","addr":"172.21.15.89:6803","nonce":1163003585}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6804","nonce":1163003585},{"type":"v1","addr":"172.21.15.89:6805","nonce":1163003585}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6808","nonce":1163003585},{"type":"v1","addr":"172.21.15.89:6809","nonce":1163003585}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6806","nonce":1163003585},{"type":"v1","addr":"172.21.15.89:6807","nonce":1163003585}]},"public_addr":"172.21.15.89:6803/1163003585","cluster_addr":"172.21.15.89:6805/1163003585","heartbeat_back_addr":"172.21.15.89:6809/1163003585","heartbeat_front_addr":"172.21.15.89:6807/1163003585","state":["exists","up"]},{"osd":1,"uuid":"6483fd86-3d34-4640-ade3-a8d0598771b4","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.89:6810","nonce":4120850466},{"type":"v1","addr":"172.21.15.89:6811","nonce":4120850466}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6812","nonce":4120850466},{"type":"v1","addr":"172.21.15.89:6813","nonce":4120850466}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6816","nonce":4120850466},{"type":"v1","addr":"172.21.15.89:6817","nonce":4120850466}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6814","nonce":4120850466},{"type":"v1","addr":"172.21.15.89:6815","nonce":4120850466}]},"public_addr":"172.21.15.89:6811/4120850466","cluster_addr":"172.21.15.89:6813/4120850466","heartbeat_back_addr":"172.21.15.89:6817/4120850466","heartbeat_front_addr":"172.21.15.89:6815/4120850466","state":["exists","up"]},{"osd":2,"uuid":"1568f098-95fc-4b24-8d8e-5871a8e9bbf3","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.98:6800","nonce":2113513556},{"type":"v1","addr":"172.21.15.98:6801","nonce":2113513556}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6802","nonce":2113513556},{"type":"v1","addr":"172.21.15.98:6803","nonce":2113513556}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6806","nonce":2113513556},{"type":"v1","addr":"172.21.15.98:6807","nonce":2113513556}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6804","nonce":2113513556},{"type":"v1","addr":"172.21.15.98:6805","nonce":2113513556}]},"public_addr":"172.21.15.98:6801/2113513556","cluster_addr":"172.21.15.98:6803/2113513556","heartbeat_back_addr":"172.21.15.98:6807/2113513556","heartbeat_front_addr":"172.21.15.98:6805/2113513556","state":["exists","up"]},{"osd":3,"uuid":"840e952f-c8f9-4b97-ab47-f0b86771b944","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":44,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6808","nonce":1959599422},{"type":"v1","addr":"172.21.15.98:6809","nonce":1959599422}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6810","nonce":1959599422},{"type":"v1","addr":"172.21.15.98:6811","nonce":1959599422}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6814","nonce":1959599422},{"type":"v1","addr":"172.21.15.98:6815","nonce":1959599422}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6812","nonce":1959599422},{"type":"v1","addr":"172.21.15.98:6813","nonce":1959599422}]},"public_addr":"172.21.15.98:6809/1959599422","cluster_addr":"172.21.15.98:6811/1959599422","heartbeat_back_addr":"172.21.15.98:6815/1959599422","heartbeat_front_addr":"172.21.15.98:6813/1959599422","state":["exists","up"]},{"osd":4,"uuid":"e728b6d6-61fb-494e-b313-6d1bb838f026","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":33,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6800","nonce":150722674},{"type":"v1","addr":"172.21.15.131:6801","nonce":150722674}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6802","nonce":150722674},{"type":"v1","addr":"172.21.15.131:6803","nonce":150722674}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6806","nonce":150722674},{"type":"v1","addr":"172.21.15.131:6807","nonce":150722674}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6804","nonce":150722674},{"type":"v1","addr":"172.21.15.131:6805","nonce":150722674}]},"public_addr":"172.21.15.131:6801/150722674","cluster_addr":"172.21.15.131:6803/150722674","heartbeat_back_addr":"172.21.15.131:6807/150722674","heartbeat_front_addr":"172.21.15.131:6805/150722674","state":["exists","up"]},{"osd":5,"uuid":"cfcf94c9-3606-47a3-95f0-4647bfdeb28e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":41,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6808","nonce":3368802920},{"type":"v1","addr":"172.21.15.131:6809","nonce":3368802920}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6810","nonce":3368802920},{"type":"v1","addr":"172.21.15.131:6811","nonce":3368802920}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6814","nonce":3368802920},{"type":"v1","addr":"172.21.15.131:6815","nonce":3368802920}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6812","nonce":3368802920},{"type":"v1","addr":"172.21.15.131:6813","nonce":3368802920}]},"public_addr":"172.21.15.131:6809/3368802920","cluster_addr":"172.21.15.131:6811/3368802920","heartbeat_back_addr":"172.21.15.131:6815/3368802920","heartbeat_front_addr":"172.21.15.131:6813/3368802920","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-06-18T12:33:30.179350+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-06-18T12:34:24.350013+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-06-18T12:35:18.755609+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-06-18T12:36:11.347734+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-06-18T12:37:04.305846+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-06-18T12:37:59.069989+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.89:6800/1982247667":"2024-06-19T12:30:32.489671+0000","172.21.15.89:0/3568083845":"2024-06-19T12:30:32.489671+0000","172.21.15.89:0/2780711114":"2024-06-19T12:30:00.445567+0000","172.21.15.89:0/324426835":"2024-06-19T12:30:32.489671+0000","172.21.15.89:0/1819358052":"2024-06-19T12:30:00.445567+0000","172.21.15.89:6801/1982247667":"2024-06-19T12:30:32.489671+0000","172.21.15.89:6801/3761832482":"2024-06-19T12:30:00.445567+0000","172.21.15.89:0/928128734":"2024-06-19T12:30:32.489671+0000","172.21.15.89:6800/3761832482":"2024-06-19T12:30:00.445567+0000","172.21.15.89:0/4014697217":"2024-06-19T12:30:00.445567+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-06-18T12:38:20.724 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2024-06-18T12:35:21.130274+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-06-18T12:38:20.724 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell --fsid 326ab62a-2d6e-11ef-bc9d-c7b262605968 -- ceph osd pool get .mgr pg_num 2024-06-18T12:38:20.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:38:20 smithi089 bash[21925]: cluster 2024-06-18T12:38:19.094652+0000 mgr.a (mgr.14150) 313 : cluster [DBG] pgmap v272: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:38:20.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:38:20 smithi089 bash[21925]: audit 2024-06-18T12:38:19.657969+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:38:20.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:38:20 smithi089 bash[21925]: audit 2024-06-18T12:38:19.667274+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:38:20.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:38:20 smithi089 bash[21925]: audit 2024-06-18T12:38:19.676842+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:38:20.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:38:20 smithi089 bash[21925]: audit 2024-06-18T12:38:19.993256+0000 mon.a (mon.0) 844 : audit [DBG] from='client.? 172.21.15.89:0/856564576' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-06-18T12:38:21.064 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:38:20 smithi131 bash[22694]: cluster 2024-06-18T12:38:19.094652+0000 mgr.a (mgr.14150) 313 : cluster [DBG] pgmap v272: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:38:21.064 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:38:20 smithi131 bash[22694]: audit 2024-06-18T12:38:19.657969+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:38:21.065 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:38:20 smithi131 bash[22694]: audit 2024-06-18T12:38:19.667274+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:38:21.065 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:38:20 smithi131 bash[22694]: audit 2024-06-18T12:38:19.676842+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:38:21.065 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:38:20 smithi131 bash[22694]: audit 2024-06-18T12:38:19.993256+0000 mon.a (mon.0) 844 : audit [DBG] from='client.? 172.21.15.89:0/856564576' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-06-18T12:38:21.072 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:38:20 smithi098 bash[22565]: cluster 2024-06-18T12:38:19.094652+0000 mgr.a (mgr.14150) 313 : cluster [DBG] pgmap v272: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:38:21.072 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:38:20 smithi098 bash[22565]: audit 2024-06-18T12:38:19.657969+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:38:21.072 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:38:20 smithi098 bash[22565]: audit 2024-06-18T12:38:19.667274+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:38:21.073 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:38:20 smithi098 bash[22565]: audit 2024-06-18T12:38:19.676842+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:38:21.073 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:38:20 smithi098 bash[22565]: audit 2024-06-18T12:38:19.993256+0000 mon.a (mon.0) 844 : audit [DBG] from='client.? 172.21.15.89:0/856564576' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-06-18T12:38:22.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:38:22 smithi089 bash[21925]: cluster 2024-06-18T12:38:21.095191+0000 mgr.a (mgr.14150) 314 : cluster [DBG] pgmap v273: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:38:23.072 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:38:22 smithi098 bash[22565]: cluster 2024-06-18T12:38:21.095191+0000 mgr.a (mgr.14150) 314 : cluster [DBG] pgmap v273: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:38:23.073 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:38:22 smithi131 bash[22694]: cluster 2024-06-18T12:38:21.095191+0000 mgr.a (mgr.14150) 314 : cluster [DBG] pgmap v273: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:38:24.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:38:24 smithi089 bash[21925]: cluster 2024-06-18T12:38:23.095807+0000 mgr.a (mgr.14150) 315 : cluster [DBG] pgmap v274: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:38:25.072 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:38:24 smithi098 bash[22565]: cluster 2024-06-18T12:38:23.095807+0000 mgr.a (mgr.14150) 315 : cluster [DBG] pgmap v274: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:38:25.073 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:38:24 smithi131 bash[22694]: cluster 2024-06-18T12:38:23.095807+0000 mgr.a (mgr.14150) 315 : cluster [DBG] pgmap v274: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:38:25.454 INFO:teuthology.orchestra.run.smithi089.stderr:Inferring config /var/lib/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/mon.a/config 2024-06-18T12:38:26.860 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:38:26 smithi089 bash[21925]: cluster 2024-06-18T12:38:25.096375+0000 mgr.a (mgr.14150) 316 : cluster [DBG] pgmap v275: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:38:27.072 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:38:26 smithi098 bash[22565]: cluster 2024-06-18T12:38:25.096375+0000 mgr.a (mgr.14150) 316 : cluster [DBG] pgmap v275: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:38:27.073 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:38:26 smithi131 bash[22694]: cluster 2024-06-18T12:38:25.096375+0000 mgr.a (mgr.14150) 316 : cluster [DBG] pgmap v275: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:38:28.072 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:38:27 smithi098 bash[22565]: cluster 2024-06-18T12:38:27.096974+0000 mgr.a (mgr.14150) 317 : cluster [DBG] pgmap v276: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:38:28.073 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:38:27 smithi131 bash[22694]: cluster 2024-06-18T12:38:27.096974+0000 mgr.a (mgr.14150) 317 : cluster [DBG] pgmap v276: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:38:28.159 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:38:27 smithi089 bash[21925]: cluster 2024-06-18T12:38:27.096974+0000 mgr.a (mgr.14150) 317 : cluster [DBG] pgmap v276: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:38:28.552 INFO:teuthology.orchestra.run.smithi089.stdout:pg_num: 1 2024-06-18T12:38:28.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:38:28 smithi089 bash[21925]: audit 2024-06-18T12:38:28.558792+0000 mon.a (mon.0) 845 : audit [DBG] from='client.? 172.21.15.89:0/1962255301' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-06-18T12:38:29.072 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:38:28 smithi098 bash[22565]: audit 2024-06-18T12:38:28.558792+0000 mon.a (mon.0) 845 : audit [DBG] from='client.? 172.21.15.89:0/1962255301' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-06-18T12:38:29.073 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:38:28 smithi131 bash[22694]: audit 2024-06-18T12:38:28.558792+0000 mon.a (mon.0) 845 : audit [DBG] from='client.? 172.21.15.89:0/1962255301' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-06-18T12:38:29.231 INFO:tasks.cephadm:Setting up client nodes... 2024-06-18T12:38:29.231 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-06-18T12:38:29.231 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-06-18T12:38:29.231 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell --fsid 326ab62a-2d6e-11ef-bc9d-c7b262605968 -- ceph mgr dump --format=json 2024-06-18T12:38:30.072 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:38:29 smithi098 bash[22565]: cluster 2024-06-18T12:38:29.097555+0000 mgr.a (mgr.14150) 318 : cluster [DBG] pgmap v277: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:38:30.073 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:38:29 smithi131 bash[22694]: cluster 2024-06-18T12:38:29.097555+0000 mgr.a (mgr.14150) 318 : cluster [DBG] pgmap v277: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:38:30.159 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:38:29 smithi089 bash[21925]: cluster 2024-06-18T12:38:29.097555+0000 mgr.a (mgr.14150) 318 : cluster [DBG] pgmap v277: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:38:31.834 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:38:31 smithi089 bash[21925]: audit 2024-06-18T12:38:30.707215+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:38:31.834 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:38:31 smithi089 bash[21925]: audit 2024-06-18T12:38:30.715190+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:38:31.835 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:38:31 smithi089 bash[21925]: audit 2024-06-18T12:38:30.724496+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:38:31.835 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:38:31 smithi089 bash[21925]: cluster 2024-06-18T12:38:31.098091+0000 mgr.a (mgr.14150) 319 : cluster [DBG] pgmap v278: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:38:32.072 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:38:31 smithi098 bash[22565]: audit 2024-06-18T12:38:30.707215+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:38:32.073 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:38:31 smithi098 bash[22565]: audit 2024-06-18T12:38:30.715190+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:38:32.073 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:38:31 smithi098 bash[22565]: audit 2024-06-18T12:38:30.724496+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:38:32.073 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:38:31 smithi098 bash[22565]: cluster 2024-06-18T12:38:31.098091+0000 mgr.a (mgr.14150) 319 : cluster [DBG] pgmap v278: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:38:32.073 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:38:31 smithi131 bash[22694]: audit 2024-06-18T12:38:30.707215+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:38:32.073 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:38:31 smithi131 bash[22694]: audit 2024-06-18T12:38:30.715190+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:38:32.073 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:38:31 smithi131 bash[22694]: audit 2024-06-18T12:38:30.724496+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:38:32.073 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:38:31 smithi131 bash[22694]: cluster 2024-06-18T12:38:31.098091+0000 mgr.a (mgr.14150) 319 : cluster [DBG] pgmap v278: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:38:34.409 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:38:34 smithi089 bash[21925]: cluster 2024-06-18T12:38:33.098636+0000 mgr.a (mgr.14150) 320 : cluster [DBG] pgmap v279: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:38:34.572 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:38:34 smithi098 bash[22565]: cluster 2024-06-18T12:38:33.098636+0000 mgr.a (mgr.14150) 320 : cluster [DBG] pgmap v279: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:38:34.573 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:38:34 smithi131 bash[22694]: cluster 2024-06-18T12:38:33.098636+0000 mgr.a (mgr.14150) 320 : cluster [DBG] pgmap v279: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:38:35.054 INFO:teuthology.orchestra.run.smithi089.stderr:Inferring config /var/lib/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/mon.a/config 2024-06-18T12:38:36.049 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:38:35 smithi089 bash[21925]: audit 2024-06-18T12:38:34.785011+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:38:36.049 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:38:35 smithi089 bash[21925]: audit 2024-06-18T12:38:34.793224+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:38:36.049 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:38:35 smithi089 bash[21925]: audit 2024-06-18T12:38:34.804312+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:38:36.049 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:38:35 smithi089 bash[21925]: cluster 2024-06-18T12:38:35.099235+0000 mgr.a (mgr.14150) 321 : cluster [DBG] pgmap v280: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:38:36.072 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:38:35 smithi098 bash[22565]: audit 2024-06-18T12:38:34.785011+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:38:36.072 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:38:35 smithi098 bash[22565]: audit 2024-06-18T12:38:34.793224+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:38:36.072 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:38:35 smithi098 bash[22565]: audit 2024-06-18T12:38:34.804312+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:38:36.072 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:38:35 smithi098 bash[22565]: cluster 2024-06-18T12:38:35.099235+0000 mgr.a (mgr.14150) 321 : cluster [DBG] pgmap v280: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:38:36.073 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:38:35 smithi131 bash[22694]: audit 2024-06-18T12:38:34.785011+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:38:36.073 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:38:35 smithi131 bash[22694]: audit 2024-06-18T12:38:34.793224+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:38:36.073 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:38:35 smithi131 bash[22694]: audit 2024-06-18T12:38:34.804312+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:38:36.073 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:38:35 smithi131 bash[22694]: cluster 2024-06-18T12:38:35.099235+0000 mgr.a (mgr.14150) 321 : cluster [DBG] pgmap v280: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:38:38.078 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-06-18T12:38:38.322 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:38:38 smithi098 bash[22565]: cluster 2024-06-18T12:38:37.099795+0000 mgr.a (mgr.14150) 322 : cluster [DBG] pgmap v281: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:38:38.322 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:38:38 smithi098 bash[22565]: audit 2024-06-18T12:38:38.074753+0000 mon.a (mon.0) 852 : audit [DBG] from='client.? 172.21.15.89:0/2713906701' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-06-18T12:38:38.409 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:38:38 smithi089 bash[21925]: cluster 2024-06-18T12:38:37.099795+0000 mgr.a (mgr.14150) 322 : cluster [DBG] pgmap v281: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:38:38.409 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:38:38 smithi089 bash[21925]: audit 2024-06-18T12:38:38.074753+0000 mon.a (mon.0) 852 : audit [DBG] from='client.? 172.21.15.89:0/2713906701' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-06-18T12:38:38.573 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:38:38 smithi131 bash[22694]: cluster 2024-06-18T12:38:37.099795+0000 mgr.a (mgr.14150) 322 : cluster [DBG] pgmap v281: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:38:38.573 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:38:38 smithi131 bash[22694]: audit 2024-06-18T12:38:38.074753+0000 mon.a (mon.0) 852 : audit [DBG] from='client.? 172.21.15.89:0/2713906701' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-06-18T12:38:38.692 INFO:teuthology.orchestra.run.smithi089.stdout:{"epoch":15,"flags":0,"active_gid":14150,"active_name":"a","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6800","nonce":3006692617},{"type":"v1","addr":"172.21.15.89:6801","nonce":3006692617}]},"active_addr":"172.21.15.89:6801/3006692617","active_change":"2024-06-18T12:30:32.489885+0000","active_mgr_features":4540701547738038271,"available":true,"standbys":[{"gid":24107,"name":"b","mgr_features":4540701547738038271,"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","read","upmap","upmap-read"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.25.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/grafana:9.4.12","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.5.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:1.2.1","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.43.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba":{"name":"container_image_samba","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-server:devbuilds-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"location of dashboards to include in grafana deployments","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"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":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}]}],"modules":["cephadm","dashboard","iostat","nfs","restful"],"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","read","upmap","upmap-read"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.25.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/grafana:9.4.12","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.5.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:1.2.1","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.43.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba":{"name":"container_image_samba","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-server:devbuilds-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"location of dashboards to include in grafana deployments","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"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":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}],"services":{"dashboard":"https://172.21.15.89: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.89:0","nonce":1098987506}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.89:0","nonce":3795472757}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.89:0","nonce":2429459432}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.89:0","nonce":821189019}]}]} 2024-06-18T12:38:38.697 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-06-18T12:38:38.698 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-06-18T12:38:38.698 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell --fsid 326ab62a-2d6e-11ef-bc9d-c7b262605968 -- ceph osd dump --format=json 2024-06-18T12:38:40.323 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:38:40 smithi131 bash[22694]: cluster 2024-06-18T12:38:39.100356+0000 mgr.a (mgr.14150) 323 : cluster [DBG] pgmap v282: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:38:40.323 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:38:40 smithi131 bash[22694]: audit 2024-06-18T12:38:39.842574+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:38:40.323 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:38:40 smithi131 bash[22694]: audit 2024-06-18T12:38:39.851257+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:38:40.323 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:38:40 smithi131 bash[22694]: audit 2024-06-18T12:38:39.860113+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:38:40.409 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:38:40 smithi089 bash[21925]: cluster 2024-06-18T12:38:39.100356+0000 mgr.a (mgr.14150) 323 : cluster [DBG] pgmap v282: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:38:40.409 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:38:40 smithi089 bash[21925]: audit 2024-06-18T12:38:39.842574+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:38:40.409 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:38:40 smithi089 bash[21925]: audit 2024-06-18T12:38:39.851257+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:38:40.409 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:38:40 smithi089 bash[21925]: audit 2024-06-18T12:38:39.860113+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:38:40.572 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:38:40 smithi098 bash[22565]: cluster 2024-06-18T12:38:39.100356+0000 mgr.a (mgr.14150) 323 : cluster [DBG] pgmap v282: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:38:40.572 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:38:40 smithi098 bash[22565]: audit 2024-06-18T12:38:39.842574+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:38:40.572 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:38:40 smithi098 bash[22565]: audit 2024-06-18T12:38:39.851257+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:38:40.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:38:40 smithi098 bash[22565]: audit 2024-06-18T12:38:39.860113+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:38:42.409 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:38:42 smithi089 bash[21925]: cluster 2024-06-18T12:38:41.100896+0000 mgr.a (mgr.14150) 324 : cluster [DBG] pgmap v283: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:38:42.572 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:38:42 smithi098 bash[22565]: cluster 2024-06-18T12:38:41.100896+0000 mgr.a (mgr.14150) 324 : cluster [DBG] pgmap v283: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:38:42.573 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:38:42 smithi131 bash[22694]: cluster 2024-06-18T12:38:41.100896+0000 mgr.a (mgr.14150) 324 : cluster [DBG] pgmap v283: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:38:42.638 INFO:teuthology.orchestra.run.smithi089.stderr:Inferring config /var/lib/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/mon.a/config 2024-06-18T12:38:44.409 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:38:44 smithi089 bash[21925]: cluster 2024-06-18T12:38:43.101462+0000 mgr.a (mgr.14150) 325 : cluster [DBG] pgmap v284: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:38:44.572 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:38:44 smithi098 bash[22565]: cluster 2024-06-18T12:38:43.101462+0000 mgr.a (mgr.14150) 325 : cluster [DBG] pgmap v284: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:38:44.573 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:38:44 smithi131 bash[22694]: cluster 2024-06-18T12:38:43.101462+0000 mgr.a (mgr.14150) 325 : cluster [DBG] pgmap v284: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:38:45.733 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-06-18T12:38:45.734 INFO:teuthology.orchestra.run.smithi089.stdout:{"epoch":45,"fsid":"326ab62a-2d6e-11ef-bc9d-c7b262605968","created":"2024-06-18T12:29:33.636688+0000","modified":"2024-06-18T12:38:04.026017+0000","last_up_change":"2024-06-18T12:37:59.995884+0000","last_in_change":"2024-06-18T12:37:34.025818+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-06-18T12:35:21.130274+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":"306bc0be-bdc4-4d37-8e5c-d98ae1ed65fc","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":27,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6802","nonce":1163003585},{"type":"v1","addr":"172.21.15.89:6803","nonce":1163003585}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6804","nonce":1163003585},{"type":"v1","addr":"172.21.15.89:6805","nonce":1163003585}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6808","nonce":1163003585},{"type":"v1","addr":"172.21.15.89:6809","nonce":1163003585}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6806","nonce":1163003585},{"type":"v1","addr":"172.21.15.89:6807","nonce":1163003585}]},"public_addr":"172.21.15.89:6803/1163003585","cluster_addr":"172.21.15.89:6805/1163003585","heartbeat_back_addr":"172.21.15.89:6809/1163003585","heartbeat_front_addr":"172.21.15.89:6807/1163003585","state":["exists","up"]},{"osd":1,"uuid":"6483fd86-3d34-4640-ade3-a8d0598771b4","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.89:6810","nonce":4120850466},{"type":"v1","addr":"172.21.15.89:6811","nonce":4120850466}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6812","nonce":4120850466},{"type":"v1","addr":"172.21.15.89:6813","nonce":4120850466}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6816","nonce":4120850466},{"type":"v1","addr":"172.21.15.89:6817","nonce":4120850466}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6814","nonce":4120850466},{"type":"v1","addr":"172.21.15.89:6815","nonce":4120850466}]},"public_addr":"172.21.15.89:6811/4120850466","cluster_addr":"172.21.15.89:6813/4120850466","heartbeat_back_addr":"172.21.15.89:6817/4120850466","heartbeat_front_addr":"172.21.15.89:6815/4120850466","state":["exists","up"]},{"osd":2,"uuid":"1568f098-95fc-4b24-8d8e-5871a8e9bbf3","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.98:6800","nonce":2113513556},{"type":"v1","addr":"172.21.15.98:6801","nonce":2113513556}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6802","nonce":2113513556},{"type":"v1","addr":"172.21.15.98:6803","nonce":2113513556}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6806","nonce":2113513556},{"type":"v1","addr":"172.21.15.98:6807","nonce":2113513556}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6804","nonce":2113513556},{"type":"v1","addr":"172.21.15.98:6805","nonce":2113513556}]},"public_addr":"172.21.15.98:6801/2113513556","cluster_addr":"172.21.15.98:6803/2113513556","heartbeat_back_addr":"172.21.15.98:6807/2113513556","heartbeat_front_addr":"172.21.15.98:6805/2113513556","state":["exists","up"]},{"osd":3,"uuid":"840e952f-c8f9-4b97-ab47-f0b86771b944","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":44,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6808","nonce":1959599422},{"type":"v1","addr":"172.21.15.98:6809","nonce":1959599422}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6810","nonce":1959599422},{"type":"v1","addr":"172.21.15.98:6811","nonce":1959599422}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6814","nonce":1959599422},{"type":"v1","addr":"172.21.15.98:6815","nonce":1959599422}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6812","nonce":1959599422},{"type":"v1","addr":"172.21.15.98:6813","nonce":1959599422}]},"public_addr":"172.21.15.98:6809/1959599422","cluster_addr":"172.21.15.98:6811/1959599422","heartbeat_back_addr":"172.21.15.98:6815/1959599422","heartbeat_front_addr":"172.21.15.98:6813/1959599422","state":["exists","up"]},{"osd":4,"uuid":"e728b6d6-61fb-494e-b313-6d1bb838f026","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":33,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6800","nonce":150722674},{"type":"v1","addr":"172.21.15.131:6801","nonce":150722674}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6802","nonce":150722674},{"type":"v1","addr":"172.21.15.131:6803","nonce":150722674}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6806","nonce":150722674},{"type":"v1","addr":"172.21.15.131:6807","nonce":150722674}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6804","nonce":150722674},{"type":"v1","addr":"172.21.15.131:6805","nonce":150722674}]},"public_addr":"172.21.15.131:6801/150722674","cluster_addr":"172.21.15.131:6803/150722674","heartbeat_back_addr":"172.21.15.131:6807/150722674","heartbeat_front_addr":"172.21.15.131:6805/150722674","state":["exists","up"]},{"osd":5,"uuid":"cfcf94c9-3606-47a3-95f0-4647bfdeb28e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":41,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6808","nonce":3368802920},{"type":"v1","addr":"172.21.15.131:6809","nonce":3368802920}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6810","nonce":3368802920},{"type":"v1","addr":"172.21.15.131:6811","nonce":3368802920}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6814","nonce":3368802920},{"type":"v1","addr":"172.21.15.131:6815","nonce":3368802920}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6812","nonce":3368802920},{"type":"v1","addr":"172.21.15.131:6813","nonce":3368802920}]},"public_addr":"172.21.15.131:6809/3368802920","cluster_addr":"172.21.15.131:6811/3368802920","heartbeat_back_addr":"172.21.15.131:6815/3368802920","heartbeat_front_addr":"172.21.15.131:6813/3368802920","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-06-18T12:33:30.179350+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-06-18T12:34:24.350013+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-06-18T12:35:18.755609+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-06-18T12:36:11.347734+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-06-18T12:37:04.305846+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-06-18T12:37:59.069989+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.89:6800/1982247667":"2024-06-19T12:30:32.489671+0000","172.21.15.89:0/3568083845":"2024-06-19T12:30:32.489671+0000","172.21.15.89:0/2780711114":"2024-06-19T12:30:00.445567+0000","172.21.15.89:0/324426835":"2024-06-19T12:30:32.489671+0000","172.21.15.89:0/1819358052":"2024-06-19T12:30:00.445567+0000","172.21.15.89:6801/1982247667":"2024-06-19T12:30:32.489671+0000","172.21.15.89:6801/3761832482":"2024-06-19T12:30:00.445567+0000","172.21.15.89:0/928128734":"2024-06-19T12:30:32.489671+0000","172.21.15.89:6800/3761832482":"2024-06-19T12:30:00.445567+0000","172.21.15.89:0/4014697217":"2024-06-19T12:30:00.445567+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-06-18T12:38:46.427 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:38:46 smithi089 bash[21925]: cluster 2024-06-18T12:38:45.102034+0000 mgr.a (mgr.14150) 326 : cluster [DBG] pgmap v285: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:38:46.427 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:38:46 smithi089 bash[21925]: audit 2024-06-18T12:38:45.739693+0000 mon.a (mon.0) 856 : audit [DBG] from='client.? 172.21.15.89:0/2717404262' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-06-18T12:38:46.428 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-06-18T12:38:46.429 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell --fsid 326ab62a-2d6e-11ef-bc9d-c7b262605968 -- ceph osd dump --format=json 2024-06-18T12:38:46.572 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:38:46 smithi098 bash[22565]: cluster 2024-06-18T12:38:45.102034+0000 mgr.a (mgr.14150) 326 : cluster [DBG] pgmap v285: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:38:46.572 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:38:46 smithi098 bash[22565]: audit 2024-06-18T12:38:45.739693+0000 mon.a (mon.0) 856 : audit [DBG] from='client.? 172.21.15.89:0/2717404262' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-06-18T12:38:46.573 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:38:46 smithi131 bash[22694]: cluster 2024-06-18T12:38:45.102034+0000 mgr.a (mgr.14150) 326 : cluster [DBG] pgmap v285: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:38:46.573 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:38:46 smithi131 bash[22694]: audit 2024-06-18T12:38:45.739693+0000 mon.a (mon.0) 856 : audit [DBG] from='client.? 172.21.15.89:0/2717404262' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-06-18T12:38:48.572 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:38:48 smithi098 bash[22565]: cluster 2024-06-18T12:38:47.102570+0000 mgr.a (mgr.14150) 327 : cluster [DBG] pgmap v286: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:38:48.573 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:38:48 smithi131 bash[22694]: cluster 2024-06-18T12:38:47.102570+0000 mgr.a (mgr.14150) 327 : cluster [DBG] pgmap v286: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:38:48.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:38:48 smithi089 bash[21925]: cluster 2024-06-18T12:38:47.102570+0000 mgr.a (mgr.14150) 327 : cluster [DBG] pgmap v286: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:38:50.572 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:38:50 smithi098 bash[22565]: cluster 2024-06-18T12:38:49.103153+0000 mgr.a (mgr.14150) 328 : cluster [DBG] pgmap v287: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:38:50.573 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:38:50 smithi131 bash[22694]: cluster 2024-06-18T12:38:49.103153+0000 mgr.a (mgr.14150) 328 : cluster [DBG] pgmap v287: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:38:50.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:38:50 smithi089 bash[21925]: cluster 2024-06-18T12:38:49.103153+0000 mgr.a (mgr.14150) 328 : cluster [DBG] pgmap v287: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:38:51.163 INFO:teuthology.orchestra.run.smithi089.stderr:Inferring config /var/lib/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/mon.a/config 2024-06-18T12:38:52.140 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:38:51 smithi089 bash[21925]: audit 2024-06-18T12:38:50.905469+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:38:52.140 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:38:51 smithi089 bash[21925]: audit 2024-06-18T12:38:50.913889+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:38:52.140 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:38:51 smithi089 bash[21925]: audit 2024-06-18T12:38:50.923472+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:38:52.140 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:38:51 smithi089 bash[21925]: cluster 2024-06-18T12:38:51.103701+0000 mgr.a (mgr.14150) 329 : cluster [DBG] pgmap v288: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:38:52.322 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:38:51 smithi098 bash[22565]: audit 2024-06-18T12:38:50.905469+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:38:52.322 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:38:51 smithi098 bash[22565]: audit 2024-06-18T12:38:50.913889+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:38:52.323 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:38:51 smithi098 bash[22565]: audit 2024-06-18T12:38:50.923472+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:38:52.323 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:38:51 smithi098 bash[22565]: cluster 2024-06-18T12:38:51.103701+0000 mgr.a (mgr.14150) 329 : cluster [DBG] pgmap v288: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:38:52.325 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:38:51 smithi131 bash[22694]: audit 2024-06-18T12:38:50.905469+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:38:52.325 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:38:51 smithi131 bash[22694]: audit 2024-06-18T12:38:50.913889+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:38:52.325 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:38:51 smithi131 bash[22694]: audit 2024-06-18T12:38:50.923472+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:38:52.325 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:38:51 smithi131 bash[22694]: cluster 2024-06-18T12:38:51.103701+0000 mgr.a (mgr.14150) 329 : cluster [DBG] pgmap v288: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:38:54.409 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:38:54 smithi089 bash[21925]: cluster 2024-06-18T12:38:53.104203+0000 mgr.a (mgr.14150) 330 : cluster [DBG] pgmap v289: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:38:54.573 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:38:54 smithi131 bash[22694]: cluster 2024-06-18T12:38:53.104203+0000 mgr.a (mgr.14150) 330 : cluster [DBG] pgmap v289: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:38:54.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:38:54 smithi098 bash[22565]: cluster 2024-06-18T12:38:53.104203+0000 mgr.a (mgr.14150) 330 : cluster [DBG] pgmap v289: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:38:55.551 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-06-18T12:38:55.551 INFO:teuthology.orchestra.run.smithi089.stdout:{"epoch":45,"fsid":"326ab62a-2d6e-11ef-bc9d-c7b262605968","created":"2024-06-18T12:29:33.636688+0000","modified":"2024-06-18T12:38:04.026017+0000","last_up_change":"2024-06-18T12:37:59.995884+0000","last_in_change":"2024-06-18T12:37:34.025818+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-06-18T12:35:21.130274+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":"306bc0be-bdc4-4d37-8e5c-d98ae1ed65fc","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":27,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6802","nonce":1163003585},{"type":"v1","addr":"172.21.15.89:6803","nonce":1163003585}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6804","nonce":1163003585},{"type":"v1","addr":"172.21.15.89:6805","nonce":1163003585}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6808","nonce":1163003585},{"type":"v1","addr":"172.21.15.89:6809","nonce":1163003585}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6806","nonce":1163003585},{"type":"v1","addr":"172.21.15.89:6807","nonce":1163003585}]},"public_addr":"172.21.15.89:6803/1163003585","cluster_addr":"172.21.15.89:6805/1163003585","heartbeat_back_addr":"172.21.15.89:6809/1163003585","heartbeat_front_addr":"172.21.15.89:6807/1163003585","state":["exists","up"]},{"osd":1,"uuid":"6483fd86-3d34-4640-ade3-a8d0598771b4","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.89:6810","nonce":4120850466},{"type":"v1","addr":"172.21.15.89:6811","nonce":4120850466}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6812","nonce":4120850466},{"type":"v1","addr":"172.21.15.89:6813","nonce":4120850466}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6816","nonce":4120850466},{"type":"v1","addr":"172.21.15.89:6817","nonce":4120850466}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6814","nonce":4120850466},{"type":"v1","addr":"172.21.15.89:6815","nonce":4120850466}]},"public_addr":"172.21.15.89:6811/4120850466","cluster_addr":"172.21.15.89:6813/4120850466","heartbeat_back_addr":"172.21.15.89:6817/4120850466","heartbeat_front_addr":"172.21.15.89:6815/4120850466","state":["exists","up"]},{"osd":2,"uuid":"1568f098-95fc-4b24-8d8e-5871a8e9bbf3","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.98:6800","nonce":2113513556},{"type":"v1","addr":"172.21.15.98:6801","nonce":2113513556}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6802","nonce":2113513556},{"type":"v1","addr":"172.21.15.98:6803","nonce":2113513556}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6806","nonce":2113513556},{"type":"v1","addr":"172.21.15.98:6807","nonce":2113513556}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6804","nonce":2113513556},{"type":"v1","addr":"172.21.15.98:6805","nonce":2113513556}]},"public_addr":"172.21.15.98:6801/2113513556","cluster_addr":"172.21.15.98:6803/2113513556","heartbeat_back_addr":"172.21.15.98:6807/2113513556","heartbeat_front_addr":"172.21.15.98:6805/2113513556","state":["exists","up"]},{"osd":3,"uuid":"840e952f-c8f9-4b97-ab47-f0b86771b944","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":44,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6808","nonce":1959599422},{"type":"v1","addr":"172.21.15.98:6809","nonce":1959599422}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6810","nonce":1959599422},{"type":"v1","addr":"172.21.15.98:6811","nonce":1959599422}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6814","nonce":1959599422},{"type":"v1","addr":"172.21.15.98:6815","nonce":1959599422}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6812","nonce":1959599422},{"type":"v1","addr":"172.21.15.98:6813","nonce":1959599422}]},"public_addr":"172.21.15.98:6809/1959599422","cluster_addr":"172.21.15.98:6811/1959599422","heartbeat_back_addr":"172.21.15.98:6815/1959599422","heartbeat_front_addr":"172.21.15.98:6813/1959599422","state":["exists","up"]},{"osd":4,"uuid":"e728b6d6-61fb-494e-b313-6d1bb838f026","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":33,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6800","nonce":150722674},{"type":"v1","addr":"172.21.15.131:6801","nonce":150722674}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6802","nonce":150722674},{"type":"v1","addr":"172.21.15.131:6803","nonce":150722674}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6806","nonce":150722674},{"type":"v1","addr":"172.21.15.131:6807","nonce":150722674}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6804","nonce":150722674},{"type":"v1","addr":"172.21.15.131:6805","nonce":150722674}]},"public_addr":"172.21.15.131:6801/150722674","cluster_addr":"172.21.15.131:6803/150722674","heartbeat_back_addr":"172.21.15.131:6807/150722674","heartbeat_front_addr":"172.21.15.131:6805/150722674","state":["exists","up"]},{"osd":5,"uuid":"cfcf94c9-3606-47a3-95f0-4647bfdeb28e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":41,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6808","nonce":3368802920},{"type":"v1","addr":"172.21.15.131:6809","nonce":3368802920}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6810","nonce":3368802920},{"type":"v1","addr":"172.21.15.131:6811","nonce":3368802920}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6814","nonce":3368802920},{"type":"v1","addr":"172.21.15.131:6815","nonce":3368802920}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6812","nonce":3368802920},{"type":"v1","addr":"172.21.15.131:6813","nonce":3368802920}]},"public_addr":"172.21.15.131:6809/3368802920","cluster_addr":"172.21.15.131:6811/3368802920","heartbeat_back_addr":"172.21.15.131:6815/3368802920","heartbeat_front_addr":"172.21.15.131:6813/3368802920","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-06-18T12:33:30.179350+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-06-18T12:34:24.350013+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-06-18T12:35:18.755609+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-06-18T12:36:11.347734+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-06-18T12:37:04.305846+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-06-18T12:37:59.069989+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.89:6800/1982247667":"2024-06-19T12:30:32.489671+0000","172.21.15.89:0/3568083845":"2024-06-19T12:30:32.489671+0000","172.21.15.89:0/2780711114":"2024-06-19T12:30:00.445567+0000","172.21.15.89:0/324426835":"2024-06-19T12:30:32.489671+0000","172.21.15.89:0/1819358052":"2024-06-19T12:30:00.445567+0000","172.21.15.89:6801/1982247667":"2024-06-19T12:30:32.489671+0000","172.21.15.89:6801/3761832482":"2024-06-19T12:30:00.445567+0000","172.21.15.89:0/928128734":"2024-06-19T12:30:32.489671+0000","172.21.15.89:6800/3761832482":"2024-06-19T12:30:00.445567+0000","172.21.15.89:0/4014697217":"2024-06-19T12:30:00.445567+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-06-18T12:38:56.322 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:38:55 smithi098 bash[22565]: audit 2024-06-18T12:38:54.979377+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:38:56.323 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:38:55 smithi098 bash[22565]: audit 2024-06-18T12:38:54.986214+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:38:56.323 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:38:55 smithi098 bash[22565]: audit 2024-06-18T12:38:54.991032+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:38:56.323 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:38:55 smithi098 bash[22565]: cluster 2024-06-18T12:38:55.104733+0000 mgr.a (mgr.14150) 331 : cluster [DBG] pgmap v290: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:38:56.323 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:38:55 smithi098 bash[22565]: audit 2024-06-18T12:38:55.558105+0000 mon.a (mon.0) 863 : audit [DBG] from='client.? 172.21.15.89:0/1584773079' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-06-18T12:38:56.323 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:38:55 smithi131 bash[22694]: audit 2024-06-18T12:38:54.979377+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:38:56.323 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:38:55 smithi131 bash[22694]: audit 2024-06-18T12:38:54.986214+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:38:56.323 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:38:55 smithi131 bash[22694]: audit 2024-06-18T12:38:54.991032+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:38:56.323 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:38:55 smithi131 bash[22694]: cluster 2024-06-18T12:38:55.104733+0000 mgr.a (mgr.14150) 331 : cluster [DBG] pgmap v290: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:38:56.323 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:38:55 smithi131 bash[22694]: audit 2024-06-18T12:38:55.558105+0000 mon.a (mon.0) 863 : audit [DBG] from='client.? 172.21.15.89:0/1584773079' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-06-18T12:38:56.409 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:38:56 smithi089 bash[21925]: audit 2024-06-18T12:38:54.979377+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:38:56.409 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:38:56 smithi089 bash[21925]: audit 2024-06-18T12:38:54.986214+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:38:56.409 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:38:56 smithi089 bash[21925]: audit 2024-06-18T12:38:54.991032+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:38:56.409 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:38:56 smithi089 bash[21925]: cluster 2024-06-18T12:38:55.104733+0000 mgr.a (mgr.14150) 331 : cluster [DBG] pgmap v290: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:38:56.409 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:38:56 smithi089 bash[21925]: audit 2024-06-18T12:38:55.558105+0000 mon.a (mon.0) 863 : audit [DBG] from='client.? 172.21.15.89:0/1584773079' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-06-18T12:38:56.569 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell --fsid 326ab62a-2d6e-11ef-bc9d-c7b262605968 -- ceph tell osd.0 flush_pg_stats 2024-06-18T12:38:56.570 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell --fsid 326ab62a-2d6e-11ef-bc9d-c7b262605968 -- ceph tell osd.1 flush_pg_stats 2024-06-18T12:38:56.570 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell --fsid 326ab62a-2d6e-11ef-bc9d-c7b262605968 -- ceph tell osd.2 flush_pg_stats 2024-06-18T12:38:56.570 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell --fsid 326ab62a-2d6e-11ef-bc9d-c7b262605968 -- ceph tell osd.3 flush_pg_stats 2024-06-18T12:38:56.571 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell --fsid 326ab62a-2d6e-11ef-bc9d-c7b262605968 -- ceph tell osd.4 flush_pg_stats 2024-06-18T12:38:56.571 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell --fsid 326ab62a-2d6e-11ef-bc9d-c7b262605968 -- ceph tell osd.5 flush_pg_stats 2024-06-18T12:38:58.272 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:38:58 smithi098 bash[22565]: cluster 2024-06-18T12:38:57.105267+0000 mgr.a (mgr.14150) 332 : cluster [DBG] pgmap v291: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:38:58.409 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:38:58 smithi089 bash[21925]: cluster 2024-06-18T12:38:57.105267+0000 mgr.a (mgr.14150) 332 : cluster [DBG] pgmap v291: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:38:58.573 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:38:58 smithi131 bash[22694]: cluster 2024-06-18T12:38:57.105267+0000 mgr.a (mgr.14150) 332 : cluster [DBG] pgmap v291: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:39:00.333 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:39:00 smithi089 bash[21925]: cluster 2024-06-18T12:38:59.105794+0000 mgr.a (mgr.14150) 333 : cluster [DBG] pgmap v292: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:39:00.334 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:39:00 smithi089 bash[21925]: audit 2024-06-18T12:39:00.033601+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:39:00.334 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:39:00 smithi089 bash[21925]: audit 2024-06-18T12:39:00.040962+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:39:00.334 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:39:00 smithi089 bash[21925]: audit 2024-06-18T12:39:00.047685+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:39:00.472 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:39:00 smithi098 bash[22565]: cluster 2024-06-18T12:38:59.105794+0000 mgr.a (mgr.14150) 333 : cluster [DBG] pgmap v292: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:39:00.472 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:39:00 smithi098 bash[22565]: audit 2024-06-18T12:39:00.033601+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:39:00.472 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:39:00 smithi098 bash[22565]: audit 2024-06-18T12:39:00.040962+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:39:00.472 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:39:00 smithi098 bash[22565]: audit 2024-06-18T12:39:00.047685+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:39:00.517 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:39:00 smithi131 bash[22694]: cluster 2024-06-18T12:38:59.105794+0000 mgr.a (mgr.14150) 333 : cluster [DBG] pgmap v292: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:39:00.517 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:39:00 smithi131 bash[22694]: audit 2024-06-18T12:39:00.033601+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:39:00.517 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:39:00 smithi131 bash[22694]: audit 2024-06-18T12:39:00.040962+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:39:00.517 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:39:00 smithi131 bash[22694]: audit 2024-06-18T12:39:00.047685+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:39:01.304 INFO:teuthology.orchestra.run.smithi089.stderr:Inferring config /var/lib/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/mon.a/config 2024-06-18T12:39:01.305 INFO:teuthology.orchestra.run.smithi089.stderr:Inferring config /var/lib/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/mon.a/config 2024-06-18T12:39:01.305 INFO:teuthology.orchestra.run.smithi089.stderr:Inferring config /var/lib/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/mon.a/config 2024-06-18T12:39:01.305 INFO:teuthology.orchestra.run.smithi089.stderr:Inferring config /var/lib/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/mon.a/config 2024-06-18T12:39:01.306 INFO:teuthology.orchestra.run.smithi089.stderr:Inferring config /var/lib/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/mon.a/config 2024-06-18T12:39:01.306 INFO:teuthology.orchestra.run.smithi089.stderr:Inferring config /var/lib/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/mon.a/config 2024-06-18T12:39:02.572 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:39:02 smithi098 bash[22565]: cluster 2024-06-18T12:39:01.106365+0000 mgr.a (mgr.14150) 334 : cluster [DBG] pgmap v293: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:39:02.573 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:39:02 smithi131 bash[22694]: cluster 2024-06-18T12:39:01.106365+0000 mgr.a (mgr.14150) 334 : cluster [DBG] pgmap v293: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:39:02.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:39:02 smithi089 bash[21925]: cluster 2024-06-18T12:39:01.106365+0000 mgr.a (mgr.14150) 334 : cluster [DBG] pgmap v293: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:39:04.409 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:39:04 smithi089 bash[21925]: cluster 2024-06-18T12:39:03.106897+0000 mgr.a (mgr.14150) 335 : cluster [DBG] pgmap v294: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:39:04.572 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:39:04 smithi098 bash[22565]: cluster 2024-06-18T12:39:03.106897+0000 mgr.a (mgr.14150) 335 : cluster [DBG] pgmap v294: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:39:04.573 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:39:04 smithi131 bash[22694]: cluster 2024-06-18T12:39:03.106897+0000 mgr.a (mgr.14150) 335 : cluster [DBG] pgmap v294: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:39:06.285 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:39:06 smithi089 bash[21925]: cluster 2024-06-18T12:39:05.107453+0000 mgr.a (mgr.14150) 336 : cluster [DBG] pgmap v295: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:39:06.572 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:39:06 smithi098 bash[22565]: cluster 2024-06-18T12:39:05.107453+0000 mgr.a (mgr.14150) 336 : cluster [DBG] pgmap v295: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:39:06.573 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:39:06 smithi131 bash[22694]: cluster 2024-06-18T12:39:05.107453+0000 mgr.a (mgr.14150) 336 : cluster [DBG] pgmap v295: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:39:08.572 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:39:08 smithi098 bash[22565]: cluster 2024-06-18T12:39:07.107977+0000 mgr.a (mgr.14150) 337 : cluster [DBG] pgmap v296: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:39:08.573 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:39:08 smithi131 bash[22694]: cluster 2024-06-18T12:39:07.107977+0000 mgr.a (mgr.14150) 337 : cluster [DBG] pgmap v296: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:39:08.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:39:08 smithi089 bash[21925]: cluster 2024-06-18T12:39:07.107977+0000 mgr.a (mgr.14150) 337 : cluster [DBG] pgmap v296: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:39:10.572 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:39:10 smithi098 bash[22565]: cluster 2024-06-18T12:39:09.108482+0000 mgr.a (mgr.14150) 338 : cluster [DBG] pgmap v297: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:39:10.573 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:39:10 smithi131 bash[22694]: cluster 2024-06-18T12:39:09.108482+0000 mgr.a (mgr.14150) 338 : cluster [DBG] pgmap v297: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:39:10.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:39:10 smithi089 bash[21925]: cluster 2024-06-18T12:39:09.108482+0000 mgr.a (mgr.14150) 338 : cluster [DBG] pgmap v297: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:39:11.021 INFO:teuthology.orchestra.run.smithi089.stdout:176093659152 2024-06-18T12:39:11.021 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell --fsid 326ab62a-2d6e-11ef-bc9d-c7b262605968 -- ceph osd last-stat-seq osd.5 2024-06-18T12:39:11.914 INFO:teuthology.orchestra.run.smithi089.stdout:34359738438 2024-06-18T12:39:11.914 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell --fsid 326ab62a-2d6e-11ef-bc9d-c7b262605968 -- ceph osd last-stat-seq osd.0 2024-06-18T12:39:12.159 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:39:12 smithi089 bash[21925]: cluster 2024-06-18T12:39:11.109003+0000 mgr.a (mgr.14150) 339 : cluster [DBG] pgmap v298: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:39:12.159 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:39:12 smithi089 bash[21925]: audit 2024-06-18T12:39:11.115576+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:39:12.160 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:39:12 smithi089 bash[21925]: audit 2024-06-18T12:39:11.123952+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:39:12.160 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:39:12 smithi089 bash[21925]: audit 2024-06-18T12:39:11.136741+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:39:12.160 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:39:12 smithi089 bash[21925]: audit 2024-06-18T12:39:11.178976+0000 mon.a (mon.0) 870 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T12:39:12.160 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:39:12 smithi089 bash[21925]: audit 2024-06-18T12:39:11.181311+0000 mon.a (mon.0) 871 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:39:12.160 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:39:12 smithi089 bash[21925]: audit 2024-06-18T12:39:11.181982+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T12:39:12.160 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:39:12 smithi089 bash[21925]: audit 2024-06-18T12:39:11.186963+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:39:12.572 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:39:12 smithi098 bash[22565]: cluster 2024-06-18T12:39:11.109003+0000 mgr.a (mgr.14150) 339 : cluster [DBG] pgmap v298: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:39:12.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:39:12 smithi098 bash[22565]: audit 2024-06-18T12:39:11.115576+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:39:12.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:39:12 smithi098 bash[22565]: audit 2024-06-18T12:39:11.123952+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:39:12.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:39:12 smithi098 bash[22565]: audit 2024-06-18T12:39:11.136741+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:39:12.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:39:12 smithi098 bash[22565]: audit 2024-06-18T12:39:11.178976+0000 mon.a (mon.0) 870 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T12:39:12.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:39:12 smithi098 bash[22565]: audit 2024-06-18T12:39:11.181311+0000 mon.a (mon.0) 871 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:39:12.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:39:12 smithi098 bash[22565]: audit 2024-06-18T12:39:11.181982+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T12:39:12.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:39:12 smithi098 bash[22565]: audit 2024-06-18T12:39:11.186963+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:39:12.573 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:39:12 smithi131 bash[22694]: cluster 2024-06-18T12:39:11.109003+0000 mgr.a (mgr.14150) 339 : cluster [DBG] pgmap v298: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:39:12.574 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:39:12 smithi131 bash[22694]: audit 2024-06-18T12:39:11.115576+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:39:12.574 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:39:12 smithi131 bash[22694]: audit 2024-06-18T12:39:11.123952+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:39:12.574 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:39:12 smithi131 bash[22694]: audit 2024-06-18T12:39:11.136741+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:39:12.574 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:39:12 smithi131 bash[22694]: audit 2024-06-18T12:39:11.178976+0000 mon.a (mon.0) 870 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T12:39:12.574 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:39:12 smithi131 bash[22694]: audit 2024-06-18T12:39:11.181311+0000 mon.a (mon.0) 871 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:39:12.574 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:39:12 smithi131 bash[22694]: audit 2024-06-18T12:39:11.181982+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T12:39:12.574 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:39:12 smithi131 bash[22694]: audit 2024-06-18T12:39:11.186963+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:39:12.851 INFO:teuthology.orchestra.run.smithi089.stdout:55834574908 2024-06-18T12:39:12.851 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell --fsid 326ab62a-2d6e-11ef-bc9d-c7b262605968 -- ceph osd last-stat-seq osd.1 2024-06-18T12:39:13.727 INFO:teuthology.orchestra.run.smithi089.stdout:141733920796 2024-06-18T12:39:13.727 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell --fsid 326ab62a-2d6e-11ef-bc9d-c7b262605968 -- ceph osd last-stat-seq osd.4 2024-06-18T12:39:13.959 INFO:teuthology.orchestra.run.smithi089.stdout:107374182438 2024-06-18T12:39:13.959 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell --fsid 326ab62a-2d6e-11ef-bc9d-c7b262605968 -- ceph osd last-stat-seq osd.3 2024-06-18T12:39:14.409 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:39:14 smithi089 bash[21925]: cluster 2024-06-18T12:39:13.109612+0000 mgr.a (mgr.14150) 340 : cluster [DBG] pgmap v299: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:39:14.410 INFO:teuthology.orchestra.run.smithi089.stdout:77309411377 2024-06-18T12:39:14.410 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell --fsid 326ab62a-2d6e-11ef-bc9d-c7b262605968 -- ceph osd last-stat-seq osd.2 2024-06-18T12:39:14.572 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:39:14 smithi098 bash[22565]: cluster 2024-06-18T12:39:13.109612+0000 mgr.a (mgr.14150) 340 : cluster [DBG] pgmap v299: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:39:14.572 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:39:14 smithi131 bash[22694]: cluster 2024-06-18T12:39:13.109612+0000 mgr.a (mgr.14150) 340 : cluster [DBG] pgmap v299: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:39:16.572 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:39:16 smithi098 bash[22565]: cluster 2024-06-18T12:39:15.110214+0000 mgr.a (mgr.14150) 341 : cluster [DBG] pgmap v300: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:39:16.572 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:39:16 smithi098 bash[22565]: audit 2024-06-18T12:39:15.191495+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:39:16.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:39:16 smithi098 bash[22565]: audit 2024-06-18T12:39:15.200285+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:39:16.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:39:16 smithi098 bash[22565]: audit 2024-06-18T12:39:15.210074+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:39:16.573 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:39:16 smithi131 bash[22694]: cluster 2024-06-18T12:39:15.110214+0000 mgr.a (mgr.14150) 341 : cluster [DBG] pgmap v300: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:39:16.573 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:39:16 smithi131 bash[22694]: audit 2024-06-18T12:39:15.191495+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:39:16.573 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:39:16 smithi131 bash[22694]: audit 2024-06-18T12:39:15.200285+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:39:16.573 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:39:16 smithi131 bash[22694]: audit 2024-06-18T12:39:15.210074+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:39:16.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:39:16 smithi089 bash[21925]: cluster 2024-06-18T12:39:15.110214+0000 mgr.a (mgr.14150) 341 : cluster [DBG] pgmap v300: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:39:16.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:39:16 smithi089 bash[21925]: audit 2024-06-18T12:39:15.191495+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:39:16.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:39:16 smithi089 bash[21925]: audit 2024-06-18T12:39:15.200285+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:39:16.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:39:16 smithi089 bash[21925]: audit 2024-06-18T12:39:15.210074+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:39:16.764 INFO:teuthology.orchestra.run.smithi089.stderr:Inferring config /var/lib/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/mon.a/config 2024-06-18T12:39:16.764 INFO:teuthology.orchestra.run.smithi089.stderr:Inferring config /var/lib/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/mon.a/config 2024-06-18T12:39:16.765 INFO:teuthology.orchestra.run.smithi089.stderr:Inferring config /var/lib/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/mon.a/config 2024-06-18T12:39:18.322 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:39:18 smithi098 bash[22565]: cluster 2024-06-18T12:39:17.110580+0000 mgr.a (mgr.14150) 342 : cluster [DBG] pgmap v301: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:39:18.572 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:39:18 smithi131 bash[22694]: cluster 2024-06-18T12:39:17.110580+0000 mgr.a (mgr.14150) 342 : cluster [DBG] pgmap v301: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:39:18.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:39:18 smithi089 bash[21925]: cluster 2024-06-18T12:39:17.110580+0000 mgr.a (mgr.14150) 342 : cluster [DBG] pgmap v301: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:39:18.782 INFO:teuthology.orchestra.run.smithi089.stderr:Inferring config /var/lib/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/mon.a/config 2024-06-18T12:39:18.783 INFO:teuthology.orchestra.run.smithi089.stderr:Inferring config /var/lib/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/mon.a/config 2024-06-18T12:39:20.483 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:39:20 smithi098 bash[22565]: cluster 2024-06-18T12:39:19.111120+0000 mgr.a (mgr.14150) 343 : cluster [DBG] pgmap v302: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:39:20.483 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:39:20 smithi098 bash[22565]: audit 2024-06-18T12:39:20.167738+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:39:20.483 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:39:20 smithi098 bash[22565]: audit 2024-06-18T12:39:20.174155+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:39:20.483 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:39:20 smithi098 bash[22565]: audit 2024-06-18T12:39:20.181107+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:39:20.550 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:39:20 smithi131 bash[22694]: cluster 2024-06-18T12:39:19.111120+0000 mgr.a (mgr.14150) 343 : cluster [DBG] pgmap v302: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:39:20.551 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:39:20 smithi131 bash[22694]: audit 2024-06-18T12:39:20.167738+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:39:20.551 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:39:20 smithi131 bash[22694]: audit 2024-06-18T12:39:20.174155+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:39:20.551 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:39:20 smithi131 bash[22694]: audit 2024-06-18T12:39:20.181107+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:39:20.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:39:20 smithi089 bash[21925]: cluster 2024-06-18T12:39:19.111120+0000 mgr.a (mgr.14150) 343 : cluster [DBG] pgmap v302: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:39:20.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:39:20 smithi089 bash[21925]: audit 2024-06-18T12:39:20.167738+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:39:20.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:39:20 smithi089 bash[21925]: audit 2024-06-18T12:39:20.174155+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:39:20.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:39:20 smithi089 bash[21925]: audit 2024-06-18T12:39:20.181107+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:39:22.409 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:39:22 smithi089 bash[21925]: cluster 2024-06-18T12:39:21.111669+0000 mgr.a (mgr.14150) 344 : cluster [DBG] pgmap v303: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:39:22.572 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:39:22 smithi098 bash[22565]: cluster 2024-06-18T12:39:21.111669+0000 mgr.a (mgr.14150) 344 : cluster [DBG] pgmap v303: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:39:22.572 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:39:22 smithi131 bash[22694]: cluster 2024-06-18T12:39:21.111669+0000 mgr.a (mgr.14150) 344 : cluster [DBG] pgmap v303: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:39:22.621 INFO:teuthology.orchestra.run.smithi089.stderr:Inferring config /var/lib/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/mon.a/config 2024-06-18T12:39:24.572 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:39:24 smithi098 bash[22565]: cluster 2024-06-18T12:39:23.112328+0000 mgr.a (mgr.14150) 345 : cluster [DBG] pgmap v304: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:39:24.573 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:39:24 smithi131 bash[22694]: cluster 2024-06-18T12:39:23.112328+0000 mgr.a (mgr.14150) 345 : cluster [DBG] pgmap v304: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:39:24.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:39:24 smithi089 bash[21925]: cluster 2024-06-18T12:39:23.112328+0000 mgr.a (mgr.14150) 345 : cluster [DBG] pgmap v304: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:39:25.499 INFO:teuthology.orchestra.run.smithi089.stdout:34359738441 2024-06-18T12:39:26.498 INFO:teuthology.orchestra.run.smithi089.stdout:176093659155 2024-06-18T12:39:26.510 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:39:26 smithi089 bash[21925]: cluster 2024-06-18T12:39:25.113041+0000 mgr.a (mgr.14150) 346 : cluster [DBG] pgmap v305: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:39:26.511 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:39:26 smithi089 bash[21925]: audit 2024-06-18T12:39:25.506558+0000 mon.a (mon.0) 880 : audit [DBG] from='client.? 172.21.15.89:0/847457169' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-06-18T12:39:26.572 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:39:26 smithi098 bash[22565]: cluster 2024-06-18T12:39:25.113041+0000 mgr.a (mgr.14150) 346 : cluster [DBG] pgmap v305: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:39:26.572 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:39:26 smithi098 bash[22565]: audit 2024-06-18T12:39:25.506558+0000 mon.a (mon.0) 880 : audit [DBG] from='client.? 172.21.15.89:0/847457169' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-06-18T12:39:26.573 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:39:26 smithi131 bash[22694]: cluster 2024-06-18T12:39:25.113041+0000 mgr.a (mgr.14150) 346 : cluster [DBG] pgmap v305: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:39:26.573 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:39:26 smithi131 bash[22694]: audit 2024-06-18T12:39:25.506558+0000 mon.a (mon.0) 880 : audit [DBG] from='client.? 172.21.15.89:0/847457169' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-06-18T12:39:27.030 INFO:teuthology.orchestra.run.smithi089.stdout:55834574911 2024-06-18T12:39:27.301 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:39:27 smithi089 bash[21925]: audit 2024-06-18T12:39:26.505852+0000 mon.a (mon.0) 881 : audit [DBG] from='client.? 172.21.15.89:0/1496880616' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-06-18T12:39:27.302 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:39:27 smithi089 bash[21925]: audit 2024-06-18T12:39:27.037492+0000 mon.a (mon.0) 882 : audit [DBG] from='client.? 172.21.15.89:0/3420495784' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-06-18T12:39:27.572 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:39:27 smithi098 bash[22565]: audit 2024-06-18T12:39:26.505852+0000 mon.a (mon.0) 881 : audit [DBG] from='client.? 172.21.15.89:0/1496880616' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-06-18T12:39:27.572 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:39:27 smithi098 bash[22565]: audit 2024-06-18T12:39:27.037492+0000 mon.a (mon.0) 882 : audit [DBG] from='client.? 172.21.15.89:0/3420495784' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-06-18T12:39:27.573 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:39:27 smithi131 bash[22694]: audit 2024-06-18T12:39:26.505852+0000 mon.a (mon.0) 881 : audit [DBG] from='client.? 172.21.15.89:0/1496880616' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-06-18T12:39:27.573 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:39:27 smithi131 bash[22694]: audit 2024-06-18T12:39:27.037492+0000 mon.a (mon.0) 882 : audit [DBG] from='client.? 172.21.15.89:0/3420495784' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-06-18T12:39:28.274 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:39:28 smithi089 bash[21925]: cluster 2024-06-18T12:39:27.113524+0000 mgr.a (mgr.14150) 347 : cluster [DBG] pgmap v306: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:39:28.427 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738438 got 34359738441 for osd.0 2024-06-18T12:39:28.428 DEBUG:teuthology.parallel:result is None 2024-06-18T12:39:28.572 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:39:28 smithi098 bash[22565]: cluster 2024-06-18T12:39:27.113524+0000 mgr.a (mgr.14150) 347 : cluster [DBG] pgmap v306: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:39:28.573 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:39:28 smithi131 bash[22694]: cluster 2024-06-18T12:39:27.113524+0000 mgr.a (mgr.14150) 347 : cluster [DBG] pgmap v306: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:39:28.883 INFO:tasks.cephadm.ceph_manager.ceph:need seq 176093659152 got 176093659155 for osd.5 2024-06-18T12:39:28.883 DEBUG:teuthology.parallel:result is None 2024-06-18T12:39:29.413 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574908 got 55834574911 for osd.1 2024-06-18T12:39:29.414 DEBUG:teuthology.parallel:result is None 2024-06-18T12:39:30.383 INFO:teuthology.orchestra.run.smithi089.stdout:141733920800 2024-06-18T12:39:30.492 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:39:30 smithi089 bash[21925]: cluster 2024-06-18T12:39:29.114134+0000 mgr.a (mgr.14150) 348 : cluster [DBG] pgmap v307: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:39:30.574 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:39:30 smithi098 bash[22565]: cluster 2024-06-18T12:39:29.114134+0000 mgr.a (mgr.14150) 348 : cluster [DBG] pgmap v307: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:39:30.574 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:39:30 smithi131 bash[22694]: cluster 2024-06-18T12:39:29.114134+0000 mgr.a (mgr.14150) 348 : cluster [DBG] pgmap v307: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:39:30.779 INFO:teuthology.orchestra.run.smithi089.stdout:107374182442 2024-06-18T12:39:31.567 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:39:31 smithi089 bash[21925]: audit 2024-06-18T12:39:30.389113+0000 mon.a (mon.0) 883 : audit [DBG] from='client.? 172.21.15.89:0/2660270318' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-06-18T12:39:31.567 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:39:31 smithi089 bash[21925]: audit 2024-06-18T12:39:30.786246+0000 mon.a (mon.0) 884 : audit [DBG] from='client.? 172.21.15.89:0/2443879802' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-06-18T12:39:31.572 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:39:31 smithi098 bash[22565]: audit 2024-06-18T12:39:30.389113+0000 mon.a (mon.0) 883 : audit [DBG] from='client.? 172.21.15.89:0/2660270318' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-06-18T12:39:31.572 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:39:31 smithi098 bash[22565]: audit 2024-06-18T12:39:30.786246+0000 mon.a (mon.0) 884 : audit [DBG] from='client.? 172.21.15.89:0/2443879802' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-06-18T12:39:31.572 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:39:31 smithi131 bash[22694]: audit 2024-06-18T12:39:30.389113+0000 mon.a (mon.0) 883 : audit [DBG] from='client.? 172.21.15.89:0/2660270318' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-06-18T12:39:31.573 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:39:31 smithi131 bash[22694]: audit 2024-06-18T12:39:30.786246+0000 mon.a (mon.0) 884 : audit [DBG] from='client.? 172.21.15.89:0/2443879802' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-06-18T12:39:32.015 INFO:tasks.cephadm.ceph_manager.ceph:need seq 141733920796 got 141733920800 for osd.4 2024-06-18T12:39:32.015 DEBUG:teuthology.parallel:result is None 2024-06-18T12:39:32.155 INFO:tasks.cephadm.ceph_manager.ceph:need seq 107374182438 got 107374182442 for osd.3 2024-06-18T12:39:32.155 DEBUG:teuthology.parallel:result is None 2024-06-18T12:39:32.540 INFO:teuthology.orchestra.run.smithi089.stdout:77309411380 2024-06-18T12:39:32.552 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:39:32 smithi089 bash[21925]: cluster 2024-06-18T12:39:31.114699+0000 mgr.a (mgr.14150) 349 : cluster [DBG] pgmap v308: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:39:32.552 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:39:32 smithi089 bash[21925]: audit 2024-06-18T12:39:31.338510+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:39:32.552 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:39:32 smithi089 bash[21925]: audit 2024-06-18T12:39:31.346909+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:39:32.552 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:39:32 smithi089 bash[21925]: audit 2024-06-18T12:39:31.356631+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:39:32.822 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:39:32 smithi098 bash[22565]: cluster 2024-06-18T12:39:31.114699+0000 mgr.a (mgr.14150) 349 : cluster [DBG] pgmap v308: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:39:32.822 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:39:32 smithi098 bash[22565]: audit 2024-06-18T12:39:31.338510+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:39:32.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:39:32 smithi098 bash[22565]: audit 2024-06-18T12:39:31.346909+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:39:32.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:39:32 smithi098 bash[22565]: audit 2024-06-18T12:39:31.356631+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:39:32.823 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:39:32 smithi131 bash[22694]: cluster 2024-06-18T12:39:31.114699+0000 mgr.a (mgr.14150) 349 : cluster [DBG] pgmap v308: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:39:32.823 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:39:32 smithi131 bash[22694]: audit 2024-06-18T12:39:31.338510+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:39:32.823 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:39:32 smithi131 bash[22694]: audit 2024-06-18T12:39:31.346909+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:39:32.823 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:39:32 smithi131 bash[22694]: audit 2024-06-18T12:39:31.356631+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:39:33.285 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411377 got 77309411380 for osd.2 2024-06-18T12:39:33.286 DEBUG:teuthology.parallel:result is None 2024-06-18T12:39:33.286 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-06-18T12:39:33.286 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell --fsid 326ab62a-2d6e-11ef-bc9d-c7b262605968 -- ceph pg dump --format=json 2024-06-18T12:39:33.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:39:33 smithi089 bash[21925]: audit 2024-06-18T12:39:32.546750+0000 mon.a (mon.0) 888 : audit [DBG] from='client.? 172.21.15.89:0/1039923470' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-06-18T12:39:33.822 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:39:33 smithi098 bash[22565]: audit 2024-06-18T12:39:32.546750+0000 mon.a (mon.0) 888 : audit [DBG] from='client.? 172.21.15.89:0/1039923470' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-06-18T12:39:33.823 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:39:33 smithi131 bash[22694]: audit 2024-06-18T12:39:32.546750+0000 mon.a (mon.0) 888 : audit [DBG] from='client.? 172.21.15.89:0/1039923470' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-06-18T12:39:34.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:39:34 smithi089 bash[21925]: cluster 2024-06-18T12:39:33.115279+0000 mgr.a (mgr.14150) 350 : cluster [DBG] pgmap v309: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:39:34.822 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:39:34 smithi098 bash[22565]: cluster 2024-06-18T12:39:33.115279+0000 mgr.a (mgr.14150) 350 : cluster [DBG] pgmap v309: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:39:34.823 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:39:34 smithi131 bash[22694]: cluster 2024-06-18T12:39:33.115279+0000 mgr.a (mgr.14150) 350 : cluster [DBG] pgmap v309: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:39:36.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:39:36 smithi089 bash[21925]: cluster 2024-06-18T12:39:35.115708+0000 mgr.a (mgr.14150) 351 : cluster [DBG] pgmap v310: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:39:36.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:39:36 smithi089 bash[21925]: audit 2024-06-18T12:39:35.413935+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:39:36.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:39:36 smithi089 bash[21925]: audit 2024-06-18T12:39:35.422576+0000 mon.a (mon.0) 890 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:39:36.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:39:36 smithi089 bash[21925]: audit 2024-06-18T12:39:35.432336+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:39:36.822 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:39:36 smithi098 bash[22565]: cluster 2024-06-18T12:39:35.115708+0000 mgr.a (mgr.14150) 351 : cluster [DBG] pgmap v310: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:39:36.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:39:36 smithi098 bash[22565]: audit 2024-06-18T12:39:35.413935+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:39:36.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:39:36 smithi098 bash[22565]: audit 2024-06-18T12:39:35.422576+0000 mon.a (mon.0) 890 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:39:36.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:39:36 smithi098 bash[22565]: audit 2024-06-18T12:39:35.432336+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:39:36.823 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:39:36 smithi131 bash[22694]: cluster 2024-06-18T12:39:35.115708+0000 mgr.a (mgr.14150) 351 : cluster [DBG] pgmap v310: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:39:36.823 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:39:36 smithi131 bash[22694]: audit 2024-06-18T12:39:35.413935+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:39:36.823 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:39:36 smithi131 bash[22694]: audit 2024-06-18T12:39:35.422576+0000 mon.a (mon.0) 890 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:39:36.823 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:39:36 smithi131 bash[22694]: audit 2024-06-18T12:39:35.432336+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:39:38.005 INFO:teuthology.orchestra.run.smithi089.stderr:Inferring config /var/lib/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/mon.a/config 2024-06-18T12:39:38.822 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:39:38 smithi131 bash[22694]: cluster 2024-06-18T12:39:37.116215+0000 mgr.a (mgr.14150) 352 : cluster [DBG] pgmap v311: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:39:38.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:39:38 smithi098 bash[22565]: cluster 2024-06-18T12:39:37.116215+0000 mgr.a (mgr.14150) 352 : cluster [DBG] pgmap v311: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:39:38.874 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:39:38 smithi089 bash[21925]: cluster 2024-06-18T12:39:37.116215+0000 mgr.a (mgr.14150) 352 : cluster [DBG] pgmap v311: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:39:40.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:39:40 smithi089 bash[21925]: cluster 2024-06-18T12:39:39.116840+0000 mgr.a (mgr.14150) 353 : cluster [DBG] pgmap v312: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:39:40.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:39:40 smithi089 bash[21925]: audit 2024-06-18T12:39:40.358710+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:39:40.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:39:40 smithi089 bash[21925]: audit 2024-06-18T12:39:40.363485+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:39:40.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:39:40 smithi089 bash[21925]: audit 2024-06-18T12:39:40.370736+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:39:40.822 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:39:40 smithi098 bash[22565]: cluster 2024-06-18T12:39:39.116840+0000 mgr.a (mgr.14150) 353 : cluster [DBG] pgmap v312: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:39:40.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:39:40 smithi098 bash[22565]: audit 2024-06-18T12:39:40.358710+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:39:40.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:39:40 smithi098 bash[22565]: audit 2024-06-18T12:39:40.363485+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:39:40.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:39:40 smithi098 bash[22565]: audit 2024-06-18T12:39:40.370736+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:39:40.823 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:39:40 smithi131 bash[22694]: cluster 2024-06-18T12:39:39.116840+0000 mgr.a (mgr.14150) 353 : cluster [DBG] pgmap v312: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:39:40.823 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:39:40 smithi131 bash[22694]: audit 2024-06-18T12:39:40.358710+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:39:40.823 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:39:40 smithi131 bash[22694]: audit 2024-06-18T12:39:40.363485+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:39:40.823 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:39:40 smithi131 bash[22694]: audit 2024-06-18T12:39:40.370736+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:39:40.874 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-06-18T12:39:40.875 INFO:teuthology.orchestra.run.smithi089.stderr:dumped all 2024-06-18T12:39:41.522 INFO:teuthology.orchestra.run.smithi089.stdout:{"pg_ready":true,"pg_map":{"version":312,"stamp":"2024-06-18T12:39:39.116555+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1771104,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":137,"ondisk_log_size":137,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":6,"num_per_pool_osds":6,"num_per_pool_omap_osds":3,"kb":562470912,"kb_used":174612,"kb_used_data":4140,"kb_used_omap":9,"kb_used_meta":170358,"kb_avail":562296300,"statfs":{"total":575970213888,"available":575791411200,"internally_reserved":0,"allocated":4239360,"data_stored":2732460,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":9568,"internal_metadata":174447264},"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.003246"},"pg_stats":[{"pgid":"1.0","version":"21'137","reported_seq":263,"reported_epoch":45,"state":"active+clean","last_fresh":"2024-06-18T12:38:04.041321+0000","last_change":"2024-06-18T12:38:04.040595+0000","last_active":"2024-06-18T12:38:04.041321+0000","last_peered":"2024-06-18T12:38:04.041321+0000","last_clean":"2024-06-18T12:38:04.041321+0000","last_became_active":"2024-06-18T12:38:04.039573+0000","last_became_peered":"2024-06-18T12:38:04.039573+0000","last_unstale":"2024-06-18T12:38:04.041321+0000","last_undegraded":"2024-06-18T12:38:04.041321+0000","last_fullsized":"2024-06-18T12:38:04.041321+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-06-18T12:35:21.212924+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-06-18T12:35:21.212924+0000","last_clean_scrub_stamp":"2024-06-18T12:35:21.212924+0000","objects_scrubbed":0,"log_size":137,"log_dups_size":0,"ondisk_log_size":137,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-06-19T21:42:49.177739+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1771104,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,5,2],"acting":[3,5,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1771104,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":3563520,"data_stored":3542208,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":137,"ondisk_log_size":137,"up":3,"acting":3,"num_store_stats":6}],"osd_stats":[{"osd":5,"up_from":41,"seq":176093659158,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28008,"kb_used_data":980,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717144,"statfs":{"total":95995035648,"available":95966355456,"internally_reserved":0,"allocated":1003520,"data_stored":750594,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,1,2,3,4],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":4,"up_from":33,"seq":141733920802,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":27420,"kb_used_data":400,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717732,"statfs":{"total":95995035648,"available":95966957568,"internally_reserved":0,"allocated":409600,"data_stored":160226,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,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":28008,"kb_used_data":980,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717144,"statfs":{"total":95995035648,"available":95966355456,"internally_reserved":0,"allocated":1003520,"data_stored":750594,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1593,"internal_metadata":27654599},"hb_peers":[0,1,2,4,5],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":2,"up_from":18,"seq":77309411382,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28004,"kb_used_data":980,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717148,"statfs":{"total":95995035648,"available":95966359552,"internally_reserved":0,"allocated":1003520,"data_stored":750594,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,1,3,4,5],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":1,"up_from":13,"seq":55834574914,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":31588,"kb_used_data":400,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93713564,"statfs":{"total":95995035648,"available":95962689536,"internally_reserved":0,"allocated":409600,"data_stored":160226,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"hb_peers":[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":[]},{"osd":0,"up_from":8,"seq":34359738444,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":31584,"kb_used_data":400,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93713568,"statfs":{"total":95995035648,"available":95962693632,"internally_reserved":0,"allocated":409600,"data_stored":160226,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"hb_peers":[1,2,3,4,5],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]}],"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-06-18T12:39:41.523 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell --fsid 326ab62a-2d6e-11ef-bc9d-c7b262605968 -- ceph pg dump --format=json 2024-06-18T12:39:42.822 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:39:42 smithi131 bash[22694]: audit 2024-06-18T12:39:40.879682+0000 mgr.a (mgr.14150) 354 : audit [DBG] from='client.14433 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-06-18T12:39:42.823 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:39:42 smithi131 bash[22694]: cluster 2024-06-18T12:39:41.117353+0000 mgr.a (mgr.14150) 355 : cluster [DBG] pgmap v313: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:39:42.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:39:42 smithi098 bash[22565]: audit 2024-06-18T12:39:40.879682+0000 mgr.a (mgr.14150) 354 : audit [DBG] from='client.14433 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-06-18T12:39:42.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:39:42 smithi098 bash[22565]: cluster 2024-06-18T12:39:41.117353+0000 mgr.a (mgr.14150) 355 : cluster [DBG] pgmap v313: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:39:42.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:39:42 smithi089 bash[21925]: audit 2024-06-18T12:39:40.879682+0000 mgr.a (mgr.14150) 354 : audit [DBG] from='client.14433 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-06-18T12:39:42.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:39:42 smithi089 bash[21925]: cluster 2024-06-18T12:39:41.117353+0000 mgr.a (mgr.14150) 355 : cluster [DBG] pgmap v313: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:39:44.822 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:39:44 smithi098 bash[22565]: cluster 2024-06-18T12:39:43.117934+0000 mgr.a (mgr.14150) 356 : cluster [DBG] pgmap v314: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:39:44.823 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:39:44 smithi131 bash[22694]: cluster 2024-06-18T12:39:43.117934+0000 mgr.a (mgr.14150) 356 : cluster [DBG] pgmap v314: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:39:44.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:39:44 smithi089 bash[21925]: cluster 2024-06-18T12:39:43.117934+0000 mgr.a (mgr.14150) 356 : cluster [DBG] pgmap v314: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:39:45.270 INFO:teuthology.orchestra.run.smithi089.stderr:Inferring config /var/lib/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/mon.a/config 2024-06-18T12:39:46.655 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:39:46 smithi089 bash[21925]: cluster 2024-06-18T12:39:45.118526+0000 mgr.a (mgr.14150) 357 : cluster [DBG] pgmap v315: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:39:46.822 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:39:46 smithi098 bash[22565]: cluster 2024-06-18T12:39:45.118526+0000 mgr.a (mgr.14150) 357 : cluster [DBG] pgmap v315: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:39:46.823 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:39:46 smithi131 bash[22694]: cluster 2024-06-18T12:39:45.118526+0000 mgr.a (mgr.14150) 357 : cluster [DBG] pgmap v315: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:39:48.323 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-06-18T12:39:48.323 INFO:teuthology.orchestra.run.smithi089.stderr:dumped all 2024-06-18T12:39:48.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:39:48 smithi089 bash[21925]: cluster 2024-06-18T12:39:47.119093+0000 mgr.a (mgr.14150) 358 : cluster [DBG] pgmap v316: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:39:48.822 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:39:48 smithi098 bash[22565]: cluster 2024-06-18T12:39:47.119093+0000 mgr.a (mgr.14150) 358 : cluster [DBG] pgmap v316: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:39:48.823 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:39:48 smithi131 bash[22694]: cluster 2024-06-18T12:39:47.119093+0000 mgr.a (mgr.14150) 358 : cluster [DBG] pgmap v316: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:39:48.953 INFO:teuthology.orchestra.run.smithi089.stdout:{"pg_ready":true,"pg_map":{"version":316,"stamp":"2024-06-18T12:39:47.118836+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1771104,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":137,"ondisk_log_size":137,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":6,"num_per_pool_osds":6,"num_per_pool_omap_osds":3,"kb":562470912,"kb_used":174612,"kb_used_data":4140,"kb_used_omap":9,"kb_used_meta":170358,"kb_avail":562296300,"statfs":{"total":575970213888,"available":575791411200,"internally_reserved":0,"allocated":4239360,"data_stored":2732460,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":9568,"internal_metadata":174447264},"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.003312"},"pg_stats":[{"pgid":"1.0","version":"21'137","reported_seq":263,"reported_epoch":45,"state":"active+clean","last_fresh":"2024-06-18T12:38:04.041321+0000","last_change":"2024-06-18T12:38:04.040595+0000","last_active":"2024-06-18T12:38:04.041321+0000","last_peered":"2024-06-18T12:38:04.041321+0000","last_clean":"2024-06-18T12:38:04.041321+0000","last_became_active":"2024-06-18T12:38:04.039573+0000","last_became_peered":"2024-06-18T12:38:04.039573+0000","last_unstale":"2024-06-18T12:38:04.041321+0000","last_undegraded":"2024-06-18T12:38:04.041321+0000","last_fullsized":"2024-06-18T12:38:04.041321+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-06-18T12:35:21.212924+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-06-18T12:35:21.212924+0000","last_clean_scrub_stamp":"2024-06-18T12:35:21.212924+0000","objects_scrubbed":0,"log_size":137,"log_dups_size":0,"ondisk_log_size":137,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-06-19T21:42:49.177739+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1771104,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,5,2],"acting":[3,5,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1771104,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":3563520,"data_stored":3542208,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":137,"ondisk_log_size":137,"up":3,"acting":3,"num_store_stats":6}],"osd_stats":[{"osd":5,"up_from":41,"seq":176093659160,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28008,"kb_used_data":980,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717144,"statfs":{"total":95995035648,"available":95966355456,"internally_reserved":0,"allocated":1003520,"data_stored":750594,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,1,2,3,4],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":4,"up_from":33,"seq":141733920803,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":27420,"kb_used_data":400,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717732,"statfs":{"total":95995035648,"available":95966957568,"internally_reserved":0,"allocated":409600,"data_stored":160226,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,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":107374182445,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28008,"kb_used_data":980,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717144,"statfs":{"total":95995035648,"available":95966355456,"internally_reserved":0,"allocated":1003520,"data_stored":750594,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1593,"internal_metadata":27654599},"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":77309411384,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28004,"kb_used_data":980,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717148,"statfs":{"total":95995035648,"available":95966359552,"internally_reserved":0,"allocated":1003520,"data_stored":750594,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,1,3,4,5],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":1,"up_from":13,"seq":55834574915,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":31588,"kb_used_data":400,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93713564,"statfs":{"total":95995035648,"available":95962689536,"internally_reserved":0,"allocated":409600,"data_stored":160226,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"hb_peers":[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":[]},{"osd":0,"up_from":8,"seq":34359738445,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":31584,"kb_used_data":400,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93713568,"statfs":{"total":95995035648,"available":95962693632,"internally_reserved":0,"allocated":409600,"data_stored":160226,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"hb_peers":[1,2,3,4,5],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]}],"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-06-18T12:39:48.954 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-06-18T12:39:48.954 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-06-18T12:39:48.954 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-06-18T12:39:48.954 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell --fsid 326ab62a-2d6e-11ef-bc9d-c7b262605968 -- ceph health --format=json 2024-06-18T12:39:49.822 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:39:49 smithi131 bash[22694]: audit 2024-06-18T12:39:48.328311+0000 mgr.a (mgr.14150) 359 : audit [DBG] from='client.14439 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-06-18T12:39:49.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:39:49 smithi098 bash[22565]: audit 2024-06-18T12:39:48.328311+0000 mgr.a (mgr.14150) 359 : audit [DBG] from='client.14439 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-06-18T12:39:49.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:39:49 smithi089 bash[21925]: audit 2024-06-18T12:39:48.328311+0000 mgr.a (mgr.14150) 359 : audit [DBG] from='client.14439 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-06-18T12:39:50.822 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:39:50 smithi098 bash[22565]: cluster 2024-06-18T12:39:49.119699+0000 mgr.a (mgr.14150) 360 : cluster [DBG] pgmap v317: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:39:50.822 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:39:50 smithi131 bash[22694]: cluster 2024-06-18T12:39:49.119699+0000 mgr.a (mgr.14150) 360 : cluster [DBG] pgmap v317: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:39:50.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:39:50 smithi089 bash[21925]: cluster 2024-06-18T12:39:49.119699+0000 mgr.a (mgr.14150) 360 : cluster [DBG] pgmap v317: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:39:52.822 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:39:52 smithi098 bash[22565]: cluster 2024-06-18T12:39:51.120283+0000 mgr.a (mgr.14150) 361 : cluster [DBG] pgmap v318: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:39:52.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:39:52 smithi098 bash[22565]: audit 2024-06-18T12:39:51.562192+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:39:52.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:39:52 smithi098 bash[22565]: audit 2024-06-18T12:39:51.570666+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:39:52.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:39:52 smithi098 bash[22565]: audit 2024-06-18T12:39:51.579969+0000 mon.a (mon.0) 897 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:39:52.823 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:39:52 smithi131 bash[22694]: cluster 2024-06-18T12:39:51.120283+0000 mgr.a (mgr.14150) 361 : cluster [DBG] pgmap v318: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:39:52.823 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:39:52 smithi131 bash[22694]: audit 2024-06-18T12:39:51.562192+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:39:52.823 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:39:52 smithi131 bash[22694]: audit 2024-06-18T12:39:51.570666+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:39:52.823 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:39:52 smithi131 bash[22694]: audit 2024-06-18T12:39:51.579969+0000 mon.a (mon.0) 897 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:39:52.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:39:52 smithi089 bash[21925]: cluster 2024-06-18T12:39:51.120283+0000 mgr.a (mgr.14150) 361 : cluster [DBG] pgmap v318: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:39:52.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:39:52 smithi089 bash[21925]: audit 2024-06-18T12:39:51.562192+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:39:52.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:39:52 smithi089 bash[21925]: audit 2024-06-18T12:39:51.570666+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:39:52.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:39:52 smithi089 bash[21925]: audit 2024-06-18T12:39:51.579969+0000 mon.a (mon.0) 897 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:39:53.690 INFO:teuthology.orchestra.run.smithi089.stderr:Inferring config /var/lib/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/mon.a/config 2024-06-18T12:39:54.822 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:39:54 smithi131 bash[22694]: cluster 2024-06-18T12:39:53.120863+0000 mgr.a (mgr.14150) 362 : cluster [DBG] pgmap v319: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:39:54.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:39:54 smithi098 bash[22565]: cluster 2024-06-18T12:39:53.120863+0000 mgr.a (mgr.14150) 362 : cluster [DBG] pgmap v319: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:39:54.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:39:54 smithi089 bash[21925]: cluster 2024-06-18T12:39:53.120863+0000 mgr.a (mgr.14150) 362 : cluster [DBG] pgmap v319: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:39:56.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:39:56 smithi089 bash[21925]: cluster 2024-06-18T12:39:55.121449+0000 mgr.a (mgr.14150) 363 : cluster [DBG] pgmap v320: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:39:56.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:39:56 smithi089 bash[21925]: audit 2024-06-18T12:39:55.629049+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:39:56.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:39:56 smithi089 bash[21925]: audit 2024-06-18T12:39:55.633307+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:39:56.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:39:56 smithi089 bash[21925]: audit 2024-06-18T12:39:55.641457+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:39:57.072 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:39:56 smithi098 bash[22565]: cluster 2024-06-18T12:39:55.121449+0000 mgr.a (mgr.14150) 363 : cluster [DBG] pgmap v320: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:39:57.073 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:39:56 smithi098 bash[22565]: audit 2024-06-18T12:39:55.629049+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:39:57.073 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:39:56 smithi098 bash[22565]: audit 2024-06-18T12:39:55.633307+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:39:57.073 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:39:56 smithi098 bash[22565]: audit 2024-06-18T12:39:55.641457+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:39:57.073 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:39:56 smithi131 bash[22694]: cluster 2024-06-18T12:39:55.121449+0000 mgr.a (mgr.14150) 363 : cluster [DBG] pgmap v320: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:39:57.073 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:39:56 smithi131 bash[22694]: audit 2024-06-18T12:39:55.629049+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:39:57.073 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:39:56 smithi131 bash[22694]: audit 2024-06-18T12:39:55.633307+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:39:57.073 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:39:56 smithi131 bash[22694]: audit 2024-06-18T12:39:55.641457+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:39:58.560 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-06-18T12:39:58.560 INFO:teuthology.orchestra.run.smithi089.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-06-18T12:39:58.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:39:58 smithi089 bash[21925]: cluster 2024-06-18T12:39:57.121783+0000 mgr.a (mgr.14150) 364 : cluster [DBG] pgmap v321: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:39:58.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:39:58 smithi089 bash[21925]: audit 2024-06-18T12:39:58.566685+0000 mon.a (mon.0) 901 : audit [DBG] from='client.? 172.21.15.89:0/2153296587' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-06-18T12:39:59.072 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:39:58 smithi131 bash[22694]: cluster 2024-06-18T12:39:57.121783+0000 mgr.a (mgr.14150) 364 : cluster [DBG] pgmap v321: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:39:59.072 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:39:58 smithi131 bash[22694]: audit 2024-06-18T12:39:58.566685+0000 mon.a (mon.0) 901 : audit [DBG] from='client.? 172.21.15.89:0/2153296587' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-06-18T12:39:59.073 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:39:58 smithi098 bash[22565]: cluster 2024-06-18T12:39:57.121783+0000 mgr.a (mgr.14150) 364 : cluster [DBG] pgmap v321: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:39:59.073 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:39:58 smithi098 bash[22565]: audit 2024-06-18T12:39:58.566685+0000 mon.a (mon.0) 901 : audit [DBG] from='client.? 172.21.15.89:0/2153296587' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-06-18T12:39:59.235 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-06-18T12:39:59.236 INFO:tasks.cephadm:Setup complete, yielding 2024-06-18T12:39:59.236 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-06-18T12:39:59.245 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi089.front.sepia.ceph.com 2024-06-18T12:39:59.246 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 326ab62a-2d6e-11ef-bc9d-c7b262605968 -- bash -c 'set -ex 2024-06-18T12:39:59.246 DEBUG:teuthology.orchestra.run.smithi089:> HOSTNAMES=$(ceph orch host ls --format json | jq -r '"'"'.[] | .hostname'"'"') 2024-06-18T12:39:59.246 DEBUG:teuthology.orchestra.run.smithi089:> for host in $HOSTNAMES; do 2024-06-18T12:39:59.246 DEBUG:teuthology.orchestra.run.smithi089:> # find the hostname for "host.c" which will have no mgr 2024-06-18T12:39:59.246 DEBUG:teuthology.orchestra.run.smithi089:> HAS_MGRS=$(ceph orch ps --hostname ${host} --format json | jq '"'"'any(.daemon_type == "mgr")'"'"') 2024-06-18T12:39:59.246 DEBUG:teuthology.orchestra.run.smithi089:> if [ "$HAS_MGRS" == "false" ]; then 2024-06-18T12:39:59.246 DEBUG:teuthology.orchestra.run.smithi089:> HOST_C="${host}" 2024-06-18T12:39:59.246 DEBUG:teuthology.orchestra.run.smithi089:> fi 2024-06-18T12:39:59.246 DEBUG:teuthology.orchestra.run.smithi089:> done 2024-06-18T12:39:59.246 DEBUG:teuthology.orchestra.run.smithi089:> # One last thing to worry about before draining the host 2024-06-18T12:39:59.246 DEBUG:teuthology.orchestra.run.smithi089:> # is that the teuthology test tends to put the explicit 2024-06-18T12:39:59.247 DEBUG:teuthology.orchestra.run.smithi089:> # hostnames in the placement for the mon service. 2024-06-18T12:39:59.247 DEBUG:teuthology.orchestra.run.smithi089:> # We want to make sure we can drain without providing 2024-06-18T12:39:59.247 DEBUG:teuthology.orchestra.run.smithi089:> # --force and there is a check for the host being removed 2024-06-18T12:39:59.247 DEBUG:teuthology.orchestra.run.smithi089:> # being listed explicitly in the placements. Therefore, 2024-06-18T12:39:59.247 DEBUG:teuthology.orchestra.run.smithi089:> # we should remove it from the mon placement. 2024-06-18T12:39:59.247 DEBUG:teuthology.orchestra.run.smithi089:> ceph orch ls mon --export > mon.yaml 2024-06-18T12:39:59.247 DEBUG:teuthology.orchestra.run.smithi089:> sed /"$HOST_C"/d mon.yaml > mon_adjusted.yaml 2024-06-18T12:39:59.247 DEBUG:teuthology.orchestra.run.smithi089:> ceph orch apply -i mon_adjusted.yaml 2024-06-18T12:39:59.247 DEBUG:teuthology.orchestra.run.smithi089:> # now drain that host 2024-06-18T12:39:59.247 DEBUG:teuthology.orchestra.run.smithi089:> ceph orch host drain $HOST_C --zap-osd-devices 2024-06-18T12:39:59.247 DEBUG:teuthology.orchestra.run.smithi089:> # wait for drain to complete 2024-06-18T12:39:59.247 DEBUG:teuthology.orchestra.run.smithi089:> HOST_C_DAEMONS=$(ceph orch ps --hostname $HOST_C) 2024-06-18T12:39:59.247 DEBUG:teuthology.orchestra.run.smithi089:> while [ "$HOST_C_DAEMONS" != "No daemons reported" ]; do 2024-06-18T12:39:59.247 DEBUG:teuthology.orchestra.run.smithi089:> sleep 15 2024-06-18T12:39:59.247 DEBUG:teuthology.orchestra.run.smithi089:> HOST_C_DAEMONS=$(ceph orch ps --hostname $HOST_C) 2024-06-18T12:39:59.247 DEBUG:teuthology.orchestra.run.smithi089:> done 2024-06-18T12:39:59.248 DEBUG:teuthology.orchestra.run.smithi089:> # we want to check the ability to remove the host from 2024-06-18T12:39:59.248 DEBUG:teuthology.orchestra.run.smithi089:> # the CRUSH map, so we should first verify the host is in 2024-06-18T12:39:59.248 DEBUG:teuthology.orchestra.run.smithi089:> # the CRUSH map. 2024-06-18T12:39:59.248 DEBUG:teuthology.orchestra.run.smithi089:> ceph osd getcrushmap -o compiled-crushmap 2024-06-18T12:39:59.248 DEBUG:teuthology.orchestra.run.smithi089:> crushtool -d compiled-crushmap -o crushmap.txt 2024-06-18T12:39:59.248 DEBUG:teuthology.orchestra.run.smithi089:> CRUSH_MAP=$(cat crushmap.txt) 2024-06-18T12:39:59.248 DEBUG:teuthology.orchestra.run.smithi089:> if ! grep -q "$HOST_C" <<< "$CRUSH_MAP"; then 2024-06-18T12:39:59.248 DEBUG:teuthology.orchestra.run.smithi089:> printf "Expected to see $HOST_C in CRUSH map. Saw:\n\n$CRUSH_MAP" 2024-06-18T12:39:59.248 DEBUG:teuthology.orchestra.run.smithi089:> exit 1 2024-06-18T12:39:59.248 DEBUG:teuthology.orchestra.run.smithi089:> fi 2024-06-18T12:39:59.248 DEBUG:teuthology.orchestra.run.smithi089:> # If the drain was successful, we should be able to remove the 2024-06-18T12:39:59.248 DEBUG:teuthology.orchestra.run.smithi089:> # host without force with no issues. If there are still daemons 2024-06-18T12:39:59.248 DEBUG:teuthology.orchestra.run.smithi089:> # we will get a response telling us to drain the host and a 2024-06-18T12:39:59.248 DEBUG:teuthology.orchestra.run.smithi089:> # non-zero return code 2024-06-18T12:39:59.248 DEBUG:teuthology.orchestra.run.smithi089:> ceph orch host rm $HOST_C --rm-crush-entry 2024-06-18T12:39:59.248 DEBUG:teuthology.orchestra.run.smithi089:> # verify we'"'"'ve successfully removed the host from the CRUSH map 2024-06-18T12:39:59.248 DEBUG:teuthology.orchestra.run.smithi089:> sleep 30 2024-06-18T12:39:59.249 DEBUG:teuthology.orchestra.run.smithi089:> ceph osd getcrushmap -o compiled-crushmap 2024-06-18T12:39:59.249 DEBUG:teuthology.orchestra.run.smithi089:> crushtool -d compiled-crushmap -o crushmap.txt 2024-06-18T12:39:59.249 DEBUG:teuthology.orchestra.run.smithi089:> CRUSH_MAP=$(cat crushmap.txt) 2024-06-18T12:39:59.249 DEBUG:teuthology.orchestra.run.smithi089:> if grep -q "$HOST_C" <<< "$CRUSH_MAP"; then 2024-06-18T12:39:59.249 DEBUG:teuthology.orchestra.run.smithi089:> printf "Saw $HOST_C in CRUSH map after it should have been removed.\n\n$CRUSH_MAP" 2024-06-18T12:39:59.249 DEBUG:teuthology.orchestra.run.smithi089:> exit 1 2024-06-18T12:39:59.249 DEBUG:teuthology.orchestra.run.smithi089:> fi 2024-06-18T12:39:59.249 DEBUG:teuthology.orchestra.run.smithi089:> ' 2024-06-18T12:40:00.889 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:00 smithi098 bash[22565]: cluster 2024-06-18T12:39:59.122285+0000 mgr.a (mgr.14150) 365 : cluster [DBG] pgmap v322: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:40:00.889 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:00 smithi098 bash[22565]: cluster 2024-06-18T12:40:00.000116+0000 mon.a (mon.0) 902 : cluster [INF] overall HEALTH_OK 2024-06-18T12:40:00.889 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:00 smithi098 bash[22565]: audit 2024-06-18T12:40:00.572862+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:40:00.889 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:00 smithi098 bash[22565]: audit 2024-06-18T12:40:00.582335+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:40:00.889 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:00 smithi098 bash[22565]: audit 2024-06-18T12:40:00.593060+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:40:00.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:00 smithi089 bash[21925]: cluster 2024-06-18T12:39:59.122285+0000 mgr.a (mgr.14150) 365 : cluster [DBG] pgmap v322: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:40:00.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:00 smithi089 bash[21925]: cluster 2024-06-18T12:40:00.000116+0000 mon.a (mon.0) 902 : cluster [INF] overall HEALTH_OK 2024-06-18T12:40:00.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:00 smithi089 bash[21925]: audit 2024-06-18T12:40:00.572862+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:40:00.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:00 smithi089 bash[21925]: audit 2024-06-18T12:40:00.582335+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:40:00.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:00 smithi089 bash[21925]: audit 2024-06-18T12:40:00.593060+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:40:01.072 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:40:00 smithi131 bash[22694]: cluster 2024-06-18T12:39:59.122285+0000 mgr.a (mgr.14150) 365 : cluster [DBG] pgmap v322: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:40:01.072 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:40:00 smithi131 bash[22694]: cluster 2024-06-18T12:40:00.000116+0000 mon.a (mon.0) 902 : cluster [INF] overall HEALTH_OK 2024-06-18T12:40:01.072 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:40:00 smithi131 bash[22694]: audit 2024-06-18T12:40:00.572862+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:40:01.073 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:40:00 smithi131 bash[22694]: audit 2024-06-18T12:40:00.582335+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:40:01.073 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:40:00 smithi131 bash[22694]: audit 2024-06-18T12:40:00.593060+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:40:02.907 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:02 smithi098 bash[22565]: cluster 2024-06-18T12:40:01.122841+0000 mgr.a (mgr.14150) 366 : cluster [DBG] pgmap v323: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:40:02.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:02 smithi089 bash[21925]: cluster 2024-06-18T12:40:01.122841+0000 mgr.a (mgr.14150) 366 : cluster [DBG] pgmap v323: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:40:03.057 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:40:02 smithi131 bash[22694]: cluster 2024-06-18T12:40:01.122841+0000 mgr.a (mgr.14150) 366 : cluster [DBG] pgmap v323: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:40:03.971 INFO:teuthology.orchestra.run.smithi089.stderr:Inferring config /var/lib/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/mon.a/config 2024-06-18T12:40:04.822 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:40:04 smithi131 bash[22694]: cluster 2024-06-18T12:40:03.123483+0000 mgr.a (mgr.14150) 367 : cluster [DBG] pgmap v324: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:40:04.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:04 smithi089 bash[21925]: cluster 2024-06-18T12:40:03.123483+0000 mgr.a (mgr.14150) 367 : cluster [DBG] pgmap v324: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:40:05.072 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:04 smithi098 bash[22565]: cluster 2024-06-18T12:40:03.123483+0000 mgr.a (mgr.14150) 367 : cluster [DBG] pgmap v324: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:40:06.724 INFO:teuthology.orchestra.run.smithi089.stderr:++ ceph orch host ls --format json 2024-06-18T12:40:06.725 INFO:teuthology.orchestra.run.smithi089.stderr:++ jq -r '.[] | .hostname' 2024-06-18T12:40:06.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:06 smithi089 bash[21925]: cluster 2024-06-18T12:40:05.123844+0000 mgr.a (mgr.14150) 368 : cluster [DBG] pgmap v325: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:40:07.034 INFO:teuthology.orchestra.run.smithi089.stderr:+ HOSTNAMES='smithi089 2024-06-18T12:40:07.034 INFO:teuthology.orchestra.run.smithi089.stderr:smithi098 2024-06-18T12:40:07.035 INFO:teuthology.orchestra.run.smithi089.stderr:smithi131' 2024-06-18T12:40:07.035 INFO:teuthology.orchestra.run.smithi089.stderr:+ for host in $HOSTNAMES 2024-06-18T12:40:07.035 INFO:teuthology.orchestra.run.smithi089.stderr:++ ceph orch ps --hostname smithi089 --format json 2024-06-18T12:40:07.035 INFO:teuthology.orchestra.run.smithi089.stderr:++ jq 'any(.daemon_type == "mgr")' 2024-06-18T12:40:07.072 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:40:06 smithi131 bash[22694]: cluster 2024-06-18T12:40:05.123844+0000 mgr.a (mgr.14150) 368 : cluster [DBG] pgmap v325: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:40:07.072 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:06 smithi098 bash[22565]: cluster 2024-06-18T12:40:05.123844+0000 mgr.a (mgr.14150) 368 : cluster [DBG] pgmap v325: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:40:07.332 INFO:teuthology.orchestra.run.smithi089.stderr:+ HAS_MGRS=true 2024-06-18T12:40:07.332 INFO:teuthology.orchestra.run.smithi089.stderr:+ '[' true == false ']' 2024-06-18T12:40:07.332 INFO:teuthology.orchestra.run.smithi089.stderr:+ for host in $HOSTNAMES 2024-06-18T12:40:07.332 INFO:teuthology.orchestra.run.smithi089.stderr:++ ceph orch ps --hostname smithi098 --format json 2024-06-18T12:40:07.332 INFO:teuthology.orchestra.run.smithi089.stderr:++ jq 'any(.daemon_type == "mgr")' 2024-06-18T12:40:07.636 INFO:teuthology.orchestra.run.smithi089.stderr:+ HAS_MGRS=true 2024-06-18T12:40:07.636 INFO:teuthology.orchestra.run.smithi089.stderr:+ '[' true == false ']' 2024-06-18T12:40:07.636 INFO:teuthology.orchestra.run.smithi089.stderr:+ for host in $HOSTNAMES 2024-06-18T12:40:07.636 INFO:teuthology.orchestra.run.smithi089.stderr:++ ceph orch ps --hostname smithi131 --format json 2024-06-18T12:40:07.636 INFO:teuthology.orchestra.run.smithi089.stderr:++ jq 'any(.daemon_type == "mgr")' 2024-06-18T12:40:07.933 INFO:teuthology.orchestra.run.smithi089.stderr:+ HAS_MGRS=false 2024-06-18T12:40:07.933 INFO:teuthology.orchestra.run.smithi089.stderr:+ '[' false == false ']' 2024-06-18T12:40:07.933 INFO:teuthology.orchestra.run.smithi089.stderr:+ HOST_C=smithi131 2024-06-18T12:40:07.933 INFO:teuthology.orchestra.run.smithi089.stderr:+ ceph orch ls mon --export 2024-06-18T12:40:08.225 INFO:teuthology.orchestra.run.smithi089.stderr:+ sed /smithi131/d mon.yaml 2024-06-18T12:40:08.226 INFO:teuthology.orchestra.run.smithi089.stderr:+ ceph orch apply -i mon_adjusted.yaml 2024-06-18T12:40:08.515 INFO:teuthology.orchestra.run.smithi089.stdout:Scheduled mon update... 2024-06-18T12:40:08.527 INFO:teuthology.orchestra.run.smithi089.stderr:+ ceph orch host drain smithi131 --zap-osd-devices 2024-06-18T12:40:09.496 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:40:09 smithi131 systemd[1]: ceph-326ab62a-2d6e-11ef-bc9d-c7b262605968@mon.c.service: Deactivated successfully. 2024-06-18T12:40:10.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:10 smithi089 bash[21925]: audit 2024-06-18T12:40:07.919478+0000 mgr.a (mgr.14150) 373 : audit [DBG] from='client.14469 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi131", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-06-18T12:40:10.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:10 smithi089 bash[21925]: audit 2024-06-18T12:40:08.210625+0000 mgr.a (mgr.14150) 374 : audit [DBG] from='client.14475 -' entity='client.admin' cmd=[{"prefix": "orch ls", "service_type": "mon", "export": true, "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T12:40:10.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:10 smithi089 bash[21925]: audit 2024-06-18T12:40:08.508623+0000 mgr.a (mgr.14150) 375 : audit [DBG] from='client.14481 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T12:40:10.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:10 smithi089 bash[21925]: cephadm 2024-06-18T12:40:08.514503+0000 mgr.a (mgr.14150) 376 : cephadm [INF] Saving service mon spec with placement smithi089:172.21.15.89=a;smithi098:172.21.15.98=b;count:3 2024-06-18T12:40:10.911 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:10 smithi089 bash[21925]: cephadm 2024-06-18T12:40:08.538569+0000 mgr.a (mgr.14150) 377 : cephadm [INF] Safe to remove mon.c: new quorum should be ['a', 'b'] (from ['a', 'b']) 2024-06-18T12:40:10.911 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:10 smithi089 bash[21925]: cephadm 2024-06-18T12:40:08.538657+0000 mgr.a (mgr.14150) 378 : cephadm [INF] Removing monitor c from monmap... 2024-06-18T12:40:10.911 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:10 smithi089 bash[21925]: audit 2024-06-18T12:40:08.540657+0000 mon.a (mon.0) 914 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd='[{"prefix": "mon rm", "name": "c"}]': finished 2024-06-18T12:40:10.911 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:10 smithi089 bash[21925]: cluster 2024-06-18T12:40:08.546164+0000 mon.b (mon.1) 16 : cluster [INF] mon.b calling monitor election 2024-06-18T12:40:10.911 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:10 smithi089 bash[21925]: audit 2024-06-18T12:40:08.546703+0000 mon.a (mon.0) 915 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-06-18T12:40:10.911 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:10 smithi089 bash[21925]: audit 2024-06-18T12:40:08.547958+0000 mon.a (mon.0) 916 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-06-18T12:40:10.911 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:10 smithi089 bash[21925]: cluster 2024-06-18T12:40:09.124656+0000 mgr.a (mgr.14150) 379 : cluster [DBG] pgmap v327: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:40:10.911 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:10 smithi089 bash[21925]: cluster 2024-06-18T12:40:10.547220+0000 mon.a (mon.0) 917 : cluster [INF] mon.a calling monitor election 2024-06-18T12:40:10.911 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:10 smithi089 bash[21925]: cluster 2024-06-18T12:40:10.568923+0000 mon.a (mon.0) 918 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-06-18T12:40:10.911 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:10 smithi089 bash[21925]: cluster 2024-06-18T12:40:10.575649+0000 mon.a (mon.0) 919 : cluster [DBG] monmap epoch 4 2024-06-18T12:40:10.911 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:10 smithi089 bash[21925]: cluster 2024-06-18T12:40:10.575683+0000 mon.a (mon.0) 920 : cluster [DBG] fsid 326ab62a-2d6e-11ef-bc9d-c7b262605968 2024-06-18T12:40:10.911 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:10 smithi089 bash[21925]: cluster 2024-06-18T12:40:10.575718+0000 mon.a (mon.0) 921 : cluster [DBG] last_changed 2024-06-18T12:40:08.538922+0000 2024-06-18T12:40:10.911 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:10 smithi089 bash[21925]: cluster 2024-06-18T12:40:10.575755+0000 mon.a (mon.0) 922 : cluster [DBG] created 2024-06-18T12:29:28.971684+0000 2024-06-18T12:40:10.912 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:10 smithi089 bash[21925]: cluster 2024-06-18T12:40:10.575789+0000 mon.a (mon.0) 923 : cluster [DBG] min_mon_release 19 (squid) 2024-06-18T12:40:10.912 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:10 smithi089 bash[21925]: cluster 2024-06-18T12:40:10.575823+0000 mon.a (mon.0) 924 : cluster [DBG] election_strategy: 1 2024-06-18T12:40:10.912 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:10 smithi089 bash[21925]: cluster 2024-06-18T12:40:10.575853+0000 mon.a (mon.0) 925 : cluster [DBG] 0: [v2:172.21.15.89:3300/0,v1:172.21.15.89:6789/0] mon.a 2024-06-18T12:40:10.912 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:10 smithi089 bash[21925]: cluster 2024-06-18T12:40:10.575884+0000 mon.a (mon.0) 926 : cluster [DBG] 1: [v2:172.21.15.98:3300/0,v1:172.21.15.98:6789/0] mon.b 2024-06-18T12:40:10.912 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:10 smithi089 bash[21925]: cluster 2024-06-18T12:40:10.576891+0000 mon.a (mon.0) 927 : cluster [DBG] fsmap 2024-06-18T12:40:10.912 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:10 smithi089 bash[21925]: cluster 2024-06-18T12:40:10.576957+0000 mon.a (mon.0) 928 : cluster [DBG] osdmap e45: 6 total, 6 up, 6 in 2024-06-18T12:40:10.912 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:10 smithi089 bash[21925]: cluster 2024-06-18T12:40:10.577694+0000 mon.a (mon.0) 929 : cluster [DBG] mgrmap e15: a(active, since 9m), standbys: b 2024-06-18T12:40:10.912 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:10 smithi089 bash[21925]: cluster 2024-06-18T12:40:10.577953+0000 mon.a (mon.0) 930 : cluster [INF] overall HEALTH_OK 2024-06-18T12:40:11.073 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:10 smithi098 bash[22565]: audit 2024-06-18T12:40:07.919478+0000 mgr.a (mgr.14150) 373 : audit [DBG] from='client.14469 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi131", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-06-18T12:40:11.073 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:10 smithi098 bash[22565]: audit 2024-06-18T12:40:08.210625+0000 mgr.a (mgr.14150) 374 : audit [DBG] from='client.14475 -' entity='client.admin' cmd=[{"prefix": "orch ls", "service_type": "mon", "export": true, "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T12:40:11.073 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:10 smithi098 bash[22565]: audit 2024-06-18T12:40:08.508623+0000 mgr.a (mgr.14150) 375 : audit [DBG] from='client.14481 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T12:40:11.073 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:10 smithi098 bash[22565]: cephadm 2024-06-18T12:40:08.514503+0000 mgr.a (mgr.14150) 376 : cephadm [INF] Saving service mon spec with placement smithi089:172.21.15.89=a;smithi098:172.21.15.98=b;count:3 2024-06-18T12:40:11.073 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:10 smithi098 bash[22565]: cephadm 2024-06-18T12:40:08.538569+0000 mgr.a (mgr.14150) 377 : cephadm [INF] Safe to remove mon.c: new quorum should be ['a', 'b'] (from ['a', 'b']) 2024-06-18T12:40:11.074 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:10 smithi098 bash[22565]: cephadm 2024-06-18T12:40:08.538657+0000 mgr.a (mgr.14150) 378 : cephadm [INF] Removing monitor c from monmap... 2024-06-18T12:40:11.074 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:10 smithi098 bash[22565]: audit 2024-06-18T12:40:08.540657+0000 mon.a (mon.0) 914 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd='[{"prefix": "mon rm", "name": "c"}]': finished 2024-06-18T12:40:11.074 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:10 smithi098 bash[22565]: cluster 2024-06-18T12:40:08.546164+0000 mon.b (mon.1) 16 : cluster [INF] mon.b calling monitor election 2024-06-18T12:40:11.074 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:10 smithi098 bash[22565]: audit 2024-06-18T12:40:08.546703+0000 mon.a (mon.0) 915 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-06-18T12:40:11.074 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:10 smithi098 bash[22565]: audit 2024-06-18T12:40:08.547958+0000 mon.a (mon.0) 916 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-06-18T12:40:11.074 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:10 smithi098 bash[22565]: cluster 2024-06-18T12:40:09.124656+0000 mgr.a (mgr.14150) 379 : cluster [DBG] pgmap v327: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:40:11.074 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:10 smithi098 bash[22565]: cluster 2024-06-18T12:40:10.547220+0000 mon.a (mon.0) 917 : cluster [INF] mon.a calling monitor election 2024-06-18T12:40:11.074 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:10 smithi098 bash[22565]: cluster 2024-06-18T12:40:10.568923+0000 mon.a (mon.0) 918 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-06-18T12:40:11.074 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:10 smithi098 bash[22565]: cluster 2024-06-18T12:40:10.575649+0000 mon.a (mon.0) 919 : cluster [DBG] monmap epoch 4 2024-06-18T12:40:11.074 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:10 smithi098 bash[22565]: cluster 2024-06-18T12:40:10.575683+0000 mon.a (mon.0) 920 : cluster [DBG] fsid 326ab62a-2d6e-11ef-bc9d-c7b262605968 2024-06-18T12:40:11.074 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:10 smithi098 bash[22565]: cluster 2024-06-18T12:40:10.575718+0000 mon.a (mon.0) 921 : cluster [DBG] last_changed 2024-06-18T12:40:08.538922+0000 2024-06-18T12:40:11.074 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:10 smithi098 bash[22565]: cluster 2024-06-18T12:40:10.575755+0000 mon.a (mon.0) 922 : cluster [DBG] created 2024-06-18T12:29:28.971684+0000 2024-06-18T12:40:11.074 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:10 smithi098 bash[22565]: cluster 2024-06-18T12:40:10.575789+0000 mon.a (mon.0) 923 : cluster [DBG] min_mon_release 19 (squid) 2024-06-18T12:40:11.074 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:10 smithi098 bash[22565]: cluster 2024-06-18T12:40:10.575823+0000 mon.a (mon.0) 924 : cluster [DBG] election_strategy: 1 2024-06-18T12:40:11.075 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:10 smithi098 bash[22565]: cluster 2024-06-18T12:40:10.575853+0000 mon.a (mon.0) 925 : cluster [DBG] 0: [v2:172.21.15.89:3300/0,v1:172.21.15.89:6789/0] mon.a 2024-06-18T12:40:11.075 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:10 smithi098 bash[22565]: cluster 2024-06-18T12:40:10.575884+0000 mon.a (mon.0) 926 : cluster [DBG] 1: [v2:172.21.15.98:3300/0,v1:172.21.15.98:6789/0] mon.b 2024-06-18T12:40:11.075 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:10 smithi098 bash[22565]: cluster 2024-06-18T12:40:10.576891+0000 mon.a (mon.0) 927 : cluster [DBG] fsmap 2024-06-18T12:40:11.075 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:10 smithi098 bash[22565]: cluster 2024-06-18T12:40:10.576957+0000 mon.a (mon.0) 928 : cluster [DBG] osdmap e45: 6 total, 6 up, 6 in 2024-06-18T12:40:11.075 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:10 smithi098 bash[22565]: cluster 2024-06-18T12:40:10.577694+0000 mon.a (mon.0) 929 : cluster [DBG] mgrmap e15: a(active, since 9m), standbys: b 2024-06-18T12:40:11.075 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:10 smithi098 bash[22565]: cluster 2024-06-18T12:40:10.577953+0000 mon.a (mon.0) 930 : cluster [INF] overall HEALTH_OK 2024-06-18T12:40:11.837 INFO:teuthology.orchestra.run.smithi089.stdout:Scheduled to remove the following daemons from host 'smithi131' 2024-06-18T12:40:11.837 INFO:teuthology.orchestra.run.smithi089.stdout:type id 2024-06-18T12:40:11.838 INFO:teuthology.orchestra.run.smithi089.stdout:-------------------- --------------- 2024-06-18T12:40:11.838 INFO:teuthology.orchestra.run.smithi089.stdout:agent smithi131 2024-06-18T12:40:11.838 INFO:teuthology.orchestra.run.smithi089.stdout:mon c 2024-06-18T12:40:11.838 INFO:teuthology.orchestra.run.smithi089.stdout:osd 4 2024-06-18T12:40:11.838 INFO:teuthology.orchestra.run.smithi089.stdout:osd 5 2024-06-18T12:40:11.849 INFO:teuthology.orchestra.run.smithi089.stderr:++ ceph orch ps --hostname smithi131 2024-06-18T12:40:11.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:11 smithi089 bash[21925]: cephadm 2024-06-18T12:40:10.580174+0000 mgr.a (mgr.14150) 380 : cephadm [INF] Removing daemon mon.c from smithi131 -- ports [] 2024-06-18T12:40:12.072 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:11 smithi098 bash[22565]: cephadm 2024-06-18T12:40:10.580174+0000 mgr.a (mgr.14150) 380 : cephadm [INF] Removing daemon mon.c from smithi131 -- ports [] 2024-06-18T12:40:12.172 INFO:teuthology.orchestra.run.smithi089.stderr:+ HOST_C_DAEMONS='NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-06-18T12:40:12.172 INFO:teuthology.orchestra.run.smithi089.stderr:agent.smithi131 smithi131 running 0s ago 8m - - 2024-06-18T12:40:12.172 INFO:teuthology.orchestra.run.smithi089.stderr:mon.c smithi131 running (8m) 0s ago 8m 33.9M 2048M 19.0.0-3124-g3781e3a5 af93c036e016 eb55c01b64e9 2024-06-18T12:40:12.172 INFO:teuthology.orchestra.run.smithi089.stderr:osd.4 smithi131 running (3m) 0s ago 3m 37.2M 9.93G 19.0.0-3124-g3781e3a5 af93c036e016 df5434fabd0c 2024-06-18T12:40:12.172 INFO:teuthology.orchestra.run.smithi089.stderr:osd.5 smithi131 running (2m) 0s ago 2m 38.0M 9.93G 19.0.0-3124-g3781e3a5 af93c036e016 5b8fdca53fdf ' 2024-06-18T12:40:12.173 INFO:teuthology.orchestra.run.smithi089.stderr:+ '[' 'NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-06-18T12:40:12.173 INFO:teuthology.orchestra.run.smithi089.stderr:agent.smithi131 smithi131 running 0s ago 8m - - 2024-06-18T12:40:12.173 INFO:teuthology.orchestra.run.smithi089.stderr:mon.c smithi131 running (8m) 0s ago 8m 33.9M 2048M 19.0.0-3124-g3781e3a5 af93c036e016 eb55c01b64e9 2024-06-18T12:40:12.173 INFO:teuthology.orchestra.run.smithi089.stderr:osd.4 smithi131 running (3m) 0s ago 3m 37.2M 9.93G 19.0.0-3124-g3781e3a5 af93c036e016 df5434fabd0c 2024-06-18T12:40:12.173 INFO:teuthology.orchestra.run.smithi089.stderr:osd.5 smithi131 running (2m) 0s ago 2m 38.0M 9.93G 19.0.0-3124-g3781e3a5 af93c036e016 5b8fdca53fdf ' '!=' 'No daemons reported' ']' 2024-06-18T12:40:12.173 INFO:teuthology.orchestra.run.smithi089.stderr:+ sleep 15 2024-06-18T12:40:12.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:12 smithi089 bash[21925]: cluster 2024-06-18T12:40:11.125235+0000 mgr.a (mgr.14150) 381 : cluster [DBG] pgmap v328: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:40:12.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:12 smithi089 bash[21925]: audit 2024-06-18T12:40:11.774141+0000 mon.a (mon.0) 931 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:40:12.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:12 smithi089 bash[21925]: audit 2024-06-18T12:40:11.782552+0000 mon.a (mon.0) 932 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:40:12.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:12 smithi089 bash[21925]: audit 2024-06-18T12:40:11.792320+0000 mon.a (mon.0) 933 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:40:12.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:12 smithi089 bash[21925]: audit 2024-06-18T12:40:11.835469+0000 mon.a (mon.0) 934 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:40:12.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:12 smithi089 bash[21925]: audit 2024-06-18T12:40:11.840923+0000 mon.a (mon.0) 935 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:40:12.911 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:12 smithi089 bash[21925]: audit 2024-06-18T12:40:11.842220+0000 mon.a (mon.0) 936 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "osd crush tree", "format": "json"}]: dispatch 2024-06-18T12:40:12.911 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:12 smithi089 bash[21925]: audit 2024-06-18T12:40:11.843599+0000 mon.a (mon.0) 937 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "osd crush tree", "format": "json"}]: dispatch 2024-06-18T12:40:13.072 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:12 smithi098 bash[22565]: cluster 2024-06-18T12:40:11.125235+0000 mgr.a (mgr.14150) 381 : cluster [DBG] pgmap v328: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:40:13.073 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:12 smithi098 bash[22565]: audit 2024-06-18T12:40:11.774141+0000 mon.a (mon.0) 931 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:40:13.073 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:12 smithi098 bash[22565]: audit 2024-06-18T12:40:11.782552+0000 mon.a (mon.0) 932 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:40:13.073 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:12 smithi098 bash[22565]: audit 2024-06-18T12:40:11.792320+0000 mon.a (mon.0) 933 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:40:13.073 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:12 smithi098 bash[22565]: audit 2024-06-18T12:40:11.835469+0000 mon.a (mon.0) 934 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:40:13.073 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:12 smithi098 bash[22565]: audit 2024-06-18T12:40:11.840923+0000 mon.a (mon.0) 935 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:40:13.073 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:12 smithi098 bash[22565]: audit 2024-06-18T12:40:11.842220+0000 mon.a (mon.0) 936 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "osd crush tree", "format": "json"}]: dispatch 2024-06-18T12:40:13.073 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:12 smithi098 bash[22565]: audit 2024-06-18T12:40:11.843599+0000 mon.a (mon.0) 937 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "osd crush tree", "format": "json"}]: dispatch 2024-06-18T12:40:13.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:13 smithi089 bash[21925]: audit 2024-06-18T12:40:11.827862+0000 mgr.a (mgr.14150) 382 : audit [DBG] from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch host drain", "hostname": "smithi131", "zap_osd_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T12:40:13.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:13 smithi089 bash[21925]: cephadm 2024-06-18T12:40:11.835973+0000 mgr.a (mgr.14150) 383 : cephadm [INF] Added label _no_schedule to host smithi131 2024-06-18T12:40:13.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:13 smithi089 bash[21925]: cephadm 2024-06-18T12:40:11.841377+0000 mgr.a (mgr.14150) 384 : cephadm [INF] Added label _no_conf_keyring to host smithi131 2024-06-18T12:40:13.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:13 smithi089 bash[21925]: cephadm 2024-06-18T12:40:11.842963+0000 mgr.a (mgr.14150) 385 : cephadm [INF] osd.4 crush weight is 0.0872955322265625 2024-06-18T12:40:13.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:13 smithi089 bash[21925]: cephadm 2024-06-18T12:40:11.844279+0000 mgr.a (mgr.14150) 386 : cephadm [INF] osd.5 crush weight is 0.0872955322265625 2024-06-18T12:40:13.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:13 smithi089 bash[21925]: audit 2024-06-18T12:40:12.151566+0000 mgr.a (mgr.14150) 387 : audit [DBG] from='client.14488 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi131", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T12:40:14.072 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:13 smithi098 bash[22565]: audit 2024-06-18T12:40:11.827862+0000 mgr.a (mgr.14150) 382 : audit [DBG] from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch host drain", "hostname": "smithi131", "zap_osd_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T12:40:14.072 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:13 smithi098 bash[22565]: cephadm 2024-06-18T12:40:11.835973+0000 mgr.a (mgr.14150) 383 : cephadm [INF] Added label _no_schedule to host smithi131 2024-06-18T12:40:14.072 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:13 smithi098 bash[22565]: cephadm 2024-06-18T12:40:11.841377+0000 mgr.a (mgr.14150) 384 : cephadm [INF] Added label _no_conf_keyring to host smithi131 2024-06-18T12:40:14.073 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:13 smithi098 bash[22565]: cephadm 2024-06-18T12:40:11.842963+0000 mgr.a (mgr.14150) 385 : cephadm [INF] osd.4 crush weight is 0.0872955322265625 2024-06-18T12:40:14.073 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:13 smithi098 bash[22565]: cephadm 2024-06-18T12:40:11.844279+0000 mgr.a (mgr.14150) 386 : cephadm [INF] osd.5 crush weight is 0.0872955322265625 2024-06-18T12:40:14.073 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:13 smithi098 bash[22565]: audit 2024-06-18T12:40:12.151566+0000 mgr.a (mgr.14150) 387 : audit [DBG] from='client.14488 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi131", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T12:40:14.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:14 smithi089 bash[21925]: cluster 2024-06-18T12:40:13.125919+0000 mgr.a (mgr.14150) 388 : cluster [DBG] pgmap v329: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:40:14.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:14 smithi089 bash[21925]: audit 2024-06-18T12:40:13.915585+0000 mon.a (mon.0) 938 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:40:14.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:14 smithi089 bash[21925]: audit 2024-06-18T12:40:13.925167+0000 mon.a (mon.0) 939 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:40:14.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:14 smithi089 bash[21925]: audit 2024-06-18T12:40:13.934869+0000 mon.a (mon.0) 940 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:40:15.072 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:14 smithi098 bash[22565]: cluster 2024-06-18T12:40:13.125919+0000 mgr.a (mgr.14150) 388 : cluster [DBG] pgmap v329: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:40:15.072 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:14 smithi098 bash[22565]: audit 2024-06-18T12:40:13.915585+0000 mon.a (mon.0) 938 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:40:15.072 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:14 smithi098 bash[22565]: audit 2024-06-18T12:40:13.925167+0000 mon.a (mon.0) 939 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:40:15.072 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:14 smithi098 bash[22565]: audit 2024-06-18T12:40:13.934869+0000 mon.a (mon.0) 940 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:40:15.822 INFO:journalctl@ceph.mon.c.smithi131.stdout:Jun 18 12:40:15 smithi131 systemd[1]: /etc/systemd/system/ceph-326ab62a-2d6e-11ef-bc9d-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-06-18T12:40:15.822 INFO:journalctl@ceph.osd.4.smithi131.stdout:Jun 18 12:40:15 smithi131 systemd[1]: /etc/systemd/system/ceph-326ab62a-2d6e-11ef-bc9d-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-06-18T12:40:15.823 INFO:journalctl@ceph.osd.5.smithi131.stdout:Jun 18 12:40:15 smithi131 systemd[1]: /etc/systemd/system/ceph-326ab62a-2d6e-11ef-bc9d-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-06-18T12:40:16.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:16 smithi089 bash[21925]: cluster 2024-06-18T12:40:15.126495+0000 mgr.a (mgr.14150) 389 : cluster [DBG] pgmap v330: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:40:16.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:16 smithi089 bash[21925]: audit 2024-06-18T12:40:15.841842+0000 mon.a (mon.0) 941 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:40:16.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:16 smithi089 bash[21925]: audit 2024-06-18T12:40:15.848924+0000 mon.a (mon.0) 942 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:40:16.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:16 smithi089 bash[21925]: audit 2024-06-18T12:40:15.857035+0000 mon.a (mon.0) 943 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:40:16.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:16 smithi089 bash[21925]: audit 2024-06-18T12:40:15.862703+0000 mon.a (mon.0) 944 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:40:16.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:16 smithi089 bash[21925]: audit 2024-06-18T12:40:15.868968+0000 mon.a (mon.0) 945 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:40:16.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:16 smithi089 bash[21925]: audit 2024-06-18T12:40:15.935185+0000 mon.a (mon.0) 946 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T12:40:17.072 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:16 smithi098 bash[22565]: cluster 2024-06-18T12:40:15.126495+0000 mgr.a (mgr.14150) 389 : cluster [DBG] pgmap v330: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:40:17.072 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:16 smithi098 bash[22565]: audit 2024-06-18T12:40:15.841842+0000 mon.a (mon.0) 941 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:40:17.073 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:16 smithi098 bash[22565]: audit 2024-06-18T12:40:15.848924+0000 mon.a (mon.0) 942 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:40:17.073 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:16 smithi098 bash[22565]: audit 2024-06-18T12:40:15.857035+0000 mon.a (mon.0) 943 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:40:17.073 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:16 smithi098 bash[22565]: audit 2024-06-18T12:40:15.862703+0000 mon.a (mon.0) 944 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:40:17.073 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:16 smithi098 bash[22565]: audit 2024-06-18T12:40:15.868968+0000 mon.a (mon.0) 945 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:40:17.073 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:16 smithi098 bash[22565]: audit 2024-06-18T12:40:15.935185+0000 mon.a (mon.0) 946 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T12:40:19.072 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:18 smithi098 bash[22565]: cluster 2024-06-18T12:40:17.127013+0000 mgr.a (mgr.14150) 390 : cluster [DBG] pgmap v331: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:40:19.072 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:18 smithi098 bash[22565]: audit 2024-06-18T12:40:18.589808+0000 mon.a (mon.0) 947 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:40:19.159 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:18 smithi089 bash[21925]: cluster 2024-06-18T12:40:17.127013+0000 mgr.a (mgr.14150) 390 : cluster [DBG] pgmap v331: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:40:19.159 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:18 smithi089 bash[21925]: audit 2024-06-18T12:40:18.589808+0000 mon.a (mon.0) 947 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:40:20.822 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:20 smithi098 bash[22565]: cluster 2024-06-18T12:40:19.127587+0000 mgr.a (mgr.14150) 391 : cluster [DBG] pgmap v332: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:40:21.159 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:20 smithi089 bash[21925]: cluster 2024-06-18T12:40:19.127587+0000 mgr.a (mgr.14150) 391 : cluster [DBG] pgmap v332: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:40:22.072 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:21 smithi098 bash[22565]: audit 2024-06-18T12:40:20.795851+0000 mon.a (mon.0) 948 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:40:22.072 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:21 smithi098 bash[22565]: audit 2024-06-18T12:40:20.803626+0000 mon.a (mon.0) 949 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:40:22.072 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:21 smithi098 bash[22565]: audit 2024-06-18T12:40:20.812828+0000 mon.a (mon.0) 950 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:40:22.072 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:21 smithi098 bash[22565]: cluster 2024-06-18T12:40:21.128159+0000 mgr.a (mgr.14150) 392 : cluster [DBG] pgmap v333: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:40:22.073 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:21 smithi098 bash[22565]: audit 2024-06-18T12:40:21.173392+0000 mon.a (mon.0) 951 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:40:22.073 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:21 smithi098 bash[22565]: audit 2024-06-18T12:40:21.181451+0000 mon.a (mon.0) 952 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:40:22.073 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:21 smithi098 bash[22565]: audit 2024-06-18T12:40:21.652640+0000 mon.a (mon.0) 953 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:40:22.073 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:21 smithi098 bash[22565]: audit 2024-06-18T12:40:21.660500+0000 mon.a (mon.0) 954 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:40:22.160 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:21 smithi089 bash[21925]: audit 2024-06-18T12:40:20.795851+0000 mon.a (mon.0) 948 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:40:22.160 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:21 smithi089 bash[21925]: audit 2024-06-18T12:40:20.803626+0000 mon.a (mon.0) 949 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:40:22.160 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:21 smithi089 bash[21925]: audit 2024-06-18T12:40:20.812828+0000 mon.a (mon.0) 950 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:40:22.160 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:21 smithi089 bash[21925]: cluster 2024-06-18T12:40:21.128159+0000 mgr.a (mgr.14150) 392 : cluster [DBG] pgmap v333: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:40:22.160 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:21 smithi089 bash[21925]: audit 2024-06-18T12:40:21.173392+0000 mon.a (mon.0) 951 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:40:22.160 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:21 smithi089 bash[21925]: audit 2024-06-18T12:40:21.181451+0000 mon.a (mon.0) 952 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:40:22.160 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:21 smithi089 bash[21925]: audit 2024-06-18T12:40:21.652640+0000 mon.a (mon.0) 953 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:40:22.160 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:21 smithi089 bash[21925]: audit 2024-06-18T12:40:21.660500+0000 mon.a (mon.0) 954 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:40:24.572 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:24 smithi098 bash[22565]: cluster 2024-06-18T12:40:23.128829+0000 mgr.a (mgr.14150) 393 : cluster [DBG] pgmap v334: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:40:24.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:24 smithi089 bash[21925]: cluster 2024-06-18T12:40:23.128829+0000 mgr.a (mgr.14150) 393 : cluster [DBG] pgmap v334: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:40:26.572 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:26 smithi098 bash[22565]: cluster 2024-06-18T12:40:25.129370+0000 mgr.a (mgr.14150) 394 : cluster [DBG] pgmap v335: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:40:26.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:26 smithi089 bash[21925]: cluster 2024-06-18T12:40:25.129370+0000 mgr.a (mgr.14150) 394 : cluster [DBG] pgmap v335: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:40:27.176 INFO:teuthology.orchestra.run.smithi089.stderr:++ ceph orch ps --hostname smithi131 2024-06-18T12:40:27.496 INFO:teuthology.orchestra.run.smithi089.stderr:+ HOST_C_DAEMONS='NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-06-18T12:40:27.496 INFO:teuthology.orchestra.run.smithi089.stderr:agent.smithi131 smithi131 running 6s ago 8m - - 2024-06-18T12:40:27.496 INFO:teuthology.orchestra.run.smithi089.stderr:osd.4 smithi131 running (3m) 6s ago 3m 37.6M 9.93G 19.0.0-3124-g3781e3a5 af93c036e016 df5434fabd0c 2024-06-18T12:40:27.496 INFO:teuthology.orchestra.run.smithi089.stderr:osd.5 smithi131 running (2m) 6s ago 2m 38.5M 9.93G 19.0.0-3124-g3781e3a5 af93c036e016 5b8fdca53fdf ' 2024-06-18T12:40:27.496 INFO:teuthology.orchestra.run.smithi089.stderr:+ '[' 'NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-06-18T12:40:27.496 INFO:teuthology.orchestra.run.smithi089.stderr:agent.smithi131 smithi131 running 6s ago 8m - - 2024-06-18T12:40:27.496 INFO:teuthology.orchestra.run.smithi089.stderr:osd.4 smithi131 running (3m) 6s ago 3m 37.6M 9.93G 19.0.0-3124-g3781e3a5 af93c036e016 df5434fabd0c 2024-06-18T12:40:27.497 INFO:teuthology.orchestra.run.smithi089.stderr:osd.5 smithi131 running (2m) 6s ago 2m 38.5M 9.93G 19.0.0-3124-g3781e3a5 af93c036e016 5b8fdca53fdf ' '!=' 'No daemons reported' ']' 2024-06-18T12:40:27.497 INFO:teuthology.orchestra.run.smithi089.stderr:+ sleep 15 2024-06-18T12:40:28.572 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:28 smithi098 bash[22565]: cluster 2024-06-18T12:40:27.129890+0000 mgr.a (mgr.14150) 395 : cluster [DBG] pgmap v336: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:40:28.572 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:28 smithi098 bash[22565]: audit 2024-06-18T12:40:27.480129+0000 mgr.a (mgr.14150) 396 : audit [DBG] from='client.14492 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi131", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T12:40:28.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:28 smithi089 bash[21925]: cluster 2024-06-18T12:40:27.129890+0000 mgr.a (mgr.14150) 395 : cluster [DBG] pgmap v336: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:40:28.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:28 smithi089 bash[21925]: audit 2024-06-18T12:40:27.480129+0000 mgr.a (mgr.14150) 396 : audit [DBG] from='client.14492 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi131", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T12:40:30.572 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:30 smithi098 bash[22565]: cluster 2024-06-18T12:40:29.130441+0000 mgr.a (mgr.14150) 397 : cluster [DBG] pgmap v337: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:40:30.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:30 smithi089 bash[21925]: cluster 2024-06-18T12:40:29.130441+0000 mgr.a (mgr.14150) 397 : cluster [DBG] pgmap v337: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:40:32.323 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:32 smithi098 bash[22565]: cephadm 2024-06-18T12:40:31.050792+0000 mgr.a (mgr.14150) 398 : cephadm [INF] Detected new or changed devices on smithi131 2024-06-18T12:40:32.323 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:32 smithi098 bash[22565]: audit 2024-06-18T12:40:31.059104+0000 mon.a (mon.0) 955 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:40:32.323 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:32 smithi098 bash[22565]: audit 2024-06-18T12:40:31.067114+0000 mon.a (mon.0) 956 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:40:32.323 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:32 smithi098 bash[22565]: audit 2024-06-18T12:40:31.068573+0000 mon.a (mon.0) 957 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:40:32.323 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:32 smithi098 bash[22565]: audit 2024-06-18T12:40:31.070416+0000 mon.a (mon.0) 958 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T12:40:32.324 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:32 smithi098 bash[22565]: cephadm 2024-06-18T12:40:31.072799+0000 mgr.a (mgr.14150) 399 : cephadm [INF] Updating smithi089:/etc/ceph/ceph.conf 2024-06-18T12:40:32.324 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:32 smithi098 bash[22565]: cephadm 2024-06-18T12:40:31.073438+0000 mgr.a (mgr.14150) 400 : cephadm [INF] Updating smithi098:/etc/ceph/ceph.conf 2024-06-18T12:40:32.324 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:32 smithi098 bash[22565]: cephadm 2024-06-18T12:40:31.073749+0000 mgr.a (mgr.14150) 401 : cephadm [INF] Removing smithi131:/var/lib/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/config/ceph.conf 2024-06-18T12:40:32.324 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:32 smithi098 bash[22565]: cluster 2024-06-18T12:40:31.130959+0000 mgr.a (mgr.14150) 402 : cluster [DBG] pgmap v338: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:40:32.324 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:32 smithi098 bash[22565]: cephadm 2024-06-18T12:40:31.134934+0000 mgr.a (mgr.14150) 403 : cephadm [INF] Removing smithi131:/etc/ceph/ceph.client.admin.keyring 2024-06-18T12:40:32.324 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:32 smithi098 bash[22565]: cephadm 2024-06-18T12:40:31.183650+0000 mgr.a (mgr.14150) 404 : cephadm [INF] Removing smithi131:/var/lib/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/config/ceph.client.admin.keyring 2024-06-18T12:40:32.324 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:32 smithi098 bash[22565]: audit 2024-06-18T12:40:31.228638+0000 mon.a (mon.0) 959 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:40:32.324 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:32 smithi098 bash[22565]: audit 2024-06-18T12:40:31.235724+0000 mon.a (mon.0) 960 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:40:32.324 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:32 smithi098 bash[22565]: cephadm 2024-06-18T12:40:31.292004+0000 mgr.a (mgr.14150) 405 : cephadm [INF] Updating smithi089:/var/lib/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/config/ceph.conf 2024-06-18T12:40:32.324 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:32 smithi098 bash[22565]: cephadm 2024-06-18T12:40:31.295748+0000 mgr.a (mgr.14150) 406 : cephadm [INF] Updating smithi098:/var/lib/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/config/ceph.conf 2024-06-18T12:40:32.324 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:32 smithi098 bash[22565]: audit 2024-06-18T12:40:31.423744+0000 mon.a (mon.0) 961 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:40:32.324 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:32 smithi098 bash[22565]: audit 2024-06-18T12:40:31.431937+0000 mon.a (mon.0) 962 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:40:32.325 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:32 smithi098 bash[22565]: audit 2024-06-18T12:40:31.437940+0000 mon.a (mon.0) 963 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:40:32.325 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:32 smithi098 bash[22565]: audit 2024-06-18T12:40:31.446097+0000 mon.a (mon.0) 964 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:40:32.325 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:32 smithi098 bash[22565]: audit 2024-06-18T12:40:31.448689+0000 mon.a (mon.0) 965 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-06-18T12:40:32.325 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:32 smithi098 bash[22565]: audit 2024-06-18T12:40:31.448915+0000 mgr.a (mgr.14150) 407 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-06-18T12:40:32.325 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:32 smithi098 bash[22565]: audit 2024-06-18T12:40:31.450254+0000 mon.a (mon.0) 966 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-06-18T12:40:32.325 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:32 smithi098 bash[22565]: audit 2024-06-18T12:40:31.450405+0000 mgr.a (mgr.14150) 408 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-06-18T12:40:32.325 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:32 smithi098 bash[22565]: audit 2024-06-18T12:40:31.451685+0000 mon.a (mon.0) 967 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"]}]: dispatch 2024-06-18T12:40:32.325 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:32 smithi098 bash[22565]: audit 2024-06-18T12:40:31.451842+0000 mgr.a (mgr.14150) 409 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"]}]: dispatch 2024-06-18T12:40:32.325 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:32 smithi098 bash[22565]: audit 2024-06-18T12:40:31.452815+0000 mon.a (mon.0) 968 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0}]: dispatch 2024-06-18T12:40:32.410 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:32 smithi089 bash[21925]: cephadm 2024-06-18T12:40:31.050792+0000 mgr.a (mgr.14150) 398 : cephadm [INF] Detected new or changed devices on smithi131 2024-06-18T12:40:32.410 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:32 smithi089 bash[21925]: audit 2024-06-18T12:40:31.059104+0000 mon.a (mon.0) 955 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:40:32.410 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:32 smithi089 bash[21925]: audit 2024-06-18T12:40:31.067114+0000 mon.a (mon.0) 956 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:40:32.410 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:32 smithi089 bash[21925]: audit 2024-06-18T12:40:31.068573+0000 mon.a (mon.0) 957 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:40:32.411 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:32 smithi089 bash[21925]: audit 2024-06-18T12:40:31.070416+0000 mon.a (mon.0) 958 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T12:40:32.411 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:32 smithi089 bash[21925]: cephadm 2024-06-18T12:40:31.072799+0000 mgr.a (mgr.14150) 399 : cephadm [INF] Updating smithi089:/etc/ceph/ceph.conf 2024-06-18T12:40:32.411 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:32 smithi089 bash[21925]: cephadm 2024-06-18T12:40:31.073438+0000 mgr.a (mgr.14150) 400 : cephadm [INF] Updating smithi098:/etc/ceph/ceph.conf 2024-06-18T12:40:32.411 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:32 smithi089 bash[21925]: cephadm 2024-06-18T12:40:31.073749+0000 mgr.a (mgr.14150) 401 : cephadm [INF] Removing smithi131:/var/lib/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/config/ceph.conf 2024-06-18T12:40:32.411 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:32 smithi089 bash[21925]: cluster 2024-06-18T12:40:31.130959+0000 mgr.a (mgr.14150) 402 : cluster [DBG] pgmap v338: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:40:32.411 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:32 smithi089 bash[21925]: cephadm 2024-06-18T12:40:31.134934+0000 mgr.a (mgr.14150) 403 : cephadm [INF] Removing smithi131:/etc/ceph/ceph.client.admin.keyring 2024-06-18T12:40:32.411 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:32 smithi089 bash[21925]: cephadm 2024-06-18T12:40:31.183650+0000 mgr.a (mgr.14150) 404 : cephadm [INF] Removing smithi131:/var/lib/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/config/ceph.client.admin.keyring 2024-06-18T12:40:32.411 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:32 smithi089 bash[21925]: audit 2024-06-18T12:40:31.228638+0000 mon.a (mon.0) 959 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:40:32.411 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:32 smithi089 bash[21925]: audit 2024-06-18T12:40:31.235724+0000 mon.a (mon.0) 960 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:40:32.411 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:32 smithi089 bash[21925]: cephadm 2024-06-18T12:40:31.292004+0000 mgr.a (mgr.14150) 405 : cephadm [INF] Updating smithi089:/var/lib/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/config/ceph.conf 2024-06-18T12:40:32.411 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:32 smithi089 bash[21925]: cephadm 2024-06-18T12:40:31.295748+0000 mgr.a (mgr.14150) 406 : cephadm [INF] Updating smithi098:/var/lib/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/config/ceph.conf 2024-06-18T12:40:32.411 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:32 smithi089 bash[21925]: audit 2024-06-18T12:40:31.423744+0000 mon.a (mon.0) 961 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:40:32.411 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:32 smithi089 bash[21925]: audit 2024-06-18T12:40:31.431937+0000 mon.a (mon.0) 962 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:40:32.411 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:32 smithi089 bash[21925]: audit 2024-06-18T12:40:31.437940+0000 mon.a (mon.0) 963 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:40:32.412 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:32 smithi089 bash[21925]: audit 2024-06-18T12:40:31.446097+0000 mon.a (mon.0) 964 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:40:32.412 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:32 smithi089 bash[21925]: audit 2024-06-18T12:40:31.448689+0000 mon.a (mon.0) 965 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-06-18T12:40:32.412 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:32 smithi089 bash[21925]: audit 2024-06-18T12:40:31.448915+0000 mgr.a (mgr.14150) 407 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-06-18T12:40:32.412 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:32 smithi089 bash[21925]: audit 2024-06-18T12:40:31.450254+0000 mon.a (mon.0) 966 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-06-18T12:40:32.412 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:32 smithi089 bash[21925]: audit 2024-06-18T12:40:31.450405+0000 mgr.a (mgr.14150) 408 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-06-18T12:40:32.412 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:32 smithi089 bash[21925]: audit 2024-06-18T12:40:31.451685+0000 mon.a (mon.0) 967 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"]}]: dispatch 2024-06-18T12:40:32.412 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:32 smithi089 bash[21925]: audit 2024-06-18T12:40:31.451842+0000 mgr.a (mgr.14150) 409 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"]}]: dispatch 2024-06-18T12:40:32.412 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:32 smithi089 bash[21925]: audit 2024-06-18T12:40:31.452815+0000 mon.a (mon.0) 968 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0}]: dispatch 2024-06-18T12:40:32.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:32 smithi089 bash[21925]: debug 2024-06-18T12:40:32.453+0000 7f3999ab9640 -1 mon.a@0(leader).osd e46 definitely_dead 0 2024-06-18T12:40:33.822 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:33 smithi098 bash[22565]: audit 2024-06-18T12:40:32.445264+0000 mon.a (mon.0) 969 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd='[{"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0}]': finished 2024-06-18T12:40:33.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:33 smithi098 bash[22565]: cluster 2024-06-18T12:40:32.450274+0000 mon.a (mon.0) 970 : cluster [DBG] osdmap e46: 6 total, 6 up, 6 in 2024-06-18T12:40:33.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:33 smithi098 bash[22565]: cephadm 2024-06-18T12:40:32.451609+0000 mgr.a (mgr.14150) 410 : cephadm [INF] osd.5 weight is now 0.0 2024-06-18T12:40:33.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:33 smithi098 bash[22565]: audit 2024-06-18T12:40:32.452506+0000 mon.a (mon.0) 971 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-06-18T12:40:33.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:33 smithi098 bash[22565]: audit 2024-06-18T12:40:32.452854+0000 mgr.a (mgr.14150) 411 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-06-18T12:40:33.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:33 smithi098 bash[22565]: audit 2024-06-18T12:40:32.455392+0000 mon.a (mon.0) 972 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["4"]}]: dispatch 2024-06-18T12:40:33.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:33 smithi098 bash[22565]: audit 2024-06-18T12:40:32.455735+0000 mgr.a (mgr.14150) 412 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["4"]}]: dispatch 2024-06-18T12:40:33.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:33 smithi098 bash[22565]: audit 2024-06-18T12:40:32.457743+0000 mon.a (mon.0) 973 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "osd down", "ids": ["4"]}]: dispatch 2024-06-18T12:40:33.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:33 smithi089 bash[21925]: audit 2024-06-18T12:40:32.445264+0000 mon.a (mon.0) 969 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd='[{"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0}]': finished 2024-06-18T12:40:33.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:33 smithi089 bash[21925]: cluster 2024-06-18T12:40:32.450274+0000 mon.a (mon.0) 970 : cluster [DBG] osdmap e46: 6 total, 6 up, 6 in 2024-06-18T12:40:33.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:33 smithi089 bash[21925]: cephadm 2024-06-18T12:40:32.451609+0000 mgr.a (mgr.14150) 410 : cephadm [INF] osd.5 weight is now 0.0 2024-06-18T12:40:33.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:33 smithi089 bash[21925]: audit 2024-06-18T12:40:32.452506+0000 mon.a (mon.0) 971 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-06-18T12:40:33.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:33 smithi089 bash[21925]: audit 2024-06-18T12:40:32.452854+0000 mgr.a (mgr.14150) 411 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-06-18T12:40:33.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:33 smithi089 bash[21925]: audit 2024-06-18T12:40:32.455392+0000 mon.a (mon.0) 972 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["4"]}]: dispatch 2024-06-18T12:40:33.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:33 smithi089 bash[21925]: audit 2024-06-18T12:40:32.455735+0000 mgr.a (mgr.14150) 412 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["4"]}]: dispatch 2024-06-18T12:40:33.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:33 smithi089 bash[21925]: audit 2024-06-18T12:40:32.457743+0000 mon.a (mon.0) 973 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "osd down", "ids": ["4"]}]: dispatch 2024-06-18T12:40:34.322 INFO:journalctl@ceph.osd.4.smithi131.stdout:Jun 18 12:40:33 smithi131 systemd[1]: Stopping Ceph osd.4 for 326ab62a-2d6e-11ef-bc9d-c7b262605968... 2024-06-18T12:40:34.322 INFO:journalctl@ceph.osd.4.smithi131.stdout:Jun 18 12:40:34 smithi131 bash[29014]: debug 2024-06-18T12:40:34.011+0000 7f8bc8a18640 -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-06-18T12:40:34.322 INFO:journalctl@ceph.osd.4.smithi131.stdout:Jun 18 12:40:34 smithi131 bash[29014]: debug 2024-06-18T12:40:34.011+0000 7f8bc8a18640 -1 osd.4 46 *** Got signal Terminated *** 2024-06-18T12:40:34.322 INFO:journalctl@ceph.osd.4.smithi131.stdout:Jun 18 12:40:34 smithi131 bash[29014]: debug 2024-06-18T12:40:34.011+0000 7f8bc8a18640 -1 osd.4 46 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-06-18T12:40:34.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:34 smithi089 bash[21925]: cluster 2024-06-18T12:40:33.131520+0000 mgr.a (mgr.14150) 413 : cluster [DBG] pgmap v340: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:40:34.660 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:34 smithi089 bash[21925]: cluster 2024-06-18T12:40:33.445837+0000 mon.a (mon.0) 974 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-06-18T12:40:34.660 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:34 smithi089 bash[21925]: audit 2024-06-18T12:40:33.452146+0000 mon.a (mon.0) 975 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["4"]}]': finished 2024-06-18T12:40:34.660 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:34 smithi089 bash[21925]: cluster 2024-06-18T12:40:33.456810+0000 mon.a (mon.0) 976 : cluster [DBG] osdmap e47: 6 total, 5 up, 6 in 2024-06-18T12:40:34.660 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:34 smithi089 bash[21925]: cephadm 2024-06-18T12:40:33.458021+0000 mgr.a (mgr.14150) 414 : cephadm [INF] osd.4 now down 2024-06-18T12:40:34.660 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:34 smithi089 bash[21925]: cephadm 2024-06-18T12:40:33.458377+0000 mgr.a (mgr.14150) 415 : cephadm [INF] Removing daemon osd.4 from smithi131 -- ports [] 2024-06-18T12:40:34.660 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:34 smithi089 bash[21925]: audit 2024-06-18T12:40:34.065764+0000 mon.a (mon.0) 977 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:40:34.660 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:34 smithi089 bash[21925]: audit 2024-06-18T12:40:34.073587+0000 mon.a (mon.0) 978 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:40:34.660 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:34 smithi089 bash[21925]: audit 2024-06-18T12:40:34.083397+0000 mon.a (mon.0) 979 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:40:34.822 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:34 smithi098 bash[22565]: cluster 2024-06-18T12:40:33.131520+0000 mgr.a (mgr.14150) 413 : cluster [DBG] pgmap v340: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:40:34.822 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:34 smithi098 bash[22565]: cluster 2024-06-18T12:40:33.445837+0000 mon.a (mon.0) 974 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-06-18T12:40:34.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:34 smithi098 bash[22565]: audit 2024-06-18T12:40:33.452146+0000 mon.a (mon.0) 975 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["4"]}]': finished 2024-06-18T12:40:34.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:34 smithi098 bash[22565]: cluster 2024-06-18T12:40:33.456810+0000 mon.a (mon.0) 976 : cluster [DBG] osdmap e47: 6 total, 5 up, 6 in 2024-06-18T12:40:34.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:34 smithi098 bash[22565]: cephadm 2024-06-18T12:40:33.458021+0000 mgr.a (mgr.14150) 414 : cephadm [INF] osd.4 now down 2024-06-18T12:40:34.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:34 smithi098 bash[22565]: cephadm 2024-06-18T12:40:33.458377+0000 mgr.a (mgr.14150) 415 : cephadm [INF] Removing daemon osd.4 from smithi131 -- ports [] 2024-06-18T12:40:34.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:34 smithi098 bash[22565]: audit 2024-06-18T12:40:34.065764+0000 mon.a (mon.0) 977 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:40:34.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:34 smithi098 bash[22565]: audit 2024-06-18T12:40:34.073587+0000 mon.a (mon.0) 978 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:40:34.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:34 smithi098 bash[22565]: audit 2024-06-18T12:40:34.083397+0000 mon.a (mon.0) 979 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:40:35.325 INFO:journalctl@ceph.osd.4.smithi131.stdout:Jun 18 12:40:35 smithi131 bash[38586]: ceph-326ab62a-2d6e-11ef-bc9d-c7b262605968-osd-4 2024-06-18T12:40:35.325 INFO:journalctl@ceph.osd.4.smithi131.stdout:Jun 18 12:40:35 smithi131 bash[38681]: Error response from daemon: No such container: ceph-326ab62a-2d6e-11ef-bc9d-c7b262605968-osd-4 2024-06-18T12:40:35.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:35 smithi089 bash[21925]: cephadm 2024-06-18T12:40:34.076204+0000 mgr.a (mgr.14150) 416 : cephadm [INF] Detected new or changed devices on smithi131 2024-06-18T12:40:35.660 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:35 smithi089 bash[21925]: cluster 2024-06-18T12:40:34.462404+0000 mon.a (mon.0) 980 : cluster [DBG] osdmap e48: 6 total, 5 up, 6 in 2024-06-18T12:40:35.822 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:35 smithi098 bash[22565]: cephadm 2024-06-18T12:40:34.076204+0000 mgr.a (mgr.14150) 416 : cephadm [INF] Detected new or changed devices on smithi131 2024-06-18T12:40:35.822 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:35 smithi098 bash[22565]: cluster 2024-06-18T12:40:34.462404+0000 mon.a (mon.0) 980 : cluster [DBG] osdmap e48: 6 total, 5 up, 6 in 2024-06-18T12:40:36.822 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:36 smithi098 bash[22565]: cluster 2024-06-18T12:40:35.131955+0000 mgr.a (mgr.14150) 417 : cluster [DBG] pgmap v343: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:40:36.822 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:36 smithi098 bash[22565]: cluster 2024-06-18T12:40:35.473449+0000 mon.a (mon.0) 981 : cluster [DBG] osdmap e49: 6 total, 5 up, 6 in 2024-06-18T12:40:36.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:36 smithi098 bash[22565]: audit 2024-06-18T12:40:36.060239+0000 mon.a (mon.0) 982 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:40:36.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:36 smithi098 bash[22565]: audit 2024-06-18T12:40:36.069741+0000 mon.a (mon.0) 983 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:40:36.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:36 smithi098 bash[22565]: audit 2024-06-18T12:40:36.079142+0000 mon.a (mon.0) 984 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:40:36.894 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:36 smithi089 bash[21925]: cluster 2024-06-18T12:40:35.131955+0000 mgr.a (mgr.14150) 417 : cluster [DBG] pgmap v343: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:40:36.895 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:36 smithi089 bash[21925]: cluster 2024-06-18T12:40:35.473449+0000 mon.a (mon.0) 981 : cluster [DBG] osdmap e49: 6 total, 5 up, 6 in 2024-06-18T12:40:36.895 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:36 smithi089 bash[21925]: audit 2024-06-18T12:40:36.060239+0000 mon.a (mon.0) 982 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:40:36.895 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:36 smithi089 bash[21925]: audit 2024-06-18T12:40:36.069741+0000 mon.a (mon.0) 983 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:40:36.895 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:36 smithi089 bash[21925]: audit 2024-06-18T12:40:36.079142+0000 mon.a (mon.0) 984 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:40:37.572 INFO:journalctl@ceph.osd.4.smithi131.stdout:Jun 18 12:40:37 smithi131 systemd[1]: ceph-326ab62a-2d6e-11ef-bc9d-c7b262605968@osd.4.service: Deactivated successfully. 2024-06-18T12:40:37.572 INFO:journalctl@ceph.osd.4.smithi131.stdout:Jun 18 12:40:37 smithi131 systemd[1]: Stopped Ceph osd.4 for 326ab62a-2d6e-11ef-bc9d-c7b262605968. 2024-06-18T12:40:37.572 INFO:journalctl@ceph.osd.4.smithi131.stdout:Jun 18 12:40:37 smithi131 systemd[1]: /etc/systemd/system/ceph-326ab62a-2d6e-11ef-bc9d-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-06-18T12:40:37.572 INFO:journalctl@ceph.osd.5.smithi131.stdout:Jun 18 12:40:37 smithi131 systemd[1]: /etc/systemd/system/ceph-326ab62a-2d6e-11ef-bc9d-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-06-18T12:40:38.410 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:38 smithi089 bash[21925]: audit 2024-06-18T12:40:37.118917+0000 mon.a (mon.0) 985 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:40:38.410 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:38 smithi089 bash[21925]: audit 2024-06-18T12:40:37.129016+0000 mon.a (mon.0) 986 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:40:38.410 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:38 smithi089 bash[21925]: cluster 2024-06-18T12:40:37.130391+0000 mgr.a (mgr.14150) 418 : cluster [DBG] pgmap v345: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:40:38.410 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:38 smithi089 bash[21925]: audit 2024-06-18T12:40:37.138789+0000 mon.a (mon.0) 987 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:40:38.410 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:38 smithi089 bash[21925]: cephadm 2024-06-18T12:40:37.437289+0000 mgr.a (mgr.14150) 419 : cephadm [INF] Removing key for osd.4 2024-06-18T12:40:38.410 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:38 smithi089 bash[21925]: audit 2024-06-18T12:40:37.437851+0000 mon.a (mon.0) 988 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "osd.4"}]: dispatch 2024-06-18T12:40:38.411 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:38 smithi089 bash[21925]: audit 2024-06-18T12:40:37.440763+0000 mon.a (mon.0) 989 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.4"}]': finished 2024-06-18T12:40:38.411 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:38 smithi089 bash[21925]: cephadm 2024-06-18T12:40:37.445877+0000 mgr.a (mgr.14150) 420 : cephadm [INF] Successfully removed osd.4 on smithi131 2024-06-18T12:40:38.411 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:38 smithi089 bash[21925]: audit 2024-06-18T12:40:37.446449+0000 mon.a (mon.0) 990 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true}]: dispatch 2024-06-18T12:40:38.411 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:38 smithi089 bash[21925]: cluster 2024-06-18T12:40:37.447944+0000 mon.a (mon.0) 991 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-06-18T12:40:38.411 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:38 smithi089 bash[21925]: cluster 2024-06-18T12:40:37.448002+0000 mon.a (mon.0) 992 : cluster [INF] Cluster is now healthy 2024-06-18T12:40:38.411 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:38 smithi089 bash[21925]: audit 2024-06-18T12:40:37.450003+0000 mon.a (mon.0) 993 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true}]': finished 2024-06-18T12:40:38.411 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:38 smithi089 bash[21925]: cluster 2024-06-18T12:40:37.455048+0000 mon.a (mon.0) 994 : cluster [DBG] osdmap e50: 5 total, 5 up, 5 in 2024-06-18T12:40:38.411 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:38 smithi089 bash[21925]: cephadm 2024-06-18T12:40:37.456370+0000 mgr.a (mgr.14150) 421 : cephadm [INF] Successfully purged osd.4 on smithi131 2024-06-18T12:40:38.411 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:38 smithi089 bash[21925]: cephadm 2024-06-18T12:40:37.456507+0000 mgr.a (mgr.14150) 422 : cephadm [INF] Zapping devices for osd.4 on smithi131 2024-06-18T12:40:38.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:38 smithi098 bash[22565]: audit 2024-06-18T12:40:37.118917+0000 mon.a (mon.0) 985 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:40:38.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:38 smithi098 bash[22565]: audit 2024-06-18T12:40:37.129016+0000 mon.a (mon.0) 986 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:40:38.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:38 smithi098 bash[22565]: cluster 2024-06-18T12:40:37.130391+0000 mgr.a (mgr.14150) 418 : cluster [DBG] pgmap v345: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-06-18T12:40:38.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:38 smithi098 bash[22565]: audit 2024-06-18T12:40:37.138789+0000 mon.a (mon.0) 987 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:40:38.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:38 smithi098 bash[22565]: cephadm 2024-06-18T12:40:37.437289+0000 mgr.a (mgr.14150) 419 : cephadm [INF] Removing key for osd.4 2024-06-18T12:40:38.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:38 smithi098 bash[22565]: audit 2024-06-18T12:40:37.437851+0000 mon.a (mon.0) 988 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "osd.4"}]: dispatch 2024-06-18T12:40:38.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:38 smithi098 bash[22565]: audit 2024-06-18T12:40:37.440763+0000 mon.a (mon.0) 989 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.4"}]': finished 2024-06-18T12:40:38.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:38 smithi098 bash[22565]: cephadm 2024-06-18T12:40:37.445877+0000 mgr.a (mgr.14150) 420 : cephadm [INF] Successfully removed osd.4 on smithi131 2024-06-18T12:40:38.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:38 smithi098 bash[22565]: audit 2024-06-18T12:40:37.446449+0000 mon.a (mon.0) 990 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true}]: dispatch 2024-06-18T12:40:38.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:38 smithi098 bash[22565]: cluster 2024-06-18T12:40:37.447944+0000 mon.a (mon.0) 991 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-06-18T12:40:38.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:38 smithi098 bash[22565]: cluster 2024-06-18T12:40:37.448002+0000 mon.a (mon.0) 992 : cluster [INF] Cluster is now healthy 2024-06-18T12:40:38.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:38 smithi098 bash[22565]: audit 2024-06-18T12:40:37.450003+0000 mon.a (mon.0) 993 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true}]': finished 2024-06-18T12:40:38.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:38 smithi098 bash[22565]: cluster 2024-06-18T12:40:37.455048+0000 mon.a (mon.0) 994 : cluster [DBG] osdmap e50: 5 total, 5 up, 5 in 2024-06-18T12:40:38.574 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:38 smithi098 bash[22565]: cephadm 2024-06-18T12:40:37.456370+0000 mgr.a (mgr.14150) 421 : cephadm [INF] Successfully purged osd.4 on smithi131 2024-06-18T12:40:38.574 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:38 smithi098 bash[22565]: cephadm 2024-06-18T12:40:37.456507+0000 mgr.a (mgr.14150) 422 : cephadm [INF] Zapping devices for osd.4 on smithi131 2024-06-18T12:40:39.409 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:39 smithi089 bash[21925]: cluster 2024-06-18T12:40:38.124923+0000 mon.a (mon.0) 995 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-06-18T12:40:39.409 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:39 smithi089 bash[21925]: cluster 2024-06-18T12:40:38.456629+0000 mon.a (mon.0) 996 : cluster [DBG] osdmap e51: 5 total, 5 up, 5 in 2024-06-18T12:40:39.572 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:39 smithi098 bash[22565]: cluster 2024-06-18T12:40:38.124923+0000 mon.a (mon.0) 995 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-06-18T12:40:39.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:39 smithi098 bash[22565]: cluster 2024-06-18T12:40:38.456629+0000 mon.a (mon.0) 996 : cluster [DBG] osdmap e51: 5 total, 5 up, 5 in 2024-06-18T12:40:40.822 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:40 smithi098 bash[22565]: cluster 2024-06-18T12:40:39.130935+0000 mgr.a (mgr.14150) 423 : cluster [DBG] pgmap v348: 1 pgs: 1 remapped+peering; 577 KiB data, 144 MiB used, 447 GiB / 447 GiB avail 2024-06-18T12:40:40.822 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:40 smithi098 bash[22565]: cluster 2024-06-18T12:40:39.458957+0000 mon.a (mon.0) 997 : cluster [DBG] osdmap e52: 5 total, 5 up, 5 in 2024-06-18T12:40:40.822 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:40 smithi098 bash[22565]: cluster 2024-06-18T12:40:40.037471+0000 mon.a (mon.0) 998 : cluster [DBG] osdmap e53: 5 total, 5 up, 5 in 2024-06-18T12:40:40.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:40 smithi089 bash[21925]: cluster 2024-06-18T12:40:39.130935+0000 mgr.a (mgr.14150) 423 : cluster [DBG] pgmap v348: 1 pgs: 1 remapped+peering; 577 KiB data, 144 MiB used, 447 GiB / 447 GiB avail 2024-06-18T12:40:40.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:40 smithi089 bash[21925]: cluster 2024-06-18T12:40:39.458957+0000 mon.a (mon.0) 997 : cluster [DBG] osdmap e52: 5 total, 5 up, 5 in 2024-06-18T12:40:40.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:40 smithi089 bash[21925]: cluster 2024-06-18T12:40:40.037471+0000 mon.a (mon.0) 998 : cluster [DBG] osdmap e53: 5 total, 5 up, 5 in 2024-06-18T12:40:42.270 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:42 smithi098 bash[22565]: audit 2024-06-18T12:40:41.018255+0000 mon.a (mon.0) 999 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:40:42.270 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:42 smithi098 bash[22565]: audit 2024-06-18T12:40:41.025542+0000 mon.a (mon.0) 1000 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:40:42.270 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:42 smithi098 bash[22565]: cluster 2024-06-18T12:40:41.026719+0000 mgr.a (mgr.14150) 424 : cluster [DBG] pgmap v351: 1 pgs: 1 remapped+peering; 577 KiB data, 144 MiB used, 447 GiB / 447 GiB avail 2024-06-18T12:40:42.270 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:42 smithi098 bash[22565]: audit 2024-06-18T12:40:41.034997+0000 mon.a (mon.0) 1001 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:40:42.270 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:42 smithi098 bash[22565]: cluster 2024-06-18T12:40:41.041936+0000 mon.a (mon.0) 1002 : cluster [DBG] osdmap e54: 5 total, 5 up, 5 in 2024-06-18T12:40:42.410 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:42 smithi089 bash[21925]: audit 2024-06-18T12:40:41.018255+0000 mon.a (mon.0) 999 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:40:42.410 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:42 smithi089 bash[21925]: audit 2024-06-18T12:40:41.025542+0000 mon.a (mon.0) 1000 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:40:42.410 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:42 smithi089 bash[21925]: cluster 2024-06-18T12:40:41.026719+0000 mgr.a (mgr.14150) 424 : cluster [DBG] pgmap v351: 1 pgs: 1 remapped+peering; 577 KiB data, 144 MiB used, 447 GiB / 447 GiB avail 2024-06-18T12:40:42.410 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:42 smithi089 bash[21925]: audit 2024-06-18T12:40:41.034997+0000 mon.a (mon.0) 1001 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:40:42.410 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:42 smithi089 bash[21925]: cluster 2024-06-18T12:40:41.041936+0000 mon.a (mon.0) 1002 : cluster [DBG] osdmap e54: 5 total, 5 up, 5 in 2024-06-18T12:40:42.498 INFO:teuthology.orchestra.run.smithi089.stderr:++ ceph orch ps --hostname smithi131 2024-06-18T12:40:42.817 INFO:teuthology.orchestra.run.smithi089.stderr:+ HOST_C_DAEMONS='NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-06-18T12:40:42.817 INFO:teuthology.orchestra.run.smithi089.stderr:agent.smithi131 smithi131 running 5s ago 9m - - 2024-06-18T12:40:42.818 INFO:teuthology.orchestra.run.smithi089.stderr:osd.5 smithi131 running (2m) 5s ago 2m 38.4M 9.93G 19.0.0-3124-g3781e3a5 af93c036e016 5b8fdca53fdf ' 2024-06-18T12:40:42.818 INFO:teuthology.orchestra.run.smithi089.stderr:+ '[' 'NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-06-18T12:40:42.818 INFO:teuthology.orchestra.run.smithi089.stderr:agent.smithi131 smithi131 running 5s ago 9m - - 2024-06-18T12:40:42.818 INFO:teuthology.orchestra.run.smithi089.stderr:osd.5 smithi131 running (2m) 5s ago 2m 38.4M 9.93G 19.0.0-3124-g3781e3a5 af93c036e016 5b8fdca53fdf ' '!=' 'No daemons reported' ']' 2024-06-18T12:40:42.818 INFO:teuthology.orchestra.run.smithi089.stderr:+ sleep 15 2024-06-18T12:40:43.322 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:43 smithi098 bash[22565]: cluster 2024-06-18T12:40:42.023820+0000 mon.a (mon.0) 1003 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-06-18T12:40:43.322 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:43 smithi098 bash[22565]: cluster 2024-06-18T12:40:42.023860+0000 mon.a (mon.0) 1004 : cluster [INF] Cluster is now healthy 2024-06-18T12:40:43.410 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:43 smithi089 bash[21925]: cluster 2024-06-18T12:40:42.023820+0000 mon.a (mon.0) 1003 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-06-18T12:40:43.410 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:43 smithi089 bash[21925]: cluster 2024-06-18T12:40:42.023860+0000 mon.a (mon.0) 1004 : cluster [INF] Cluster is now healthy 2024-06-18T12:40:44.322 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:44 smithi098 bash[22565]: audit 2024-06-18T12:40:42.807349+0000 mgr.a (mgr.14150) 425 : audit [DBG] from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi131", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T12:40:44.322 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:44 smithi098 bash[22565]: cluster 2024-06-18T12:40:43.027218+0000 mgr.a (mgr.14150) 426 : cluster [DBG] pgmap v353: 1 pgs: 1 remapped+peering; 577 KiB data, 145 MiB used, 447 GiB / 447 GiB avail 2024-06-18T12:40:44.410 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:44 smithi089 bash[21925]: audit 2024-06-18T12:40:42.807349+0000 mgr.a (mgr.14150) 425 : audit [DBG] from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi131", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T12:40:44.410 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:44 smithi089 bash[21925]: cluster 2024-06-18T12:40:43.027218+0000 mgr.a (mgr.14150) 426 : cluster [DBG] pgmap v353: 1 pgs: 1 remapped+peering; 577 KiB data, 145 MiB used, 447 GiB / 447 GiB avail 2024-06-18T12:40:46.409 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:46 smithi089 bash[21925]: cluster 2024-06-18T12:40:45.027810+0000 mgr.a (mgr.14150) 427 : cluster [DBG] pgmap v354: 1 pgs: 1 active+clean; 577 KiB data, 145 MiB used, 447 GiB / 447 GiB avail; 98 KiB/s, 0 objects/s recovering 2024-06-18T12:40:46.572 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:46 smithi098 bash[22565]: cluster 2024-06-18T12:40:45.027810+0000 mgr.a (mgr.14150) 427 : cluster [DBG] pgmap v354: 1 pgs: 1 active+clean; 577 KiB data, 145 MiB used, 447 GiB / 447 GiB avail; 98 KiB/s, 0 objects/s recovering 2024-06-18T12:40:46.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:46 smithi089 bash[21925]: debug 2024-06-18T12:40:46.509+0000 7f3999ab9640 -1 mon.a@0(leader).osd e54 definitely_dead 0 2024-06-18T12:40:47.410 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:47 smithi089 bash[21925]: cephadm 2024-06-18T12:40:46.507234+0000 mgr.a (mgr.14150) 428 : cephadm [INF] Successfully zapped devices for osd.4 on smithi131 2024-06-18T12:40:47.410 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:47 smithi089 bash[21925]: audit 2024-06-18T12:40:46.507890+0000 mon.a (mon.0) 1005 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-06-18T12:40:47.410 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:47 smithi089 bash[21925]: audit 2024-06-18T12:40:46.508266+0000 mgr.a (mgr.14150) 429 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-06-18T12:40:47.410 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:47 smithi089 bash[21925]: audit 2024-06-18T12:40:46.510808+0000 mon.a (mon.0) 1006 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-06-18T12:40:47.410 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:47 smithi089 bash[21925]: audit 2024-06-18T12:40:46.511144+0000 mgr.a (mgr.14150) 430 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-06-18T12:40:47.410 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:47 smithi089 bash[21925]: audit 2024-06-18T12:40:46.513139+0000 mon.a (mon.0) 1007 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "osd down", "ids": ["5"]}]: dispatch 2024-06-18T12:40:47.572 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:47 smithi098 bash[22565]: cephadm 2024-06-18T12:40:46.507234+0000 mgr.a (mgr.14150) 428 : cephadm [INF] Successfully zapped devices for osd.4 on smithi131 2024-06-18T12:40:47.572 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:47 smithi098 bash[22565]: audit 2024-06-18T12:40:46.507890+0000 mon.a (mon.0) 1005 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-06-18T12:40:47.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:47 smithi098 bash[22565]: audit 2024-06-18T12:40:46.508266+0000 mgr.a (mgr.14150) 429 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-06-18T12:40:47.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:47 smithi098 bash[22565]: audit 2024-06-18T12:40:46.510808+0000 mon.a (mon.0) 1006 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-06-18T12:40:47.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:47 smithi098 bash[22565]: audit 2024-06-18T12:40:46.511144+0000 mgr.a (mgr.14150) 430 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-06-18T12:40:47.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:47 smithi098 bash[22565]: audit 2024-06-18T12:40:46.513139+0000 mon.a (mon.0) 1007 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "osd down", "ids": ["5"]}]: dispatch 2024-06-18T12:40:47.822 INFO:journalctl@ceph.osd.5.smithi131.stdout:Jun 18 12:40:47 smithi131 systemd[1]: Stopping Ceph osd.5 for 326ab62a-2d6e-11ef-bc9d-c7b262605968... 2024-06-18T12:40:47.822 INFO:journalctl@ceph.osd.5.smithi131.stdout:Jun 18 12:40:47 smithi131 bash[32811]: debug 2024-06-18T12:40:47.643+0000 7fbf05874640 -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-06-18T12:40:47.822 INFO:journalctl@ceph.osd.5.smithi131.stdout:Jun 18 12:40:47 smithi131 bash[32811]: debug 2024-06-18T12:40:47.643+0000 7fbf05874640 -1 osd.5 54 *** Got signal Terminated *** 2024-06-18T12:40:47.822 INFO:journalctl@ceph.osd.5.smithi131.stdout:Jun 18 12:40:47 smithi131 bash[32811]: debug 2024-06-18T12:40:47.643+0000 7fbf05874640 -1 osd.5 54 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-06-18T12:40:48.410 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:48 smithi089 bash[21925]: cluster 2024-06-18T12:40:47.028446+0000 mgr.a (mgr.14150) 431 : cluster [DBG] pgmap v355: 1 pgs: 1 active+clean; 577 KiB data, 144 MiB used, 447 GiB / 447 GiB avail; 76 KiB/s, 0 objects/s recovering 2024-06-18T12:40:48.410 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:48 smithi089 bash[21925]: cluster 2024-06-18T12:40:47.083802+0000 mon.a (mon.0) 1008 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-06-18T12:40:48.410 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:48 smithi089 bash[21925]: cluster 2024-06-18T12:40:47.083872+0000 mon.a (mon.0) 1009 : cluster [WRN] Health check failed: 1 host (1 osds) down (OSD_HOST_DOWN) 2024-06-18T12:40:48.410 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:48 smithi089 bash[21925]: audit 2024-06-18T12:40:47.091478+0000 mon.a (mon.0) 1010 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["5"]}]': finished 2024-06-18T12:40:48.410 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:48 smithi089 bash[21925]: cluster 2024-06-18T12:40:47.097320+0000 mon.a (mon.0) 1011 : cluster [DBG] osdmap e55: 5 total, 4 up, 5 in 2024-06-18T12:40:48.410 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:48 smithi089 bash[21925]: cephadm 2024-06-18T12:40:47.098531+0000 mgr.a (mgr.14150) 432 : cephadm [INF] osd.5 now down 2024-06-18T12:40:48.410 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:48 smithi089 bash[21925]: cephadm 2024-06-18T12:40:47.099019+0000 mgr.a (mgr.14150) 433 : cephadm [INF] Removing daemon osd.5 from smithi131 -- ports [] 2024-06-18T12:40:48.572 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:48 smithi098 bash[22565]: cluster 2024-06-18T12:40:47.028446+0000 mgr.a (mgr.14150) 431 : cluster [DBG] pgmap v355: 1 pgs: 1 active+clean; 577 KiB data, 144 MiB used, 447 GiB / 447 GiB avail; 76 KiB/s, 0 objects/s recovering 2024-06-18T12:40:48.572 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:48 smithi098 bash[22565]: cluster 2024-06-18T12:40:47.083802+0000 mon.a (mon.0) 1008 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-06-18T12:40:48.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:48 smithi098 bash[22565]: cluster 2024-06-18T12:40:47.083872+0000 mon.a (mon.0) 1009 : cluster [WRN] Health check failed: 1 host (1 osds) down (OSD_HOST_DOWN) 2024-06-18T12:40:48.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:48 smithi098 bash[22565]: audit 2024-06-18T12:40:47.091478+0000 mon.a (mon.0) 1010 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["5"]}]': finished 2024-06-18T12:40:48.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:48 smithi098 bash[22565]: cluster 2024-06-18T12:40:47.097320+0000 mon.a (mon.0) 1011 : cluster [DBG] osdmap e55: 5 total, 4 up, 5 in 2024-06-18T12:40:48.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:48 smithi098 bash[22565]: cephadm 2024-06-18T12:40:47.098531+0000 mgr.a (mgr.14150) 432 : cephadm [INF] osd.5 now down 2024-06-18T12:40:48.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:48 smithi098 bash[22565]: cephadm 2024-06-18T12:40:47.099019+0000 mgr.a (mgr.14150) 433 : cephadm [INF] Removing daemon osd.5 from smithi131 -- ports [] 2024-06-18T12:40:48.969 INFO:journalctl@ceph.osd.5.smithi131.stdout:Jun 18 12:40:48 smithi131 bash[39340]: ceph-326ab62a-2d6e-11ef-bc9d-c7b262605968-osd-5 2024-06-18T12:40:48.969 INFO:journalctl@ceph.osd.5.smithi131.stdout:Jun 18 12:40:48 smithi131 bash[39403]: Error response from daemon: No such container: ceph-326ab62a-2d6e-11ef-bc9d-c7b262605968-osd-5 2024-06-18T12:40:50.410 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:50 smithi089 bash[21925]: cluster 2024-06-18T12:40:49.029078+0000 mgr.a (mgr.14150) 434 : cluster [DBG] pgmap v357: 1 pgs: 1 active+clean; 577 KiB data, 144 MiB used, 447 GiB / 447 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-06-18T12:40:50.572 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:50 smithi098 bash[22565]: cluster 2024-06-18T12:40:49.029078+0000 mgr.a (mgr.14150) 434 : cluster [DBG] pgmap v357: 1 pgs: 1 active+clean; 577 KiB data, 144 MiB used, 447 GiB / 447 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-06-18T12:40:51.072 INFO:journalctl@ceph.osd.5.smithi131.stdout:Jun 18 12:40:50 smithi131 systemd[1]: ceph-326ab62a-2d6e-11ef-bc9d-c7b262605968@osd.5.service: Deactivated successfully. 2024-06-18T12:40:51.072 INFO:journalctl@ceph.osd.5.smithi131.stdout:Jun 18 12:40:50 smithi131 systemd[1]: Stopped Ceph osd.5 for 326ab62a-2d6e-11ef-bc9d-c7b262605968. 2024-06-18T12:40:51.072 INFO:journalctl@ceph.osd.5.smithi131.stdout:Jun 18 12:40:50 smithi131 systemd[1]: /etc/systemd/system/ceph-326ab62a-2d6e-11ef-bc9d-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-06-18T12:40:51.410 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:51 smithi089 bash[21925]: audit 2024-06-18T12:40:51.006152+0000 mon.a (mon.0) 1012 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "osd.5"}]: dispatch 2024-06-18T12:40:51.410 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:51 smithi089 bash[21925]: audit 2024-06-18T12:40:51.009010+0000 mon.a (mon.0) 1013 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.5"}]': finished 2024-06-18T12:40:51.410 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:51 smithi089 bash[21925]: audit 2024-06-18T12:40:51.014702+0000 mon.a (mon.0) 1014 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "osd purge-actual", "id": 5, "yes_i_really_mean_it": true}]: dispatch 2024-06-18T12:40:51.410 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:51 smithi089 bash[21925]: cluster 2024-06-18T12:40:51.015875+0000 mon.a (mon.0) 1015 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-06-18T12:40:51.410 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:51 smithi089 bash[21925]: cluster 2024-06-18T12:40:51.015917+0000 mon.a (mon.0) 1016 : cluster [INF] Health check cleared: OSD_HOST_DOWN (was: 1 host (1 osds) down) 2024-06-18T12:40:51.410 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:51 smithi089 bash[21925]: cluster 2024-06-18T12:40:51.015940+0000 mon.a (mon.0) 1017 : cluster [INF] Cluster is now healthy 2024-06-18T12:40:51.410 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:51 smithi089 bash[21925]: audit 2024-06-18T12:40:51.019251+0000 mon.a (mon.0) 1018 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 5, "yes_i_really_mean_it": true}]': finished 2024-06-18T12:40:51.410 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:51 smithi089 bash[21925]: cluster 2024-06-18T12:40:51.025662+0000 mon.a (mon.0) 1019 : cluster [DBG] osdmap e56: 4 total, 4 up, 4 in 2024-06-18T12:40:51.572 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:51 smithi098 bash[22565]: audit 2024-06-18T12:40:51.006152+0000 mon.a (mon.0) 1012 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "osd.5"}]: dispatch 2024-06-18T12:40:51.572 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:51 smithi098 bash[22565]: audit 2024-06-18T12:40:51.009010+0000 mon.a (mon.0) 1013 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.5"}]': finished 2024-06-18T12:40:51.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:51 smithi098 bash[22565]: audit 2024-06-18T12:40:51.014702+0000 mon.a (mon.0) 1014 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "osd purge-actual", "id": 5, "yes_i_really_mean_it": true}]: dispatch 2024-06-18T12:40:51.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:51 smithi098 bash[22565]: cluster 2024-06-18T12:40:51.015875+0000 mon.a (mon.0) 1015 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-06-18T12:40:51.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:51 smithi098 bash[22565]: cluster 2024-06-18T12:40:51.015917+0000 mon.a (mon.0) 1016 : cluster [INF] Health check cleared: OSD_HOST_DOWN (was: 1 host (1 osds) down) 2024-06-18T12:40:51.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:51 smithi098 bash[22565]: cluster 2024-06-18T12:40:51.015940+0000 mon.a (mon.0) 1017 : cluster [INF] Cluster is now healthy 2024-06-18T12:40:51.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:51 smithi098 bash[22565]: audit 2024-06-18T12:40:51.019251+0000 mon.a (mon.0) 1018 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 5, "yes_i_really_mean_it": true}]': finished 2024-06-18T12:40:51.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:51 smithi098 bash[22565]: cluster 2024-06-18T12:40:51.025662+0000 mon.a (mon.0) 1019 : cluster [DBG] osdmap e56: 4 total, 4 up, 4 in 2024-06-18T12:40:52.410 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:52 smithi089 bash[21925]: cephadm 2024-06-18T12:40:51.005544+0000 mgr.a (mgr.14150) 435 : cephadm [INF] Removing key for osd.5 2024-06-18T12:40:52.410 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:52 smithi089 bash[21925]: cephadm 2024-06-18T12:40:51.014124+0000 mgr.a (mgr.14150) 436 : cephadm [INF] Successfully removed osd.5 on smithi131 2024-06-18T12:40:52.410 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:52 smithi089 bash[21925]: cephadm 2024-06-18T12:40:51.026839+0000 mgr.a (mgr.14150) 437 : cephadm [INF] Successfully purged osd.5 on smithi131 2024-06-18T12:40:52.410 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:52 smithi089 bash[21925]: cephadm 2024-06-18T12:40:51.026996+0000 mgr.a (mgr.14150) 438 : cephadm [INF] Zapping devices for osd.5 on smithi131 2024-06-18T12:40:52.410 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:52 smithi089 bash[21925]: cluster 2024-06-18T12:40:51.029607+0000 mgr.a (mgr.14150) 439 : cluster [DBG] pgmap v359: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-06-18T12:40:52.572 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:52 smithi098 bash[22565]: cephadm 2024-06-18T12:40:51.005544+0000 mgr.a (mgr.14150) 435 : cephadm [INF] Removing key for osd.5 2024-06-18T12:40:52.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:52 smithi098 bash[22565]: cephadm 2024-06-18T12:40:51.014124+0000 mgr.a (mgr.14150) 436 : cephadm [INF] Successfully removed osd.5 on smithi131 2024-06-18T12:40:52.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:52 smithi098 bash[22565]: cephadm 2024-06-18T12:40:51.026839+0000 mgr.a (mgr.14150) 437 : cephadm [INF] Successfully purged osd.5 on smithi131 2024-06-18T12:40:52.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:52 smithi098 bash[22565]: cephadm 2024-06-18T12:40:51.026996+0000 mgr.a (mgr.14150) 438 : cephadm [INF] Zapping devices for osd.5 on smithi131 2024-06-18T12:40:52.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:52 smithi098 bash[22565]: cluster 2024-06-18T12:40:51.029607+0000 mgr.a (mgr.14150) 439 : cluster [DBG] pgmap v359: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-06-18T12:40:54.410 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:54 smithi089 bash[21925]: cluster 2024-06-18T12:40:53.030145+0000 mgr.a (mgr.14150) 440 : cluster [DBG] pgmap v360: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-06-18T12:40:54.410 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:54 smithi089 bash[21925]: audit 2024-06-18T12:40:53.732394+0000 mon.a (mon.0) 1020 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:40:54.410 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:54 smithi089 bash[21925]: audit 2024-06-18T12:40:53.740798+0000 mon.a (mon.0) 1021 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:40:54.410 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:54 smithi089 bash[21925]: audit 2024-06-18T12:40:53.749574+0000 mon.a (mon.0) 1022 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:40:54.572 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:54 smithi098 bash[22565]: cluster 2024-06-18T12:40:53.030145+0000 mgr.a (mgr.14150) 440 : cluster [DBG] pgmap v360: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-06-18T12:40:54.572 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:54 smithi098 bash[22565]: audit 2024-06-18T12:40:53.732394+0000 mon.a (mon.0) 1020 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:40:54.572 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:54 smithi098 bash[22565]: audit 2024-06-18T12:40:53.740798+0000 mon.a (mon.0) 1021 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:40:54.572 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:54 smithi098 bash[22565]: audit 2024-06-18T12:40:53.749574+0000 mon.a (mon.0) 1022 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:40:56.409 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:56 smithi089 bash[21925]: cluster 2024-06-18T12:40:55.030719+0000 mgr.a (mgr.14150) 441 : cluster [DBG] pgmap v361: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-06-18T12:40:56.572 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:56 smithi098 bash[22565]: cluster 2024-06-18T12:40:55.030719+0000 mgr.a (mgr.14150) 441 : cluster [DBG] pgmap v361: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-06-18T12:40:57.572 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:57 smithi098 bash[22565]: audit 2024-06-18T12:40:56.259515+0000 mon.a (mon.0) 1023 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:40:57.572 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:57 smithi098 bash[22565]: audit 2024-06-18T12:40:56.265253+0000 mon.a (mon.0) 1024 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:40:57.572 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:57 smithi098 bash[22565]: audit 2024-06-18T12:40:56.271354+0000 mon.a (mon.0) 1025 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:40:57.572 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:57 smithi098 bash[22565]: audit 2024-06-18T12:40:57.219093+0000 mon.a (mon.0) 1026 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:40:57.660 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:57 smithi089 bash[21925]: audit 2024-06-18T12:40:56.259515+0000 mon.a (mon.0) 1023 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:40:57.660 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:57 smithi089 bash[21925]: audit 2024-06-18T12:40:56.265253+0000 mon.a (mon.0) 1024 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:40:57.660 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:57 smithi089 bash[21925]: audit 2024-06-18T12:40:56.271354+0000 mon.a (mon.0) 1025 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:40:57.660 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:57 smithi089 bash[21925]: audit 2024-06-18T12:40:57.219093+0000 mon.a (mon.0) 1026 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:40:57.820 INFO:teuthology.orchestra.run.smithi089.stderr:++ ceph orch ps --hostname smithi131 2024-06-18T12:40:58.183 INFO:teuthology.orchestra.run.smithi089.stderr:+ HOST_C_DAEMONS='No daemons reported' 2024-06-18T12:40:58.183 INFO:teuthology.orchestra.run.smithi089.stderr:+ '[' 'No daemons reported' '!=' 'No daemons reported' ']' 2024-06-18T12:40:58.183 INFO:teuthology.orchestra.run.smithi089.stderr:+ ceph osd getcrushmap -o compiled-crushmap 2024-06-18T12:40:58.490 INFO:teuthology.orchestra.run.smithi089.stderr:17 2024-06-18T12:40:58.501 INFO:teuthology.orchestra.run.smithi089.stderr:+ crushtool -d compiled-crushmap -o crushmap.txt 2024-06-18T12:40:58.513 INFO:teuthology.orchestra.run.smithi089.stderr:++ cat crushmap.txt 2024-06-18T12:40:58.514 INFO:teuthology.orchestra.run.smithi089.stderr:+ CRUSH_MAP='# begin crush map 2024-06-18T12:40:58.514 INFO:teuthology.orchestra.run.smithi089.stderr:tunable choose_local_tries 0 2024-06-18T12:40:58.514 INFO:teuthology.orchestra.run.smithi089.stderr:tunable choose_local_fallback_tries 0 2024-06-18T12:40:58.514 INFO:teuthology.orchestra.run.smithi089.stderr:tunable choose_total_tries 50 2024-06-18T12:40:58.514 INFO:teuthology.orchestra.run.smithi089.stderr:tunable chooseleaf_descend_once 1 2024-06-18T12:40:58.515 INFO:teuthology.orchestra.run.smithi089.stderr:tunable chooseleaf_vary_r 1 2024-06-18T12:40:58.515 INFO:teuthology.orchestra.run.smithi089.stderr:tunable chooseleaf_stable 1 2024-06-18T12:40:58.515 INFO:teuthology.orchestra.run.smithi089.stderr:tunable straw_calc_version 1 2024-06-18T12:40:58.515 INFO:teuthology.orchestra.run.smithi089.stderr:tunable allowed_bucket_algs 54 2024-06-18T12:40:58.515 INFO:teuthology.orchestra.run.smithi089.stderr: 2024-06-18T12:40:58.515 INFO:teuthology.orchestra.run.smithi089.stderr:# devices 2024-06-18T12:40:58.515 INFO:teuthology.orchestra.run.smithi089.stderr:device 0 osd.0 class ssd 2024-06-18T12:40:58.515 INFO:teuthology.orchestra.run.smithi089.stderr:device 1 osd.1 class ssd 2024-06-18T12:40:58.515 INFO:teuthology.orchestra.run.smithi089.stderr:device 2 osd.2 class ssd 2024-06-18T12:40:58.515 INFO:teuthology.orchestra.run.smithi089.stderr:device 3 osd.3 class ssd 2024-06-18T12:40:58.515 INFO:teuthology.orchestra.run.smithi089.stderr: 2024-06-18T12:40:58.515 INFO:teuthology.orchestra.run.smithi089.stderr:# types 2024-06-18T12:40:58.515 INFO:teuthology.orchestra.run.smithi089.stderr:type 0 osd 2024-06-18T12:40:58.515 INFO:teuthology.orchestra.run.smithi089.stderr:type 1 host 2024-06-18T12:40:58.516 INFO:teuthology.orchestra.run.smithi089.stderr:type 2 chassis 2024-06-18T12:40:58.516 INFO:teuthology.orchestra.run.smithi089.stderr:type 3 rack 2024-06-18T12:40:58.516 INFO:teuthology.orchestra.run.smithi089.stderr:type 4 row 2024-06-18T12:40:58.516 INFO:teuthology.orchestra.run.smithi089.stderr:type 5 pdu 2024-06-18T12:40:58.516 INFO:teuthology.orchestra.run.smithi089.stderr:type 6 pod 2024-06-18T12:40:58.516 INFO:teuthology.orchestra.run.smithi089.stderr:type 7 room 2024-06-18T12:40:58.516 INFO:teuthology.orchestra.run.smithi089.stderr:type 8 datacenter 2024-06-18T12:40:58.516 INFO:teuthology.orchestra.run.smithi089.stderr:type 9 zone 2024-06-18T12:40:58.516 INFO:teuthology.orchestra.run.smithi089.stderr:type 10 region 2024-06-18T12:40:58.516 INFO:teuthology.orchestra.run.smithi089.stderr:type 11 root 2024-06-18T12:40:58.516 INFO:teuthology.orchestra.run.smithi089.stderr: 2024-06-18T12:40:58.516 INFO:teuthology.orchestra.run.smithi089.stderr:# buckets 2024-06-18T12:40:58.516 INFO:teuthology.orchestra.run.smithi089.stderr:host smithi089 { 2024-06-18T12:40:58.516 INFO:teuthology.orchestra.run.smithi089.stderr: id -3 # do not change unnecessarily 2024-06-18T12:40:58.516 INFO:teuthology.orchestra.run.smithi089.stderr: id -4 class ssd # do not change unnecessarily 2024-06-18T12:40:58.516 INFO:teuthology.orchestra.run.smithi089.stderr: # weight 0.17459 2024-06-18T12:40:58.517 INFO:teuthology.orchestra.run.smithi089.stderr: alg straw2 2024-06-18T12:40:58.517 INFO:teuthology.orchestra.run.smithi089.stderr: hash 0 # rjenkins1 2024-06-18T12:40:58.517 INFO:teuthology.orchestra.run.smithi089.stderr: item osd.0 weight 0.08730 2024-06-18T12:40:58.517 INFO:teuthology.orchestra.run.smithi089.stderr: item osd.1 weight 0.08730 2024-06-18T12:40:58.517 INFO:teuthology.orchestra.run.smithi089.stderr:} 2024-06-18T12:40:58.517 INFO:teuthology.orchestra.run.smithi089.stderr:host smithi098 { 2024-06-18T12:40:58.517 INFO:teuthology.orchestra.run.smithi089.stderr: id -5 # do not change unnecessarily 2024-06-18T12:40:58.517 INFO:teuthology.orchestra.run.smithi089.stderr: id -6 class ssd # do not change unnecessarily 2024-06-18T12:40:58.517 INFO:teuthology.orchestra.run.smithi089.stderr: # weight 0.17459 2024-06-18T12:40:58.517 INFO:teuthology.orchestra.run.smithi089.stderr: alg straw2 2024-06-18T12:40:58.517 INFO:teuthology.orchestra.run.smithi089.stderr: hash 0 # rjenkins1 2024-06-18T12:40:58.517 INFO:teuthology.orchestra.run.smithi089.stderr: item osd.2 weight 0.08730 2024-06-18T12:40:58.517 INFO:teuthology.orchestra.run.smithi089.stderr: item osd.3 weight 0.08730 2024-06-18T12:40:58.517 INFO:teuthology.orchestra.run.smithi089.stderr:} 2024-06-18T12:40:58.517 INFO:teuthology.orchestra.run.smithi089.stderr:host smithi131 { 2024-06-18T12:40:58.518 INFO:teuthology.orchestra.run.smithi089.stderr: id -7 # do not change unnecessarily 2024-06-18T12:40:58.518 INFO:teuthology.orchestra.run.smithi089.stderr: id -8 class ssd # do not change unnecessarily 2024-06-18T12:40:58.518 INFO:teuthology.orchestra.run.smithi089.stderr: # weight 0.00000 2024-06-18T12:40:58.518 INFO:teuthology.orchestra.run.smithi089.stderr: alg straw2 2024-06-18T12:40:58.518 INFO:teuthology.orchestra.run.smithi089.stderr: hash 0 # rjenkins1 2024-06-18T12:40:58.518 INFO:teuthology.orchestra.run.smithi089.stderr:} 2024-06-18T12:40:58.518 INFO:teuthology.orchestra.run.smithi089.stderr:root default { 2024-06-18T12:40:58.518 INFO:teuthology.orchestra.run.smithi089.stderr: id -1 # do not change unnecessarily 2024-06-18T12:40:58.518 INFO:teuthology.orchestra.run.smithi089.stderr: id -2 class ssd # do not change unnecessarily 2024-06-18T12:40:58.518 INFO:teuthology.orchestra.run.smithi089.stderr: # weight 0.34918 2024-06-18T12:40:58.518 INFO:teuthology.orchestra.run.smithi089.stderr: alg straw2 2024-06-18T12:40:58.518 INFO:teuthology.orchestra.run.smithi089.stderr: hash 0 # rjenkins1 2024-06-18T12:40:58.518 INFO:teuthology.orchestra.run.smithi089.stderr: item smithi089 weight 0.17459 2024-06-18T12:40:58.518 INFO:teuthology.orchestra.run.smithi089.stderr: item smithi098 weight 0.17459 2024-06-18T12:40:58.519 INFO:teuthology.orchestra.run.smithi089.stderr: item smithi131 weight 0.00000 2024-06-18T12:40:58.519 INFO:teuthology.orchestra.run.smithi089.stderr:} 2024-06-18T12:40:58.519 INFO:teuthology.orchestra.run.smithi089.stderr: 2024-06-18T12:40:58.519 INFO:teuthology.orchestra.run.smithi089.stderr:# rules 2024-06-18T12:40:58.519 INFO:teuthology.orchestra.run.smithi089.stderr:rule replicated_rule { 2024-06-18T12:40:58.519 INFO:teuthology.orchestra.run.smithi089.stderr: id 0 2024-06-18T12:40:58.519 INFO:teuthology.orchestra.run.smithi089.stderr: type replicated 2024-06-18T12:40:58.519 INFO:teuthology.orchestra.run.smithi089.stderr: step take default 2024-06-18T12:40:58.519 INFO:teuthology.orchestra.run.smithi089.stderr: step choose firstn 0 type osd 2024-06-18T12:40:58.519 INFO:teuthology.orchestra.run.smithi089.stderr: step emit 2024-06-18T12:40:58.519 INFO:teuthology.orchestra.run.smithi089.stderr:} 2024-06-18T12:40:58.519 INFO:teuthology.orchestra.run.smithi089.stderr: 2024-06-18T12:40:58.519 INFO:teuthology.orchestra.run.smithi089.stderr:# end crush map' 2024-06-18T12:40:58.519 INFO:teuthology.orchestra.run.smithi089.stderr:+ grep -q smithi131 2024-06-18T12:40:58.520 INFO:teuthology.orchestra.run.smithi089.stderr:+ ceph orch host rm smithi131 --rm-crush-entry 2024-06-18T12:40:58.572 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:58 smithi098 bash[22565]: cluster 2024-06-18T12:40:57.031256+0000 mgr.a (mgr.14150) 442 : cluster [DBG] pgmap v362: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-06-18T12:40:58.572 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:58 smithi098 bash[22565]: cephadm 2024-06-18T12:40:57.212016+0000 mgr.a (mgr.14150) 443 : cephadm [INF] Successfully zapped devices for osd.5 on smithi131 2024-06-18T12:40:58.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:58 smithi098 bash[22565]: cephadm 2024-06-18T12:40:57.221948+0000 mgr.a (mgr.14150) 444 : cephadm [INF] Removing daemon agent.smithi131 from smithi131 -- ports [] 2024-06-18T12:40:58.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:58 smithi098 bash[22565]: audit 2024-06-18T12:40:57.924063+0000 mon.a (mon.0) 1027 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "client.agent.smithi131"}]: dispatch 2024-06-18T12:40:58.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:58 smithi098 bash[22565]: audit 2024-06-18T12:40:57.925861+0000 mon.a (mon.0) 1028 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "client.agent.smithi131"}]': finished 2024-06-18T12:40:58.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:58 smithi098 bash[22565]: audit 2024-06-18T12:40:57.936996+0000 mon.a (mon.0) 1029 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:40:58.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:58 smithi098 bash[22565]: audit 2024-06-18T12:40:57.941185+0000 mon.a (mon.0) 1030 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:40:58.573 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:58 smithi098 bash[22565]: audit 2024-06-18T12:40:57.995732+0000 mon.a (mon.0) 1031 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T12:40:58.659 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:58 smithi089 bash[21925]: cluster 2024-06-18T12:40:57.031256+0000 mgr.a (mgr.14150) 442 : cluster [DBG] pgmap v362: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-06-18T12:40:58.660 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:58 smithi089 bash[21925]: cephadm 2024-06-18T12:40:57.212016+0000 mgr.a (mgr.14150) 443 : cephadm [INF] Successfully zapped devices for osd.5 on smithi131 2024-06-18T12:40:58.660 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:58 smithi089 bash[21925]: cephadm 2024-06-18T12:40:57.221948+0000 mgr.a (mgr.14150) 444 : cephadm [INF] Removing daemon agent.smithi131 from smithi131 -- ports [] 2024-06-18T12:40:58.660 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:58 smithi089 bash[21925]: audit 2024-06-18T12:40:57.924063+0000 mon.a (mon.0) 1027 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "client.agent.smithi131"}]: dispatch 2024-06-18T12:40:58.660 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:58 smithi089 bash[21925]: audit 2024-06-18T12:40:57.925861+0000 mon.a (mon.0) 1028 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "client.agent.smithi131"}]': finished 2024-06-18T12:40:58.660 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:58 smithi089 bash[21925]: audit 2024-06-18T12:40:57.936996+0000 mon.a (mon.0) 1029 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:40:58.660 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:58 smithi089 bash[21925]: audit 2024-06-18T12:40:57.941185+0000 mon.a (mon.0) 1030 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:40:58.660 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:58 smithi089 bash[21925]: audit 2024-06-18T12:40:57.995732+0000 mon.a (mon.0) 1031 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T12:40:59.621 INFO:teuthology.orchestra.run.smithi089.stdout:Removed host 'smithi131' 2024-06-18T12:40:59.641 INFO:teuthology.orchestra.run.smithi089.stderr:+ sleep 30 2024-06-18T12:40:59.822 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:59 smithi098 bash[22565]: cephadm 2024-06-18T12:40:57.923763+0000 mgr.a (mgr.14150) 445 : cephadm [INF] Removing key for client.agent.smithi131 2024-06-18T12:40:59.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:59 smithi098 bash[22565]: audit 2024-06-18T12:40:58.175067+0000 mgr.a (mgr.14150) 446 : audit [DBG] from='client.14500 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi131", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T12:40:59.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:59 smithi098 bash[22565]: audit 2024-06-18T12:40:58.484417+0000 mon.a (mon.0) 1032 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:40:59.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:59 smithi098 bash[22565]: audit 2024-06-18T12:40:58.488906+0000 mon.a (mon.0) 1033 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:40:59.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:59 smithi098 bash[22565]: audit 2024-06-18T12:40:58.496819+0000 mon.a (mon.0) 1034 : audit [DBG] from='client.? 172.21.15.89:0/1798984269' entity='client.admin' cmd=[{"prefix": "osd getcrushmap"}]: dispatch 2024-06-18T12:40:59.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:59 smithi098 bash[22565]: audit 2024-06-18T12:40:58.596181+0000 mon.a (mon.0) 1035 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:40:59.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:59 smithi098 bash[22565]: audit 2024-06-18T12:40:58.798918+0000 mon.a (mon.0) 1036 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "osd crush remove", "name": "smithi131"}]: dispatch 2024-06-18T12:40:59.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:59 smithi098 bash[22565]: audit 2024-06-18T12:40:59.472735+0000 mon.a (mon.0) 1037 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:40:59.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:40:59 smithi098 bash[22565]: audit 2024-06-18T12:40:59.479517+0000 mon.a (mon.0) 1038 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:40:59.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:59 smithi089 bash[21925]: cephadm 2024-06-18T12:40:57.923763+0000 mgr.a (mgr.14150) 445 : cephadm [INF] Removing key for client.agent.smithi131 2024-06-18T12:40:59.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:59 smithi089 bash[21925]: audit 2024-06-18T12:40:58.175067+0000 mgr.a (mgr.14150) 446 : audit [DBG] from='client.14500 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi131", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T12:40:59.911 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:59 smithi089 bash[21925]: audit 2024-06-18T12:40:58.484417+0000 mon.a (mon.0) 1032 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:40:59.911 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:59 smithi089 bash[21925]: audit 2024-06-18T12:40:58.488906+0000 mon.a (mon.0) 1033 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:40:59.911 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:59 smithi089 bash[21925]: audit 2024-06-18T12:40:58.496819+0000 mon.a (mon.0) 1034 : audit [DBG] from='client.? 172.21.15.89:0/1798984269' entity='client.admin' cmd=[{"prefix": "osd getcrushmap"}]: dispatch 2024-06-18T12:40:59.911 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:59 smithi089 bash[21925]: audit 2024-06-18T12:40:58.596181+0000 mon.a (mon.0) 1035 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:40:59.911 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:59 smithi089 bash[21925]: audit 2024-06-18T12:40:58.798918+0000 mon.a (mon.0) 1036 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "osd crush remove", "name": "smithi131"}]: dispatch 2024-06-18T12:40:59.911 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:59 smithi089 bash[21925]: audit 2024-06-18T12:40:59.472735+0000 mon.a (mon.0) 1037 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:40:59.911 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:40:59 smithi089 bash[21925]: audit 2024-06-18T12:40:59.479517+0000 mon.a (mon.0) 1038 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:40:59.911 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:40:59 smithi089 bash[22179]: debug 2024-06-18T12:40:59.621+0000 7fee68c2b640 -1 log_channel(cephadm) log [ERR] : host smithi131 `cephadm ceph-volume` failed: Cannot decode JSON: 2024-06-18T12:40:59.911 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:40:59 smithi089 bash[22179]: Traceback (most recent call last): 2024-06-18T12:40:59.911 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:40:59 smithi089 bash[22179]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1533, in _run_cephadm_json 2024-06-18T12:40:59.912 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:40:59 smithi089 bash[22179]: return json.loads(''.join(out)) 2024-06-18T12:40:59.912 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:40:59 smithi089 bash[22179]: File "/lib64/python3.9/json/__init__.py", line 346, in loads 2024-06-18T12:40:59.912 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:40:59 smithi089 bash[22179]: return _default_decoder.decode(s) 2024-06-18T12:40:59.912 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:40:59 smithi089 bash[22179]: File "/lib64/python3.9/json/decoder.py", line 337, in decode 2024-06-18T12:40:59.912 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:40:59 smithi089 bash[22179]: obj, end = self.raw_decode(s, idx=_w(s, 0).end()) 2024-06-18T12:40:59.912 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:40:59 smithi089 bash[22179]: File "/lib64/python3.9/json/decoder.py", line 355, in raw_decode 2024-06-18T12:40:59.912 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:40:59 smithi089 bash[22179]: raise JSONDecodeError("Expecting value", s, err.value) from None 2024-06-18T12:40:59.912 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:40:59 smithi089 bash[22179]: json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0) 2024-06-18T12:40:59.912 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:40:59 smithi089 bash[22179]: debug 2024-06-18T12:40:59.625+0000 7fee6f478640 -1 log_channel(cephadm) log [ERR] : executing refresh((['smithi089', 'smithi098', 'smithi131'],)) failed. 2024-06-18T12:40:59.912 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:40:59 smithi089 bash[22179]: Traceback (most recent call last): 2024-06-18T12:40:59.912 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:40:59 smithi089 bash[22179]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 97, in do_work 2024-06-18T12:40:59.912 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:40:59 smithi089 bash[22179]: return f(*arg) 2024-06-18T12:40:59.912 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:40:59 smithi089 bash[22179]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 316, in refresh 2024-06-18T12:40:59.913 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:40:59 smithi089 bash[22179]: and not self.mgr.inventory.has_label(host, SpecialHostLabels.NO_MEMORY_AUTOTUNE) 2024-06-18T12:40:59.913 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:40:59 smithi089 bash[22179]: File "/usr/share/ceph/mgr/cephadm/inventory.py", line 168, in has_label 2024-06-18T12:40:59.913 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:40:59 smithi089 bash[22179]: host = self._get_stored_name(host) 2024-06-18T12:40:59.913 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:40:59 smithi089 bash[22179]: File "/usr/share/ceph/mgr/cephadm/inventory.py", line 105, in _get_stored_name 2024-06-18T12:40:59.913 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:40:59 smithi089 bash[22179]: self.assert_host(host) 2024-06-18T12:40:59.913 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:40:59 smithi089 bash[22179]: File "/usr/share/ceph/mgr/cephadm/inventory.py", line 124, in assert_host 2024-06-18T12:40:59.913 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:40:59 smithi089 bash[22179]: raise OrchestratorError('host %s does not exist' % host) 2024-06-18T12:40:59.913 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:40:59 smithi089 bash[22179]: orchestrator._interface.OrchestratorError: host smithi131 does not exist 2024-06-18T12:41:00.911 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:41:00 smithi089 bash[21925]: audit 2024-06-18T12:40:58.798187+0000 mgr.a (mgr.14150) 447 : audit [DBG] from='client.14508 -' entity='client.admin' cmd=[{"prefix": "orch host rm", "hostname": "smithi131", "rm_crush_entry": true, "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T12:41:00.911 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:41:00 smithi089 bash[21925]: cluster 2024-06-18T12:40:59.031802+0000 mgr.a (mgr.14150) 448 : cluster [DBG] pgmap v363: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-06-18T12:41:00.911 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:41:00 smithi089 bash[21925]: audit 2024-06-18T12:40:59.602082+0000 mon.a (mon.0) 1039 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd='[{"prefix": "osd crush remove", "name": "smithi131"}]': finished 2024-06-18T12:41:00.911 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:41:00 smithi089 bash[21925]: cluster 2024-06-18T12:40:59.606445+0000 mon.a (mon.0) 1040 : cluster [DBG] osdmap e57: 4 total, 4 up, 4 in 2024-06-18T12:41:00.911 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:41:00 smithi089 bash[21925]: audit 2024-06-18T12:40:59.613063+0000 mon.a (mon.0) 1041 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:41:00.911 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:41:00 smithi089 bash[21925]: audit 2024-06-18T12:40:59.614216+0000 mon.a (mon.0) 1042 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/host.smithi131"}]: dispatch 2024-06-18T12:41:00.911 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:41:00 smithi089 bash[21925]: audit 2024-06-18T12:40:59.619332+0000 mon.a (mon.0) 1043 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/host.smithi131"}]': finished 2024-06-18T12:41:00.911 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:41:00 smithi089 bash[21925]: cephadm 2024-06-18T12:40:59.626303+0000 mgr.a (mgr.14150) 449 : cephadm [ERR] host smithi131 `cephadm ceph-volume` failed: Cannot decode JSON: 2024-06-18T12:41:00.911 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:41:00 smithi089 bash[21925]: Traceback (most recent call last): 2024-06-18T12:41:00.912 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:41:00 smithi089 bash[21925]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1533, in _run_cephadm_json 2024-06-18T12:41:00.912 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:41:00 smithi089 bash[21925]: return json.loads(''.join(out)) 2024-06-18T12:41:00.912 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:41:00 smithi089 bash[21925]: File "/lib64/python3.9/json/__init__.py", line 346, in loads 2024-06-18T12:41:00.912 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:41:00 smithi089 bash[21925]: return _default_decoder.decode(s) 2024-06-18T12:41:00.912 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:41:00 smithi089 bash[21925]: File "/lib64/python3.9/json/decoder.py", line 337, in decode 2024-06-18T12:41:00.912 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:41:00 smithi089 bash[21925]: obj, end = self.raw_decode(s, idx=_w(s, 0).end()) 2024-06-18T12:41:00.912 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:41:00 smithi089 bash[21925]: File "/lib64/python3.9/json/decoder.py", line 355, in raw_decode 2024-06-18T12:41:00.912 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:41:00 smithi089 bash[21925]: raise JSONDecodeError("Expecting value", s, err.value) from None 2024-06-18T12:41:00.912 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:41:00 smithi089 bash[21925]: json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0) 2024-06-18T12:41:00.912 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:41:00 smithi089 bash[21925]: cephadm 2024-06-18T12:40:59.626653+0000 mgr.a (mgr.14150) 450 : cephadm [INF] Removed host smithi131 2024-06-18T12:41:00.913 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:41:00 smithi089 bash[21925]: cephadm 2024-06-18T12:40:59.628675+0000 mgr.a (mgr.14150) 451 : cephadm [ERR] executing refresh((['smithi089', 'smithi098', 'smithi131'],)) failed. 2024-06-18T12:41:00.913 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:41:00 smithi089 bash[21925]: Traceback (most recent call last): 2024-06-18T12:41:00.913 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:41:00 smithi089 bash[21925]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 97, in do_work 2024-06-18T12:41:00.913 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:41:00 smithi089 bash[21925]: return f(*arg) 2024-06-18T12:41:00.913 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:41:00 smithi089 bash[21925]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 316, in refresh 2024-06-18T12:41:00.913 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:41:00 smithi089 bash[21925]: and not self.mgr.inventory.has_label(host, SpecialHostLabels.NO_MEMORY_AUTOTUNE) 2024-06-18T12:41:00.913 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:41:00 smithi089 bash[21925]: File "/usr/share/ceph/mgr/cephadm/inventory.py", line 168, in has_label 2024-06-18T12:41:00.913 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:41:00 smithi089 bash[21925]: host = self._get_stored_name(host) 2024-06-18T12:41:00.913 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:41:00 smithi089 bash[21925]: File "/usr/share/ceph/mgr/cephadm/inventory.py", line 105, in _get_stored_name 2024-06-18T12:41:00.913 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:41:00 smithi089 bash[21925]: self.assert_host(host) 2024-06-18T12:41:00.913 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:41:00 smithi089 bash[21925]: File "/usr/share/ceph/mgr/cephadm/inventory.py", line 124, in assert_host 2024-06-18T12:41:00.913 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:41:00 smithi089 bash[21925]: raise OrchestratorError('host %s does not exist' % host) 2024-06-18T12:41:00.913 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:41:00 smithi089 bash[21925]: orchestrator._interface.OrchestratorError: host smithi131 does not exist 2024-06-18T12:41:00.913 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:41:00 smithi089 bash[21925]: audit 2024-06-18T12:40:59.630695+0000 mon.a (mon.0) 1044 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T12:41:00.914 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:41:00 smithi089 bash[21925]: audit 2024-06-18T12:40:59.634917+0000 mon.a (mon.0) 1045 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:41:00.914 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:41:00 smithi089 bash[21925]: audit 2024-06-18T12:40:59.636337+0000 mon.a (mon.0) 1046 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T12:41:00.914 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:41:00 smithi089 bash[21925]: cluster 2024-06-18T12:40:59.639257+0000 mgr.a (mgr.14150) 452 : cluster [DBG] pgmap v365: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-06-18T12:41:00.914 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:41:00 smithi089 bash[21925]: audit 2024-06-18T12:40:59.645909+0000 mon.a (mon.0) 1047 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:41:00.914 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:41:00 smithi089 bash[21925]: cephadm 2024-06-18T12:40:59.687579+0000 mgr.a (mgr.14150) 453 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-06-18T12:41:00.914 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:41:00 smithi089 bash[21925]: audit 2024-06-18T12:40:59.688171+0000 mon.a (mon.0) 1048 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-06-18T12:41:00.914 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:41:00 smithi089 bash[21925]: audit 2024-06-18T12:40:59.689452+0000 mon.a (mon.0) 1049 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-06-18T12:41:00.914 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:41:00 smithi089 bash[21925]: audit 2024-06-18T12:40:59.690574+0000 mon.a (mon.0) 1050 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:41:00.914 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:41:00 smithi089 bash[21925]: cephadm 2024-06-18T12:40:59.691684+0000 mgr.a (mgr.14150) 454 : cephadm [INF] Reconfiguring daemon mon.a on smithi089 2024-06-18T12:41:01.073 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:41:00 smithi098 bash[22565]: audit 2024-06-18T12:40:58.798187+0000 mgr.a (mgr.14150) 447 : audit [DBG] from='client.14508 -' entity='client.admin' cmd=[{"prefix": "orch host rm", "hostname": "smithi131", "rm_crush_entry": true, "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T12:41:01.073 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:41:00 smithi098 bash[22565]: cluster 2024-06-18T12:40:59.031802+0000 mgr.a (mgr.14150) 448 : cluster [DBG] pgmap v363: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-06-18T12:41:01.073 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:41:00 smithi098 bash[22565]: audit 2024-06-18T12:40:59.602082+0000 mon.a (mon.0) 1039 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd='[{"prefix": "osd crush remove", "name": "smithi131"}]': finished 2024-06-18T12:41:01.073 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:41:00 smithi098 bash[22565]: cluster 2024-06-18T12:40:59.606445+0000 mon.a (mon.0) 1040 : cluster [DBG] osdmap e57: 4 total, 4 up, 4 in 2024-06-18T12:41:01.073 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:41:00 smithi098 bash[22565]: audit 2024-06-18T12:40:59.613063+0000 mon.a (mon.0) 1041 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:41:01.074 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:41:00 smithi098 bash[22565]: audit 2024-06-18T12:40:59.614216+0000 mon.a (mon.0) 1042 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/host.smithi131"}]: dispatch 2024-06-18T12:41:01.074 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:41:00 smithi098 bash[22565]: audit 2024-06-18T12:40:59.619332+0000 mon.a (mon.0) 1043 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/host.smithi131"}]': finished 2024-06-18T12:41:01.074 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:41:00 smithi098 bash[22565]: cephadm 2024-06-18T12:40:59.626303+0000 mgr.a (mgr.14150) 449 : cephadm [ERR] host smithi131 `cephadm ceph-volume` failed: Cannot decode JSON: 2024-06-18T12:41:01.074 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:41:00 smithi098 bash[22565]: Traceback (most recent call last): 2024-06-18T12:41:01.074 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:41:00 smithi098 bash[22565]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1533, in _run_cephadm_json 2024-06-18T12:41:01.074 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:41:00 smithi098 bash[22565]: return json.loads(''.join(out)) 2024-06-18T12:41:01.074 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:41:00 smithi098 bash[22565]: File "/lib64/python3.9/json/__init__.py", line 346, in loads 2024-06-18T12:41:01.074 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:41:00 smithi098 bash[22565]: return _default_decoder.decode(s) 2024-06-18T12:41:01.074 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:41:00 smithi098 bash[22565]: File "/lib64/python3.9/json/decoder.py", line 337, in decode 2024-06-18T12:41:01.074 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:41:00 smithi098 bash[22565]: obj, end = self.raw_decode(s, idx=_w(s, 0).end()) 2024-06-18T12:41:01.074 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:41:00 smithi098 bash[22565]: File "/lib64/python3.9/json/decoder.py", line 355, in raw_decode 2024-06-18T12:41:01.074 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:41:00 smithi098 bash[22565]: raise JSONDecodeError("Expecting value", s, err.value) from None 2024-06-18T12:41:01.074 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:41:00 smithi098 bash[22565]: json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0) 2024-06-18T12:41:01.075 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:41:00 smithi098 bash[22565]: cephadm 2024-06-18T12:40:59.626653+0000 mgr.a (mgr.14150) 450 : cephadm [INF] Removed host smithi131 2024-06-18T12:41:01.075 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:41:00 smithi098 bash[22565]: cephadm 2024-06-18T12:40:59.628675+0000 mgr.a (mgr.14150) 451 : cephadm [ERR] executing refresh((['smithi089', 'smithi098', 'smithi131'],)) failed. 2024-06-18T12:41:01.075 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:41:00 smithi098 bash[22565]: Traceback (most recent call last): 2024-06-18T12:41:01.075 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:41:00 smithi098 bash[22565]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 97, in do_work 2024-06-18T12:41:01.075 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:41:00 smithi098 bash[22565]: return f(*arg) 2024-06-18T12:41:01.075 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:41:00 smithi098 bash[22565]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 316, in refresh 2024-06-18T12:41:01.075 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:41:00 smithi098 bash[22565]: and not self.mgr.inventory.has_label(host, SpecialHostLabels.NO_MEMORY_AUTOTUNE) 2024-06-18T12:41:01.075 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:41:00 smithi098 bash[22565]: File "/usr/share/ceph/mgr/cephadm/inventory.py", line 168, in has_label 2024-06-18T12:41:01.075 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:41:00 smithi098 bash[22565]: host = self._get_stored_name(host) 2024-06-18T12:41:01.075 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:41:00 smithi098 bash[22565]: File "/usr/share/ceph/mgr/cephadm/inventory.py", line 105, in _get_stored_name 2024-06-18T12:41:01.075 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:41:00 smithi098 bash[22565]: self.assert_host(host) 2024-06-18T12:41:01.075 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:41:00 smithi098 bash[22565]: File "/usr/share/ceph/mgr/cephadm/inventory.py", line 124, in assert_host 2024-06-18T12:41:01.075 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:41:00 smithi098 bash[22565]: raise OrchestratorError('host %s does not exist' % host) 2024-06-18T12:41:01.076 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:41:00 smithi098 bash[22565]: orchestrator._interface.OrchestratorError: host smithi131 does not exist 2024-06-18T12:41:01.076 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:41:00 smithi098 bash[22565]: audit 2024-06-18T12:40:59.630695+0000 mon.a (mon.0) 1044 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T12:41:01.076 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:41:00 smithi098 bash[22565]: audit 2024-06-18T12:40:59.634917+0000 mon.a (mon.0) 1045 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:41:01.076 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:41:00 smithi098 bash[22565]: audit 2024-06-18T12:40:59.636337+0000 mon.a (mon.0) 1046 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T12:41:01.076 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:41:00 smithi098 bash[22565]: cluster 2024-06-18T12:40:59.639257+0000 mgr.a (mgr.14150) 452 : cluster [DBG] pgmap v365: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-06-18T12:41:01.076 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:41:00 smithi098 bash[22565]: audit 2024-06-18T12:40:59.645909+0000 mon.a (mon.0) 1047 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:41:01.076 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:41:00 smithi098 bash[22565]: cephadm 2024-06-18T12:40:59.687579+0000 mgr.a (mgr.14150) 453 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-06-18T12:41:01.076 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:41:00 smithi098 bash[22565]: audit 2024-06-18T12:40:59.688171+0000 mon.a (mon.0) 1048 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-06-18T12:41:01.076 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:41:00 smithi098 bash[22565]: audit 2024-06-18T12:40:59.689452+0000 mon.a (mon.0) 1049 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-06-18T12:41:01.076 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:41:00 smithi098 bash[22565]: audit 2024-06-18T12:40:59.690574+0000 mon.a (mon.0) 1050 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:41:01.076 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:41:00 smithi098 bash[22565]: cephadm 2024-06-18T12:40:59.691684+0000 mgr.a (mgr.14150) 454 : cephadm [INF] Reconfiguring daemon mon.a on smithi089 2024-06-18T12:41:01.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:41:01 smithi089 bash[21925]: cluster 2024-06-18T12:41:00.616101+0000 mon.a (mon.0) 1051 : cluster [WRN] Health check failed: 1 stray host(s) with 1 daemon(s) not managed by cephadm (CEPHADM_STRAY_HOST) 2024-06-18T12:41:01.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:41:01 smithi089 bash[21925]: audit 2024-06-18T12:41:01.202046+0000 mon.a (mon.0) 1052 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:41:01.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:41:01 smithi089 bash[21925]: audit 2024-06-18T12:41:01.209012+0000 mon.a (mon.0) 1053 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:41:01.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:41:01 smithi089 bash[21925]: audit 2024-06-18T12:41:01.216892+0000 mon.a (mon.0) 1054 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:41:02.072 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:41:01 smithi098 bash[22565]: cluster 2024-06-18T12:41:00.616101+0000 mon.a (mon.0) 1051 : cluster [WRN] Health check failed: 1 stray host(s) with 1 daemon(s) not managed by cephadm (CEPHADM_STRAY_HOST) 2024-06-18T12:41:02.072 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:41:01 smithi098 bash[22565]: audit 2024-06-18T12:41:01.202046+0000 mon.a (mon.0) 1052 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:41:02.072 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:41:01 smithi098 bash[22565]: audit 2024-06-18T12:41:01.209012+0000 mon.a (mon.0) 1053 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:41:02.073 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:41:01 smithi098 bash[22565]: audit 2024-06-18T12:41:01.216892+0000 mon.a (mon.0) 1054 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:41:02.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:41:02 smithi089 bash[21925]: cluster 2024-06-18T12:41:01.639834+0000 mgr.a (mgr.14150) 455 : cluster [DBG] pgmap v366: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-06-18T12:41:02.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:41:02 smithi089 bash[21925]: audit 2024-06-18T12:41:02.068957+0000 mon.a (mon.0) 1055 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:41:02.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:41:02 smithi089 bash[21925]: audit 2024-06-18T12:41:02.075495+0000 mon.a (mon.0) 1056 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:41:02.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:41:02 smithi089 bash[21925]: audit 2024-06-18T12:41:02.077367+0000 mon.a (mon.0) 1057 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-06-18T12:41:02.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:41:02 smithi089 bash[21925]: audit 2024-06-18T12:41:02.078537+0000 mon.a (mon.0) 1058 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-06-18T12:41:02.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:41:02 smithi089 bash[21925]: audit 2024-06-18T12:41:02.079703+0000 mon.a (mon.0) 1059 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:41:03.072 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:41:02 smithi098 bash[22565]: cluster 2024-06-18T12:41:01.639834+0000 mgr.a (mgr.14150) 455 : cluster [DBG] pgmap v366: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-06-18T12:41:03.072 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:41:02 smithi098 bash[22565]: audit 2024-06-18T12:41:02.068957+0000 mon.a (mon.0) 1055 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:41:03.072 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:41:02 smithi098 bash[22565]: audit 2024-06-18T12:41:02.075495+0000 mon.a (mon.0) 1056 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:41:03.072 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:41:02 smithi098 bash[22565]: audit 2024-06-18T12:41:02.077367+0000 mon.a (mon.0) 1057 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-06-18T12:41:03.073 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:41:02 smithi098 bash[22565]: audit 2024-06-18T12:41:02.078537+0000 mon.a (mon.0) 1058 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-06-18T12:41:03.073 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:41:02 smithi098 bash[22565]: audit 2024-06-18T12:41:02.079703+0000 mon.a (mon.0) 1059 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:41:03.822 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:41:03 smithi098 bash[22565]: cephadm 2024-06-18T12:41:02.076895+0000 mgr.a (mgr.14150) 456 : cephadm [INF] Reconfiguring mgr.a (monmap changed)... 2024-06-18T12:41:03.822 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:41:03 smithi098 bash[22565]: cephadm 2024-06-18T12:41:02.080966+0000 mgr.a (mgr.14150) 457 : cephadm [INF] Reconfiguring daemon mgr.a on smithi089 2024-06-18T12:41:03.909 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:41:03 smithi089 bash[21925]: cephadm 2024-06-18T12:41:02.076895+0000 mgr.a (mgr.14150) 456 : cephadm [INF] Reconfiguring mgr.a (monmap changed)... 2024-06-18T12:41:03.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:41:03 smithi089 bash[21925]: cephadm 2024-06-18T12:41:02.080966+0000 mgr.a (mgr.14150) 457 : cephadm [INF] Reconfiguring daemon mgr.a on smithi089 2024-06-18T12:41:04.891 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:41:04 smithi089 bash[21925]: cluster 2024-06-18T12:41:03.640257+0000 mgr.a (mgr.14150) 458 : cluster [DBG] pgmap v367: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-06-18T12:41:04.891 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:41:04 smithi089 bash[21925]: audit 2024-06-18T12:41:04.380494+0000 mon.a (mon.0) 1060 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:41:04.891 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:41:04 smithi089 bash[21925]: audit 2024-06-18T12:41:04.388967+0000 mon.a (mon.0) 1061 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:41:04.891 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:41:04 smithi089 bash[21925]: audit 2024-06-18T12:41:04.391199+0000 mon.a (mon.0) 1062 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-06-18T12:41:04.891 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:41:04 smithi089 bash[21925]: audit 2024-06-18T12:41:04.392559+0000 mon.a (mon.0) 1063 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:41:04.961 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:41:04 smithi098 bash[22565]: cluster 2024-06-18T12:41:03.640257+0000 mgr.a (mgr.14150) 458 : cluster [DBG] pgmap v367: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-06-18T12:41:04.961 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:41:04 smithi098 bash[22565]: audit 2024-06-18T12:41:04.380494+0000 mon.a (mon.0) 1060 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:41:04.961 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:41:04 smithi098 bash[22565]: audit 2024-06-18T12:41:04.388967+0000 mon.a (mon.0) 1061 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:41:04.961 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:41:04 smithi098 bash[22565]: audit 2024-06-18T12:41:04.391199+0000 mon.a (mon.0) 1062 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-06-18T12:41:04.961 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:41:04 smithi098 bash[22565]: audit 2024-06-18T12:41:04.392559+0000 mon.a (mon.0) 1063 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:41:05.903 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:41:05 smithi089 bash[21925]: cephadm 2024-06-18T12:41:04.390714+0000 mgr.a (mgr.14150) 459 : cephadm [INF] Reconfiguring osd.0 (monmap changed)... 2024-06-18T12:41:05.903 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:41:05 smithi089 bash[21925]: cephadm 2024-06-18T12:41:04.394422+0000 mgr.a (mgr.14150) 460 : cephadm [INF] Reconfiguring daemon osd.0 on smithi089 2024-06-18T12:41:06.074 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:41:05 smithi098 bash[22565]: cephadm 2024-06-18T12:41:04.390714+0000 mgr.a (mgr.14150) 459 : cephadm [INF] Reconfiguring osd.0 (monmap changed)... 2024-06-18T12:41:06.074 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:41:05 smithi098 bash[22565]: cephadm 2024-06-18T12:41:04.394422+0000 mgr.a (mgr.14150) 460 : cephadm [INF] Reconfiguring daemon osd.0 on smithi089 2024-06-18T12:41:06.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:41:06 smithi089 bash[21925]: cluster 2024-06-18T12:41:05.640753+0000 mgr.a (mgr.14150) 461 : cluster [DBG] pgmap v368: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-06-18T12:41:06.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:41:06 smithi089 bash[21925]: audit 2024-06-18T12:41:06.593567+0000 mon.a (mon.0) 1064 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:41:06.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:41:06 smithi089 bash[21925]: audit 2024-06-18T12:41:06.599363+0000 mon.a (mon.0) 1065 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:41:06.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:41:06 smithi089 bash[21925]: audit 2024-06-18T12:41:06.600715+0000 mon.a (mon.0) 1066 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-06-18T12:41:06.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:41:06 smithi089 bash[21925]: audit 2024-06-18T12:41:06.601876+0000 mon.a (mon.0) 1067 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:41:07.072 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:41:06 smithi098 bash[22565]: cluster 2024-06-18T12:41:05.640753+0000 mgr.a (mgr.14150) 461 : cluster [DBG] pgmap v368: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-06-18T12:41:07.072 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:41:06 smithi098 bash[22565]: audit 2024-06-18T12:41:06.593567+0000 mon.a (mon.0) 1064 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:41:07.073 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:41:06 smithi098 bash[22565]: audit 2024-06-18T12:41:06.599363+0000 mon.a (mon.0) 1065 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:41:07.073 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:41:06 smithi098 bash[22565]: audit 2024-06-18T12:41:06.600715+0000 mon.a (mon.0) 1066 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-06-18T12:41:07.073 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:41:06 smithi098 bash[22565]: audit 2024-06-18T12:41:06.601876+0000 mon.a (mon.0) 1067 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:41:07.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:41:07 smithi089 bash[21925]: cephadm 2024-06-18T12:41:06.600341+0000 mgr.a (mgr.14150) 462 : cephadm [INF] Reconfiguring osd.1 (monmap changed)... 2024-06-18T12:41:07.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:41:07 smithi089 bash[21925]: cephadm 2024-06-18T12:41:06.603847+0000 mgr.a (mgr.14150) 463 : cephadm [INF] Reconfiguring daemon osd.1 on smithi089 2024-06-18T12:41:08.072 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:41:07 smithi098 bash[22565]: cephadm 2024-06-18T12:41:06.600341+0000 mgr.a (mgr.14150) 462 : cephadm [INF] Reconfiguring osd.1 (monmap changed)... 2024-06-18T12:41:08.072 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:41:07 smithi098 bash[22565]: cephadm 2024-06-18T12:41:06.603847+0000 mgr.a (mgr.14150) 463 : cephadm [INF] Reconfiguring daemon osd.1 on smithi089 2024-06-18T12:41:08.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:41:08 smithi089 bash[21925]: cluster 2024-06-18T12:41:07.641303+0000 mgr.a (mgr.14150) 464 : cluster [DBG] pgmap v369: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-06-18T12:41:09.072 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:41:08 smithi098 bash[22565]: cluster 2024-06-18T12:41:07.641303+0000 mgr.a (mgr.14150) 464 : cluster [DBG] pgmap v369: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-06-18T12:41:10.160 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:41:09 smithi089 bash[21925]: audit 2024-06-18T12:41:08.857271+0000 mon.a (mon.0) 1068 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:41:10.160 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:41:09 smithi089 bash[21925]: audit 2024-06-18T12:41:08.861696+0000 mon.a (mon.0) 1069 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:41:10.160 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:41:09 smithi089 bash[21925]: cephadm 2024-06-18T12:41:08.863199+0000 mgr.a (mgr.14150) 465 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-06-18T12:41:10.160 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:41:09 smithi089 bash[21925]: audit 2024-06-18T12:41:08.863625+0000 mon.a (mon.0) 1070 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-06-18T12:41:10.160 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:41:09 smithi089 bash[21925]: audit 2024-06-18T12:41:08.864873+0000 mon.a (mon.0) 1071 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-06-18T12:41:10.160 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:41:09 smithi089 bash[21925]: audit 2024-06-18T12:41:08.866040+0000 mon.a (mon.0) 1072 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:41:10.160 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:41:09 smithi089 bash[21925]: cephadm 2024-06-18T12:41:08.867519+0000 mgr.a (mgr.14150) 466 : cephadm [INF] Reconfiguring daemon mon.b on smithi098 2024-06-18T12:41:10.161 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:41:09 smithi089 bash[21925]: cluster 2024-06-18T12:41:09.641866+0000 mgr.a (mgr.14150) 467 : cluster [DBG] pgmap v370: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-06-18T12:41:10.174 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:41:09 smithi098 bash[22565]: audit 2024-06-18T12:41:08.857271+0000 mon.a (mon.0) 1068 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:41:10.175 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:41:09 smithi098 bash[22565]: audit 2024-06-18T12:41:08.861696+0000 mon.a (mon.0) 1069 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:41:10.175 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:41:09 smithi098 bash[22565]: cephadm 2024-06-18T12:41:08.863199+0000 mgr.a (mgr.14150) 465 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-06-18T12:41:10.175 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:41:09 smithi098 bash[22565]: audit 2024-06-18T12:41:08.863625+0000 mon.a (mon.0) 1070 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-06-18T12:41:10.175 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:41:09 smithi098 bash[22565]: audit 2024-06-18T12:41:08.864873+0000 mon.a (mon.0) 1071 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-06-18T12:41:10.175 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:41:09 smithi098 bash[22565]: audit 2024-06-18T12:41:08.866040+0000 mon.a (mon.0) 1072 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:41:10.175 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:41:09 smithi098 bash[22565]: cephadm 2024-06-18T12:41:08.867519+0000 mgr.a (mgr.14150) 466 : cephadm [INF] Reconfiguring daemon mon.b on smithi098 2024-06-18T12:41:10.175 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:41:09 smithi098 bash[22565]: cluster 2024-06-18T12:41:09.641866+0000 mgr.a (mgr.14150) 467 : cluster [DBG] pgmap v370: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-06-18T12:41:12.160 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:41:11 smithi089 bash[21925]: audit 2024-06-18T12:41:10.897348+0000 mon.a (mon.0) 1073 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:41:12.160 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:41:11 smithi089 bash[21925]: audit 2024-06-18T12:41:10.906546+0000 mon.a (mon.0) 1074 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:41:12.160 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:41:11 smithi089 bash[21925]: cephadm 2024-06-18T12:41:10.908062+0000 mgr.a (mgr.14150) 468 : cephadm [INF] Reconfiguring mgr.b (monmap changed)... 2024-06-18T12:41:12.160 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:41:11 smithi089 bash[21925]: audit 2024-06-18T12:41:10.908722+0000 mon.a (mon.0) 1075 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-06-18T12:41:12.160 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:41:11 smithi089 bash[21925]: audit 2024-06-18T12:41:10.910594+0000 mon.a (mon.0) 1076 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-06-18T12:41:12.160 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:41:11 smithi089 bash[21925]: audit 2024-06-18T12:41:10.912265+0000 mon.a (mon.0) 1077 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:41:12.160 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:41:11 smithi089 bash[21925]: cephadm 2024-06-18T12:41:10.914049+0000 mgr.a (mgr.14150) 469 : cephadm [INF] Reconfiguring daemon mgr.b on smithi098 2024-06-18T12:41:12.160 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:41:11 smithi089 bash[21925]: cluster 2024-06-18T12:41:11.642446+0000 mgr.a (mgr.14150) 470 : cluster [DBG] pgmap v371: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-06-18T12:41:12.166 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:41:11 smithi098 bash[22565]: audit 2024-06-18T12:41:10.897348+0000 mon.a (mon.0) 1073 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:41:12.166 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:41:11 smithi098 bash[22565]: audit 2024-06-18T12:41:10.906546+0000 mon.a (mon.0) 1074 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:41:12.166 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:41:11 smithi098 bash[22565]: cephadm 2024-06-18T12:41:10.908062+0000 mgr.a (mgr.14150) 468 : cephadm [INF] Reconfiguring mgr.b (monmap changed)... 2024-06-18T12:41:12.167 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:41:11 smithi098 bash[22565]: audit 2024-06-18T12:41:10.908722+0000 mon.a (mon.0) 1075 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-06-18T12:41:12.167 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:41:11 smithi098 bash[22565]: audit 2024-06-18T12:41:10.910594+0000 mon.a (mon.0) 1076 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-06-18T12:41:12.167 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:41:11 smithi098 bash[22565]: audit 2024-06-18T12:41:10.912265+0000 mon.a (mon.0) 1077 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:41:12.167 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:41:11 smithi098 bash[22565]: cephadm 2024-06-18T12:41:10.914049+0000 mgr.a (mgr.14150) 469 : cephadm [INF] Reconfiguring daemon mgr.b on smithi098 2024-06-18T12:41:12.167 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:41:11 smithi098 bash[22565]: cluster 2024-06-18T12:41:11.642446+0000 mgr.a (mgr.14150) 470 : cluster [DBG] pgmap v371: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-06-18T12:41:14.208 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:41:13 smithi098 bash[22565]: audit 2024-06-18T12:41:12.926678+0000 mon.a (mon.0) 1078 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:41:14.208 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:41:13 smithi098 bash[22565]: audit 2024-06-18T12:41:12.934634+0000 mon.a (mon.0) 1079 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:41:14.208 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:41:13 smithi098 bash[22565]: cephadm 2024-06-18T12:41:12.936216+0000 mgr.a (mgr.14150) 471 : cephadm [INF] Reconfiguring osd.2 (monmap changed)... 2024-06-18T12:41:14.208 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:41:13 smithi098 bash[22565]: audit 2024-06-18T12:41:12.936844+0000 mon.a (mon.0) 1080 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-06-18T12:41:14.208 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:41:13 smithi098 bash[22565]: audit 2024-06-18T12:41:12.938538+0000 mon.a (mon.0) 1081 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:41:14.208 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:41:13 smithi098 bash[22565]: cephadm 2024-06-18T12:41:12.941114+0000 mgr.a (mgr.14150) 472 : cephadm [INF] Reconfiguring daemon osd.2 on smithi098 2024-06-18T12:41:14.208 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:41:13 smithi098 bash[22565]: cluster 2024-06-18T12:41:13.643118+0000 mgr.a (mgr.14150) 473 : cluster [DBG] pgmap v372: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-06-18T12:41:14.410 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:41:13 smithi089 bash[21925]: audit 2024-06-18T12:41:12.926678+0000 mon.a (mon.0) 1078 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:41:14.410 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:41:13 smithi089 bash[21925]: audit 2024-06-18T12:41:12.934634+0000 mon.a (mon.0) 1079 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:41:14.410 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:41:13 smithi089 bash[21925]: cephadm 2024-06-18T12:41:12.936216+0000 mgr.a (mgr.14150) 471 : cephadm [INF] Reconfiguring osd.2 (monmap changed)... 2024-06-18T12:41:14.410 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:41:13 smithi089 bash[21925]: audit 2024-06-18T12:41:12.936844+0000 mon.a (mon.0) 1080 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-06-18T12:41:14.410 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:41:13 smithi089 bash[21925]: audit 2024-06-18T12:41:12.938538+0000 mon.a (mon.0) 1081 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:41:14.410 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:41:13 smithi089 bash[21925]: cephadm 2024-06-18T12:41:12.941114+0000 mgr.a (mgr.14150) 472 : cephadm [INF] Reconfiguring daemon osd.2 on smithi098 2024-06-18T12:41:14.410 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:41:13 smithi089 bash[21925]: cluster 2024-06-18T12:41:13.643118+0000 mgr.a (mgr.14150) 473 : cluster [DBG] pgmap v372: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-06-18T12:41:16.322 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:41:15 smithi098 bash[22565]: audit 2024-06-18T12:41:14.944137+0000 mon.a (mon.0) 1082 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:41:16.323 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:41:15 smithi098 bash[22565]: audit 2024-06-18T12:41:14.951974+0000 mon.a (mon.0) 1083 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:41:16.323 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:41:15 smithi098 bash[22565]: cephadm 2024-06-18T12:41:14.953402+0000 mgr.a (mgr.14150) 474 : cephadm [INF] Reconfiguring osd.3 (monmap changed)... 2024-06-18T12:41:16.323 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:41:15 smithi098 bash[22565]: audit 2024-06-18T12:41:14.953932+0000 mon.a (mon.0) 1084 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-06-18T12:41:16.323 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:41:15 smithi098 bash[22565]: audit 2024-06-18T12:41:14.955276+0000 mon.a (mon.0) 1085 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:41:16.323 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:41:15 smithi098 bash[22565]: cephadm 2024-06-18T12:41:14.957998+0000 mgr.a (mgr.14150) 475 : cephadm [INF] Reconfiguring daemon osd.3 on smithi098 2024-06-18T12:41:16.323 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:41:15 smithi098 bash[22565]: cluster 2024-06-18T12:41:15.643730+0000 mgr.a (mgr.14150) 476 : cluster [DBG] pgmap v373: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-06-18T12:41:16.370 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:41:15 smithi089 bash[21925]: audit 2024-06-18T12:41:14.944137+0000 mon.a (mon.0) 1082 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:41:16.370 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:41:15 smithi089 bash[21925]: audit 2024-06-18T12:41:14.951974+0000 mon.a (mon.0) 1083 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:41:16.370 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:41:15 smithi089 bash[21925]: cephadm 2024-06-18T12:41:14.953402+0000 mgr.a (mgr.14150) 474 : cephadm [INF] Reconfiguring osd.3 (monmap changed)... 2024-06-18T12:41:16.370 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:41:15 smithi089 bash[21925]: audit 2024-06-18T12:41:14.953932+0000 mon.a (mon.0) 1084 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-06-18T12:41:16.370 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:41:15 smithi089 bash[21925]: audit 2024-06-18T12:41:14.955276+0000 mon.a (mon.0) 1085 : audit [DBG] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T12:41:16.370 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:41:15 smithi089 bash[21925]: cephadm 2024-06-18T12:41:14.957998+0000 mgr.a (mgr.14150) 475 : cephadm [INF] Reconfiguring daemon osd.3 on smithi098 2024-06-18T12:41:16.370 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:41:15 smithi089 bash[21925]: cluster 2024-06-18T12:41:15.643730+0000 mgr.a (mgr.14150) 476 : cluster [DBG] pgmap v373: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-06-18T12:41:17.822 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:41:17 smithi098 bash[22565]: audit 2024-06-18T12:41:16.429855+0000 mon.a (mon.0) 1086 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:41:17.822 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:41:17 smithi098 bash[22565]: audit 2024-06-18T12:41:16.433269+0000 mon.a (mon.0) 1087 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:41:17.822 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:41:17 smithi098 bash[22565]: audit 2024-06-18T12:41:16.437610+0000 mon.a (mon.0) 1088 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:41:17.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:41:17 smithi098 bash[22565]: audit 2024-06-18T12:41:17.088341+0000 mon.a (mon.0) 1089 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:41:17.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:41:17 smithi098 bash[22565]: audit 2024-06-18T12:41:17.093721+0000 mon.a (mon.0) 1090 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:41:17.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:41:17 smithi089 bash[21925]: audit 2024-06-18T12:41:16.429855+0000 mon.a (mon.0) 1086 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:41:17.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:41:17 smithi089 bash[21925]: audit 2024-06-18T12:41:16.433269+0000 mon.a (mon.0) 1087 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:41:17.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:41:17 smithi089 bash[21925]: audit 2024-06-18T12:41:16.437610+0000 mon.a (mon.0) 1088 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:41:17.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:41:17 smithi089 bash[21925]: audit 2024-06-18T12:41:17.088341+0000 mon.a (mon.0) 1089 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:41:17.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:41:17 smithi089 bash[21925]: audit 2024-06-18T12:41:17.093721+0000 mon.a (mon.0) 1090 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:41:18.822 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:41:18 smithi098 bash[22565]: cluster 2024-06-18T12:41:17.644216+0000 mgr.a (mgr.14150) 477 : cluster [DBG] pgmap v374: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-06-18T12:41:18.910 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:41:18 smithi089 bash[21925]: cluster 2024-06-18T12:41:17.644216+0000 mgr.a (mgr.14150) 477 : cluster [DBG] pgmap v374: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-06-18T12:41:21.072 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:41:20 smithi098 bash[22565]: cluster 2024-06-18T12:41:19.644817+0000 mgr.a (mgr.14150) 478 : cluster [DBG] pgmap v375: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-06-18T12:41:21.160 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:41:20 smithi089 bash[21925]: cluster 2024-06-18T12:41:19.644817+0000 mgr.a (mgr.14150) 478 : cluster [DBG] pgmap v375: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-06-18T12:41:22.660 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:41:22 smithi089 bash[21925]: audit 2024-06-18T12:41:21.416403+0000 mon.a (mon.0) 1091 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:41:22.660 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:41:22 smithi089 bash[21925]: audit 2024-06-18T12:41:21.423683+0000 mon.a (mon.0) 1092 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:41:22.660 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:41:22 smithi089 bash[21925]: audit 2024-06-18T12:41:21.432653+0000 mon.a (mon.0) 1093 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:41:22.660 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:41:22 smithi089 bash[21925]: cluster 2024-06-18T12:41:21.645395+0000 mgr.a (mgr.14150) 479 : cluster [DBG] pgmap v376: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-06-18T12:41:22.822 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:41:22 smithi098 bash[22565]: audit 2024-06-18T12:41:21.416403+0000 mon.a (mon.0) 1091 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:41:22.822 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:41:22 smithi098 bash[22565]: audit 2024-06-18T12:41:21.423683+0000 mon.a (mon.0) 1092 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:41:22.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:41:22 smithi098 bash[22565]: audit 2024-06-18T12:41:21.432653+0000 mon.a (mon.0) 1093 : audit [INF] from='mgr.14150 172.21.15.89:0/2399136474' entity='mgr.a' 2024-06-18T12:41:22.823 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:41:22 smithi098 bash[22565]: cluster 2024-06-18T12:41:21.645395+0000 mgr.a (mgr.14150) 479 : cluster [DBG] pgmap v376: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-06-18T12:41:24.072 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:41:23 smithi098 bash[22565]: cluster 2024-06-18T12:41:23.645997+0000 mgr.a (mgr.14150) 480 : cluster [DBG] pgmap v377: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-06-18T12:41:24.160 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:41:23 smithi089 bash[21925]: cluster 2024-06-18T12:41:23.645997+0000 mgr.a (mgr.14150) 480 : cluster [DBG] pgmap v377: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-06-18T12:41:26.072 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:41:25 smithi098 bash[22565]: cluster 2024-06-18T12:41:25.646582+0000 mgr.a (mgr.14150) 481 : cluster [DBG] pgmap v378: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-06-18T12:41:26.160 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:41:25 smithi089 bash[21925]: cluster 2024-06-18T12:41:25.646582+0000 mgr.a (mgr.14150) 481 : cluster [DBG] pgmap v378: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-06-18T12:41:28.072 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:41:27 smithi098 bash[22565]: cluster 2024-06-18T12:41:27.647127+0000 mgr.a (mgr.14150) 482 : cluster [DBG] pgmap v379: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-06-18T12:41:28.160 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:41:27 smithi089 bash[21925]: cluster 2024-06-18T12:41:27.647127+0000 mgr.a (mgr.14150) 482 : cluster [DBG] pgmap v379: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-06-18T12:41:29.643 INFO:teuthology.orchestra.run.smithi089.stderr:+ ceph osd getcrushmap -o compiled-crushmap 2024-06-18T12:41:29.940 INFO:teuthology.orchestra.run.smithi089.stderr:18 2024-06-18T12:41:29.953 INFO:teuthology.orchestra.run.smithi089.stderr:+ crushtool -d compiled-crushmap -o crushmap.txt 2024-06-18T12:41:29.969 INFO:teuthology.orchestra.run.smithi089.stderr:++ cat crushmap.txt 2024-06-18T12:41:29.970 INFO:teuthology.orchestra.run.smithi089.stderr:+ CRUSH_MAP='# begin crush map 2024-06-18T12:41:29.970 INFO:teuthology.orchestra.run.smithi089.stderr:tunable choose_local_tries 0 2024-06-18T12:41:29.970 INFO:teuthology.orchestra.run.smithi089.stderr:tunable choose_local_fallback_tries 0 2024-06-18T12:41:29.970 INFO:teuthology.orchestra.run.smithi089.stderr:tunable choose_total_tries 50 2024-06-18T12:41:29.970 INFO:teuthology.orchestra.run.smithi089.stderr:tunable chooseleaf_descend_once 1 2024-06-18T12:41:29.971 INFO:teuthology.orchestra.run.smithi089.stderr:tunable chooseleaf_vary_r 1 2024-06-18T12:41:29.971 INFO:teuthology.orchestra.run.smithi089.stderr:tunable chooseleaf_stable 1 2024-06-18T12:41:29.971 INFO:teuthology.orchestra.run.smithi089.stderr:tunable straw_calc_version 1 2024-06-18T12:41:29.971 INFO:teuthology.orchestra.run.smithi089.stderr:tunable allowed_bucket_algs 54 2024-06-18T12:41:29.971 INFO:teuthology.orchestra.run.smithi089.stderr: 2024-06-18T12:41:29.971 INFO:teuthology.orchestra.run.smithi089.stderr:# devices 2024-06-18T12:41:29.971 INFO:teuthology.orchestra.run.smithi089.stderr:device 0 osd.0 class ssd 2024-06-18T12:41:29.971 INFO:teuthology.orchestra.run.smithi089.stderr:device 1 osd.1 class ssd 2024-06-18T12:41:29.971 INFO:teuthology.orchestra.run.smithi089.stderr:device 2 osd.2 class ssd 2024-06-18T12:41:29.971 INFO:teuthology.orchestra.run.smithi089.stderr:device 3 osd.3 class ssd 2024-06-18T12:41:29.971 INFO:teuthology.orchestra.run.smithi089.stderr: 2024-06-18T12:41:29.971 INFO:teuthology.orchestra.run.smithi089.stderr:# types 2024-06-18T12:41:29.971 INFO:teuthology.orchestra.run.smithi089.stderr:type 0 osd 2024-06-18T12:41:29.971 INFO:teuthology.orchestra.run.smithi089.stderr:type 1 host 2024-06-18T12:41:29.972 INFO:teuthology.orchestra.run.smithi089.stderr:type 2 chassis 2024-06-18T12:41:29.972 INFO:teuthology.orchestra.run.smithi089.stderr:type 3 rack 2024-06-18T12:41:29.972 INFO:teuthology.orchestra.run.smithi089.stderr:type 4 row 2024-06-18T12:41:29.972 INFO:teuthology.orchestra.run.smithi089.stderr:type 5 pdu 2024-06-18T12:41:29.972 INFO:teuthology.orchestra.run.smithi089.stderr:type 6 pod 2024-06-18T12:41:29.972 INFO:teuthology.orchestra.run.smithi089.stderr:type 7 room 2024-06-18T12:41:29.972 INFO:teuthology.orchestra.run.smithi089.stderr:type 8 datacenter 2024-06-18T12:41:29.972 INFO:teuthology.orchestra.run.smithi089.stderr:type 9 zone 2024-06-18T12:41:29.972 INFO:teuthology.orchestra.run.smithi089.stderr:type 10 region 2024-06-18T12:41:29.972 INFO:teuthology.orchestra.run.smithi089.stderr:type 11 root 2024-06-18T12:41:29.972 INFO:teuthology.orchestra.run.smithi089.stderr: 2024-06-18T12:41:29.972 INFO:teuthology.orchestra.run.smithi089.stderr:# buckets 2024-06-18T12:41:29.972 INFO:teuthology.orchestra.run.smithi089.stderr:host smithi089 { 2024-06-18T12:41:29.972 INFO:teuthology.orchestra.run.smithi089.stderr: id -3 # do not change unnecessarily 2024-06-18T12:41:29.972 INFO:teuthology.orchestra.run.smithi089.stderr: id -4 class ssd # do not change unnecessarily 2024-06-18T12:41:29.973 INFO:teuthology.orchestra.run.smithi089.stderr: # weight 0.17459 2024-06-18T12:41:29.973 INFO:teuthology.orchestra.run.smithi089.stderr: alg straw2 2024-06-18T12:41:29.973 INFO:teuthology.orchestra.run.smithi089.stderr: hash 0 # rjenkins1 2024-06-18T12:41:29.973 INFO:teuthology.orchestra.run.smithi089.stderr: item osd.0 weight 0.08730 2024-06-18T12:41:29.973 INFO:teuthology.orchestra.run.smithi089.stderr: item osd.1 weight 0.08730 2024-06-18T12:41:29.973 INFO:teuthology.orchestra.run.smithi089.stderr:} 2024-06-18T12:41:29.973 INFO:teuthology.orchestra.run.smithi089.stderr:host smithi098 { 2024-06-18T12:41:29.973 INFO:teuthology.orchestra.run.smithi089.stderr: id -5 # do not change unnecessarily 2024-06-18T12:41:29.973 INFO:teuthology.orchestra.run.smithi089.stderr: id -6 class ssd # do not change unnecessarily 2024-06-18T12:41:29.973 INFO:teuthology.orchestra.run.smithi089.stderr: # weight 0.17459 2024-06-18T12:41:29.973 INFO:teuthology.orchestra.run.smithi089.stderr: alg straw2 2024-06-18T12:41:29.973 INFO:teuthology.orchestra.run.smithi089.stderr: hash 0 # rjenkins1 2024-06-18T12:41:29.973 INFO:teuthology.orchestra.run.smithi089.stderr: item osd.2 weight 0.08730 2024-06-18T12:41:29.973 INFO:teuthology.orchestra.run.smithi089.stderr: item osd.3 weight 0.08730 2024-06-18T12:41:29.974 INFO:teuthology.orchestra.run.smithi089.stderr:} 2024-06-18T12:41:29.974 INFO:teuthology.orchestra.run.smithi089.stderr:root default { 2024-06-18T12:41:29.974 INFO:teuthology.orchestra.run.smithi089.stderr: id -1 # do not change unnecessarily 2024-06-18T12:41:29.974 INFO:teuthology.orchestra.run.smithi089.stderr: id -2 class ssd # do not change unnecessarily 2024-06-18T12:41:29.974 INFO:teuthology.orchestra.run.smithi089.stderr: # weight 0.34918 2024-06-18T12:41:29.974 INFO:teuthology.orchestra.run.smithi089.stderr: alg straw2 2024-06-18T12:41:29.974 INFO:teuthology.orchestra.run.smithi089.stderr: hash 0 # rjenkins1 2024-06-18T12:41:29.974 INFO:teuthology.orchestra.run.smithi089.stderr: item smithi089 weight 0.17459 2024-06-18T12:41:29.974 INFO:teuthology.orchestra.run.smithi089.stderr: item smithi098 weight 0.17459 2024-06-18T12:41:29.974 INFO:teuthology.orchestra.run.smithi089.stderr:} 2024-06-18T12:41:29.974 INFO:teuthology.orchestra.run.smithi089.stderr: 2024-06-18T12:41:29.974 INFO:teuthology.orchestra.run.smithi089.stderr:# rules 2024-06-18T12:41:29.974 INFO:teuthology.orchestra.run.smithi089.stderr:rule replicated_rule { 2024-06-18T12:41:29.974 INFO:teuthology.orchestra.run.smithi089.stderr: id 0 2024-06-18T12:41:29.975 INFO:teuthology.orchestra.run.smithi089.stderr: type replicated 2024-06-18T12:41:29.975 INFO:teuthology.orchestra.run.smithi089.stderr: step take default 2024-06-18T12:41:29.975 INFO:teuthology.orchestra.run.smithi089.stderr: step choose firstn 0 type osd 2024-06-18T12:41:29.975 INFO:teuthology.orchestra.run.smithi089.stderr: step emit 2024-06-18T12:41:29.975 INFO:teuthology.orchestra.run.smithi089.stderr:} 2024-06-18T12:41:29.975 INFO:teuthology.orchestra.run.smithi089.stderr: 2024-06-18T12:41:29.975 INFO:teuthology.orchestra.run.smithi089.stderr:# end crush map' 2024-06-18T12:41:29.975 INFO:teuthology.orchestra.run.smithi089.stderr:+ grep -q smithi131 2024-06-18T12:41:30.001 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:41:29 smithi089 bash[21925]: cluster 2024-06-18T12:41:29.647703+0000 mgr.a (mgr.14150) 483 : cluster [DBG] pgmap v380: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-06-18T12:41:30.072 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:41:29 smithi098 bash[22565]: cluster 2024-06-18T12:41:29.647703+0000 mgr.a (mgr.14150) 483 : cluster [DBG] pgmap v380: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-06-18T12:41:30.598 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-06-18T12:41:30.607 INFO:tasks.cephadm:Teardown begin 2024-06-18T12:41:30.607 DEBUG:teuthology.orchestra.run.smithi089:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-06-18T12:41:30.621 DEBUG:teuthology.orchestra.run.smithi098:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-06-18T12:41:30.636 DEBUG:teuthology.orchestra.run.smithi131:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-06-18T12:41:30.650 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-06-18T12:41:30.651 DEBUG:teuthology.orchestra.run.smithi089:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-06-18T12:41:30.669 DEBUG:teuthology.orchestra.run.smithi098:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-06-18T12:41:30.683 DEBUG:teuthology.orchestra.run.smithi131:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-06-18T12:41:30.696 INFO:tasks.cephadm:Stopping all daemons... 2024-06-18T12:41:30.696 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-06-18T12:41:30.697 DEBUG:teuthology.orchestra.run.smithi089:> sudo systemctl stop ceph-326ab62a-2d6e-11ef-bc9d-c7b262605968@mon.a 2024-06-18T12:41:30.864 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:41:30 smithi089 systemd[1]: Stopping Ceph mon.a for 326ab62a-2d6e-11ef-bc9d-c7b262605968... 2024-06-18T12:41:30.864 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:41:30 smithi089 bash[21925]: audit 2024-06-18T12:41:29.946558+0000 mon.a (mon.0) 1094 : audit [DBG] from='client.? 172.21.15.89:0/2468032014' entity='client.admin' cmd=[{"prefix": "osd getcrushmap"}]: dispatch 2024-06-18T12:41:31.056 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:41:30 smithi089 bash[21925]: debug 2024-06-18T12:41:30.864+0000 7f399f2c4640 -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-06-18T12:41:31.056 INFO:journalctl@ceph.mon.a.smithi089.stdout:Jun 18 12:41:30 smithi089 bash[21925]: debug 2024-06-18T12:41:30.864+0000 7f399f2c4640 -1 mon.a@0(leader) e4 *** Got Signal Terminated *** 2024-06-18T12:41:31.072 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:41:30 smithi098 bash[22565]: audit 2024-06-18T12:41:29.946558+0000 mon.a (mon.0) 1094 : audit [DBG] from='client.? 172.21.15.89:0/2468032014' entity='client.admin' cmd=[{"prefix": "osd getcrushmap"}]: dispatch 2024-06-18T12:41:31.604 DEBUG:teuthology.orchestra.run.smithi089:> sudo pkill -f 'journalctl -f -n 0 -u ceph-326ab62a-2d6e-11ef-bc9d-c7b262605968@mon.a.service' 2024-06-18T12:41:31.637 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-06-18T12:41:31.637 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-06-18T12:41:31.637 INFO:tasks.cephadm.mon.c:Stopping mon.b... 2024-06-18T12:41:31.637 DEBUG:teuthology.orchestra.run.smithi098:> sudo systemctl stop ceph-326ab62a-2d6e-11ef-bc9d-c7b262605968@mon.b 2024-06-18T12:41:31.963 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:41:31 smithi098 systemd[1]: Stopping Ceph mon.b for 326ab62a-2d6e-11ef-bc9d-c7b262605968... 2024-06-18T12:41:31.963 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:41:31 smithi098 bash[22565]: debug 2024-06-18T12:41:31.772+0000 7fe50b876640 -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-06-18T12:41:31.963 INFO:journalctl@ceph.mon.b.smithi098.stdout:Jun 18 12:41:31 smithi098 bash[22565]: debug 2024-06-18T12:41:31.772+0000 7fe50b876640 -1 mon.b@1(peon) e4 *** Got Signal Terminated *** 2024-06-18T12:41:32.696 DEBUG:teuthology.orchestra.run.smithi098:> sudo pkill -f 'journalctl -f -n 0 -u ceph-326ab62a-2d6e-11ef-bc9d-c7b262605968@mon.b.service' 2024-06-18T12:41:32.725 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-06-18T12:41:32.726 INFO:tasks.cephadm.mon.c:Stopped mon.b 2024-06-18T12:41:32.726 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2024-06-18T12:41:32.726 DEBUG:teuthology.orchestra.run.smithi131:> sudo systemctl stop ceph-326ab62a-2d6e-11ef-bc9d-c7b262605968@mon.c 2024-06-18T12:41:32.750 DEBUG:teuthology.orchestra.run.smithi131:> sudo pkill -f 'journalctl -f -n 0 -u ceph-326ab62a-2d6e-11ef-bc9d-c7b262605968@mon.c.service' 2024-06-18T12:41:32.820 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-06-18T12:41:32.820 INFO:tasks.cephadm.mon.c:Stopped mon.c 2024-06-18T12:41:32.820 INFO:tasks.cephadm.mgr.a:Stopping mgr.a... 2024-06-18T12:41:32.820 DEBUG:teuthology.orchestra.run.smithi089:> sudo systemctl stop ceph-326ab62a-2d6e-11ef-bc9d-c7b262605968@mgr.a 2024-06-18T12:41:33.160 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:41:32 smithi089 systemd[1]: Stopping Ceph mgr.a for 326ab62a-2d6e-11ef-bc9d-c7b262605968... 2024-06-18T12:41:33.160 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:41:32 smithi089 bash[22179]: debug 2024-06-18T12:41:32.956+0000 7feed543b640 -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-06-18T12:41:33.160 INFO:journalctl@ceph.mgr.a.smithi089.stdout:Jun 18 12:41:32 smithi089 bash[22179]: debug 2024-06-18T12:41:32.956+0000 7feed543b640 -1 mgr handle_mgr_signal *** Got signal Terminated *** 2024-06-18T12:41:33.701 DEBUG:teuthology.orchestra.run.smithi089:> sudo pkill -f 'journalctl -f -n 0 -u ceph-326ab62a-2d6e-11ef-bc9d-c7b262605968@mgr.a.service' 2024-06-18T12:41:33.721 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-06-18T12:41:33.722 INFO:tasks.cephadm.mgr.a:Stopped mgr.a 2024-06-18T12:41:33.722 INFO:tasks.cephadm.mgr.b:Stopping mgr.b... 2024-06-18T12:41:33.722 DEBUG:teuthology.orchestra.run.smithi098:> sudo systemctl stop ceph-326ab62a-2d6e-11ef-bc9d-c7b262605968@mgr.b 2024-06-18T12:41:34.068 INFO:journalctl@ceph.mgr.b.smithi098.stdout:Jun 18 12:41:33 smithi098 systemd[1]: Stopping Ceph mgr.b for 326ab62a-2d6e-11ef-bc9d-c7b262605968... 2024-06-18T12:41:34.552 DEBUG:teuthology.orchestra.run.smithi098:> sudo pkill -f 'journalctl -f -n 0 -u ceph-326ab62a-2d6e-11ef-bc9d-c7b262605968@mgr.b.service' 2024-06-18T12:41:34.574 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-06-18T12:41:34.574 INFO:tasks.cephadm.mgr.b:Stopped mgr.b 2024-06-18T12:41:34.574 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-06-18T12:41:34.575 DEBUG:teuthology.orchestra.run.smithi089:> sudo systemctl stop ceph-326ab62a-2d6e-11ef-bc9d-c7b262605968@osd.0 2024-06-18T12:41:34.910 INFO:journalctl@ceph.osd.0.smithi089.stdout:Jun 18 12:41:34 smithi089 systemd[1]: Stopping Ceph osd.0 for 326ab62a-2d6e-11ef-bc9d-c7b262605968... 2024-06-18T12:41:34.910 INFO:journalctl@ceph.osd.0.smithi089.stdout:Jun 18 12:41:34 smithi089 bash[31828]: debug 2024-06-18T12:41:34.724+0000 7ff4632d8640 -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-06-18T12:41:34.910 INFO:journalctl@ceph.osd.0.smithi089.stdout:Jun 18 12:41:34 smithi089 bash[31828]: debug 2024-06-18T12:41:34.724+0000 7ff4632d8640 -1 osd.0 57 *** Got signal Terminated *** 2024-06-18T12:41:34.910 INFO:journalctl@ceph.osd.0.smithi089.stdout:Jun 18 12:41:34 smithi089 bash[31828]: debug 2024-06-18T12:41:34.724+0000 7ff4632d8640 -1 osd.0 57 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-06-18T12:41:40.864 INFO:journalctl@ceph.osd.0.smithi089.stdout:Jun 18 12:41:40 smithi089 bash[46891]: ceph-326ab62a-2d6e-11ef-bc9d-c7b262605968-osd-0 2024-06-18T12:41:40.865 INFO:journalctl@ceph.osd.0.smithi089.stdout:Jun 18 12:41:40 smithi089 bash[47118]: Error response from daemon: No such container: ceph-326ab62a-2d6e-11ef-bc9d-c7b262605968-osd-0 2024-06-18T12:41:42.534 DEBUG:teuthology.orchestra.run.smithi089:> sudo pkill -f 'journalctl -f -n 0 -u ceph-326ab62a-2d6e-11ef-bc9d-c7b262605968@osd.0.service' 2024-06-18T12:41:42.562 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-06-18T12:41:42.562 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-06-18T12:41:42.562 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-06-18T12:41:42.562 DEBUG:teuthology.orchestra.run.smithi089:> sudo systemctl stop ceph-326ab62a-2d6e-11ef-bc9d-c7b262605968@osd.1 2024-06-18T12:41:42.910 INFO:journalctl@ceph.osd.1.smithi089.stdout:Jun 18 12:41:42 smithi089 systemd[1]: Stopping Ceph osd.1 for 326ab62a-2d6e-11ef-bc9d-c7b262605968... 2024-06-18T12:41:42.911 INFO:journalctl@ceph.osd.1.smithi089.stdout:Jun 18 12:41:42 smithi089 bash[35677]: debug 2024-06-18T12:41:42.739+0000 7fadb513e640 -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-06-18T12:41:42.911 INFO:journalctl@ceph.osd.1.smithi089.stdout:Jun 18 12:41:42 smithi089 bash[35677]: debug 2024-06-18T12:41:42.739+0000 7fadb513e640 -1 osd.1 57 *** Got signal Terminated *** 2024-06-18T12:41:42.911 INFO:journalctl@ceph.osd.1.smithi089.stdout:Jun 18 12:41:42 smithi089 bash[35677]: debug 2024-06-18T12:41:42.739+0000 7fadb513e640 -1 osd.1 57 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-06-18T12:41:49.023 INFO:journalctl@ceph.osd.1.smithi089.stdout:Jun 18 12:41:48 smithi089 bash[47257]: ceph-326ab62a-2d6e-11ef-bc9d-c7b262605968-osd-1 2024-06-18T12:41:49.023 INFO:journalctl@ceph.osd.1.smithi089.stdout:Jun 18 12:41:48 smithi089 bash[47406]: Error response from daemon: No such container: ceph-326ab62a-2d6e-11ef-bc9d-c7b262605968-osd-1 2024-06-18T12:41:50.651 DEBUG:teuthology.orchestra.run.smithi089:> sudo pkill -f 'journalctl -f -n 0 -u ceph-326ab62a-2d6e-11ef-bc9d-c7b262605968@osd.1.service' 2024-06-18T12:41:50.682 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-06-18T12:41:50.682 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-06-18T12:41:50.682 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-06-18T12:41:50.682 DEBUG:teuthology.orchestra.run.smithi098:> sudo systemctl stop ceph-326ab62a-2d6e-11ef-bc9d-c7b262605968@osd.2 2024-06-18T12:41:51.072 INFO:journalctl@ceph.osd.2.smithi098.stdout:Jun 18 12:41:50 smithi098 systemd[1]: Stopping Ceph osd.2 for 326ab62a-2d6e-11ef-bc9d-c7b262605968... 2024-06-18T12:41:51.072 INFO:journalctl@ceph.osd.2.smithi098.stdout:Jun 18 12:41:50 smithi098 bash[28258]: debug 2024-06-18T12:41:50.828+0000 7fdc1ecec640 -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-06-18T12:41:51.072 INFO:journalctl@ceph.osd.2.smithi098.stdout:Jun 18 12:41:50 smithi098 bash[28258]: debug 2024-06-18T12:41:50.828+0000 7fdc1ecec640 -1 osd.2 57 *** Got signal Terminated *** 2024-06-18T12:41:51.073 INFO:journalctl@ceph.osd.2.smithi098.stdout:Jun 18 12:41:50 smithi098 bash[28258]: debug 2024-06-18T12:41:50.828+0000 7fdc1ecec640 -1 osd.2 57 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-06-18T12:41:56.967 INFO:journalctl@ceph.osd.2.smithi098.stdout:Jun 18 12:41:56 smithi098 bash[37631]: ceph-326ab62a-2d6e-11ef-bc9d-c7b262605968-osd-2 2024-06-18T12:41:56.968 INFO:journalctl@ceph.osd.2.smithi098.stdout:Jun 18 12:41:56 smithi098 bash[37695]: Error response from daemon: No such container: ceph-326ab62a-2d6e-11ef-bc9d-c7b262605968-osd-2 2024-06-18T12:41:58.667 DEBUG:teuthology.orchestra.run.smithi098:> sudo pkill -f 'journalctl -f -n 0 -u ceph-326ab62a-2d6e-11ef-bc9d-c7b262605968@osd.2.service' 2024-06-18T12:41:58.691 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-06-18T12:41:58.691 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-06-18T12:41:58.692 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2024-06-18T12:41:58.692 DEBUG:teuthology.orchestra.run.smithi098:> sudo systemctl stop ceph-326ab62a-2d6e-11ef-bc9d-c7b262605968@osd.3 2024-06-18T12:41:59.072 INFO:journalctl@ceph.osd.3.smithi098.stdout:Jun 18 12:41:58 smithi098 systemd[1]: Stopping Ceph osd.3 for 326ab62a-2d6e-11ef-bc9d-c7b262605968... 2024-06-18T12:41:59.073 INFO:journalctl@ceph.osd.3.smithi098.stdout:Jun 18 12:41:58 smithi098 bash[31893]: debug 2024-06-18T12:41:58.872+0000 7fbc83719640 -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-06-18T12:41:59.073 INFO:journalctl@ceph.osd.3.smithi098.stdout:Jun 18 12:41:58 smithi098 bash[31893]: debug 2024-06-18T12:41:58.872+0000 7fbc83719640 -1 osd.3 57 *** Got signal Terminated *** 2024-06-18T12:41:59.073 INFO:journalctl@ceph.osd.3.smithi098.stdout:Jun 18 12:41:58 smithi098 bash[31893]: debug 2024-06-18T12:41:58.872+0000 7fbc83719640 -1 osd.3 57 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-06-18T12:42:03.572 INFO:journalctl@ceph.osd.3.smithi098.stdout:Jun 18 12:42:03 smithi098 bash[31893]: debug 2024-06-18T12:42:03.196+0000 7fbc7fd2f640 -1 osd.3 57 heartbeat_check: no reply from 172.21.15.89:6806 osd.0 since back 2024-06-18T12:41:38.409312+0000 front 2024-06-18T12:41:38.409279+0000 (oldest deadline 2024-06-18T12:42:02.509048+0000) 2024-06-18T12:42:05.019 INFO:journalctl@ceph.osd.3.smithi098.stdout:Jun 18 12:42:04 smithi098 bash[37822]: ceph-326ab62a-2d6e-11ef-bc9d-c7b262605968-osd-3 2024-06-18T12:42:05.020 INFO:journalctl@ceph.osd.3.smithi098.stdout:Jun 18 12:42:04 smithi098 bash[37965]: Error response from daemon: No such container: ceph-326ab62a-2d6e-11ef-bc9d-c7b262605968-osd-3 2024-06-18T12:42:07.742 DEBUG:teuthology.orchestra.run.smithi098:> sudo pkill -f 'journalctl -f -n 0 -u ceph-326ab62a-2d6e-11ef-bc9d-c7b262605968@osd.3.service' 2024-06-18T12:42:07.775 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-06-18T12:42:07.775 INFO:tasks.cephadm.osd.3:Stopped osd.3 2024-06-18T12:42:07.775 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2024-06-18T12:42:07.775 DEBUG:teuthology.orchestra.run.smithi131:> sudo systemctl stop ceph-326ab62a-2d6e-11ef-bc9d-c7b262605968@osd.4 2024-06-18T12:42:07.808 DEBUG:teuthology.orchestra.run.smithi131:> sudo pkill -f 'journalctl -f -n 0 -u ceph-326ab62a-2d6e-11ef-bc9d-c7b262605968@osd.4.service' 2024-06-18T12:42:07.875 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-06-18T12:42:07.875 INFO:tasks.cephadm.osd.4:Stopped osd.4 2024-06-18T12:42:07.875 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2024-06-18T12:42:07.875 DEBUG:teuthology.orchestra.run.smithi131:> sudo systemctl stop ceph-326ab62a-2d6e-11ef-bc9d-c7b262605968@osd.5 2024-06-18T12:42:07.953 DEBUG:teuthology.orchestra.run.smithi131:> sudo pkill -f 'journalctl -f -n 0 -u ceph-326ab62a-2d6e-11ef-bc9d-c7b262605968@osd.5.service' 2024-06-18T12:42:08.032 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-06-18T12:42:08.032 INFO:tasks.cephadm.osd.5:Stopped osd.5 2024-06-18T12:42:08.032 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 326ab62a-2d6e-11ef-bc9d-c7b262605968 --force --keep-logs 2024-06-18T12:42:08.200 INFO:teuthology.orchestra.run.smithi089.stdout:Deleting cluster with fsid: 326ab62a-2d6e-11ef-bc9d-c7b262605968 2024-06-18T12:42:10.900 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 326ab62a-2d6e-11ef-bc9d-c7b262605968 --force --keep-logs 2024-06-18T12:42:11.068 INFO:teuthology.orchestra.run.smithi098.stdout:Deleting cluster with fsid: 326ab62a-2d6e-11ef-bc9d-c7b262605968 2024-06-18T12:42:13.661 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 326ab62a-2d6e-11ef-bc9d-c7b262605968 --force --keep-logs 2024-06-18T12:42:13.829 INFO:teuthology.orchestra.run.smithi131.stdout:Deleting cluster with fsid: 326ab62a-2d6e-11ef-bc9d-c7b262605968 2024-06-18T12:42:15.370 DEBUG:teuthology.orchestra.run.smithi089:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-06-18T12:42:15.385 DEBUG:teuthology.orchestra.run.smithi098:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-06-18T12:42:15.399 DEBUG:teuthology.orchestra.run.smithi131:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-06-18T12:42:15.412 INFO:tasks.cephadm:Archiving crash dumps... 2024-06-18T12:42:15.413 DEBUG:teuthology.misc:Transferring archived files from smithi089:/var/lib/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-06-17_21:08:03-orch-squid-distro-default-smithi/7760516/remote/smithi089/crash 2024-06-18T12:42:15.414 DEBUG:teuthology.orchestra.run.smithi089:> sudo tar c -f - -C /var/lib/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/crash -- . 2024-06-18T12:42:15.439 INFO:teuthology.orchestra.run.smithi089.stderr:tar: /var/lib/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/crash: Cannot open: No such file or directory 2024-06-18T12:42:15.440 INFO:teuthology.orchestra.run.smithi089.stderr:tar: Error is not recoverable: exiting now 2024-06-18T12:42:15.441 DEBUG:teuthology.misc:Transferring archived files from smithi098:/var/lib/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-06-17_21:08:03-orch-squid-distro-default-smithi/7760516/remote/smithi098/crash 2024-06-18T12:42:15.442 DEBUG:teuthology.orchestra.run.smithi098:> sudo tar c -f - -C /var/lib/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/crash -- . 2024-06-18T12:42:15.454 INFO:teuthology.orchestra.run.smithi098.stderr:tar: /var/lib/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/crash: Cannot open: No such file or directory 2024-06-18T12:42:15.454 INFO:teuthology.orchestra.run.smithi098.stderr:tar: Error is not recoverable: exiting now 2024-06-18T12:42:15.456 DEBUG:teuthology.misc:Transferring archived files from smithi131:/var/lib/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-06-17_21:08:03-orch-squid-distro-default-smithi/7760516/remote/smithi131/crash 2024-06-18T12:42:15.457 DEBUG:teuthology.orchestra.run.smithi131:> sudo tar c -f - -C /var/lib/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/crash -- . 2024-06-18T12:42:15.467 INFO:teuthology.orchestra.run.smithi131.stderr:tar: /var/lib/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/crash: Cannot open: No such file or directory 2024-06-18T12:42:15.468 INFO:teuthology.orchestra.run.smithi131.stderr:tar: Error is not recoverable: exiting now 2024-06-18T12:42:15.469 INFO:tasks.cephadm:Checking cluster log for badness... 2024-06-18T12:42:15.469 DEBUG:teuthology.orchestra.run.smithi089:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | egrep -v 'mons down' | egrep -v 'mon down' | egrep -v 'out of quorum' | head -n 1 2024-06-18T12:42:15.498 INFO:teuthology.orchestra.run.smithi089.stdout:2024-06-18T12:33:33.056765+0000 mon.a (mon.0) 437 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-06-18T12:42:15.499 WARNING:tasks.cephadm:Found errors (ERR|WRN|SEC) in cluster log 2024-06-18T12:42:15.499 DEBUG:teuthology.orchestra.run.smithi089:> sudo egrep '\[SEC\]' /var/log/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | egrep -v 'mons down' | egrep -v 'mon down' | egrep -v 'out of quorum' | head -n 1 2024-06-18T12:42:15.553 DEBUG:teuthology.orchestra.run.smithi089:> sudo egrep '\[ERR\]' /var/log/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | egrep -v 'mons down' | egrep -v 'mon down' | egrep -v 'out of quorum' | head -n 1 2024-06-18T12:42:15.609 DEBUG:teuthology.orchestra.run.smithi089:> sudo egrep '\[WRN\]' /var/log/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | egrep -v 'mons down' | egrep -v 'mon down' | egrep -v 'out of quorum' | head -n 1 2024-06-18T12:42:15.664 INFO:teuthology.orchestra.run.smithi089.stdout:2024-06-18T12:33:33.056765+0000 mon.a (mon.0) 437 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-06-18T12:42:15.665 INFO:tasks.cephadm:Compressing logs... 2024-06-18T12:42:15.665 DEBUG:teuthology.orchestra.run.smithi089:> 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-06-18T12:42:15.710 DEBUG:teuthology.orchestra.run.smithi098:> 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-06-18T12:42:15.712 DEBUG:teuthology.orchestra.run.smithi131:> 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-06-18T12:42:15.717 INFO:teuthology.orchestra.run.smithi089.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-06-18T12:42:15.723 INFO:teuthology.orchestra.run.smithi098.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-06-18T12:42:15.726 INFO:teuthology.orchestra.run.smithi131.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-06-18T12:42:15.734 INFO:teuthology.orchestra.run.smithi089.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-06-18T12:42:15.734 INFO:teuthology.orchestra.run.smithi089.stderr:gzip -5 --verbose -- /var/log/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/ceph-osd.0.log 2024-06-18T12:42:15.734 INFO:teuthology.orchestra.run.smithi089.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/ceph-mon.a.log 2024-06-18T12:42:15.735 INFO:teuthology.orchestra.run.smithi089.stderr:/var/log/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/ceph.cephadm.log 2024-06-18T12:42:15.735 INFO:teuthology.orchestra.run.smithi089.stderr:gzip -5 --verbose --/var/log/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/ceph-mon.a.log: /var/log/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/ceph-osd.1.log 2024-06-18T12:42:15.736 INFO:teuthology.orchestra.run.smithi089.stderr:/var/log/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/ceph.log 2024-06-18T12:42:15.736 INFO:teuthology.orchestra.run.smithi089.stderr:/var/log/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/ceph-osd.1.log: 81.6% -- replaced with /var/log/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/ceph.cephadm.log.gz 2024-06-18T12:42:15.737 INFO:teuthology.orchestra.run.smithi089.stderr:gzip -5 --verbose -- /var/log/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/ceph-volume.log 2024-06-18T12:42:15.737 INFO:teuthology.orchestra.run.smithi089.stderr:/var/log/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/ceph.audit.log 2024-06-18T12:42:15.738 INFO:teuthology.orchestra.run.smithi089.stderr:/var/log/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/ceph-mgr.a.log 2024-06-18T12:42:15.738 INFO:teuthology.orchestra.run.smithi089.stderr:/var/log/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/ceph.audit.log: 86.9% -- replaced with /var/log/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/ceph.log.gz 2024-06-18T12:42:15.739 INFO:teuthology.orchestra.run.smithi089.stderr:/var/log/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/ceph-mgr.a.log: 87.2% -- replaced with /var/log/ceph/cephadm.log.gz 2024-06-18T12:42:15.739 INFO:teuthology.orchestra.run.smithi098.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-06-18T12:42:15.740 INFO:teuthology.orchestra.run.smithi089.stderr: 90.4% -- replaced with /var/log/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/ceph.audit.log.gz 2024-06-18T12:42:15.740 INFO:teuthology.orchestra.run.smithi098.stderr:gzip -5 --verbose -- /var/log/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/ceph-osd.2.log 2024-06-18T12:42:15.740 INFO:teuthology.orchestra.run.smithi098.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/ceph.cephadm.log 2024-06-18T12:42:15.741 INFO:teuthology.orchestra.run.smithi098.stderr:/var/log/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/ceph-osd.3.log 2024-06-18T12:42:15.741 INFO:teuthology.orchestra.run.smithi098.stderr:/var/log/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/ceph.log 2024-06-18T12:42:15.742 INFO:teuthology.orchestra.run.smithi098.stderr: 80.1% -- replaced with /var/log/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/ceph.cephadm.log.gz 2024-06-18T12:42:15.742 INFO:teuthology.orchestra.run.smithi098.stderr:/var/log/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/ceph-osd.3.log: gzip -5 --verbose -- /var/log/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/ceph-volume.log 2024-06-18T12:42:15.743 INFO:teuthology.orchestra.run.smithi098.stderr:gzip -5 --verbose -- /var/log/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/ceph-mgr.b.log 2024-06-18T12:42:15.743 INFO:teuthology.orchestra.run.smithi098.stderr:/var/log/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/ceph.log: /var/log/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/ceph.audit.log 2024-06-18T12:42:15.743 INFO:teuthology.orchestra.run.smithi098.stderr: 86.8% -- replaced with /var/log/ceph/cephadm.log.gz 2024-06-18T12:42:15.743 INFO:teuthology.orchestra.run.smithi098.stderr:/var/log/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/ceph-mgr.b.log: gzip -5 --verbose -- /var/log/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/ceph-mon.b.log 2024-06-18T12:42:15.744 INFO:teuthology.orchestra.run.smithi098.stderr:/var/log/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/ceph.audit.log: /var/log/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/ceph-mon.b.log: 86.8% -- replaced with /var/log/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/ceph.log.gz 2024-06-18T12:42:15.746 INFO:teuthology.orchestra.run.smithi098.stderr: 90.6% -- replaced with /var/log/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/ceph.audit.log.gz 2024-06-18T12:42:15.749 INFO:teuthology.orchestra.run.smithi098.stderr: 91.7% -- replaced with /var/log/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/ceph-mgr.b.log.gz 2024-06-18T12:42:15.767 INFO:teuthology.orchestra.run.smithi098.stderr: 91.7% -- replaced with /var/log/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/ceph-volume.log.gz 2024-06-18T12:42:15.771 INFO:teuthology.orchestra.run.smithi089.stderr: 91.7% -- replaced with /var/log/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/ceph-volume.log.gz 2024-06-18T12:42:15.788 INFO:teuthology.orchestra.run.smithi089.stderr: 93.2% -- replaced with /var/log/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/ceph-osd.1.log.gz 2024-06-18T12:42:15.805 INFO:teuthology.orchestra.run.smithi089.stderr: 93.2% -- replaced with /var/log/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/ceph-osd.0.log.gz 2024-06-18T12:42:15.808 INFO:teuthology.orchestra.run.smithi098.stderr: 92.8% -- replaced with /var/log/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/ceph-osd.3.log.gz 2024-06-18T12:42:15.811 INFO:teuthology.orchestra.run.smithi131.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-06-18T12:42:15.812 INFO:teuthology.orchestra.run.smithi131.stderr:gzip -5 --verbose -- /var/log/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/ceph.cephadm.log 2024-06-18T12:42:15.812 INFO:teuthology.orchestra.run.smithi131.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/ceph-osd.5.log 2024-06-18T12:42:15.813 INFO:teuthology.orchestra.run.smithi131.stderr:/var/log/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/ceph.cephadm.log: 81.4% -- replaced with /var/log/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/ceph.cephadm.log.gz 2024-06-18T12:42:15.813 INFO:teuthology.orchestra.run.smithi131.stderr:gzip -5 --verbose -- /var/log/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/ceph.log 2024-06-18T12:42:15.814 INFO:teuthology.orchestra.run.smithi131.stderr:gzip -5 --verbose -- /var/log/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/ceph-volume.log 2024-06-18T12:42:15.814 INFO:teuthology.orchestra.run.smithi131.stderr:/var/log/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/ceph-osd.5.log: /var/log/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/ceph-mon.c.log 2024-06-18T12:42:15.815 INFO:teuthology.orchestra.run.smithi131.stderr:/var/log/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/ceph.audit.log 2024-06-18T12:42:15.815 INFO:teuthology.orchestra.run.smithi131.stderr: 85.6% -- replaced with /var/log/ceph/cephadm.log.gz 2024-06-18T12:42:15.816 INFO:teuthology.orchestra.run.smithi131.stderr: 87.0% -- replaced with /var/log/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/ceph.log.gz 2024-06-18T12:42:15.816 INFO:teuthology.orchestra.run.smithi131.stderr:/var/log/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/ceph-mon.c.log: gzip -5 --verbose -- /var/log/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/ceph-osd.4.log 2024-06-18T12:42:15.817 INFO:teuthology.orchestra.run.smithi131.stderr:/var/log/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/ceph.audit.log: /var/log/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/ceph-osd.4.log: 90.7% -- replaced with /var/log/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/ceph.audit.log.gz 2024-06-18T12:42:15.831 INFO:teuthology.orchestra.run.smithi098.stderr: 93.4% -- replaced with /var/log/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/ceph-osd.2.log.gz 2024-06-18T12:42:15.839 INFO:teuthology.orchestra.run.smithi131.stderr: 91.7% -- replaced with /var/log/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/ceph-volume.log.gz 2024-06-18T12:42:15.859 INFO:teuthology.orchestra.run.smithi131.stderr: 92.6% -- replaced with /var/log/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/ceph-osd.5.log.gz 2024-06-18T12:42:15.860 INFO:teuthology.orchestra.run.smithi098.stderr: 92.7% -- replaced with /var/log/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/ceph-mon.b.log.gz 2024-06-18T12:42:15.861 INFO:teuthology.orchestra.run.smithi131.stderr: 92.8% -- replaced with /var/log/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/ceph-osd.4.log.gz 2024-06-18T12:42:15.862 INFO:teuthology.orchestra.run.smithi089.stderr: 87.5% -- replaced with /var/log/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/ceph-mgr.a.log.gz 2024-06-18T12:42:15.862 INFO:teuthology.orchestra.run.smithi098.stderr: 2024-06-18T12:42:15.862 INFO:teuthology.orchestra.run.smithi098.stderr:real 0m0.148s 2024-06-18T12:42:15.863 INFO:teuthology.orchestra.run.smithi098.stderr:user 0m0.323s 2024-06-18T12:42:15.863 INFO:teuthology.orchestra.run.smithi098.stderr:sys 0m0.017s 2024-06-18T12:42:15.905 INFO:teuthology.orchestra.run.smithi131.stderr: 92.9% -- replaced with /var/log/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/ceph-mon.c.log.gz 2024-06-18T12:42:15.907 INFO:teuthology.orchestra.run.smithi131.stderr: 2024-06-18T12:42:15.907 INFO:teuthology.orchestra.run.smithi131.stderr:real 0m0.190s 2024-06-18T12:42:15.907 INFO:teuthology.orchestra.run.smithi131.stderr:user 0m0.210s 2024-06-18T12:42:15.907 INFO:teuthology.orchestra.run.smithi131.stderr:sys 0m0.029s 2024-06-18T12:42:16.102 INFO:teuthology.orchestra.run.smithi089.stderr: 91.2% -- replaced with /var/log/ceph/326ab62a-2d6e-11ef-bc9d-c7b262605968/ceph-mon.a.log.gz 2024-06-18T12:42:16.104 INFO:teuthology.orchestra.run.smithi089.stderr: 2024-06-18T12:42:16.104 INFO:teuthology.orchestra.run.smithi089.stderr:real 0m0.392s 2024-06-18T12:42:16.104 INFO:teuthology.orchestra.run.smithi089.stderr:user 0m0.631s 2024-06-18T12:42:16.104 INFO:teuthology.orchestra.run.smithi089.stderr:sys 0m0.048s 2024-06-18T12:42:16.104 INFO:tasks.cephadm:Archiving logs... 2024-06-18T12:42:16.105 DEBUG:teuthology.misc:Transferring archived files from smithi089:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-06-17_21:08:03-orch-squid-distro-default-smithi/7760516/remote/smithi089/log 2024-06-18T12:42:16.106 DEBUG:teuthology.orchestra.run.smithi089:> sudo tar c -f - -C /var/log/ceph -- . 2024-06-18T12:42:16.250 DEBUG:teuthology.misc:Transferring archived files from smithi098:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-06-17_21:08:03-orch-squid-distro-default-smithi/7760516/remote/smithi098/log 2024-06-18T12:42:16.251 DEBUG:teuthology.orchestra.run.smithi098:> sudo tar c -f - -C /var/log/ceph -- . 2024-06-18T12:42:16.310 DEBUG:teuthology.misc:Transferring archived files from smithi131:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-06-17_21:08:03-orch-squid-distro-default-smithi/7760516/remote/smithi131/log 2024-06-18T12:42:16.310 DEBUG:teuthology.orchestra.run.smithi131:> sudo tar c -f - -C /var/log/ceph -- . 2024-06-18T12:42:16.349 INFO:tasks.cephadm:Removing cluster... 2024-06-18T12:42:16.349 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 326ab62a-2d6e-11ef-bc9d-c7b262605968 --force 2024-06-18T12:42:16.512 INFO:teuthology.orchestra.run.smithi089.stdout:Deleting cluster with fsid: 326ab62a-2d6e-11ef-bc9d-c7b262605968 2024-06-18T12:42:17.849 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 326ab62a-2d6e-11ef-bc9d-c7b262605968 --force 2024-06-18T12:42:18.016 INFO:teuthology.orchestra.run.smithi098.stdout:Deleting cluster with fsid: 326ab62a-2d6e-11ef-bc9d-c7b262605968 2024-06-18T12:42:19.347 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 326ab62a-2d6e-11ef-bc9d-c7b262605968 --force 2024-06-18T12:42:19.514 INFO:teuthology.orchestra.run.smithi131.stdout:Deleting cluster with fsid: 326ab62a-2d6e-11ef-bc9d-c7b262605968 2024-06-18T12:42:20.869 INFO:tasks.cephadm:Removing cephadm ... 2024-06-18T12:42:20.869 DEBUG:teuthology.orchestra.run.smithi089:> rm -rf /home/ubuntu/cephtest/cephadm 2024-06-18T12:42:20.875 DEBUG:teuthology.orchestra.run.smithi098:> rm -rf /home/ubuntu/cephtest/cephadm 2024-06-18T12:42:20.882 DEBUG:teuthology.orchestra.run.smithi131:> rm -rf /home/ubuntu/cephtest/cephadm 2024-06-18T12:42:20.888 INFO:tasks.cephadm:Teardown complete 2024-06-18T12:42:20.888 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-06-18T12:42:20.898 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-06-18T12:42:20.898 DEBUG:teuthology.orchestra.run.smithi089:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-06-18T12:42:20.918 DEBUG:teuthology.orchestra.run.smithi098:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-06-18T12:42:20.929 DEBUG:teuthology.orchestra.run.smithi131:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-06-18T12:42:21.012 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-06-18T12:42:21.021 INFO:teuthology.task.clock:Checking final clock skew... 2024-06-18T12:42:21.021 DEBUG:teuthology.orchestra.run.smithi089:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-06-18T12:42:21.023 DEBUG:teuthology.orchestra.run.smithi098:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-06-18T12:42:21.025 DEBUG:teuthology.orchestra.run.smithi131:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-06-18T12:42:21.034 INFO:teuthology.orchestra.run.smithi089.stdout: remote refid st t when poll reach delay offset jitter 2024-06-18T12:42:21.035 INFO:teuthology.orchestra.run.smithi089.stdout:============================================================================== 2024-06-18T12:42:21.035 INFO:teuthology.orchestra.run.smithi089.stdout:*hv01.front.sepi 67.205.162.81 3 u 52 64 377 0.080 -5.461 0.514 2024-06-18T12:42:21.035 INFO:teuthology.orchestra.run.smithi089.stdout:+hv02.front.sepi 63.231.80.2 3 u 42 64 377 0.128 -5.553 0.543 2024-06-18T12:42:21.035 INFO:teuthology.orchestra.run.smithi089.stdout:+hv03.front.sepi 74.6.168.72 3 u 54 64 377 0.081 -3.849 0.438 2024-06-18T12:42:21.037 INFO:teuthology.orchestra.run.smithi089.stdout: hv04.front.sepi .INIT. 16 u - 256 0 0.000 +0.000 0.000 2024-06-18T12:42:21.040 INFO:teuthology.orchestra.run.smithi098.stdout: remote refid st t when poll reach delay offset jitter 2024-06-18T12:42:21.040 INFO:teuthology.orchestra.run.smithi098.stdout:============================================================================== 2024-06-18T12:42:21.040 INFO:teuthology.orchestra.run.smithi098.stdout:*hv01.front.sepi 67.205.162.81 3 u 58 64 377 0.078 -0.361 0.679 2024-06-18T12:42:21.040 INFO:teuthology.orchestra.run.smithi098.stdout:+hv02.front.sepi 63.231.80.2 3 u 51 64 377 0.093 -0.402 0.865 2024-06-18T12:42:21.040 INFO:teuthology.orchestra.run.smithi098.stdout:+hv03.front.sepi 74.6.168.72 3 u 45 64 377 0.097 +0.959 0.341 2024-06-18T12:42:21.040 INFO:teuthology.orchestra.run.smithi098.stdout: hv04.front.sepi .INIT. 16 u - 256 0 0.000 +0.000 0.000 2024-06-18T12:42:21.040 INFO:teuthology.orchestra.run.smithi131.stdout: remote refid st t when poll reach delay offset jitter 2024-06-18T12:42:21.040 INFO:teuthology.orchestra.run.smithi131.stdout:============================================================================== 2024-06-18T12:42:21.040 INFO:teuthology.orchestra.run.smithi131.stdout:*hv01.front.sepi 67.205.162.81 3 u 54 64 377 0.072 -4.309 1.846 2024-06-18T12:42:21.040 INFO:teuthology.orchestra.run.smithi131.stdout:+hv02.front.sepi 63.231.80.2 3 u 52 64 377 0.089 -1.873 1.971 2024-06-18T12:42:21.040 INFO:teuthology.orchestra.run.smithi131.stdout:+hv03.front.sepi 74.6.168.72 3 u 53 64 377 0.098 -1.154 1.292 2024-06-18T12:42:21.040 INFO:teuthology.orchestra.run.smithi131.stdout: hv04.front.sepi .INIT. 16 u - 256 0 0.000 +0.000 0.000 2024-06-18T12:42:21.041 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-06-18T12:42:21.048 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-06-18T12:42:21.048 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-06-18T12:42:21.056 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-06-18T12:42:21.064 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-06-18T12:42:21.072 INFO:teuthology.task.internal:Duration was 1397.204208 seconds 2024-06-18T12:42:21.072 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-06-18T12:42:21.080 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-06-18T12:42:21.080 DEBUG:teuthology.orchestra.run.smithi089:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-06-18T12:42:21.082 DEBUG:teuthology.orchestra.run.smithi098:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-06-18T12:42:21.085 DEBUG:teuthology.orchestra.run.smithi131:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-06-18T12:42:21.121 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-06-18T12:42:21.121 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi089.front.sepia.ceph.com 2024-06-18T12:42:21.121 DEBUG:teuthology.orchestra.run.smithi089:> 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-06-18T12:42:21.170 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi098.front.sepia.ceph.com 2024-06-18T12:42:21.170 DEBUG:teuthology.orchestra.run.smithi098:> 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-06-18T12:42:21.179 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi131.front.sepia.ceph.com 2024-06-18T12:42:21.179 DEBUG:teuthology.orchestra.run.smithi131:> 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-06-18T12:42:21.190 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-06-18T12:42:21.190 DEBUG:teuthology.orchestra.run.smithi089:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-06-18T12:42:21.214 DEBUG:teuthology.orchestra.run.smithi098:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-06-18T12:42:21.223 DEBUG:teuthology.orchestra.run.smithi131:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-06-18T12:42:21.264 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-06-18T12:42:21.264 DEBUG:teuthology.orchestra.run.smithi089:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-06-18T12:42:21.294 DEBUG:teuthology.orchestra.run.smithi098:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-06-18T12:42:21.299 DEBUG:teuthology.orchestra.run.smithi131:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-06-18T12:42:21.391 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-06-18T12:42:21.400 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-06-18T12:42:21.400 DEBUG:teuthology.orchestra.run.smithi089:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-06-18T12:42:21.412 DEBUG:teuthology.orchestra.run.smithi098:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-06-18T12:42:21.424 DEBUG:teuthology.orchestra.run.smithi131:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-06-18T12:42:21.435 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-06-18T12:42:21.443 DEBUG:teuthology.orchestra.run.smithi089:> 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-06-18T12:42:21.458 DEBUG:teuthology.orchestra.run.smithi098:> 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-06-18T12:42:21.466 INFO:teuthology.orchestra.run.smithi089.stdout:kernel.core_pattern = core 2024-06-18T12:42:21.467 DEBUG:teuthology.orchestra.run.smithi131:> 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-06-18T12:42:21.476 INFO:teuthology.orchestra.run.smithi098.stdout:kernel.core_pattern = core 2024-06-18T12:42:21.488 INFO:teuthology.orchestra.run.smithi131.stdout:kernel.core_pattern = core 2024-06-18T12:42:21.588 DEBUG:teuthology.orchestra.run.smithi089:> test -e /home/ubuntu/cephtest/archive/coredump 2024-06-18T12:42:21.593 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-18T12:42:21.593 DEBUG:teuthology.orchestra.run.smithi098:> test -e /home/ubuntu/cephtest/archive/coredump 2024-06-18T12:42:21.598 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-18T12:42:21.599 DEBUG:teuthology.orchestra.run.smithi131:> test -e /home/ubuntu/cephtest/archive/coredump 2024-06-18T12:42:21.634 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-18T12:42:21.635 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-06-18T12:42:21.644 INFO:teuthology.task.internal:Transferring archived files... 2024-06-18T12:42:21.645 DEBUG:teuthology.misc:Transferring archived files from smithi089:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-06-17_21:08:03-orch-squid-distro-default-smithi/7760516/remote/smithi089 2024-06-18T12:42:21.645 DEBUG:teuthology.orchestra.run.smithi089:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-06-18T12:42:21.670 DEBUG:teuthology.misc:Transferring archived files from smithi098:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-06-17_21:08:03-orch-squid-distro-default-smithi/7760516/remote/smithi098 2024-06-18T12:42:21.670 DEBUG:teuthology.orchestra.run.smithi098:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-06-18T12:42:21.693 DEBUG:teuthology.misc:Transferring archived files from smithi131:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-06-17_21:08:03-orch-squid-distro-default-smithi/7760516/remote/smithi131 2024-06-18T12:42:21.693 DEBUG:teuthology.orchestra.run.smithi131:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-06-18T12:42:21.715 INFO:teuthology.task.internal:Removing archive directory... 2024-06-18T12:42:21.716 DEBUG:teuthology.orchestra.run.smithi089:> rm -rf -- /home/ubuntu/cephtest/archive 2024-06-18T12:42:21.718 DEBUG:teuthology.orchestra.run.smithi098:> rm -rf -- /home/ubuntu/cephtest/archive 2024-06-18T12:42:21.731 DEBUG:teuthology.orchestra.run.smithi131:> rm -rf -- /home/ubuntu/cephtest/archive 2024-06-18T12:42:21.759 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-06-18T12:42:21.769 INFO:teuthology.task.internal:Not uploading archives. 2024-06-18T12:42:21.769 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-06-18T12:42:21.777 INFO:teuthology.task.internal:Tidying up after the test... 2024-06-18T12:42:21.777 DEBUG:teuthology.orchestra.run.smithi089:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-06-18T12:42:21.780 DEBUG:teuthology.orchestra.run.smithi098:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-06-18T12:42:21.782 DEBUG:teuthology.orchestra.run.smithi131:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-06-18T12:42:21.784 INFO:teuthology.orchestra.run.smithi089.stdout: 658640 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jun 18 12:42 /home/ubuntu/cephtest 2024-06-18T12:42:21.786 INFO:teuthology.orchestra.run.smithi098.stdout: 658462 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jun 18 12:42 /home/ubuntu/cephtest 2024-06-18T12:42:21.807 INFO:teuthology.orchestra.run.smithi131.stdout: 658614 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jun 18 12:42 /home/ubuntu/cephtest 2024-06-18T12:42:21.809 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-06-18T12:42:21.817 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-06-18T12:42:21.838 INFO:teuthology.run:Summary data: description: orch/cephadm/workunits/{0-distro/ubuntu_22.04 agent/on mon_election/connectivity task/test_host_drain} duration: 1397.2042076587677 failure_reason: '"2024-06-18T12:33:33.056765+0000 mon.a (mon.0) 437 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON)" in cluster log' flavor: default owner: scheduled_teuthology@teuthology success: false 2024-06-18T12:42:21.838 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-06-18T12:42:21.915 INFO:teuthology.run:FAIL