2024-04-25T23:15:21.678 INFO:root:teuthology version: 0.0.1.dev269+g9481b1d 2024-04-25T23:15:21.679 DEBUG:teuthology.run:Teuthology command: teuthology --name teuthology-2024-04-25_21:00:03-rados-squid-distro-default-smithi --description rados/cephadm/workunits/{0-distro/ubuntu_22.04 agent/on mon_election/classic task/test_host_drain} --archive /home/teuthworker/archive/teuthology-2024-04-25_21:00:03-rados-squid-distro-default-smithi/7673795 --verbose --owner scheduled_teuthology@teuthology -- /home/teuthworker/archive/teuthology-2024-04-25_21:00:03-rados-squid-distro-default-smithi/7673795/orig.config.yaml 2024-04-25T23:15:21.710 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-25T23:15:21.794 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/teuthology-2024-04-25_21:00:03-rados-squid-distro-default-smithi/7673795 branch: squid description: rados/cephadm/workunits/{0-distro/ubuntu_22.04 agent/on mon_election/classic task/test_host_drain} email: ceph-qa@ceph.com first_in_suite: false job_id: '7673795' kernel: kdb: 1 sha1: distro ktype: distro last_in_suite: false machine_type: smithi name: teuthology-2024-04-25_21:00:03-rados-squid-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: ubuntu os_version: '22.04' overrides: admin_socket: branch: squid ceph: conf: global: mon election default strategy: 1 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 log-only-match: - CEPHADM_ sha1: d2c45d977142e024a59b68a8f1dce8f0b9840551 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: d2c45d977142e024a59b68a8f1dce8f0b9840551 workunit: branch: squid sha1: b22e2ebdeb24376882b7bda2a7329c8cccc2276a owner: scheduled_teuthology@teuthology priority: 101 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: 9886 sha1: d2c45d977142e024a59b68a8f1dce8f0b9840551 sleep_before_teardown: 0 subset: 30270/100000 suite: rados suite_branch: squid suite_path: /home/teuthworker/src/git.ceph.com_ceph_b22e2ebdeb24376882b7bda2a7329c8cccc2276a/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph.git suite_sha1: b22e2ebdeb24376882b7bda2a7329c8cccc2276a targets: smithi087.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBE+0YQ2bt5tiO4eDHMvpFmGm/HGDOHGly935gOyqqHV5jMSJbif20X10peIepzZ19j3Mf7mmmuHM4MUDXod3ZeY= smithi157.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPRFgOK/msK2Lx4pd5rdP7WIa6gMixxAQlRzJmcv2kZd4L0POBe5Qdrw+aikziJYWJ8pnNhTx8GCtKx38cHTBXs= smithi161.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBC0lV/R7tP975IrwkilfHu5hAEFmmcUTrKtI+HWHgM1viredUaUQpSnGQiNyrluec1llYbkeGyy7z9Kojx0SYaI= 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: 9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17 timestamp: 2024-04-25_21:00:03 tube: smithi user: teuthology verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-04-25T23:15:21.795 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph_b22e2ebdeb24376882b7bda2a7329c8cccc2276a/qa; will attempt to use it 2024-04-25T23:15:21.795 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph_b22e2ebdeb24376882b7bda2a7329c8cccc2276a/qa/tasks 2024-04-25T23:15:21.796 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-04-25T23:15:21.797 INFO:teuthology.task.internal:Checking packages... 2024-04-25T23:15:21.821 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash 'd2c45d977142e024a59b68a8f1dce8f0b9840551' 2024-04-25T23:15:21.822 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-04-25T23:15:21.822 INFO:teuthology.packaging:ref: None 2024-04-25T23:15:21.822 INFO:teuthology.packaging:tag: None 2024-04-25T23:15:21.822 INFO:teuthology.packaging:branch: squid 2024-04-25T23:15:21.822 INFO:teuthology.packaging:sha1: d2c45d977142e024a59b68a8f1dce8f0b9840551 2024-04-25T23:15:21.822 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-04-25T23:15:22.020 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-2447-gb22e2ebd-1jammy 2024-04-25T23:15:22.021 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-04-25T23:15:22.028 INFO:teuthology.task.internal:no buildpackages task found 2024-04-25T23:15:22.028 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-04-25T23:15:22.067 INFO:teuthology.task.internal:Saving configuration 2024-04-25T23:15:22.080 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-04-25T23:15:22.091 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-25T23:15:22.115 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi087.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-25_21:00:03-rados-squid-distro-default-smithi/7673795', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-25 23:08:59.854551', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIP03IEnyh1dMkN6YmKbcndBBrdP+5Y4vRTyFnhjqT3U+'} 2024-04-25T23:15:22.138 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi157.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-25_21:00:03-rados-squid-distro-default-smithi/7673795', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-25 23:08:59.852896', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINwAnHgCKK4SYjLFDHX38lBwGncn6XIBvoBOc9caHoVq'} 2024-04-25T23:15:22.163 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi161.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-25_21:00:03-rados-squid-distro-default-smithi/7673795', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-25 23:08:59.850947', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAv535VXsrUBEpWQonTfB76TV8+IZJ/iZDOn2LxB9Ydv'} 2024-04-25T23:15:22.163 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-04-25T23:15:22.222 INFO:teuthology.task.internal:roles: ubuntu@smithi087.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0', 'osd.1'] 2024-04-25T23:15:22.222 INFO:teuthology.task.internal:roles: ubuntu@smithi157.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.2', 'osd.3'] 2024-04-25T23:15:22.222 INFO:teuthology.task.internal:roles: ubuntu@smithi161.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.4', 'osd.5'] 2024-04-25T23:15:22.222 INFO:teuthology.run_tasks:Running task console_log... 2024-04-25T23:15:22.349 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f7e129cc280>, signals=[15]) 2024-04-25T23:15:22.350 INFO:teuthology.run_tasks:Running task internal.connect... 2024-04-25T23:15:22.356 INFO:teuthology.task.internal:Opening connections... 2024-04-25T23:15:22.356 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi087.front.sepia.ceph.com 2024-04-25T23:15:22.358 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi087.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-25T23:15:22.441 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi157.front.sepia.ceph.com 2024-04-25T23:15:22.442 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi157.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-25T23:15:22.518 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi161.front.sepia.ceph.com 2024-04-25T23:15:22.518 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi161.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-25T23:15:22.598 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-04-25T23:15:22.605 DEBUG:teuthology.orchestra.run.smithi087:> uname -m 2024-04-25T23:15:22.611 INFO:teuthology.orchestra.run.smithi087.stdout:x86_64 2024-04-25T23:15:22.611 DEBUG:teuthology.orchestra.run.smithi087:> cat /etc/os-release 2024-04-25T23:15:22.658 INFO:teuthology.orchestra.run.smithi087.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-04-25T23:15:22.658 INFO:teuthology.orchestra.run.smithi087.stdout:NAME="Ubuntu" 2024-04-25T23:15:22.658 INFO:teuthology.orchestra.run.smithi087.stdout:VERSION_ID="22.04" 2024-04-25T23:15:22.658 INFO:teuthology.orchestra.run.smithi087.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-04-25T23:15:22.658 INFO:teuthology.orchestra.run.smithi087.stdout:VERSION_CODENAME=jammy 2024-04-25T23:15:22.658 INFO:teuthology.orchestra.run.smithi087.stdout:ID=ubuntu 2024-04-25T23:15:22.658 INFO:teuthology.orchestra.run.smithi087.stdout:ID_LIKE=debian 2024-04-25T23:15:22.658 INFO:teuthology.orchestra.run.smithi087.stdout:HOME_URL="https://www.ubuntu.com/" 2024-04-25T23:15:22.658 INFO:teuthology.orchestra.run.smithi087.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-04-25T23:15:22.658 INFO:teuthology.orchestra.run.smithi087.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-04-25T23:15:22.659 INFO:teuthology.orchestra.run.smithi087.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-04-25T23:15:22.659 INFO:teuthology.orchestra.run.smithi087.stdout:UBUNTU_CODENAME=jammy 2024-04-25T23:15:22.659 INFO:teuthology.lock.ops:Updating smithi087.front.sepia.ceph.com on lock server 2024-04-25T23:15:22.688 DEBUG:teuthology.orchestra.run.smithi157:> uname -m 2024-04-25T23:15:22.694 INFO:teuthology.orchestra.run.smithi157.stdout:x86_64 2024-04-25T23:15:22.694 DEBUG:teuthology.orchestra.run.smithi157:> cat /etc/os-release 2024-04-25T23:15:22.742 INFO:teuthology.orchestra.run.smithi157.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-04-25T23:15:22.742 INFO:teuthology.orchestra.run.smithi157.stdout:NAME="Ubuntu" 2024-04-25T23:15:22.742 INFO:teuthology.orchestra.run.smithi157.stdout:VERSION_ID="22.04" 2024-04-25T23:15:22.742 INFO:teuthology.orchestra.run.smithi157.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-04-25T23:15:22.742 INFO:teuthology.orchestra.run.smithi157.stdout:VERSION_CODENAME=jammy 2024-04-25T23:15:22.742 INFO:teuthology.orchestra.run.smithi157.stdout:ID=ubuntu 2024-04-25T23:15:22.743 INFO:teuthology.orchestra.run.smithi157.stdout:ID_LIKE=debian 2024-04-25T23:15:22.743 INFO:teuthology.orchestra.run.smithi157.stdout:HOME_URL="https://www.ubuntu.com/" 2024-04-25T23:15:22.743 INFO:teuthology.orchestra.run.smithi157.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-04-25T23:15:22.743 INFO:teuthology.orchestra.run.smithi157.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-04-25T23:15:22.743 INFO:teuthology.orchestra.run.smithi157.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-04-25T23:15:22.743 INFO:teuthology.orchestra.run.smithi157.stdout:UBUNTU_CODENAME=jammy 2024-04-25T23:15:22.743 INFO:teuthology.lock.ops:Updating smithi157.front.sepia.ceph.com on lock server 2024-04-25T23:15:22.763 DEBUG:teuthology.orchestra.run.smithi161:> uname -m 2024-04-25T23:15:22.769 INFO:teuthology.orchestra.run.smithi161.stdout:x86_64 2024-04-25T23:15:22.769 DEBUG:teuthology.orchestra.run.smithi161:> cat /etc/os-release 2024-04-25T23:15:22.817 INFO:teuthology.orchestra.run.smithi161.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-04-25T23:15:22.817 INFO:teuthology.orchestra.run.smithi161.stdout:NAME="Ubuntu" 2024-04-25T23:15:22.817 INFO:teuthology.orchestra.run.smithi161.stdout:VERSION_ID="22.04" 2024-04-25T23:15:22.817 INFO:teuthology.orchestra.run.smithi161.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-04-25T23:15:22.817 INFO:teuthology.orchestra.run.smithi161.stdout:VERSION_CODENAME=jammy 2024-04-25T23:15:22.817 INFO:teuthology.orchestra.run.smithi161.stdout:ID=ubuntu 2024-04-25T23:15:22.817 INFO:teuthology.orchestra.run.smithi161.stdout:ID_LIKE=debian 2024-04-25T23:15:22.817 INFO:teuthology.orchestra.run.smithi161.stdout:HOME_URL="https://www.ubuntu.com/" 2024-04-25T23:15:22.817 INFO:teuthology.orchestra.run.smithi161.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-04-25T23:15:22.817 INFO:teuthology.orchestra.run.smithi161.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-04-25T23:15:22.817 INFO:teuthology.orchestra.run.smithi161.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-04-25T23:15:22.818 INFO:teuthology.orchestra.run.smithi161.stdout:UBUNTU_CODENAME=jammy 2024-04-25T23:15:22.818 INFO:teuthology.lock.ops:Updating smithi161.front.sepia.ceph.com on lock server 2024-04-25T23:15:22.838 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-04-25T23:15:22.848 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-04-25T23:15:22.875 INFO:teuthology.task.internal:Checking for old test directory... 2024-04-25T23:15:22.875 DEBUG:teuthology.orchestra.run.smithi087:> test '!' -e /home/ubuntu/cephtest 2024-04-25T23:15:22.878 DEBUG:teuthology.orchestra.run.smithi157:> test '!' -e /home/ubuntu/cephtest 2024-04-25T23:15:22.880 DEBUG:teuthology.orchestra.run.smithi161:> test '!' -e /home/ubuntu/cephtest 2024-04-25T23:15:22.885 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-04-25T23:15:22.900 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-04-25T23:15:22.900 DEBUG:teuthology.orchestra.run.smithi087:> test -z $(ls -A /var/lib/ceph) 2024-04-25T23:15:22.923 DEBUG:teuthology.orchestra.run.smithi157:> test -z $(ls -A /var/lib/ceph) 2024-04-25T23:15:22.927 DEBUG:teuthology.orchestra.run.smithi161:> test -z $(ls -A /var/lib/ceph) 2024-04-25T23:15:22.942 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-04-25T23:15:23.020 INFO:teuthology.run_tasks:Running task kernel... 2024-04-25T23:15:23.034 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-04-25T23:15:23.034 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}, 'host.c': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-04-25T23:15:23.034 DEBUG:teuthology.orchestra.run.smithi087:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-25T23:15:23.035 DEBUG:teuthology.orchestra.run.smithi157:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-25T23:15:23.035 DEBUG:teuthology.orchestra.run.smithi161:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-25T23:15:23.040 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-25T23:15:23.040 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-25T23:15:23.041 DEBUG:teuthology.orchestra.run.smithi157:> uname -r 2024-04-25T23:15:23.041 DEBUG:teuthology.orchestra.run.smithi087:> uname -r 2024-04-25T23:15:23.042 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-25T23:15:23.042 DEBUG:teuthology.orchestra.run.smithi161:> uname -r 2024-04-25T23:15:23.086 INFO:teuthology.orchestra.run.smithi157.stdout:5.15.0-56-generic 2024-04-25T23:15:23.087 INFO:teuthology.task.kernel:Running kernel on smithi157: 5.15.0-56-generic 2024-04-25T23:15:23.087 DEBUG:teuthology.orchestra.run.smithi157:> sudo apt-get clean 2024-04-25T23:15:23.088 INFO:teuthology.orchestra.run.smithi087.stdout:5.15.0-56-generic 2024-04-25T23:15:23.088 INFO:teuthology.task.kernel:Running kernel on smithi087: 5.15.0-56-generic 2024-04-25T23:15:23.088 DEBUG:teuthology.orchestra.run.smithi087:> sudo apt-get clean 2024-04-25T23:15:23.089 INFO:teuthology.orchestra.run.smithi161.stdout:5.15.0-56-generic 2024-04-25T23:15:23.089 INFO:teuthology.task.kernel:Running kernel on smithi161: 5.15.0-56-generic 2024-04-25T23:15:23.089 DEBUG:teuthology.orchestra.run.smithi161:> sudo apt-get clean 2024-04-25T23:15:23.221 DEBUG:teuthology.orchestra.run.smithi157:> sudo apt-get update 2024-04-25T23:15:23.226 DEBUG:teuthology.orchestra.run.smithi087:> sudo apt-get update 2024-04-25T23:15:23.229 DEBUG:teuthology.orchestra.run.smithi161:> sudo apt-get update 2024-04-25T23:15:23.368 INFO:teuthology.orchestra.run.smithi157.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-25T23:15:23.368 INFO:teuthology.orchestra.run.smithi157.stdout:Get:2 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-04-25T23:15:23.370 INFO:teuthology.orchestra.run.smithi157.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-04-25T23:15:23.381 INFO:teuthology.orchestra.run.smithi087.stdout:Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-04-25T23:15:23.419 INFO:teuthology.orchestra.run.smithi161.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-25T23:15:23.419 INFO:teuthology.orchestra.run.smithi161.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-04-25T23:15:23.419 INFO:teuthology.orchestra.run.smithi161.stdout:Get:3 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-04-25T23:15:23.464 INFO:teuthology.orchestra.run.smithi157.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-04-25T23:15:23.476 INFO:teuthology.orchestra.run.smithi087.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-25T23:15:23.507 INFO:teuthology.orchestra.run.smithi161.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-04-25T23:15:23.559 INFO:teuthology.orchestra.run.smithi087.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-04-25T23:15:23.627 INFO:teuthology.orchestra.run.smithi087.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [452 kB] 2024-04-25T23:15:23.633 INFO:teuthology.orchestra.run.smithi157.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [452 kB] 2024-04-25T23:15:23.655 INFO:teuthology.orchestra.run.smithi161.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,394 kB] 2024-04-25T23:15:23.697 INFO:teuthology.orchestra.run.smithi157.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,610 kB] 2024-04-25T23:15:23.730 INFO:teuthology.orchestra.run.smithi161.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,610 kB] 2024-04-25T23:15:23.733 INFO:teuthology.orchestra.run.smithi087.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,394 kB] 2024-04-25T23:15:23.742 INFO:teuthology.orchestra.run.smithi157.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,394 kB] 2024-04-25T23:15:23.841 INFO:teuthology.orchestra.run.smithi087.stdout:Get:6 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [243 kB] 2024-04-25T23:15:23.848 INFO:teuthology.orchestra.run.smithi087.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-04-25T23:15:23.849 INFO:teuthology.orchestra.run.smithi087.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,773 kB] 2024-04-25T23:15:23.853 INFO:teuthology.orchestra.run.smithi157.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [243 kB] 2024-04-25T23:15:23.862 INFO:teuthology.orchestra.run.smithi157.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-04-25T23:15:23.863 INFO:teuthology.orchestra.run.smithi157.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [36.5 kB] 2024-04-25T23:15:23.863 INFO:teuthology.orchestra.run.smithi157.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,773 kB] 2024-04-25T23:15:23.910 INFO:teuthology.orchestra.run.smithi161.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [452 kB] 2024-04-25T23:15:23.911 INFO:teuthology.orchestra.run.smithi157.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [618 kB] 2024-04-25T23:15:23.926 INFO:teuthology.orchestra.run.smithi087.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-04-25T23:15:23.935 INFO:teuthology.orchestra.run.smithi161.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [243 kB] 2024-04-25T23:15:24.008 INFO:teuthology.orchestra.run.smithi087.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [36.5 kB] 2024-04-25T23:15:24.009 INFO:teuthology.orchestra.run.smithi087.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [300 kB] 2024-04-25T23:15:24.010 INFO:teuthology.orchestra.run.smithi157.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [303 kB] 2024-04-25T23:15:24.012 INFO:teuthology.orchestra.run.smithi161.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-04-25T23:15:24.013 INFO:teuthology.orchestra.run.smithi161.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [36.5 kB] 2024-04-25T23:15:24.018 INFO:teuthology.orchestra.run.smithi087.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-04-25T23:15:24.019 INFO:teuthology.orchestra.run.smithi157.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [300 kB] 2024-04-25T23:15:24.025 INFO:teuthology.orchestra.run.smithi157.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-04-25T23:15:24.025 INFO:teuthology.orchestra.run.smithi157.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [601 kB] 2024-04-25T23:15:24.033 INFO:teuthology.orchestra.run.smithi087.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [601 kB] 2024-04-25T23:15:24.037 INFO:teuthology.orchestra.run.smithi161.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,773 kB] 2024-04-25T23:15:24.039 INFO:teuthology.orchestra.run.smithi087.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [848 kB] 2024-04-25T23:15:24.054 INFO:teuthology.orchestra.run.smithi157.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-04-25T23:15:24.054 INFO:teuthology.orchestra.run.smithi157.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [848 kB] 2024-04-25T23:15:24.054 INFO:teuthology.orchestra.run.smithi157.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [38.1 kB] 2024-04-25T23:15:24.055 INFO:teuthology.orchestra.run.smithi157.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,830 kB] 2024-04-25T23:15:24.061 INFO:teuthology.orchestra.run.smithi087.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [163 kB] 2024-04-25T23:15:24.061 INFO:teuthology.orchestra.run.smithi087.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-04-25T23:15:24.061 INFO:teuthology.orchestra.run.smithi087.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-04-25T23:15:24.061 INFO:teuthology.orchestra.run.smithi087.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-04-25T23:15:24.062 INFO:teuthology.orchestra.run.smithi087.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,610 kB] 2024-04-25T23:15:24.069 INFO:teuthology.orchestra.run.smithi157.stdout:Get:21 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [163 kB] 2024-04-25T23:15:24.073 INFO:teuthology.orchestra.run.smithi157.stdout:Get:22 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-04-25T23:15:24.073 INFO:teuthology.orchestra.run.smithi157.stdout:Get:23 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-04-25T23:15:24.075 INFO:teuthology.orchestra.run.smithi157.stdout:Get:24 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-04-25T23:15:24.075 INFO:teuthology.orchestra.run.smithi157.stdout:Get:25 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-04-25T23:15:24.075 INFO:teuthology.orchestra.run.smithi157.stdout:Get:26 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-04-25T23:15:24.099 INFO:teuthology.orchestra.run.smithi161.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [618 kB] 2024-04-25T23:15:24.099 INFO:teuthology.orchestra.run.smithi157.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [311 kB] 2024-04-25T23:15:24.105 INFO:teuthology.orchestra.run.smithi157.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-04-25T23:15:24.106 INFO:teuthology.orchestra.run.smithi157.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [700 kB] 2024-04-25T23:15:24.107 INFO:teuthology.orchestra.run.smithi161.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [300 kB] 2024-04-25T23:15:24.114 INFO:teuthology.orchestra.run.smithi161.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-04-25T23:15:24.115 INFO:teuthology.orchestra.run.smithi161.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [848 kB] 2024-04-25T23:15:24.117 INFO:teuthology.orchestra.run.smithi087.stdout:Get:20 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-04-25T23:15:24.118 INFO:teuthology.orchestra.run.smithi087.stdout:Get:21 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-04-25T23:15:24.123 INFO:teuthology.orchestra.run.smithi157.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,071 kB] 2024-04-25T23:15:24.147 INFO:teuthology.orchestra.run.smithi161.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [303 kB] 2024-04-25T23:15:24.147 INFO:teuthology.orchestra.run.smithi161.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [601 kB] 2024-04-25T23:15:24.147 INFO:teuthology.orchestra.run.smithi157.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [244 kB] 2024-04-25T23:15:24.152 INFO:teuthology.orchestra.run.smithi161.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-04-25T23:15:24.153 INFO:teuthology.orchestra.run.smithi161.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [38.1 kB] 2024-04-25T23:15:24.154 INFO:teuthology.orchestra.run.smithi161.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,830 kB] 2024-04-25T23:15:24.154 INFO:teuthology.orchestra.run.smithi157.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-04-25T23:15:24.155 INFO:teuthology.orchestra.run.smithi157.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,472 B] 2024-04-25T23:15:24.156 INFO:teuthology.orchestra.run.smithi157.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.7 kB] 2024-04-25T23:15:24.156 INFO:teuthology.orchestra.run.smithi161.stdout:Get:21 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [163 kB] 2024-04-25T23:15:24.159 INFO:teuthology.orchestra.run.smithi161.stdout:Get:22 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-04-25T23:15:24.159 INFO:teuthology.orchestra.run.smithi157.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.4 kB] 2024-04-25T23:15:24.160 INFO:teuthology.orchestra.run.smithi161.stdout:Get:23 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-04-25T23:15:24.160 INFO:teuthology.orchestra.run.smithi157.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-04-25T23:15:24.160 INFO:teuthology.orchestra.run.smithi161.stdout:Get:24 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-04-25T23:15:24.161 INFO:teuthology.orchestra.run.smithi161.stdout:Get:25 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-04-25T23:15:24.161 INFO:teuthology.orchestra.run.smithi161.stdout:Get:26 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-04-25T23:15:24.178 INFO:teuthology.orchestra.run.smithi157.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-04-25T23:15:24.179 INFO:teuthology.orchestra.run.smithi157.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.3 kB] 2024-04-25T23:15:24.181 INFO:teuthology.orchestra.run.smithi157.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-04-25T23:15:24.201 INFO:teuthology.orchestra.run.smithi157.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-04-25T23:15:24.202 INFO:teuthology.orchestra.run.smithi157.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [16.0 kB] 2024-04-25T23:15:24.202 INFO:teuthology.orchestra.run.smithi157.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [27.2 kB] 2024-04-25T23:15:24.203 INFO:teuthology.orchestra.run.smithi157.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-04-25T23:15:24.204 INFO:teuthology.orchestra.run.smithi157.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-04-25T23:15:24.215 INFO:teuthology.orchestra.run.smithi161.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [311 kB] 2024-04-25T23:15:24.222 INFO:teuthology.orchestra.run.smithi161.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-04-25T23:15:24.222 INFO:teuthology.orchestra.run.smithi161.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,071 kB] 2024-04-25T23:15:24.244 INFO:teuthology.orchestra.run.smithi161.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [700 kB] 2024-04-25T23:15:24.257 INFO:teuthology.orchestra.run.smithi161.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [244 kB] 2024-04-25T23:15:24.311 INFO:teuthology.orchestra.run.smithi161.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-04-25T23:15:24.357 INFO:teuthology.orchestra.run.smithi161.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,472 B] 2024-04-25T23:15:24.374 INFO:teuthology.orchestra.run.smithi087.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [618 kB] 2024-04-25T23:15:24.381 INFO:teuthology.orchestra.run.smithi161.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.7 kB] 2024-04-25T23:15:24.411 INFO:teuthology.orchestra.run.smithi087.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [303 kB] 2024-04-25T23:15:24.426 INFO:teuthology.orchestra.run.smithi087.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-04-25T23:15:24.427 INFO:teuthology.orchestra.run.smithi087.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,830 kB] 2024-04-25T23:15:24.430 INFO:teuthology.orchestra.run.smithi161.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.4 kB] 2024-04-25T23:15:24.454 INFO:teuthology.orchestra.run.smithi161.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-04-25T23:15:24.478 INFO:teuthology.orchestra.run.smithi161.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-04-25T23:15:24.489 INFO:teuthology.orchestra.run.smithi087.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [38.1 kB] 2024-04-25T23:15:24.490 INFO:teuthology.orchestra.run.smithi087.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [311 kB] 2024-04-25T23:15:24.497 INFO:teuthology.orchestra.run.smithi087.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-04-25T23:15:24.530 INFO:teuthology.orchestra.run.smithi161.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.3 kB] 2024-04-25T23:15:24.561 INFO:teuthology.orchestra.run.smithi161.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-04-25T23:15:24.582 INFO:teuthology.orchestra.run.smithi161.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-04-25T23:15:24.604 INFO:teuthology.orchestra.run.smithi161.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [27.2 kB] 2024-04-25T23:15:24.628 INFO:teuthology.orchestra.run.smithi161.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [16.0 kB] 2024-04-25T23:15:24.652 INFO:teuthology.orchestra.run.smithi161.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-04-25T23:15:24.662 INFO:teuthology.orchestra.run.smithi087.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,071 kB] 2024-04-25T23:15:24.675 INFO:teuthology.orchestra.run.smithi161.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-04-25T23:15:25.294 INFO:teuthology.orchestra.run.smithi087.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [700 kB] 2024-04-25T23:15:25.331 INFO:teuthology.orchestra.run.smithi087.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [244 kB] 2024-04-25T23:15:25.344 INFO:teuthology.orchestra.run.smithi087.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-04-25T23:15:25.345 INFO:teuthology.orchestra.run.smithi087.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,472 B] 2024-04-25T23:15:25.346 INFO:teuthology.orchestra.run.smithi087.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.7 kB] 2024-04-25T23:15:25.348 INFO:teuthology.orchestra.run.smithi087.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.4 kB] 2024-04-25T23:15:25.348 INFO:teuthology.orchestra.run.smithi087.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-04-25T23:15:25.349 INFO:teuthology.orchestra.run.smithi087.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.3 kB] 2024-04-25T23:15:25.376 INFO:teuthology.orchestra.run.smithi087.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-04-25T23:15:25.379 INFO:teuthology.orchestra.run.smithi087.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-04-25T23:15:25.544 INFO:teuthology.orchestra.run.smithi087.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-04-25T23:15:25.626 INFO:teuthology.orchestra.run.smithi087.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [16.0 kB] 2024-04-25T23:15:25.708 INFO:teuthology.orchestra.run.smithi087.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [27.2 kB] 2024-04-25T23:15:25.789 INFO:teuthology.orchestra.run.smithi087.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-04-25T23:15:25.821 INFO:teuthology.orchestra.run.smithi087.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-04-25T23:15:29.503 INFO:teuthology.orchestra.run.smithi157.stdout:Fetched 13.2 MB in 2s (6,704 kB/s) 2024-04-25T23:15:29.619 INFO:teuthology.orchestra.run.smithi161.stdout:Fetched 13.2 MB in 2s (6,574 kB/s) 2024-04-25T23:15:30.085 INFO:teuthology.orchestra.run.smithi087.stdout:Fetched 13.2 MB in 3s (5,243 kB/s) 2024-04-25T23:15:30.892 INFO:teuthology.orchestra.run.smithi157.stdout:Reading package lists... 2024-04-25T23:15:30.910 DEBUG:teuthology.orchestra.run.smithi157:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-25T23:15:30.970 INFO:teuthology.orchestra.run.smithi157.stdout:Reading package lists... 2024-04-25T23:15:31.010 INFO:teuthology.orchestra.run.smithi161.stdout:Reading package lists... 2024-04-25T23:15:31.027 DEBUG:teuthology.orchestra.run.smithi161:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-25T23:15:31.088 INFO:teuthology.orchestra.run.smithi161.stdout:Reading package lists... 2024-04-25T23:15:31.156 INFO:teuthology.orchestra.run.smithi157.stdout:Building dependency tree... 2024-04-25T23:15:31.156 INFO:teuthology.orchestra.run.smithi157.stdout:Reading state information... 2024-04-25T23:15:31.288 INFO:teuthology.orchestra.run.smithi161.stdout:Building dependency tree... 2024-04-25T23:15:31.289 INFO:teuthology.orchestra.run.smithi161.stdout:Reading state information... 2024-04-25T23:15:31.311 INFO:teuthology.orchestra.run.smithi157.stdout:The following packages were automatically installed and are no longer required: 2024-04-25T23:15:31.311 INFO:teuthology.orchestra.run.smithi157.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-25T23:15:31.311 INFO:teuthology.orchestra.run.smithi157.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-25T23:15:31.312 INFO:teuthology.orchestra.run.smithi157.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-25T23:15:31.312 INFO:teuthology.orchestra.run.smithi157.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-04-25T23:15:31.312 INFO:teuthology.orchestra.run.smithi157.stdout: python2.7-minimal 2024-04-25T23:15:31.312 INFO:teuthology.orchestra.run.smithi157.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-25T23:15:31.313 INFO:teuthology.orchestra.run.smithi157.stdout:The following additional packages will be installed: 2024-04-25T23:15:31.313 INFO:teuthology.orchestra.run.smithi157.stdout: linux-generic linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-04-25T23:15:31.313 INFO:teuthology.orchestra.run.smithi157.stdout: linux-headers-generic linux-image-5.15.0-105-generic 2024-04-25T23:15:31.314 INFO:teuthology.orchestra.run.smithi157.stdout: linux-modules-5.15.0-105-generic linux-modules-extra-5.15.0-105-generic 2024-04-25T23:15:31.315 INFO:teuthology.orchestra.run.smithi157.stdout:Suggested packages: 2024-04-25T23:15:31.315 INFO:teuthology.orchestra.run.smithi157.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-04-25T23:15:31.315 INFO:teuthology.orchestra.run.smithi157.stdout:Recommended packages: 2024-04-25T23:15:31.315 INFO:teuthology.orchestra.run.smithi157.stdout: thermald 2024-04-25T23:15:31.354 INFO:teuthology.orchestra.run.smithi157.stdout:The following NEW packages will be installed: 2024-04-25T23:15:31.354 INFO:teuthology.orchestra.run.smithi157.stdout: linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-04-25T23:15:31.354 INFO:teuthology.orchestra.run.smithi157.stdout: linux-image-5.15.0-105-generic linux-modules-5.15.0-105-generic 2024-04-25T23:15:31.354 INFO:teuthology.orchestra.run.smithi157.stdout: linux-modules-extra-5.15.0-105-generic 2024-04-25T23:15:31.355 INFO:teuthology.orchestra.run.smithi157.stdout:The following packages will be upgraded: 2024-04-25T23:15:31.355 INFO:teuthology.orchestra.run.smithi157.stdout: linux-generic linux-headers-generic linux-image-generic 2024-04-25T23:15:31.463 INFO:teuthology.orchestra.run.smithi161.stdout:The following packages were automatically installed and are no longer required: 2024-04-25T23:15:31.463 INFO:teuthology.orchestra.run.smithi161.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-25T23:15:31.463 INFO:teuthology.orchestra.run.smithi161.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-25T23:15:31.464 INFO:teuthology.orchestra.run.smithi161.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-25T23:15:31.464 INFO:teuthology.orchestra.run.smithi161.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-04-25T23:15:31.464 INFO:teuthology.orchestra.run.smithi161.stdout: python2.7-minimal 2024-04-25T23:15:31.464 INFO:teuthology.orchestra.run.smithi161.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-25T23:15:31.465 INFO:teuthology.orchestra.run.smithi161.stdout:The following additional packages will be installed: 2024-04-25T23:15:31.465 INFO:teuthology.orchestra.run.smithi161.stdout: linux-generic linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-04-25T23:15:31.465 INFO:teuthology.orchestra.run.smithi161.stdout: linux-headers-generic linux-image-5.15.0-105-generic 2024-04-25T23:15:31.466 INFO:teuthology.orchestra.run.smithi157.stdout:3 upgraded, 5 newly installed, 0 to remove and 315 not upgraded. 2024-04-25T23:15:31.466 INFO:teuthology.orchestra.run.smithi157.stdout:Need to get 113 MB of archives. 2024-04-25T23:15:31.466 INFO:teuthology.orchestra.run.smithi157.stdout:After this operation, 583 MB of additional disk space will be used. 2024-04-25T23:15:31.466 INFO:teuthology.orchestra.run.smithi157.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-105-generic amd64 5.15.0-105.115 [22.7 MB] 2024-04-25T23:15:31.466 INFO:teuthology.orchestra.run.smithi161.stdout: linux-modules-5.15.0-105-generic linux-modules-extra-5.15.0-105-generic 2024-04-25T23:15:31.466 INFO:teuthology.orchestra.run.smithi161.stdout:Suggested packages: 2024-04-25T23:15:31.467 INFO:teuthology.orchestra.run.smithi161.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-04-25T23:15:31.467 INFO:teuthology.orchestra.run.smithi161.stdout:Recommended packages: 2024-04-25T23:15:31.467 INFO:teuthology.orchestra.run.smithi161.stdout: thermald 2024-04-25T23:15:31.508 INFO:teuthology.orchestra.run.smithi087.stdout:Reading package lists... 2024-04-25T23:15:31.514 INFO:teuthology.orchestra.run.smithi161.stdout:The following NEW packages will be installed: 2024-04-25T23:15:31.514 INFO:teuthology.orchestra.run.smithi161.stdout: linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-04-25T23:15:31.514 INFO:teuthology.orchestra.run.smithi161.stdout: linux-image-5.15.0-105-generic linux-modules-5.15.0-105-generic 2024-04-25T23:15:31.515 INFO:teuthology.orchestra.run.smithi161.stdout: linux-modules-extra-5.15.0-105-generic 2024-04-25T23:15:31.516 INFO:teuthology.orchestra.run.smithi161.stdout:The following packages will be upgraded: 2024-04-25T23:15:31.517 INFO:teuthology.orchestra.run.smithi161.stdout: linux-generic linux-headers-generic linux-image-generic 2024-04-25T23:15:31.524 DEBUG:teuthology.orchestra.run.smithi087:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-25T23:15:31.589 INFO:teuthology.orchestra.run.smithi087.stdout:Reading package lists... 2024-04-25T23:15:31.643 INFO:teuthology.orchestra.run.smithi161.stdout:3 upgraded, 5 newly installed, 0 to remove and 315 not upgraded. 2024-04-25T23:15:31.643 INFO:teuthology.orchestra.run.smithi161.stdout:Need to get 113 MB of archives. 2024-04-25T23:15:31.643 INFO:teuthology.orchestra.run.smithi161.stdout:After this operation, 583 MB of additional disk space will be used. 2024-04-25T23:15:31.643 INFO:teuthology.orchestra.run.smithi161.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-105-generic amd64 5.15.0-105.115 [22.7 MB] 2024-04-25T23:15:31.790 INFO:teuthology.orchestra.run.smithi087.stdout:Building dependency tree... 2024-04-25T23:15:31.791 INFO:teuthology.orchestra.run.smithi087.stdout:Reading state information... 2024-04-25T23:15:31.966 INFO:teuthology.orchestra.run.smithi087.stdout:The following packages were automatically installed and are no longer required: 2024-04-25T23:15:31.966 INFO:teuthology.orchestra.run.smithi087.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-25T23:15:31.966 INFO:teuthology.orchestra.run.smithi087.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-25T23:15:31.967 INFO:teuthology.orchestra.run.smithi087.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-25T23:15:31.967 INFO:teuthology.orchestra.run.smithi087.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-04-25T23:15:31.967 INFO:teuthology.orchestra.run.smithi087.stdout: python2.7-minimal 2024-04-25T23:15:31.967 INFO:teuthology.orchestra.run.smithi087.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-25T23:15:31.968 INFO:teuthology.orchestra.run.smithi087.stdout:The following additional packages will be installed: 2024-04-25T23:15:31.968 INFO:teuthology.orchestra.run.smithi087.stdout: linux-generic linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-04-25T23:15:31.968 INFO:teuthology.orchestra.run.smithi087.stdout: linux-headers-generic linux-image-5.15.0-105-generic 2024-04-25T23:15:31.969 INFO:teuthology.orchestra.run.smithi087.stdout: linux-modules-5.15.0-105-generic linux-modules-extra-5.15.0-105-generic 2024-04-25T23:15:31.970 INFO:teuthology.orchestra.run.smithi087.stdout:Suggested packages: 2024-04-25T23:15:31.970 INFO:teuthology.orchestra.run.smithi087.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-04-25T23:15:31.970 INFO:teuthology.orchestra.run.smithi087.stdout:Recommended packages: 2024-04-25T23:15:31.970 INFO:teuthology.orchestra.run.smithi087.stdout: thermald 2024-04-25T23:15:32.042 INFO:teuthology.orchestra.run.smithi087.stdout:The following NEW packages will be installed: 2024-04-25T23:15:32.042 INFO:teuthology.orchestra.run.smithi087.stdout: linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-04-25T23:15:32.042 INFO:teuthology.orchestra.run.smithi087.stdout: linux-image-5.15.0-105-generic linux-modules-5.15.0-105-generic 2024-04-25T23:15:32.042 INFO:teuthology.orchestra.run.smithi087.stdout: linux-modules-extra-5.15.0-105-generic 2024-04-25T23:15:32.043 INFO:teuthology.orchestra.run.smithi087.stdout:The following packages will be upgraded: 2024-04-25T23:15:32.044 INFO:teuthology.orchestra.run.smithi087.stdout: linux-generic linux-headers-generic linux-image-generic 2024-04-25T23:15:32.161 INFO:teuthology.orchestra.run.smithi087.stdout:3 upgraded, 5 newly installed, 0 to remove and 315 not upgraded. 2024-04-25T23:15:32.161 INFO:teuthology.orchestra.run.smithi087.stdout:Need to get 113 MB of archives. 2024-04-25T23:15:32.161 INFO:teuthology.orchestra.run.smithi087.stdout:After this operation, 583 MB of additional disk space will be used. 2024-04-25T23:15:32.161 INFO:teuthology.orchestra.run.smithi087.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-105-generic amd64 5.15.0-105.115 [22.7 MB] 2024-04-25T23:15:32.568 INFO:teuthology.orchestra.run.smithi157.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-105-generic amd64 5.15.0-105.115 [11.5 MB] 2024-04-25T23:15:32.839 INFO:teuthology.orchestra.run.smithi157.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-105-generic amd64 5.15.0-105.115 [63.9 MB] 2024-04-25T23:15:32.992 INFO:teuthology.orchestra.run.smithi161.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-105-generic amd64 5.15.0-105.115 [11.5 MB] 2024-04-25T23:15:33.257 INFO:teuthology.orchestra.run.smithi087.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-105-generic amd64 5.15.0-105.115 [11.5 MB] 2024-04-25T23:15:33.361 INFO:teuthology.orchestra.run.smithi161.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-105-generic amd64 5.15.0-105.115 [63.9 MB] 2024-04-25T23:15:33.598 INFO:teuthology.orchestra.run.smithi087.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-105-generic amd64 5.15.0-105.115 [63.9 MB] 2024-04-25T23:15:35.192 INFO:teuthology.orchestra.run.smithi157.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.105.102 [1,694 B] 2024-04-25T23:15:35.193 INFO:teuthology.orchestra.run.smithi157.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.105.102 [2,530 B] 2024-04-25T23:15:35.193 INFO:teuthology.orchestra.run.smithi157.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-105 all 5.15.0-105.115 [12.3 MB] 2024-04-25T23:15:35.403 INFO:teuthology.orchestra.run.smithi087.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.105.102 [1,694 B] 2024-04-25T23:15:35.403 INFO:teuthology.orchestra.run.smithi087.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.105.102 [2,530 B] 2024-04-25T23:15:35.403 INFO:teuthology.orchestra.run.smithi087.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-105 all 5.15.0-105.115 [12.3 MB] 2024-04-25T23:15:35.565 INFO:teuthology.orchestra.run.smithi157.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-105-generic amd64 5.15.0-105.115 [2,857 kB] 2024-04-25T23:15:35.639 INFO:teuthology.orchestra.run.smithi157.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.105.102 [2,382 B] 2024-04-25T23:15:35.665 INFO:teuthology.orchestra.run.smithi087.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-105-generic amd64 5.15.0-105.115 [2,857 kB] 2024-04-25T23:15:35.709 INFO:teuthology.orchestra.run.smithi087.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.105.102 [2,382 B] 2024-04-25T23:15:35.770 INFO:teuthology.orchestra.run.smithi161.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.105.102 [1,694 B] 2024-04-25T23:15:35.770 INFO:teuthology.orchestra.run.smithi161.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.105.102 [2,530 B] 2024-04-25T23:15:35.770 INFO:teuthology.orchestra.run.smithi161.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-105 all 5.15.0-105.115 [12.3 MB] 2024-04-25T23:15:35.962 INFO:teuthology.orchestra.run.smithi161.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-105-generic amd64 5.15.0-105.115 [2,857 kB] 2024-04-25T23:15:36.011 INFO:teuthology.orchestra.run.smithi161.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.105.102 [2,382 B] 2024-04-25T23:15:36.024 INFO:teuthology.orchestra.run.smithi157.stdout:Fetched 113 MB in 4s (26.5 MB/s) 2024-04-25T23:15:36.096 INFO:teuthology.orchestra.run.smithi087.stdout:Fetched 113 MB in 4s (31.0 MB/s) 2024-04-25T23:15:36.199 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package linux-modules-5.15.0-105-generic. 2024-04-25T23:15:36.279 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package linux-modules-5.15.0-105-generic. 2024-04-25T23:15:36.392 INFO:teuthology.orchestra.run.smithi161.stdout:Fetched 113 MB in 4s (25.2 MB/s) 2024-04-25T23:15:36.543 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package linux-modules-5.15.0-105-generic. 2024-04-25T23:15:38.204 INFO:teuthology.orchestra.run.smithi157.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 129542 files and directories currently installed.) 2024-04-25T23:15:38.209 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../0-linux-modules-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-25T23:15:38.290 INFO:teuthology.orchestra.run.smithi087.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 129542 files and directories currently installed.) 2024-04-25T23:15:38.294 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../0-linux-modules-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-25T23:15:38.330 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-25T23:15:38.359 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-25T23:15:38.538 INFO:teuthology.orchestra.run.smithi161.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 129542 files and directories currently installed.) 2024-04-25T23:15:38.543 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../0-linux-modules-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-25T23:15:38.657 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-25T23:15:40.726 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package linux-image-5.15.0-105-generic. 2024-04-25T23:15:40.747 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../1-linux-image-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-25T23:15:40.836 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-25T23:15:40.981 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package linux-image-5.15.0-105-generic. 2024-04-25T23:15:41.002 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../1-linux-image-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-25T23:15:41.007 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package linux-image-5.15.0-105-generic. 2024-04-25T23:15:41.028 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../1-linux-image-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-25T23:15:41.071 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-25T23:15:41.120 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-25T23:15:41.303 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-105-generic. 2024-04-25T23:15:41.324 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-25T23:15:41.361 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-25T23:15:41.526 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-105-generic. 2024-04-25T23:15:41.546 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-25T23:15:41.568 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-105-generic. 2024-04-25T23:15:41.578 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-25T23:15:41.589 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-25T23:15:41.627 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-25T23:15:47.325 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../3-linux-generic_5.15.0.105.102_amd64.deb ... 2024-04-25T23:15:47.451 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking linux-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-25T23:15:47.514 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../3-linux-generic_5.15.0.105.102_amd64.deb ... 2024-04-25T23:15:47.617 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking linux-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-25T23:15:47.775 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.105.102_amd64.deb ... 2024-04-25T23:15:47.904 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking linux-image-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-25T23:15:47.975 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.105.102_amd64.deb ... 2024-04-25T23:15:48.101 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../3-linux-generic_5.15.0.105.102_amd64.deb ... 2024-04-25T23:15:48.103 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking linux-image-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-25T23:15:48.190 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package linux-headers-5.15.0-105. 2024-04-25T23:15:48.201 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../5-linux-headers-5.15.0-105_5.15.0-105.115_all.deb ... 2024-04-25T23:15:48.231 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-04-25T23:15:48.245 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking linux-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-25T23:15:48.389 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package linux-headers-5.15.0-105. 2024-04-25T23:15:48.412 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../5-linux-headers-5.15.0-105_5.15.0-105.115_all.deb ... 2024-04-25T23:15:48.456 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-04-25T23:15:48.612 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.105.102_amd64.deb ... 2024-04-25T23:15:48.740 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking linux-image-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-25T23:15:49.085 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package linux-headers-5.15.0-105. 2024-04-25T23:15:49.108 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../5-linux-headers-5.15.0-105_5.15.0-105.115_all.deb ... 2024-04-25T23:15:49.152 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-04-25T23:15:53.512 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package linux-headers-5.15.0-105-generic. 2024-04-25T23:15:53.549 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../6-linux-headers-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-25T23:15:53.587 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-25T23:15:53.649 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package linux-headers-5.15.0-105-generic. 2024-04-25T23:15:53.687 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../6-linux-headers-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-25T23:15:53.723 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-25T23:15:55.189 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package linux-headers-5.15.0-105-generic. 2024-04-25T23:15:55.228 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../6-linux-headers-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-25T23:15:55.272 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-25T23:15:56.531 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.105.102_amd64.deb ... 2024-04-25T23:15:56.665 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking linux-headers-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-25T23:15:56.728 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.105.102_amd64.deb ... 2024-04-25T23:15:56.850 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking linux-headers-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-25T23:15:56.989 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-04-25T23:15:57.111 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-25T23:15:57.184 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-04-25T23:15:57.237 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up linux-headers-generic (5.15.0.105.102) ... 2024-04-25T23:15:57.304 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-25T23:15:57.365 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-25T23:15:57.430 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up linux-headers-generic (5.15.0.105.102) ... 2024-04-25T23:15:57.559 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-25T23:15:57.933 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.105.102_amd64.deb ... 2024-04-25T23:15:58.082 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking linux-headers-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-25T23:15:58.424 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-04-25T23:15:58.554 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-25T23:15:58.711 INFO:teuthology.orchestra.run.smithi087.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-04-25T23:15:58.711 INFO:teuthology.orchestra.run.smithi087.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-04-25T23:15:58.712 INFO:teuthology.orchestra.run.smithi087.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-105-generic 2024-04-25T23:15:58.712 INFO:teuthology.orchestra.run.smithi087.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-105-generic 2024-04-25T23:15:58.945 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up linux-headers-generic (5.15.0.105.102) ... 2024-04-25T23:15:59.036 INFO:teuthology.orchestra.run.smithi161.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-04-25T23:15:59.037 INFO:teuthology.orchestra.run.smithi161.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-04-25T23:15:59.037 INFO:teuthology.orchestra.run.smithi161.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-105-generic 2024-04-25T23:15:59.037 INFO:teuthology.orchestra.run.smithi161.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-105-generic 2024-04-25T23:15:59.268 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-25T23:15:59.609 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-25T23:15:59.678 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-25T23:16:00.955 INFO:teuthology.orchestra.run.smithi157.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-04-25T23:16:00.955 INFO:teuthology.orchestra.run.smithi157.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-04-25T23:16:00.955 INFO:teuthology.orchestra.run.smithi157.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-105-generic 2024-04-25T23:16:00.955 INFO:teuthology.orchestra.run.smithi157.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-105-generic 2024-04-25T23:16:01.046 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-25T23:16:01.055 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-25T23:16:01.102 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-25T23:16:02.521 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-25T23:16:02.547 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up linux-image-generic (5.15.0.105.102) ... 2024-04-25T23:16:02.604 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up linux-image-generic (5.15.0.105.102) ... 2024-04-25T23:16:02.672 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up linux-generic (5.15.0.105.102) ... 2024-04-25T23:16:02.730 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up linux-generic (5.15.0.105.102) ... 2024-04-25T23:16:02.790 INFO:teuthology.orchestra.run.smithi161.stdout:Processing triggers for linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-25T23:16:02.854 INFO:teuthology.orchestra.run.smithi161.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-04-25T23:16:02.855 INFO:teuthology.orchestra.run.smithi161.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-105-generic 2024-04-25T23:16:02.856 INFO:teuthology.orchestra.run.smithi087.stdout:Processing triggers for linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-25T23:16:02.942 INFO:teuthology.orchestra.run.smithi087.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-04-25T23:16:02.942 INFO:teuthology.orchestra.run.smithi087.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-105-generic 2024-04-25T23:16:03.921 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up linux-image-generic (5.15.0.105.102) ... 2024-04-25T23:16:04.080 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up linux-generic (5.15.0.105.102) ... 2024-04-25T23:16:04.206 INFO:teuthology.orchestra.run.smithi157.stdout:Processing triggers for linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-25T23:16:04.280 INFO:teuthology.orchestra.run.smithi157.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-04-25T23:16:04.280 INFO:teuthology.orchestra.run.smithi157.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-105-generic 2024-04-25T23:16:16.594 INFO:teuthology.orchestra.run.smithi161.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-04-25T23:16:16.594 INFO:teuthology.orchestra.run.smithi161.stdout:Sourcing file `/etc/default/grub' 2024-04-25T23:16:16.610 INFO:teuthology.orchestra.run.smithi161.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-25T23:16:16.635 INFO:teuthology.orchestra.run.smithi161.stdout:Generating grub configuration file ... 2024-04-25T23:16:16.907 INFO:teuthology.orchestra.run.smithi161.stdout:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-04-25T23:16:16.928 INFO:teuthology.orchestra.run.smithi161.stdout:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-04-25T23:16:17.129 INFO:teuthology.orchestra.run.smithi087.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-04-25T23:16:17.129 INFO:teuthology.orchestra.run.smithi087.stdout:Sourcing file `/etc/default/grub' 2024-04-25T23:16:17.149 INFO:teuthology.orchestra.run.smithi087.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-25T23:16:17.160 INFO:teuthology.orchestra.run.smithi087.stdout:Generating grub configuration file ... 2024-04-25T23:16:17.250 INFO:teuthology.orchestra.run.smithi161.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-25T23:16:17.256 INFO:teuthology.orchestra.run.smithi161.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-25T23:16:17.329 INFO:teuthology.orchestra.run.smithi161.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-25T23:16:17.334 INFO:teuthology.orchestra.run.smithi161.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-25T23:16:17.425 INFO:teuthology.orchestra.run.smithi087.stdout:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-04-25T23:16:17.460 INFO:teuthology.orchestra.run.smithi087.stdout:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-04-25T23:16:17.505 INFO:teuthology.orchestra.run.smithi161.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-25T23:16:17.505 INFO:teuthology.orchestra.run.smithi161.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-04-25T23:16:17.505 INFO:teuthology.orchestra.run.smithi161.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-25T23:16:17.549 INFO:teuthology.orchestra.run.smithi161.stdout:done 2024-04-25T23:16:17.764 INFO:teuthology.orchestra.run.smithi087.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-25T23:16:17.769 INFO:teuthology.orchestra.run.smithi087.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-25T23:16:17.832 INFO:teuthology.orchestra.run.smithi087.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-25T23:16:17.837 INFO:teuthology.orchestra.run.smithi087.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-25T23:16:18.004 INFO:teuthology.orchestra.run.smithi087.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-25T23:16:18.004 INFO:teuthology.orchestra.run.smithi087.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-04-25T23:16:18.004 INFO:teuthology.orchestra.run.smithi087.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-25T23:16:18.023 DEBUG:teuthology.orchestra.run.smithi161:> dpkg -s linux-image-generic 2024-04-25T23:16:18.052 INFO:teuthology.orchestra.run.smithi161.stdout:Package: linux-image-generic 2024-04-25T23:16:18.053 INFO:teuthology.orchestra.run.smithi161.stdout:Status: install ok installed 2024-04-25T23:16:18.053 INFO:teuthology.orchestra.run.smithi161.stdout:Priority: optional 2024-04-25T23:16:18.053 INFO:teuthology.orchestra.run.smithi161.stdout:Section: kernel 2024-04-25T23:16:18.053 INFO:teuthology.orchestra.run.smithi161.stdout:Installed-Size: 21 2024-04-25T23:16:18.053 INFO:teuthology.orchestra.run.smithi161.stdout:Maintainer: Ubuntu Kernel Team 2024-04-25T23:16:18.054 INFO:teuthology.orchestra.run.smithi161.stdout:Architecture: amd64 2024-04-25T23:16:18.054 INFO:teuthology.orchestra.run.smithi161.stdout:Source: linux-meta 2024-04-25T23:16:18.054 INFO:teuthology.orchestra.run.smithi161.stdout:Version: 5.15.0.105.102 2024-04-25T23:16:18.054 INFO:teuthology.orchestra.run.smithi161.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-105), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-04-25T23:16:18.054 INFO:teuthology.orchestra.run.smithi161.stdout:Depends: linux-image-5.15.0-105-generic, linux-modules-extra-5.15.0-105-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-25T23:16:18.054 INFO:teuthology.orchestra.run.smithi161.stdout:Recommends: thermald 2024-04-25T23:16:18.054 INFO:teuthology.orchestra.run.smithi161.stdout:Description: Generic Linux kernel image 2024-04-25T23:16:18.054 INFO:teuthology.orchestra.run.smithi161.stdout: This package will always depend on the latest generic kernel image 2024-04-25T23:16:18.055 INFO:teuthology.orchestra.run.smithi161.stdout: available. 2024-04-25T23:16:18.055 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-105-generic 2024-04-25T23:16:18.055 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-25T23:16:18.055 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-25T23:16:18.056 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-04-25T23:16:18.056 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi161.front.sepia.ceph.com, path=None, version=distro) 2024-04-25T23:16:18.056 DEBUG:teuthology.orchestra.run.smithi161:> sudo apt-get clean 2024-04-25T23:16:18.056 INFO:teuthology.orchestra.run.smithi087.stdout:done 2024-04-25T23:16:18.189 DEBUG:teuthology.orchestra.run.smithi161:> sudo apt-get update 2024-04-25T23:16:18.313 INFO:teuthology.orchestra.run.smithi161.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-25T23:16:18.314 INFO:teuthology.orchestra.run.smithi161.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-25T23:16:18.327 INFO:teuthology.orchestra.run.smithi161.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-25T23:16:18.350 INFO:teuthology.orchestra.run.smithi161.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-25T23:16:18.447 INFO:teuthology.orchestra.run.smithi157.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-04-25T23:16:18.448 INFO:teuthology.orchestra.run.smithi157.stdout:Sourcing file `/etc/default/grub' 2024-04-25T23:16:18.465 INFO:teuthology.orchestra.run.smithi157.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-25T23:16:18.489 INFO:teuthology.orchestra.run.smithi157.stdout:Generating grub configuration file ... 2024-04-25T23:16:18.543 DEBUG:teuthology.orchestra.run.smithi087:> dpkg -s linux-image-generic 2024-04-25T23:16:18.565 INFO:teuthology.orchestra.run.smithi087.stdout:Package: linux-image-generic 2024-04-25T23:16:18.565 INFO:teuthology.orchestra.run.smithi087.stdout:Status: install ok installed 2024-04-25T23:16:18.565 INFO:teuthology.orchestra.run.smithi087.stdout:Priority: optional 2024-04-25T23:16:18.565 INFO:teuthology.orchestra.run.smithi087.stdout:Section: kernel 2024-04-25T23:16:18.565 INFO:teuthology.orchestra.run.smithi087.stdout:Installed-Size: 21 2024-04-25T23:16:18.565 INFO:teuthology.orchestra.run.smithi087.stdout:Maintainer: Ubuntu Kernel Team 2024-04-25T23:16:18.565 INFO:teuthology.orchestra.run.smithi087.stdout:Architecture: amd64 2024-04-25T23:16:18.565 INFO:teuthology.orchestra.run.smithi087.stdout:Source: linux-meta 2024-04-25T23:16:18.566 INFO:teuthology.orchestra.run.smithi087.stdout:Version: 5.15.0.105.102 2024-04-25T23:16:18.566 INFO:teuthology.orchestra.run.smithi087.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-105), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-04-25T23:16:18.566 INFO:teuthology.orchestra.run.smithi087.stdout:Depends: linux-image-5.15.0-105-generic, linux-modules-extra-5.15.0-105-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-25T23:16:18.566 INFO:teuthology.orchestra.run.smithi087.stdout:Recommends: thermald 2024-04-25T23:16:18.566 INFO:teuthology.orchestra.run.smithi087.stdout:Description: Generic Linux kernel image 2024-04-25T23:16:18.566 INFO:teuthology.orchestra.run.smithi087.stdout: This package will always depend on the latest generic kernel image 2024-04-25T23:16:18.566 INFO:teuthology.orchestra.run.smithi087.stdout: available. 2024-04-25T23:16:18.566 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-105-generic 2024-04-25T23:16:18.567 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-25T23:16:18.567 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-25T23:16:18.567 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-04-25T23:16:18.567 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi087.front.sepia.ceph.com, path=None, version=distro) 2024-04-25T23:16:18.567 DEBUG:teuthology.orchestra.run.smithi087:> sudo apt-get clean 2024-04-25T23:16:18.740 DEBUG:teuthology.orchestra.run.smithi087:> sudo apt-get update 2024-04-25T23:16:18.809 INFO:teuthology.orchestra.run.smithi157.stdout:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-04-25T23:16:18.832 INFO:teuthology.orchestra.run.smithi157.stdout:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-04-25T23:16:18.882 INFO:teuthology.orchestra.run.smithi087.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-25T23:16:18.883 INFO:teuthology.orchestra.run.smithi087.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-25T23:16:18.892 INFO:teuthology.orchestra.run.smithi087.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-25T23:16:18.912 INFO:teuthology.orchestra.run.smithi087.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-25T23:16:19.169 INFO:teuthology.orchestra.run.smithi157.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-25T23:16:19.174 INFO:teuthology.orchestra.run.smithi157.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-25T23:16:19.239 INFO:teuthology.orchestra.run.smithi157.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-25T23:16:19.244 INFO:teuthology.orchestra.run.smithi157.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-25T23:16:19.402 INFO:teuthology.orchestra.run.smithi157.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-25T23:16:19.402 INFO:teuthology.orchestra.run.smithi157.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-04-25T23:16:19.402 INFO:teuthology.orchestra.run.smithi157.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-25T23:16:19.431 INFO:teuthology.orchestra.run.smithi157.stdout:done 2024-04-25T23:16:19.671 INFO:teuthology.orchestra.run.smithi161.stdout:Reading package lists... 2024-04-25T23:16:19.688 DEBUG:teuthology.orchestra.run.smithi161:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-25T23:16:19.751 INFO:teuthology.orchestra.run.smithi161.stdout:Reading package lists... 2024-04-25T23:16:19.899 DEBUG:teuthology.orchestra.run.smithi157:> dpkg -s linux-image-generic 2024-04-25T23:16:19.922 INFO:teuthology.orchestra.run.smithi157.stdout:Package: linux-image-generic 2024-04-25T23:16:19.922 INFO:teuthology.orchestra.run.smithi157.stdout:Status: install ok installed 2024-04-25T23:16:19.922 INFO:teuthology.orchestra.run.smithi157.stdout:Priority: optional 2024-04-25T23:16:19.922 INFO:teuthology.orchestra.run.smithi157.stdout:Section: kernel 2024-04-25T23:16:19.922 INFO:teuthology.orchestra.run.smithi157.stdout:Installed-Size: 21 2024-04-25T23:16:19.922 INFO:teuthology.orchestra.run.smithi157.stdout:Maintainer: Ubuntu Kernel Team 2024-04-25T23:16:19.922 INFO:teuthology.orchestra.run.smithi157.stdout:Architecture: amd64 2024-04-25T23:16:19.923 INFO:teuthology.orchestra.run.smithi157.stdout:Source: linux-meta 2024-04-25T23:16:19.923 INFO:teuthology.orchestra.run.smithi157.stdout:Version: 5.15.0.105.102 2024-04-25T23:16:19.923 INFO:teuthology.orchestra.run.smithi157.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-105), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-04-25T23:16:19.923 INFO:teuthology.orchestra.run.smithi157.stdout:Depends: linux-image-5.15.0-105-generic, linux-modules-extra-5.15.0-105-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-25T23:16:19.923 INFO:teuthology.orchestra.run.smithi157.stdout:Recommends: thermald 2024-04-25T23:16:19.923 INFO:teuthology.orchestra.run.smithi157.stdout:Description: Generic Linux kernel image 2024-04-25T23:16:19.923 INFO:teuthology.orchestra.run.smithi157.stdout: This package will always depend on the latest generic kernel image 2024-04-25T23:16:19.923 INFO:teuthology.orchestra.run.smithi157.stdout: available. 2024-04-25T23:16:19.923 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-105-generic 2024-04-25T23:16:19.923 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-25T23:16:19.923 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-25T23:16:19.923 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-04-25T23:16:19.924 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi157.front.sepia.ceph.com, path=None, version=distro) 2024-04-25T23:16:19.924 DEBUG:teuthology.orchestra.run.smithi157:> sudo apt-get clean 2024-04-25T23:16:19.950 INFO:teuthology.orchestra.run.smithi161.stdout:Building dependency tree... 2024-04-25T23:16:19.950 INFO:teuthology.orchestra.run.smithi161.stdout:Reading state information... 2024-04-25T23:16:20.129 INFO:teuthology.orchestra.run.smithi161.stdout:linux-image-generic is already the newest version (5.15.0.105.102). 2024-04-25T23:16:20.129 INFO:teuthology.orchestra.run.smithi161.stdout:The following packages were automatically installed and are no longer required: 2024-04-25T23:16:20.130 INFO:teuthology.orchestra.run.smithi161.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-25T23:16:20.130 INFO:teuthology.orchestra.run.smithi161.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-25T23:16:20.130 INFO:teuthology.orchestra.run.smithi161.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-25T23:16:20.130 INFO:teuthology.orchestra.run.smithi161.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-25T23:16:20.130 INFO:teuthology.orchestra.run.smithi161.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-25T23:16:20.131 INFO:teuthology.orchestra.run.smithi161.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-25T23:16:20.138 DEBUG:teuthology.orchestra.run.smithi157:> sudo apt-get update 2024-04-25T23:16:20.172 INFO:teuthology.orchestra.run.smithi161.stdout:0 upgraded, 0 newly installed, 0 to remove and 315 not upgraded. 2024-04-25T23:16:20.174 DEBUG:teuthology.orchestra.run.smithi161:> dpkg -s linux-image-generic 2024-04-25T23:16:20.190 INFO:teuthology.orchestra.run.smithi161.stdout:Package: linux-image-generic 2024-04-25T23:16:20.190 INFO:teuthology.orchestra.run.smithi161.stdout:Status: install ok installed 2024-04-25T23:16:20.190 INFO:teuthology.orchestra.run.smithi161.stdout:Priority: optional 2024-04-25T23:16:20.190 INFO:teuthology.orchestra.run.smithi161.stdout:Section: kernel 2024-04-25T23:16:20.190 INFO:teuthology.orchestra.run.smithi161.stdout:Installed-Size: 21 2024-04-25T23:16:20.190 INFO:teuthology.orchestra.run.smithi161.stdout:Maintainer: Ubuntu Kernel Team 2024-04-25T23:16:20.190 INFO:teuthology.orchestra.run.smithi161.stdout:Architecture: amd64 2024-04-25T23:16:20.190 INFO:teuthology.orchestra.run.smithi161.stdout:Source: linux-meta 2024-04-25T23:16:20.191 INFO:teuthology.orchestra.run.smithi161.stdout:Version: 5.15.0.105.102 2024-04-25T23:16:20.191 INFO:teuthology.orchestra.run.smithi161.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-105), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-04-25T23:16:20.191 INFO:teuthology.orchestra.run.smithi161.stdout:Depends: linux-image-5.15.0-105-generic, linux-modules-extra-5.15.0-105-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-25T23:16:20.191 INFO:teuthology.orchestra.run.smithi161.stdout:Recommends: thermald 2024-04-25T23:16:20.191 INFO:teuthology.orchestra.run.smithi161.stdout:Description: Generic Linux kernel image 2024-04-25T23:16:20.191 INFO:teuthology.orchestra.run.smithi161.stdout: This package will always depend on the latest generic kernel image 2024-04-25T23:16:20.191 INFO:teuthology.orchestra.run.smithi161.stdout: available. 2024-04-25T23:16:20.191 DEBUG:teuthology.orchestra.run.smithi161:> mktemp 2024-04-25T23:16:20.243 INFO:teuthology.orchestra.run.smithi161.stdout:/tmp/tmp.ykdJQqvGQq 2024-04-25T23:16:20.243 DEBUG:teuthology.orchestra.run.smithi161:> sudo cp /boot/grub/grub.cfg /tmp/tmp.ykdJQqvGQq 2024-04-25T23:16:20.261 INFO:teuthology.orchestra.run.smithi087.stdout:Reading package lists... 2024-04-25T23:16:20.263 INFO:teuthology.orchestra.run.smithi157.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-25T23:16:20.276 INFO:teuthology.orchestra.run.smithi157.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-25T23:16:20.279 DEBUG:teuthology.orchestra.run.smithi087:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-25T23:16:20.296 DEBUG:teuthology.orchestra.run.smithi161:> sudo chmod 0666 /tmp/tmp.ykdJQqvGQq 2024-04-25T23:16:20.297 INFO:teuthology.orchestra.run.smithi157.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-25T23:16:20.338 INFO:teuthology.orchestra.run.smithi087.stdout:Reading package lists... 2024-04-25T23:16:20.387 INFO:teuthology.orchestra.run.smithi157.stdout:Hit:4 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-25T23:16:20.431 DEBUG:teuthology.orchestra.remote:smithi161:/tmp/tmp.ykdJQqvGQq is 10KB 2024-04-25T23:16:20.445 DEBUG:teuthology.orchestra.run.smithi161:> rm -fr /tmp/tmp.ykdJQqvGQq 2024-04-25T23:16:20.450 DEBUG:teuthology.orchestra.run.smithi161:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-04-25T23:16:20.508 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2024-04-25T23:16:20.508 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-04-25T23:16:20.508 DEBUG:teuthology.orchestra.run.smithi161:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-04-25T23:16:20.537 INFO:teuthology.orchestra.run.smithi087.stdout:Building dependency tree... 2024-04-25T23:16:20.538 INFO:teuthology.orchestra.run.smithi087.stdout:Reading state information... 2024-04-25T23:16:20.584 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-105-generic 2024-04-25T23:16:20.584 DEBUG:teuthology.orchestra.run.smithi161:> sudo update-grub 2024-04-25T23:16:20.716 INFO:teuthology.orchestra.run.smithi087.stdout:linux-image-generic is already the newest version (5.15.0.105.102). 2024-04-25T23:16:20.716 INFO:teuthology.orchestra.run.smithi087.stdout:The following packages were automatically installed and are no longer required: 2024-04-25T23:16:20.716 INFO:teuthology.orchestra.run.smithi087.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-25T23:16:20.716 INFO:teuthology.orchestra.run.smithi087.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-25T23:16:20.716 INFO:teuthology.orchestra.run.smithi087.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-25T23:16:20.717 INFO:teuthology.orchestra.run.smithi087.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-25T23:16:20.717 INFO:teuthology.orchestra.run.smithi087.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-25T23:16:20.717 INFO:teuthology.orchestra.run.smithi087.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-25T23:16:20.756 INFO:teuthology.orchestra.run.smithi087.stdout:0 upgraded, 0 newly installed, 0 to remove and 315 not upgraded. 2024-04-25T23:16:20.757 DEBUG:teuthology.orchestra.run.smithi087:> dpkg -s linux-image-generic 2024-04-25T23:16:20.772 INFO:teuthology.orchestra.run.smithi087.stdout:Package: linux-image-generic 2024-04-25T23:16:20.773 INFO:teuthology.orchestra.run.smithi087.stdout:Status: install ok installed 2024-04-25T23:16:20.773 INFO:teuthology.orchestra.run.smithi087.stdout:Priority: optional 2024-04-25T23:16:20.773 INFO:teuthology.orchestra.run.smithi087.stdout:Section: kernel 2024-04-25T23:16:20.773 INFO:teuthology.orchestra.run.smithi087.stdout:Installed-Size: 21 2024-04-25T23:16:20.773 INFO:teuthology.orchestra.run.smithi087.stdout:Maintainer: Ubuntu Kernel Team 2024-04-25T23:16:20.773 INFO:teuthology.orchestra.run.smithi087.stdout:Architecture: amd64 2024-04-25T23:16:20.773 INFO:teuthology.orchestra.run.smithi087.stdout:Source: linux-meta 2024-04-25T23:16:20.773 INFO:teuthology.orchestra.run.smithi087.stdout:Version: 5.15.0.105.102 2024-04-25T23:16:20.773 INFO:teuthology.orchestra.run.smithi087.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-105), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-04-25T23:16:20.773 INFO:teuthology.orchestra.run.smithi087.stdout:Depends: linux-image-5.15.0-105-generic, linux-modules-extra-5.15.0-105-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-25T23:16:20.773 INFO:teuthology.orchestra.run.smithi087.stdout:Recommends: thermald 2024-04-25T23:16:20.774 INFO:teuthology.orchestra.run.smithi087.stdout:Description: Generic Linux kernel image 2024-04-25T23:16:20.774 INFO:teuthology.orchestra.run.smithi087.stdout: This package will always depend on the latest generic kernel image 2024-04-25T23:16:20.774 INFO:teuthology.orchestra.run.smithi087.stdout: available. 2024-04-25T23:16:20.774 DEBUG:teuthology.orchestra.run.smithi087:> mktemp 2024-04-25T23:16:20.819 INFO:teuthology.orchestra.run.smithi087.stdout:/tmp/tmp.Xm0Tq0y2ha 2024-04-25T23:16:20.820 DEBUG:teuthology.orchestra.run.smithi087:> sudo cp /boot/grub/grub.cfg /tmp/tmp.Xm0Tq0y2ha 2024-04-25T23:16:20.873 DEBUG:teuthology.orchestra.run.smithi087:> sudo chmod 0666 /tmp/tmp.Xm0Tq0y2ha 2024-04-25T23:16:20.991 DEBUG:teuthology.orchestra.remote:smithi087:/tmp/tmp.Xm0Tq0y2ha is 10KB 2024-04-25T23:16:21.004 DEBUG:teuthology.orchestra.run.smithi087:> rm -fr /tmp/tmp.Xm0Tq0y2ha 2024-04-25T23:16:21.009 DEBUG:teuthology.orchestra.run.smithi087:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-04-25T23:16:21.063 DEBUG:teuthology.orchestra.run.smithi087:> set -ex 2024-04-25T23:16:21.063 DEBUG:teuthology.orchestra.run.smithi087:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-04-25T23:16:21.063 DEBUG:teuthology.orchestra.run.smithi087:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-04-25T23:16:21.131 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-105-generic 2024-04-25T23:16:21.132 DEBUG:teuthology.orchestra.run.smithi087:> sudo update-grub 2024-04-25T23:16:21.612 INFO:teuthology.orchestra.run.smithi157.stdout:Reading package lists... 2024-04-25T23:16:21.630 DEBUG:teuthology.orchestra.run.smithi157:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-25T23:16:21.637 INFO:teuthology.orchestra.run.smithi161.stderr:Sourcing file `/etc/default/grub' 2024-04-25T23:16:21.638 INFO:teuthology.orchestra.run.smithi161.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-25T23:16:21.641 INFO:teuthology.orchestra.run.smithi161.stderr:Generating grub configuration file ... 2024-04-25T23:16:21.689 INFO:teuthology.orchestra.run.smithi157.stdout:Reading package lists... 2024-04-25T23:16:21.826 INFO:teuthology.orchestra.run.smithi161.stderr:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-04-25T23:16:21.832 INFO:teuthology.orchestra.run.smithi161.stderr:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-04-25T23:16:21.888 INFO:teuthology.orchestra.run.smithi157.stdout:Building dependency tree... 2024-04-25T23:16:21.889 INFO:teuthology.orchestra.run.smithi157.stdout:Reading state information... 2024-04-25T23:16:22.058 INFO:teuthology.orchestra.run.smithi157.stdout:linux-image-generic is already the newest version (5.15.0.105.102). 2024-04-25T23:16:22.058 INFO:teuthology.orchestra.run.smithi157.stdout:The following packages were automatically installed and are no longer required: 2024-04-25T23:16:22.058 INFO:teuthology.orchestra.run.smithi157.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-25T23:16:22.058 INFO:teuthology.orchestra.run.smithi157.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-25T23:16:22.058 INFO:teuthology.orchestra.run.smithi157.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-25T23:16:22.059 INFO:teuthology.orchestra.run.smithi157.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-25T23:16:22.059 INFO:teuthology.orchestra.run.smithi157.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-25T23:16:22.059 INFO:teuthology.orchestra.run.smithi157.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-25T23:16:22.068 INFO:teuthology.orchestra.run.smithi161.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-25T23:16:22.073 INFO:teuthology.orchestra.run.smithi161.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-25T23:16:22.094 INFO:teuthology.orchestra.run.smithi157.stdout:0 upgraded, 0 newly installed, 0 to remove and 315 not upgraded. 2024-04-25T23:16:22.096 DEBUG:teuthology.orchestra.run.smithi157:> dpkg -s linux-image-generic 2024-04-25T23:16:22.112 INFO:teuthology.orchestra.run.smithi157.stdout:Package: linux-image-generic 2024-04-25T23:16:22.112 INFO:teuthology.orchestra.run.smithi157.stdout:Status: install ok installed 2024-04-25T23:16:22.112 INFO:teuthology.orchestra.run.smithi157.stdout:Priority: optional 2024-04-25T23:16:22.113 INFO:teuthology.orchestra.run.smithi157.stdout:Section: kernel 2024-04-25T23:16:22.113 INFO:teuthology.orchestra.run.smithi157.stdout:Installed-Size: 21 2024-04-25T23:16:22.113 INFO:teuthology.orchestra.run.smithi157.stdout:Maintainer: Ubuntu Kernel Team 2024-04-25T23:16:22.113 INFO:teuthology.orchestra.run.smithi157.stdout:Architecture: amd64 2024-04-25T23:16:22.113 INFO:teuthology.orchestra.run.smithi157.stdout:Source: linux-meta 2024-04-25T23:16:22.113 INFO:teuthology.orchestra.run.smithi157.stdout:Version: 5.15.0.105.102 2024-04-25T23:16:22.113 INFO:teuthology.orchestra.run.smithi157.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-105), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-04-25T23:16:22.113 INFO:teuthology.orchestra.run.smithi157.stdout:Depends: linux-image-5.15.0-105-generic, linux-modules-extra-5.15.0-105-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-25T23:16:22.113 INFO:teuthology.orchestra.run.smithi157.stdout:Recommends: thermald 2024-04-25T23:16:22.113 INFO:teuthology.orchestra.run.smithi157.stdout:Description: Generic Linux kernel image 2024-04-25T23:16:22.113 INFO:teuthology.orchestra.run.smithi157.stdout: This package will always depend on the latest generic kernel image 2024-04-25T23:16:22.113 INFO:teuthology.orchestra.run.smithi157.stdout: available. 2024-04-25T23:16:22.114 DEBUG:teuthology.orchestra.run.smithi157:> mktemp 2024-04-25T23:16:22.114 INFO:teuthology.orchestra.run.smithi161.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-25T23:16:22.117 INFO:teuthology.orchestra.run.smithi161.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-25T23:16:22.159 INFO:teuthology.orchestra.run.smithi157.stdout:/tmp/tmp.UZwQ5lQXnA 2024-04-25T23:16:22.160 DEBUG:teuthology.orchestra.run.smithi157:> sudo cp /boot/grub/grub.cfg /tmp/tmp.UZwQ5lQXnA 2024-04-25T23:16:22.213 DEBUG:teuthology.orchestra.run.smithi157:> sudo chmod 0666 /tmp/tmp.UZwQ5lQXnA 2024-04-25T23:16:22.240 INFO:teuthology.orchestra.run.smithi161.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-25T23:16:22.240 INFO:teuthology.orchestra.run.smithi161.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-04-25T23:16:22.240 INFO:teuthology.orchestra.run.smithi161.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-25T23:16:22.244 INFO:teuthology.orchestra.run.smithi087.stderr:Sourcing file `/etc/default/grub' 2024-04-25T23:16:22.245 INFO:teuthology.orchestra.run.smithi087.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-25T23:16:22.248 INFO:teuthology.orchestra.run.smithi087.stderr:Generating grub configuration file ... 2024-04-25T23:16:22.256 INFO:teuthology.orchestra.run.smithi161.stderr:done 2024-04-25T23:16:22.276 DEBUG:teuthology.orchestra.run.smithi161:> sudo shutdown -r now 2024-04-25T23:16:22.328 DEBUG:teuthology.orchestra.remote:smithi157:/tmp/tmp.UZwQ5lQXnA is 10KB 2024-04-25T23:16:22.340 DEBUG:teuthology.orchestra.run.smithi157:> rm -fr /tmp/tmp.UZwQ5lQXnA 2024-04-25T23:16:22.345 DEBUG:teuthology.orchestra.run.smithi157:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-04-25T23:16:22.398 DEBUG:teuthology.orchestra.run.smithi157:> set -ex 2024-04-25T23:16:22.399 DEBUG:teuthology.orchestra.run.smithi157:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-04-25T23:16:22.399 DEBUG:teuthology.orchestra.run.smithi157:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-04-25T23:16:22.428 INFO:teuthology.orchestra.run.smithi087.stderr:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-04-25T23:16:22.434 INFO:teuthology.orchestra.run.smithi087.stderr:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-04-25T23:16:22.473 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-105-generic 2024-04-25T23:16:22.474 DEBUG:teuthology.orchestra.run.smithi157:> sudo update-grub 2024-04-25T23:16:22.667 INFO:teuthology.orchestra.run.smithi087.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-25T23:16:22.672 INFO:teuthology.orchestra.run.smithi087.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-25T23:16:22.713 INFO:teuthology.orchestra.run.smithi087.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-25T23:16:22.718 INFO:teuthology.orchestra.run.smithi087.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-25T23:16:22.861 INFO:teuthology.orchestra.run.smithi087.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-25T23:16:22.861 INFO:teuthology.orchestra.run.smithi087.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-04-25T23:16:22.861 INFO:teuthology.orchestra.run.smithi087.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-25T23:16:22.878 INFO:teuthology.orchestra.run.smithi087.stderr:done 2024-04-25T23:16:22.887 DEBUG:teuthology.orchestra.run.smithi087:> sudo shutdown -r now 2024-04-25T23:16:23.830 INFO:teuthology.orchestra.run.smithi157.stderr:Sourcing file `/etc/default/grub' 2024-04-25T23:16:23.830 INFO:teuthology.orchestra.run.smithi157.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-25T23:16:23.834 INFO:teuthology.orchestra.run.smithi157.stderr:Generating grub configuration file ... 2024-04-25T23:16:24.013 INFO:teuthology.orchestra.run.smithi157.stderr:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-04-25T23:16:24.019 INFO:teuthology.orchestra.run.smithi157.stderr:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-04-25T23:16:24.300 INFO:teuthology.orchestra.run.smithi157.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-25T23:16:24.305 INFO:teuthology.orchestra.run.smithi157.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-25T23:16:24.345 INFO:teuthology.orchestra.run.smithi157.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-25T23:16:24.350 INFO:teuthology.orchestra.run.smithi157.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-25T23:16:24.477 INFO:teuthology.orchestra.run.smithi157.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-25T23:16:24.477 INFO:teuthology.orchestra.run.smithi157.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-04-25T23:16:24.477 INFO:teuthology.orchestra.run.smithi157.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-25T23:16:24.489 INFO:teuthology.orchestra.run.smithi157.stderr:done 2024-04-25T23:16:24.491 DEBUG:teuthology.orchestra.run.smithi157:> sudo shutdown -r now 2024-04-25T23:16:52.346 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-04-25T23:16:52.347 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi161.front.sepia.ceph.com' 2024-04-25T23:16:52.348 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi161.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-25T23:16:52.890 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-04-25T23:16:52.890 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi087.front.sepia.ceph.com' 2024-04-25T23:16:52.890 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi087.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-25T23:16:54.494 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-04-25T23:16:54.494 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi157.front.sepia.ceph.com' 2024-04-25T23:16:54.495 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi157.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-25T23:17:10.815 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.161 2024-04-25T23:17:11.326 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.87 2024-04-25T23:17:12.862 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.157 2024-04-25T23:17:19.822 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi161.front.sepia.ceph.com' 2024-04-25T23:17:19.823 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi161.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-25T23:17:20.328 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi087.front.sepia.ceph.com' 2024-04-25T23:17:20.329 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi087.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-25T23:17:21.864 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi157.front.sepia.ceph.com' 2024-04-25T23:17:21.865 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi157.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-25T23:17:22.878 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.161 2024-04-25T23:17:23.390 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.87 2024-04-25T23:17:24.926 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.157 2024-04-25T23:17:34.886 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi161.front.sepia.ceph.com' 2024-04-25T23:17:34.887 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi161.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-25T23:17:35.391 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi087.front.sepia.ceph.com' 2024-04-25T23:17:35.392 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi087.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-25T23:17:36.927 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi157.front.sepia.ceph.com' 2024-04-25T23:17:36.928 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi157.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-25T23:17:39.998 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.157 2024-04-25T23:17:53.823 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.87 2024-04-25T23:17:55.000 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi157.front.sepia.ceph.com' 2024-04-25T23:17:55.001 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi157.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-25T23:18:08.834 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi087.front.sepia.ceph.com' 2024-04-25T23:18:08.835 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi087.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-25T23:18:09.077 DEBUG:teuthology.orchestra.run.smithi087:> true 2024-04-25T23:18:10.103 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi087.front.sepia.ceph.com' 2024-04-25T23:18:10.103 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-105-generic"... 2024-04-25T23:18:10.103 DEBUG:teuthology.orchestra.run.smithi087:> uname -r 2024-04-25T23:18:10.108 INFO:teuthology.orchestra.run.smithi087.stdout:5.15.0-105-generic 2024-04-25T23:18:10.108 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-105-generic vs 5.15.0-105-generic 2024-04-25T23:18:10.108 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-25T23:18:10.108 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-04-25T23:18:11.108 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-04-25T23:18:11.109 DEBUG:teuthology.orchestra.run.smithi087:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-25T23:18:11.175 INFO:teuthology.orchestra.run.smithi087.stdout:ttyS1 2024-04-25T23:18:11.202 DEBUG:teuthology.parallel:result is None 2024-04-25T23:18:26.595 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.157 2024-04-25T23:18:34.889 DEBUG:teuthology.orchestra.remote:timed out 2024-04-25T23:18:44.596 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi157.front.sepia.ceph.com' 2024-04-25T23:18:44.597 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi157.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-25T23:18:44.946 DEBUG:teuthology.orchestra.run.smithi157:> true 2024-04-25T23:18:45.502 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi157.front.sepia.ceph.com' 2024-04-25T23:18:45.502 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-105-generic"... 2024-04-25T23:18:45.502 DEBUG:teuthology.orchestra.run.smithi157:> uname -r 2024-04-25T23:18:45.551 INFO:teuthology.orchestra.run.smithi157.stdout:5.15.0-105-generic 2024-04-25T23:18:45.551 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-105-generic vs 5.15.0-105-generic 2024-04-25T23:18:45.551 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-25T23:18:45.551 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-04-25T23:18:46.552 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-04-25T23:18:46.553 DEBUG:teuthology.orchestra.run.smithi157:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-25T23:18:46.906 INFO:teuthology.orchestra.run.smithi157.stdout:ttyS1 2024-04-25T23:18:46.928 DEBUG:teuthology.parallel:result is None 2024-04-25T23:18:49.891 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi161.front.sepia.ceph.com' 2024-04-25T23:18:49.891 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi161.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-25T23:18:50.179 DEBUG:teuthology.orchestra.run.smithi161:> true 2024-04-25T23:18:50.653 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi161.front.sepia.ceph.com' 2024-04-25T23:18:50.653 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.15.0-105-generic"... 2024-04-25T23:18:50.653 DEBUG:teuthology.orchestra.run.smithi161:> uname -r 2024-04-25T23:18:50.701 INFO:teuthology.orchestra.run.smithi161.stdout:5.15.0-105-generic 2024-04-25T23:18:50.701 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-105-generic vs 5.15.0-105-generic 2024-04-25T23:18:50.701 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-25T23:18:50.701 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-04-25T23:18:51.702 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-04-25T23:18:51.702 DEBUG:teuthology.orchestra.run.smithi161:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-25T23:18:51.788 INFO:teuthology.orchestra.run.smithi161.stdout:ttyS1 2024-04-25T23:18:51.823 DEBUG:teuthology.parallel:result is None 2024-04-25T23:18:51.824 INFO:teuthology.run_tasks:Running task internal.base... 2024-04-25T23:18:51.831 INFO:teuthology.task.internal:Creating test directory... 2024-04-25T23:18:51.831 DEBUG:teuthology.orchestra.run.smithi087:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-25T23:18:51.834 DEBUG:teuthology.orchestra.run.smithi157:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-25T23:18:51.837 DEBUG:teuthology.orchestra.run.smithi161:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-25T23:18:51.844 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-04-25T23:18:51.875 INFO:teuthology.run_tasks:Running task internal.archive... 2024-04-25T23:18:51.923 INFO:teuthology.task.internal:Creating archive directory... 2024-04-25T23:18:51.924 DEBUG:teuthology.orchestra.run.smithi087:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-25T23:18:51.926 DEBUG:teuthology.orchestra.run.smithi157:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-25T23:18:51.928 DEBUG:teuthology.orchestra.run.smithi161:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-25T23:18:51.948 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-04-25T23:18:51.976 INFO:teuthology.task.internal:Enabling coredump saving... 2024-04-25T23:18:51.976 DEBUG:teuthology.orchestra.run.smithi087:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-04-25T23:18:51.988 DEBUG:teuthology.orchestra.run.smithi157:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-04-25T23:18:51.990 DEBUG:teuthology.orchestra.run.smithi161:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-04-25T23:18:52.009 INFO:teuthology.orchestra.run.smithi087.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-25T23:18:52.016 INFO:teuthology.orchestra.run.smithi161.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-25T23:18:52.017 INFO:teuthology.orchestra.run.smithi157.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-25T23:18:52.019 INFO:teuthology.orchestra.run.smithi087.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-25T23:18:52.024 INFO:teuthology.orchestra.run.smithi157.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-25T23:18:52.026 INFO:teuthology.orchestra.run.smithi161.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-25T23:18:52.027 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-04-25T23:18:52.036 INFO:teuthology.task.internal:Configuring sudo... 2024-04-25T23:18:52.036 DEBUG:teuthology.orchestra.run.smithi087:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-25T23:18:52.064 DEBUG:teuthology.orchestra.run.smithi157:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-25T23:18:52.076 DEBUG:teuthology.orchestra.run.smithi161:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-25T23:18:52.089 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-04-25T23:18:52.098 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-04-25T23:18:52.098 DEBUG:teuthology.orchestra.run.smithi087:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-25T23:18:52.120 DEBUG:teuthology.orchestra.run.smithi157:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-25T23:18:52.132 DEBUG:teuthology.orchestra.run.smithi161:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-25T23:18:52.137 DEBUG:teuthology.orchestra.run.smithi087:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-25T23:18:52.171 DEBUG:teuthology.orchestra.run.smithi087:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-25T23:18:52.219 DEBUG:teuthology.orchestra.run.smithi087:> set -ex 2024-04-25T23:18:52.219 DEBUG:teuthology.orchestra.run.smithi087:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-25T23:18:52.284 DEBUG:teuthology.orchestra.run.smithi157:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-25T23:18:52.289 DEBUG:teuthology.orchestra.run.smithi157:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-25T23:18:52.335 DEBUG:teuthology.orchestra.run.smithi157:> set -ex 2024-04-25T23:18:52.335 DEBUG:teuthology.orchestra.run.smithi157:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-25T23:18:52.397 DEBUG:teuthology.orchestra.run.smithi161:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-25T23:18:52.403 DEBUG:teuthology.orchestra.run.smithi161:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-25T23:18:52.450 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2024-04-25T23:18:52.450 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-25T23:18:52.516 DEBUG:teuthology.orchestra.run.smithi087:> sudo service rsyslog restart 2024-04-25T23:18:52.519 DEBUG:teuthology.orchestra.run.smithi157:> sudo service rsyslog restart 2024-04-25T23:18:52.522 DEBUG:teuthology.orchestra.run.smithi161:> sudo service rsyslog restart 2024-04-25T23:18:52.590 INFO:teuthology.run_tasks:Running task internal.timer... 2024-04-25T23:18:52.600 INFO:teuthology.task.internal:Starting timer... 2024-04-25T23:18:52.600 INFO:teuthology.run_tasks:Running task pcp... 2024-04-25T23:18:52.636 INFO:teuthology.run_tasks:Running task selinux... 2024-04-25T23:18:52.685 DEBUG:teuthology.task.selinux:Excluding smithi087: OS 'ubuntu' does not support SELinux 2024-04-25T23:18:52.685 DEBUG:teuthology.task.selinux:Excluding smithi157: OS 'ubuntu' does not support SELinux 2024-04-25T23:18:52.685 DEBUG:teuthology.task.selinux:Excluding smithi161: OS 'ubuntu' does not support SELinux 2024-04-25T23:18:52.685 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-04-25T23:18:52.685 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-04-25T23:18:52.685 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-04-25T23:18:52.685 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-04-25T23:18:52.760 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-04-25T23:18:52.777 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-04-25T23:18:52.778 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi087.front.sepia.ceph.com,smithi157.front.sepia.ceph.com,smithi161.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-04-25T23:25:57.575 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi087.front.sepia.ceph.com'), Remote(name='ubuntu@smithi157.front.sepia.ceph.com'), Remote(name='ubuntu@smithi161.front.sepia.ceph.com')] 2024-04-25T23:25:57.576 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi087.front.sepia.ceph.com' 2024-04-25T23:25:57.578 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi087.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-25T23:25:57.662 DEBUG:teuthology.orchestra.run.smithi087:> true 2024-04-25T23:25:57.734 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi087.front.sepia.ceph.com' 2024-04-25T23:25:57.734 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi157.front.sepia.ceph.com' 2024-04-25T23:25:57.735 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi157.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-25T23:25:57.813 DEBUG:teuthology.orchestra.run.smithi157:> true 2024-04-25T23:25:57.890 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi157.front.sepia.ceph.com' 2024-04-25T23:25:57.890 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi161.front.sepia.ceph.com' 2024-04-25T23:25:57.891 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi161.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-25T23:25:57.971 DEBUG:teuthology.orchestra.run.smithi161:> true 2024-04-25T23:25:58.049 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi161.front.sepia.ceph.com' 2024-04-25T23:25:58.050 INFO:teuthology.run_tasks:Running task clock... 2024-04-25T23:25:58.061 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-04-25T23:25:58.061 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-25T23:25:58.061 DEBUG:teuthology.orchestra.run.smithi087:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-25T23:25:58.064 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-25T23:25:58.064 DEBUG:teuthology.orchestra.run.smithi157:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-25T23:25:58.066 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-25T23:25:58.066 DEBUG:teuthology.orchestra.run.smithi161:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-25T23:25:58.092 INFO:teuthology.orchestra.run.smithi087.stdout:25 Apr 23:25:58 ntpd[17253]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-04-25T23:25:58.092 INFO:teuthology.orchestra.run.smithi087.stdout:25 Apr 23:25:58 ntpd[17253]: Command line: ntpd -gq 2024-04-25T23:25:58.092 INFO:teuthology.orchestra.run.smithi087.stdout:25 Apr 23:25:58 ntpd[17253]: ---------------------------------------------------- 2024-04-25T23:25:58.092 INFO:teuthology.orchestra.run.smithi087.stdout:25 Apr 23:25:58 ntpd[17253]: ntp-4 is maintained by Network Time Foundation, 2024-04-25T23:25:58.092 INFO:teuthology.orchestra.run.smithi087.stdout:25 Apr 23:25:58 ntpd[17253]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-04-25T23:25:58.092 INFO:teuthology.orchestra.run.smithi087.stdout:25 Apr 23:25:58 ntpd[17253]: corporation. Support and training for ntp-4 are 2024-04-25T23:25:58.092 INFO:teuthology.orchestra.run.smithi087.stdout:25 Apr 23:25:58 ntpd[17253]: available at https://www.nwtime.org/support 2024-04-25T23:25:58.092 INFO:teuthology.orchestra.run.smithi087.stdout:25 Apr 23:25:58 ntpd[17253]: ---------------------------------------------------- 2024-04-25T23:25:58.093 INFO:teuthology.orchestra.run.smithi087.stdout:25 Apr 23:25:58 ntpd[17253]: proto: precision = 0.060 usec (-24) 2024-04-25T23:25:58.093 INFO:teuthology.orchestra.run.smithi087.stdout:25 Apr 23:25:58 ntpd[17253]: basedate set to 2022-02-04 2024-04-25T23:25:58.093 INFO:teuthology.orchestra.run.smithi087.stdout:25 Apr 23:25:58 ntpd[17253]: gps base set to 2022-02-06 (week 2196) 2024-04-25T23:25:58.093 INFO:teuthology.orchestra.run.smithi087.stdout:25 Apr 23:25:58 ntpd[17253]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-25T23:25:58.094 INFO:teuthology.orchestra.run.smithi087.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-25T23:25:58.094 INFO:teuthology.orchestra.run.smithi087.stderr:restrict ::: KOD does nothing without LIMITED. 2024-04-25T23:25:58.095 INFO:teuthology.orchestra.run.smithi087.stdout:25 Apr 23:25:58 ntpd[17253]: restrict ::: KOD does nothing without LIMITED. 2024-04-25T23:25:58.095 INFO:teuthology.orchestra.run.smithi087.stdout:25 Apr 23:25:58 ntpd[17253]: Listen and drop on 0 v6wildcard [::]:123 2024-04-25T23:25:58.095 INFO:teuthology.orchestra.run.smithi087.stdout:25 Apr 23:25:58 ntpd[17253]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-04-25T23:25:58.095 INFO:teuthology.orchestra.run.smithi087.stdout:25 Apr 23:25:58 ntpd[17253]: Listen normally on 2 lo 127.0.0.1:123 2024-04-25T23:25:58.095 INFO:teuthology.orchestra.run.smithi087.stdout:25 Apr 23:25:58 ntpd[17253]: Listen normally on 3 enp3s0f1 172.21.15.87:123 2024-04-25T23:25:58.095 INFO:teuthology.orchestra.run.smithi087.stdout:25 Apr 23:25:58 ntpd[17253]: Listen normally on 4 lo [::1]:123 2024-04-25T23:25:58.095 INFO:teuthology.orchestra.run.smithi087.stdout:25 Apr 23:25:58 ntpd[17253]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe8f:d5f5%5]:123 2024-04-25T23:25:58.095 INFO:teuthology.orchestra.run.smithi087.stdout:25 Apr 23:25:58 ntpd[17253]: Listening on routing socket on fd #22 for interface updates 2024-04-25T23:25:58.096 INFO:teuthology.orchestra.run.smithi157.stdout:25 Apr 23:25:58 ntpd[17217]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-04-25T23:25:58.096 INFO:teuthology.orchestra.run.smithi157.stdout:25 Apr 23:25:58 ntpd[17217]: Command line: ntpd -gq 2024-04-25T23:25:58.096 INFO:teuthology.orchestra.run.smithi157.stdout:25 Apr 23:25:58 ntpd[17217]: ---------------------------------------------------- 2024-04-25T23:25:58.096 INFO:teuthology.orchestra.run.smithi157.stdout:25 Apr 23:25:58 ntpd[17217]: ntp-4 is maintained by Network Time Foundation, 2024-04-25T23:25:58.097 INFO:teuthology.orchestra.run.smithi157.stdout:25 Apr 23:25:58 ntpd[17217]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-04-25T23:25:58.097 INFO:teuthology.orchestra.run.smithi157.stdout:25 Apr 23:25:58 ntpd[17217]: corporation. Support and training for ntp-4 are 2024-04-25T23:25:58.097 INFO:teuthology.orchestra.run.smithi157.stdout:25 Apr 23:25:58 ntpd[17217]: available at https://www.nwtime.org/support 2024-04-25T23:25:58.097 INFO:teuthology.orchestra.run.smithi157.stdout:25 Apr 23:25:58 ntpd[17217]: ---------------------------------------------------- 2024-04-25T23:25:58.097 INFO:teuthology.orchestra.run.smithi157.stdout:25 Apr 23:25:58 ntpd[17217]: proto: precision = 0.058 usec (-24) 2024-04-25T23:25:58.097 INFO:teuthology.orchestra.run.smithi157.stdout:25 Apr 23:25:58 ntpd[17217]: basedate set to 2022-02-04 2024-04-25T23:25:58.097 INFO:teuthology.orchestra.run.smithi157.stdout:25 Apr 23:25:58 ntpd[17217]: gps base set to 2022-02-06 (week 2196) 2024-04-25T23:25:58.097 INFO:teuthology.orchestra.run.smithi157.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-25T23:25:58.098 INFO:teuthology.orchestra.run.smithi157.stdout:25 Apr 23:25:58 ntpd[17217]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-25T23:25:58.098 INFO:teuthology.orchestra.run.smithi157.stdout:25 Apr 23:25:58 ntpd[17217]: restrict ::: KOD does nothing without LIMITED. 2024-04-25T23:25:58.098 INFO:teuthology.orchestra.run.smithi157.stderr:restrict ::: KOD does nothing without LIMITED. 2024-04-25T23:25:58.099 INFO:teuthology.orchestra.run.smithi157.stdout:25 Apr 23:25:58 ntpd[17217]: Listen and drop on 0 v6wildcard [::]:123 2024-04-25T23:25:58.099 INFO:teuthology.orchestra.run.smithi157.stdout:25 Apr 23:25:58 ntpd[17217]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-04-25T23:25:58.099 INFO:teuthology.orchestra.run.smithi157.stdout:25 Apr 23:25:58 ntpd[17217]: Listen normally on 2 lo 127.0.0.1:123 2024-04-25T23:25:58.099 INFO:teuthology.orchestra.run.smithi157.stdout:25 Apr 23:25:58 ntpd[17217]: Listen normally on 3 enp3s0f1 172.21.15.157:123 2024-04-25T23:25:58.099 INFO:teuthology.orchestra.run.smithi157.stdout:25 Apr 23:25:58 ntpd[17217]: Listen normally on 4 lo [::1]:123 2024-04-25T23:25:58.099 INFO:teuthology.orchestra.run.smithi157.stdout:25 Apr 23:25:58 ntpd[17217]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:7ea1%5]:123 2024-04-25T23:25:58.099 INFO:teuthology.orchestra.run.smithi157.stdout:25 Apr 23:25:58 ntpd[17217]: Listening on routing socket on fd #22 for interface updates 2024-04-25T23:25:58.125 INFO:teuthology.orchestra.run.smithi161.stdout:25 Apr 23:25:58 ntpd[17258]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-04-25T23:25:58.125 INFO:teuthology.orchestra.run.smithi161.stdout:25 Apr 23:25:58 ntpd[17258]: Command line: ntpd -gq 2024-04-25T23:25:58.125 INFO:teuthology.orchestra.run.smithi161.stdout:25 Apr 23:25:58 ntpd[17258]: ---------------------------------------------------- 2024-04-25T23:25:58.125 INFO:teuthology.orchestra.run.smithi161.stdout:25 Apr 23:25:58 ntpd[17258]: ntp-4 is maintained by Network Time Foundation, 2024-04-25T23:25:58.125 INFO:teuthology.orchestra.run.smithi161.stdout:25 Apr 23:25:58 ntpd[17258]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-04-25T23:25:58.125 INFO:teuthology.orchestra.run.smithi161.stdout:25 Apr 23:25:58 ntpd[17258]: corporation. Support and training for ntp-4 are 2024-04-25T23:25:58.125 INFO:teuthology.orchestra.run.smithi161.stdout:25 Apr 23:25:58 ntpd[17258]: available at https://www.nwtime.org/support 2024-04-25T23:25:58.125 INFO:teuthology.orchestra.run.smithi161.stdout:25 Apr 23:25:58 ntpd[17258]: ---------------------------------------------------- 2024-04-25T23:25:58.126 INFO:teuthology.orchestra.run.smithi161.stdout:25 Apr 23:25:58 ntpd[17258]: proto: precision = 0.060 usec (-24) 2024-04-25T23:25:58.126 INFO:teuthology.orchestra.run.smithi161.stdout:25 Apr 23:25:58 ntpd[17258]: basedate set to 2022-02-04 2024-04-25T23:25:58.126 INFO:teuthology.orchestra.run.smithi161.stdout:25 Apr 23:25:58 ntpd[17258]: gps base set to 2022-02-06 (week 2196) 2024-04-25T23:25:58.127 INFO:teuthology.orchestra.run.smithi161.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-25T23:25:58.127 INFO:teuthology.orchestra.run.smithi161.stdout:25 Apr 23:25:58 ntpd[17258]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-25T23:25:58.127 INFO:teuthology.orchestra.run.smithi161.stdout:25 Apr 23:25:58 ntpd[17258]: restrict ::: KOD does nothing without LIMITED. 2024-04-25T23:25:58.127 INFO:teuthology.orchestra.run.smithi161.stderr:restrict ::: KOD does nothing without LIMITED. 2024-04-25T23:25:58.128 INFO:teuthology.orchestra.run.smithi161.stdout:25 Apr 23:25:58 ntpd[17258]: Listen and drop on 0 v6wildcard [::]:123 2024-04-25T23:25:58.128 INFO:teuthology.orchestra.run.smithi161.stdout:25 Apr 23:25:58 ntpd[17258]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-04-25T23:25:58.128 INFO:teuthology.orchestra.run.smithi161.stdout:25 Apr 23:25:58 ntpd[17258]: Listen normally on 2 lo 127.0.0.1:123 2024-04-25T23:25:58.128 INFO:teuthology.orchestra.run.smithi161.stdout:25 Apr 23:25:58 ntpd[17258]: Listen normally on 3 enp3s0f1 172.21.15.161:123 2024-04-25T23:25:58.128 INFO:teuthology.orchestra.run.smithi161.stdout:25 Apr 23:25:58 ntpd[17258]: Listen normally on 4 lo [::1]:123 2024-04-25T23:25:58.129 INFO:teuthology.orchestra.run.smithi161.stdout:25 Apr 23:25:58 ntpd[17258]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:7251%5]:123 2024-04-25T23:25:58.129 INFO:teuthology.orchestra.run.smithi161.stdout:25 Apr 23:25:58 ntpd[17258]: Listening on routing socket on fd #22 for interface updates 2024-04-25T23:25:59.092 INFO:teuthology.orchestra.run.smithi087.stderr:25 Apr 23:25:59 ntpd[17253]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-25T23:25:59.093 INFO:teuthology.orchestra.run.smithi087.stderr:25 Apr 23:25:59 ntpd[17253]: can't open /var/log/ntpstats/rawstats.20240425: Permission denied 2024-04-25T23:25:59.093 INFO:teuthology.orchestra.run.smithi087.stderr:25 Apr 23:25:59 ntpd[17253]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-25T23:25:59.093 INFO:teuthology.orchestra.run.smithi087.stderr:25 Apr 23:25:59 ntpd[17253]: can't open /var/log/ntpstats/rawstats.20240425: Permission denied 2024-04-25T23:25:59.093 INFO:teuthology.orchestra.run.smithi087.stderr:25 Apr 23:25:59 ntpd[17253]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-25T23:25:59.093 INFO:teuthology.orchestra.run.smithi087.stderr:25 Apr 23:25:59 ntpd[17253]: can't open /var/log/ntpstats/peerstats.20240425: Permission denied 2024-04-25T23:25:59.094 INFO:teuthology.orchestra.run.smithi157.stderr:25 Apr 23:25:59 ntpd[17217]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-25T23:25:59.094 INFO:teuthology.orchestra.run.smithi157.stderr:25 Apr 23:25:59 ntpd[17217]: can't open /var/log/ntpstats/rawstats.20240425: Permission denied 2024-04-25T23:25:59.094 INFO:teuthology.orchestra.run.smithi157.stderr:25 Apr 23:25:59 ntpd[17217]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-25T23:25:59.094 INFO:teuthology.orchestra.run.smithi157.stderr:25 Apr 23:25:59 ntpd[17217]: can't open /var/log/ntpstats/rawstats.20240425: Permission denied 2024-04-25T23:25:59.094 INFO:teuthology.orchestra.run.smithi157.stderr:25 Apr 23:25:59 ntpd[17217]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-25T23:25:59.094 INFO:teuthology.orchestra.run.smithi157.stderr:25 Apr 23:25:59 ntpd[17217]: can't open /var/log/ntpstats/peerstats.20240425: Permission denied 2024-04-25T23:26:00.092 INFO:teuthology.orchestra.run.smithi087.stderr:25 Apr 23:26:00 ntpd[17253]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-25T23:26:00.092 INFO:teuthology.orchestra.run.smithi087.stderr:25 Apr 23:26:00 ntpd[17253]: can't open /var/log/ntpstats/rawstats.20240425: Permission denied 2024-04-25T23:26:00.094 INFO:teuthology.orchestra.run.smithi157.stderr:25 Apr 23:26:00 ntpd[17217]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-25T23:26:00.094 INFO:teuthology.orchestra.run.smithi157.stderr:25 Apr 23:26:00 ntpd[17217]: can't open /var/log/ntpstats/rawstats.20240425: Permission denied 2024-04-25T23:26:00.126 INFO:teuthology.orchestra.run.smithi161.stderr:25 Apr 23:26:00 ntpd[17258]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-25T23:26:00.126 INFO:teuthology.orchestra.run.smithi161.stderr:25 Apr 23:26:00 ntpd[17258]: can't open /var/log/ntpstats/rawstats.20240425: Permission denied 2024-04-25T23:26:00.126 INFO:teuthology.orchestra.run.smithi161.stderr:25 Apr 23:26:00 ntpd[17258]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-25T23:26:00.126 INFO:teuthology.orchestra.run.smithi161.stderr:25 Apr 23:26:00 ntpd[17258]: can't open /var/log/ntpstats/rawstats.20240425: Permission denied 2024-04-25T23:26:00.126 INFO:teuthology.orchestra.run.smithi161.stderr:25 Apr 23:26:00 ntpd[17258]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-25T23:26:00.126 INFO:teuthology.orchestra.run.smithi161.stderr:25 Apr 23:26:00 ntpd[17258]: can't open /var/log/ntpstats/rawstats.20240425: Permission denied 2024-04-25T23:26:00.126 INFO:teuthology.orchestra.run.smithi161.stderr:25 Apr 23:26:00 ntpd[17258]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-25T23:26:00.126 INFO:teuthology.orchestra.run.smithi161.stderr:25 Apr 23:26:00 ntpd[17258]: can't open /var/log/ntpstats/peerstats.20240425: Permission denied 2024-04-25T23:26:01.093 INFO:teuthology.orchestra.run.smithi087.stderr:25 Apr 23:26:01 ntpd[17253]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-25T23:26:01.093 INFO:teuthology.orchestra.run.smithi087.stderr:25 Apr 23:26:01 ntpd[17253]: can't open /var/log/ntpstats/rawstats.20240425: Permission denied 2024-04-25T23:26:01.093 INFO:teuthology.orchestra.run.smithi087.stderr:25 Apr 23:26:01 ntpd[17253]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-25T23:26:01.093 INFO:teuthology.orchestra.run.smithi087.stderr:25 Apr 23:26:01 ntpd[17253]: can't open /var/log/ntpstats/rawstats.20240425: Permission denied 2024-04-25T23:26:01.093 INFO:teuthology.orchestra.run.smithi087.stderr:25 Apr 23:26:01 ntpd[17253]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-25T23:26:01.093 INFO:teuthology.orchestra.run.smithi087.stderr:25 Apr 23:26:01 ntpd[17253]: can't open /var/log/ntpstats/peerstats.20240425: Permission denied 2024-04-25T23:26:01.094 INFO:teuthology.orchestra.run.smithi157.stderr:25 Apr 23:26:01 ntpd[17217]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-25T23:26:01.094 INFO:teuthology.orchestra.run.smithi157.stderr:25 Apr 23:26:01 ntpd[17217]: can't open /var/log/ntpstats/rawstats.20240425: Permission denied 2024-04-25T23:26:01.094 INFO:teuthology.orchestra.run.smithi157.stderr:25 Apr 23:26:01 ntpd[17217]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-25T23:26:01.094 INFO:teuthology.orchestra.run.smithi157.stderr:25 Apr 23:26:01 ntpd[17217]: can't open /var/log/ntpstats/rawstats.20240425: Permission denied 2024-04-25T23:26:01.094 INFO:teuthology.orchestra.run.smithi157.stderr:25 Apr 23:26:01 ntpd[17217]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-25T23:26:01.094 INFO:teuthology.orchestra.run.smithi157.stderr:25 Apr 23:26:01 ntpd[17217]: can't open /var/log/ntpstats/peerstats.20240425: Permission denied 2024-04-25T23:26:01.125 INFO:teuthology.orchestra.run.smithi161.stderr:25 Apr 23:26:01 ntpd[17258]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-25T23:26:01.125 INFO:teuthology.orchestra.run.smithi161.stderr:25 Apr 23:26:01 ntpd[17258]: can't open /var/log/ntpstats/rawstats.20240425: Permission denied 2024-04-25T23:26:01.126 INFO:teuthology.orchestra.run.smithi161.stderr:25 Apr 23:26:01 ntpd[17258]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-25T23:26:01.126 INFO:teuthology.orchestra.run.smithi161.stderr:25 Apr 23:26:01 ntpd[17258]: can't open /var/log/ntpstats/rawstats.20240425: Permission denied 2024-04-25T23:26:01.126 INFO:teuthology.orchestra.run.smithi161.stderr:25 Apr 23:26:01 ntpd[17258]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-25T23:26:01.126 INFO:teuthology.orchestra.run.smithi161.stderr:25 Apr 23:26:01 ntpd[17258]: can't open /var/log/ntpstats/peerstats.20240425: Permission denied 2024-04-25T23:26:02.092 INFO:teuthology.orchestra.run.smithi087.stderr:25 Apr 23:26:02 ntpd[17253]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-25T23:26:02.093 INFO:teuthology.orchestra.run.smithi087.stderr:25 Apr 23:26:02 ntpd[17253]: can't open /var/log/ntpstats/rawstats.20240425: Permission denied 2024-04-25T23:26:02.093 INFO:teuthology.orchestra.run.smithi087.stderr:25 Apr 23:26:02 ntpd[17253]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-25T23:26:02.093 INFO:teuthology.orchestra.run.smithi087.stderr:25 Apr 23:26:02 ntpd[17253]: can't open /var/log/ntpstats/rawstats.20240425: Permission denied 2024-04-25T23:26:02.093 INFO:teuthology.orchestra.run.smithi087.stderr:25 Apr 23:26:02 ntpd[17253]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-25T23:26:02.093 INFO:teuthology.orchestra.run.smithi087.stderr:25 Apr 23:26:02 ntpd[17253]: can't open /var/log/ntpstats/peerstats.20240425: Permission denied 2024-04-25T23:26:02.094 INFO:teuthology.orchestra.run.smithi157.stderr:25 Apr 23:26:02 ntpd[17217]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-25T23:26:02.094 INFO:teuthology.orchestra.run.smithi157.stderr:25 Apr 23:26:02 ntpd[17217]: can't open /var/log/ntpstats/rawstats.20240425: Permission denied 2024-04-25T23:26:02.095 INFO:teuthology.orchestra.run.smithi157.stderr:25 Apr 23:26:02 ntpd[17217]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-25T23:26:02.095 INFO:teuthology.orchestra.run.smithi157.stderr:25 Apr 23:26:02 ntpd[17217]: can't open /var/log/ntpstats/rawstats.20240425: Permission denied 2024-04-25T23:26:02.095 INFO:teuthology.orchestra.run.smithi157.stderr:25 Apr 23:26:02 ntpd[17217]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-25T23:26:02.095 INFO:teuthology.orchestra.run.smithi157.stderr:25 Apr 23:26:02 ntpd[17217]: can't open /var/log/ntpstats/rawstats.20240425: Permission denied 2024-04-25T23:26:02.095 INFO:teuthology.orchestra.run.smithi157.stderr:25 Apr 23:26:02 ntpd[17217]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-25T23:26:02.095 INFO:teuthology.orchestra.run.smithi157.stderr:25 Apr 23:26:02 ntpd[17217]: can't open /var/log/ntpstats/peerstats.20240425: Permission denied 2024-04-25T23:26:02.095 INFO:teuthology.orchestra.run.smithi157.stderr:25 Apr 23:26:02 ntpd[17217]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-25T23:26:02.095 INFO:teuthology.orchestra.run.smithi157.stderr:25 Apr 23:26:02 ntpd[17217]: can't open /var/log/ntpstats/rawstats.20240425: Permission denied 2024-04-25T23:26:02.095 INFO:teuthology.orchestra.run.smithi157.stderr:25 Apr 23:26:02 ntpd[17217]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-25T23:26:02.095 INFO:teuthology.orchestra.run.smithi157.stderr:25 Apr 23:26:02 ntpd[17217]: can't open /var/log/ntpstats/peerstats.20240425: Permission denied 2024-04-25T23:26:02.126 INFO:teuthology.orchestra.run.smithi161.stderr:25 Apr 23:26:02 ntpd[17258]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-25T23:26:02.126 INFO:teuthology.orchestra.run.smithi161.stderr:25 Apr 23:26:02 ntpd[17258]: can't open /var/log/ntpstats/rawstats.20240425: Permission denied 2024-04-25T23:26:02.126 INFO:teuthology.orchestra.run.smithi161.stderr:25 Apr 23:26:02 ntpd[17258]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-25T23:26:02.126 INFO:teuthology.orchestra.run.smithi161.stderr:25 Apr 23:26:02 ntpd[17258]: can't open /var/log/ntpstats/rawstats.20240425: Permission denied 2024-04-25T23:26:02.126 INFO:teuthology.orchestra.run.smithi161.stderr:25 Apr 23:26:02 ntpd[17258]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-25T23:26:02.126 INFO:teuthology.orchestra.run.smithi161.stderr:25 Apr 23:26:02 ntpd[17258]: can't open /var/log/ntpstats/rawstats.20240425: Permission denied 2024-04-25T23:26:02.127 INFO:teuthology.orchestra.run.smithi161.stderr:25 Apr 23:26:02 ntpd[17258]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-25T23:26:02.127 INFO:teuthology.orchestra.run.smithi161.stderr:25 Apr 23:26:02 ntpd[17258]: can't open /var/log/ntpstats/peerstats.20240425: Permission denied 2024-04-25T23:26:02.127 INFO:teuthology.orchestra.run.smithi161.stderr:25 Apr 23:26:02 ntpd[17258]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-25T23:26:02.127 INFO:teuthology.orchestra.run.smithi161.stderr:25 Apr 23:26:02 ntpd[17258]: can't open /var/log/ntpstats/rawstats.20240425: Permission denied 2024-04-25T23:26:02.127 INFO:teuthology.orchestra.run.smithi161.stderr:25 Apr 23:26:02 ntpd[17258]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-25T23:26:02.127 INFO:teuthology.orchestra.run.smithi161.stderr:25 Apr 23:26:02 ntpd[17258]: can't open /var/log/ntpstats/peerstats.20240425: Permission denied 2024-04-25T23:26:03.093 INFO:teuthology.orchestra.run.smithi087.stderr:25 Apr 23:26:03 ntpd[17253]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-25T23:26:03.093 INFO:teuthology.orchestra.run.smithi087.stderr:25 Apr 23:26:03 ntpd[17253]: can't open /var/log/ntpstats/rawstats.20240425: Permission denied 2024-04-25T23:26:03.093 INFO:teuthology.orchestra.run.smithi087.stderr:25 Apr 23:26:03 ntpd[17253]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-25T23:26:03.093 INFO:teuthology.orchestra.run.smithi087.stderr:25 Apr 23:26:03 ntpd[17253]: can't open /var/log/ntpstats/rawstats.20240425: Permission denied 2024-04-25T23:26:03.094 INFO:teuthology.orchestra.run.smithi087.stderr:25 Apr 23:26:03 ntpd[17253]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-25T23:26:03.094 INFO:teuthology.orchestra.run.smithi087.stderr:25 Apr 23:26:03 ntpd[17253]: can't open /var/log/ntpstats/rawstats.20240425: Permission denied 2024-04-25T23:26:03.094 INFO:teuthology.orchestra.run.smithi087.stderr:25 Apr 23:26:03 ntpd[17253]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-25T23:26:03.094 INFO:teuthology.orchestra.run.smithi087.stderr:25 Apr 23:26:03 ntpd[17253]: can't open /var/log/ntpstats/peerstats.20240425: Permission denied 2024-04-25T23:26:03.094 INFO:teuthology.orchestra.run.smithi087.stderr:25 Apr 23:26:03 ntpd[17253]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-25T23:26:03.094 INFO:teuthology.orchestra.run.smithi087.stderr:25 Apr 23:26:03 ntpd[17253]: can't open /var/log/ntpstats/rawstats.20240425: Permission denied 2024-04-25T23:26:03.094 INFO:teuthology.orchestra.run.smithi087.stderr:25 Apr 23:26:03 ntpd[17253]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-25T23:26:03.094 INFO:teuthology.orchestra.run.smithi087.stderr:25 Apr 23:26:03 ntpd[17253]: can't open /var/log/ntpstats/peerstats.20240425: Permission denied 2024-04-25T23:26:03.095 INFO:teuthology.orchestra.run.smithi157.stderr:25 Apr 23:26:03 ntpd[17217]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-25T23:26:03.095 INFO:teuthology.orchestra.run.smithi157.stderr:25 Apr 23:26:03 ntpd[17217]: can't open /var/log/ntpstats/rawstats.20240425: Permission denied 2024-04-25T23:26:03.095 INFO:teuthology.orchestra.run.smithi157.stderr:25 Apr 23:26:03 ntpd[17217]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-25T23:26:03.095 INFO:teuthology.orchestra.run.smithi157.stderr:25 Apr 23:26:03 ntpd[17217]: can't open /var/log/ntpstats/rawstats.20240425: Permission denied 2024-04-25T23:26:03.095 INFO:teuthology.orchestra.run.smithi157.stderr:25 Apr 23:26:03 ntpd[17217]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-25T23:26:03.095 INFO:teuthology.orchestra.run.smithi157.stderr:25 Apr 23:26:03 ntpd[17217]: can't open /var/log/ntpstats/peerstats.20240425: Permission denied 2024-04-25T23:26:03.125 INFO:teuthology.orchestra.run.smithi161.stderr:25 Apr 23:26:03 ntpd[17258]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-25T23:26:03.126 INFO:teuthology.orchestra.run.smithi161.stderr:25 Apr 23:26:03 ntpd[17258]: can't open /var/log/ntpstats/rawstats.20240425: Permission denied 2024-04-25T23:26:03.126 INFO:teuthology.orchestra.run.smithi161.stderr:25 Apr 23:26:03 ntpd[17258]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-25T23:26:03.126 INFO:teuthology.orchestra.run.smithi161.stderr:25 Apr 23:26:03 ntpd[17258]: can't open /var/log/ntpstats/rawstats.20240425: Permission denied 2024-04-25T23:26:03.126 INFO:teuthology.orchestra.run.smithi161.stderr:25 Apr 23:26:03 ntpd[17258]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-25T23:26:03.126 INFO:teuthology.orchestra.run.smithi161.stderr:25 Apr 23:26:03 ntpd[17258]: can't open /var/log/ntpstats/peerstats.20240425: Permission denied 2024-04-25T23:26:04.092 INFO:teuthology.orchestra.run.smithi087.stderr:25 Apr 23:26:04 ntpd[17253]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-25T23:26:04.092 INFO:teuthology.orchestra.run.smithi087.stderr:25 Apr 23:26:04 ntpd[17253]: can't open /var/log/ntpstats/rawstats.20240425: Permission denied 2024-04-25T23:26:04.093 INFO:teuthology.orchestra.run.smithi087.stderr:25 Apr 23:26:04 ntpd[17253]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-25T23:26:04.093 INFO:teuthology.orchestra.run.smithi087.stderr:25 Apr 23:26:04 ntpd[17253]: can't open /var/log/ntpstats/rawstats.20240425: Permission denied 2024-04-25T23:26:04.093 INFO:teuthology.orchestra.run.smithi087.stderr:25 Apr 23:26:04 ntpd[17253]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-25T23:26:04.093 INFO:teuthology.orchestra.run.smithi087.stderr:25 Apr 23:26:04 ntpd[17253]: can't open /var/log/ntpstats/peerstats.20240425: Permission denied 2024-04-25T23:26:04.094 INFO:teuthology.orchestra.run.smithi157.stderr:25 Apr 23:26:04 ntpd[17217]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-25T23:26:04.095 INFO:teuthology.orchestra.run.smithi157.stderr:25 Apr 23:26:04 ntpd[17217]: can't open /var/log/ntpstats/rawstats.20240425: Permission denied 2024-04-25T23:26:04.095 INFO:teuthology.orchestra.run.smithi157.stderr:25 Apr 23:26:04 ntpd[17217]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-25T23:26:04.095 INFO:teuthology.orchestra.run.smithi157.stderr:25 Apr 23:26:04 ntpd[17217]: can't open /var/log/ntpstats/rawstats.20240425: Permission denied 2024-04-25T23:26:04.095 INFO:teuthology.orchestra.run.smithi157.stderr:25 Apr 23:26:04 ntpd[17217]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-25T23:26:04.095 INFO:teuthology.orchestra.run.smithi157.stderr:25 Apr 23:26:04 ntpd[17217]: can't open /var/log/ntpstats/rawstats.20240425: Permission denied 2024-04-25T23:26:04.095 INFO:teuthology.orchestra.run.smithi157.stderr:25 Apr 23:26:04 ntpd[17217]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-25T23:26:04.095 INFO:teuthology.orchestra.run.smithi157.stderr:25 Apr 23:26:04 ntpd[17217]: can't open /var/log/ntpstats/peerstats.20240425: Permission denied 2024-04-25T23:26:04.095 INFO:teuthology.orchestra.run.smithi157.stderr:25 Apr 23:26:04 ntpd[17217]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-25T23:26:04.095 INFO:teuthology.orchestra.run.smithi157.stderr:25 Apr 23:26:04 ntpd[17217]: can't open /var/log/ntpstats/rawstats.20240425: Permission denied 2024-04-25T23:26:04.095 INFO:teuthology.orchestra.run.smithi157.stderr:25 Apr 23:26:04 ntpd[17217]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-25T23:26:04.095 INFO:teuthology.orchestra.run.smithi157.stderr:25 Apr 23:26:04 ntpd[17217]: can't open /var/log/ntpstats/peerstats.20240425: Permission denied 2024-04-25T23:26:04.126 INFO:teuthology.orchestra.run.smithi161.stderr:25 Apr 23:26:04 ntpd[17258]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-25T23:26:04.126 INFO:teuthology.orchestra.run.smithi161.stderr:25 Apr 23:26:04 ntpd[17258]: can't open /var/log/ntpstats/rawstats.20240425: Permission denied 2024-04-25T23:26:04.126 INFO:teuthology.orchestra.run.smithi161.stderr:25 Apr 23:26:04 ntpd[17258]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-25T23:26:04.126 INFO:teuthology.orchestra.run.smithi161.stderr:25 Apr 23:26:04 ntpd[17258]: can't open /var/log/ntpstats/rawstats.20240425: Permission denied 2024-04-25T23:26:04.126 INFO:teuthology.orchestra.run.smithi161.stderr:25 Apr 23:26:04 ntpd[17258]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-25T23:26:04.126 INFO:teuthology.orchestra.run.smithi161.stderr:25 Apr 23:26:04 ntpd[17258]: can't open /var/log/ntpstats/rawstats.20240425: Permission denied 2024-04-25T23:26:04.127 INFO:teuthology.orchestra.run.smithi161.stderr:25 Apr 23:26:04 ntpd[17258]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-25T23:26:04.127 INFO:teuthology.orchestra.run.smithi161.stderr:25 Apr 23:26:04 ntpd[17258]: can't open /var/log/ntpstats/peerstats.20240425: Permission denied 2024-04-25T23:26:04.127 INFO:teuthology.orchestra.run.smithi161.stderr:25 Apr 23:26:04 ntpd[17258]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-25T23:26:04.127 INFO:teuthology.orchestra.run.smithi161.stderr:25 Apr 23:26:04 ntpd[17258]: can't open /var/log/ntpstats/rawstats.20240425: Permission denied 2024-04-25T23:26:04.127 INFO:teuthology.orchestra.run.smithi161.stderr:25 Apr 23:26:04 ntpd[17258]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-25T23:26:04.127 INFO:teuthology.orchestra.run.smithi161.stderr:25 Apr 23:26:04 ntpd[17258]: can't open /var/log/ntpstats/peerstats.20240425: Permission denied 2024-04-25T23:26:05.093 INFO:teuthology.orchestra.run.smithi087.stderr:25 Apr 23:26:05 ntpd[17253]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-25T23:26:05.093 INFO:teuthology.orchestra.run.smithi087.stderr:25 Apr 23:26:05 ntpd[17253]: can't open /var/log/ntpstats/rawstats.20240425: Permission denied 2024-04-25T23:26:05.093 INFO:teuthology.orchestra.run.smithi087.stderr:25 Apr 23:26:05 ntpd[17253]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-25T23:26:05.093 INFO:teuthology.orchestra.run.smithi087.stderr:25 Apr 23:26:05 ntpd[17253]: can't open /var/log/ntpstats/rawstats.20240425: Permission denied 2024-04-25T23:26:05.093 INFO:teuthology.orchestra.run.smithi087.stderr:25 Apr 23:26:05 ntpd[17253]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-25T23:26:05.093 INFO:teuthology.orchestra.run.smithi087.stderr:25 Apr 23:26:05 ntpd[17253]: can't open /var/log/ntpstats/rawstats.20240425: Permission denied 2024-04-25T23:26:05.093 INFO:teuthology.orchestra.run.smithi087.stderr:25 Apr 23:26:05 ntpd[17253]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-25T23:26:05.094 INFO:teuthology.orchestra.run.smithi087.stderr:25 Apr 23:26:05 ntpd[17253]: can't open /var/log/ntpstats/peerstats.20240425: Permission denied 2024-04-25T23:26:05.094 INFO:teuthology.orchestra.run.smithi087.stderr:25 Apr 23:26:05 ntpd[17253]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-25T23:26:05.094 INFO:teuthology.orchestra.run.smithi087.stderr:25 Apr 23:26:05 ntpd[17253]: can't open /var/log/ntpstats/rawstats.20240425: Permission denied 2024-04-25T23:26:05.094 INFO:teuthology.orchestra.run.smithi087.stderr:25 Apr 23:26:05 ntpd[17253]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-25T23:26:05.094 INFO:teuthology.orchestra.run.smithi087.stderr:25 Apr 23:26:05 ntpd[17253]: can't open /var/log/ntpstats/peerstats.20240425: Permission denied 2024-04-25T23:26:05.094 INFO:teuthology.orchestra.run.smithi087.stdout:25 Apr 23:26:05 ntpd[17253]: ntpd: time slew -0.003639 s 2024-04-25T23:26:05.094 INFO:teuthology.orchestra.run.smithi087.stdout:ntpd: time slew -0.003639s 2024-04-25T23:26:05.095 INFO:teuthology.orchestra.run.smithi087.stderr:25 Apr 23:26:05 ntpd[17253]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-04-25T23:26:05.095 INFO:teuthology.orchestra.run.smithi087.stderr:25 Apr 23:26:05 ntpd[17253]: can't open /var/log/ntpstats/loopstats.20240425: Permission denied 2024-04-25T23:26:05.096 INFO:teuthology.orchestra.run.smithi157.stderr:25 Apr 23:26:05 ntpd[17217]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-25T23:26:05.096 INFO:teuthology.orchestra.run.smithi157.stderr:25 Apr 23:26:05 ntpd[17217]: can't open /var/log/ntpstats/rawstats.20240425: Permission denied 2024-04-25T23:26:05.096 INFO:teuthology.orchestra.run.smithi157.stderr:25 Apr 23:26:05 ntpd[17217]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-25T23:26:05.096 INFO:teuthology.orchestra.run.smithi157.stderr:25 Apr 23:26:05 ntpd[17217]: can't open /var/log/ntpstats/rawstats.20240425: Permission denied 2024-04-25T23:26:05.096 INFO:teuthology.orchestra.run.smithi157.stderr:25 Apr 23:26:05 ntpd[17217]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-25T23:26:05.096 INFO:teuthology.orchestra.run.smithi157.stderr:25 Apr 23:26:05 ntpd[17217]: can't open /var/log/ntpstats/peerstats.20240425: Permission denied 2024-04-25T23:26:05.096 INFO:teuthology.orchestra.run.smithi157.stdout:25 Apr 23:26:05 ntpd[17217]: ntpd: time slew -0.001248 s 2024-04-25T23:26:05.096 INFO:teuthology.orchestra.run.smithi157.stdout:ntpd: time slew -0.001248s 2024-04-25T23:26:05.097 INFO:teuthology.orchestra.run.smithi157.stderr:25 Apr 23:26:05 ntpd[17217]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-04-25T23:26:05.097 INFO:teuthology.orchestra.run.smithi157.stderr:25 Apr 23:26:05 ntpd[17217]: can't open /var/log/ntpstats/loopstats.20240425: Permission denied 2024-04-25T23:26:05.125 INFO:teuthology.orchestra.run.smithi161.stderr:25 Apr 23:26:05 ntpd[17258]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-25T23:26:05.126 INFO:teuthology.orchestra.run.smithi161.stderr:25 Apr 23:26:05 ntpd[17258]: can't open /var/log/ntpstats/rawstats.20240425: Permission denied 2024-04-25T23:26:05.126 INFO:teuthology.orchestra.run.smithi161.stderr:25 Apr 23:26:05 ntpd[17258]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-25T23:26:05.126 INFO:teuthology.orchestra.run.smithi161.stderr:25 Apr 23:26:05 ntpd[17258]: can't open /var/log/ntpstats/rawstats.20240425: Permission denied 2024-04-25T23:26:05.126 INFO:teuthology.orchestra.run.smithi161.stderr:25 Apr 23:26:05 ntpd[17258]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-25T23:26:05.127 INFO:teuthology.orchestra.run.smithi161.stderr:25 Apr 23:26:05 ntpd[17258]: can't open /var/log/ntpstats/peerstats.20240425: Permission denied 2024-04-25T23:26:05.142 INFO:teuthology.orchestra.run.smithi157.stdout: remote refid st t when poll reach delay offset jitter 2024-04-25T23:26:05.142 INFO:teuthology.orchestra.run.smithi157.stdout:============================================================================== 2024-04-25T23:26:05.143 INFO:teuthology.orchestra.run.smithi157.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-25T23:26:05.143 INFO:teuthology.orchestra.run.smithi157.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-25T23:26:05.143 INFO:teuthology.orchestra.run.smithi157.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-25T23:26:05.143 INFO:teuthology.orchestra.run.smithi157.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-25T23:26:05.151 INFO:teuthology.orchestra.run.smithi087.stdout: remote refid st t when poll reach delay offset jitter 2024-04-25T23:26:05.151 INFO:teuthology.orchestra.run.smithi087.stdout:============================================================================== 2024-04-25T23:26:05.151 INFO:teuthology.orchestra.run.smithi087.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-25T23:26:05.151 INFO:teuthology.orchestra.run.smithi087.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-25T23:26:05.151 INFO:teuthology.orchestra.run.smithi087.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-25T23:26:05.151 INFO:teuthology.orchestra.run.smithi087.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-25T23:26:06.126 INFO:teuthology.orchestra.run.smithi161.stderr:25 Apr 23:26:06 ntpd[17258]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-25T23:26:06.126 INFO:teuthology.orchestra.run.smithi161.stderr:25 Apr 23:26:06 ntpd[17258]: can't open /var/log/ntpstats/rawstats.20240425: Permission denied 2024-04-25T23:26:06.126 INFO:teuthology.orchestra.run.smithi161.stderr:25 Apr 23:26:06 ntpd[17258]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-25T23:26:06.126 INFO:teuthology.orchestra.run.smithi161.stderr:25 Apr 23:26:06 ntpd[17258]: can't open /var/log/ntpstats/rawstats.20240425: Permission denied 2024-04-25T23:26:06.126 INFO:teuthology.orchestra.run.smithi161.stderr:25 Apr 23:26:06 ntpd[17258]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-25T23:26:06.126 INFO:teuthology.orchestra.run.smithi161.stderr:25 Apr 23:26:06 ntpd[17258]: can't open /var/log/ntpstats/rawstats.20240425: Permission denied 2024-04-25T23:26:06.126 INFO:teuthology.orchestra.run.smithi161.stderr:25 Apr 23:26:06 ntpd[17258]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-25T23:26:06.126 INFO:teuthology.orchestra.run.smithi161.stderr:25 Apr 23:26:06 ntpd[17258]: can't open /var/log/ntpstats/peerstats.20240425: Permission denied 2024-04-25T23:26:06.127 INFO:teuthology.orchestra.run.smithi161.stdout:25 Apr 23:26:06 ntpd[17258]: ntpd: time slew +0.000246 s 2024-04-25T23:26:06.127 INFO:teuthology.orchestra.run.smithi161.stdout:ntpd: time slew +0.000246s 2024-04-25T23:26:06.127 INFO:teuthology.orchestra.run.smithi161.stderr:25 Apr 23:26:06 ntpd[17258]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-04-25T23:26:06.127 INFO:teuthology.orchestra.run.smithi161.stderr:25 Apr 23:26:06 ntpd[17258]: can't open /var/log/ntpstats/loopstats.20240425: Permission denied 2024-04-25T23:26:06.181 INFO:teuthology.orchestra.run.smithi161.stdout: remote refid st t when poll reach delay offset jitter 2024-04-25T23:26:06.181 INFO:teuthology.orchestra.run.smithi161.stdout:============================================================================== 2024-04-25T23:26:06.181 INFO:teuthology.orchestra.run.smithi161.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-25T23:26:06.181 INFO:teuthology.orchestra.run.smithi161.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-25T23:26:06.181 INFO:teuthology.orchestra.run.smithi161.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-25T23:26:06.181 INFO:teuthology.orchestra.run.smithi161.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-25T23:26:06.182 INFO:teuthology.run_tasks:Running task install... 2024-04-25T23:26:06.191 DEBUG:teuthology.task.install:project ceph 2024-04-25T23:26:06.191 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': 'd2c45d977142e024a59b68a8f1dce8f0b9840551'}} 2024-04-25T23:26:06.191 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': 'd2c45d977142e024a59b68a8f1dce8f0b9840551'} 2024-04-25T23:26:06.191 INFO:teuthology.task.install:Using flavor: default 2024-04-25T23:26:06.197 DEBUG:teuthology.task.install:Package list is: {'deb': ['ceph', 'cephadm', 'ceph-mds', 'ceph-mgr', 'ceph-common', 'ceph-fuse', 'ceph-test', 'ceph-volume', 'radosgw', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'libcephfs2', 'libcephfs-dev', 'librados2', 'librbd1', 'rbd-fuse'], 'rpm': ['ceph-radosgw', 'ceph-test', 'ceph', 'ceph-base', 'cephadm', 'ceph-immutable-object-cache', 'ceph-mgr', 'ceph-mgr-dashboard', 'ceph-mgr-diskprediction-local', 'ceph-mgr-rook', 'ceph-mgr-cephadm', 'ceph-fuse', 'ceph-volume', 'librados-devel', 'libcephfs2', 'libcephfs-devel', 'librados2', 'librbd1', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'rbd-fuse', 'rbd-mirror', 'rbd-nbd']} 2024-04-25T23:26:06.197 INFO:teuthology.task.install:extra packages: [] 2024-04-25T23:26:06.197 DEBUG:teuthology.orchestra.run.smithi087:> sudo apt-key list | grep Ceph 2024-04-25T23:26:06.198 DEBUG:teuthology.orchestra.run.smithi157:> sudo apt-key list | grep Ceph 2024-04-25T23:26:06.198 DEBUG:teuthology.orchestra.run.smithi161:> sudo apt-key list | grep Ceph 2024-04-25T23:26:06.260 INFO:teuthology.orchestra.run.smithi157.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-04-25T23:26:06.262 INFO:teuthology.orchestra.run.smithi087.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-04-25T23:26:06.284 INFO:teuthology.orchestra.run.smithi161.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-04-25T23:26:06.288 INFO:teuthology.orchestra.run.smithi157.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-04-25T23:26:06.288 INFO:teuthology.orchestra.run.smithi157.stdout:uid [ unknown] Ceph.com (release key) 2024-04-25T23:26:06.289 INFO:teuthology.task.install.deb:Installing packages: ceph, cephadm, ceph-mds, ceph-mgr, ceph-common, ceph-fuse, ceph-test, ceph-volume, radosgw, python3-rados, python3-rgw, python3-cephfs, python3-rbd, libcephfs2, libcephfs-dev, librados2, librbd1, rbd-fuse on remote deb x86_64 2024-04-25T23:26:06.289 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=d2c45d977142e024a59b68a8f1dce8f0b9840551 2024-04-25T23:26:06.294 INFO:teuthology.orchestra.run.smithi087.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-04-25T23:26:06.294 INFO:teuthology.orchestra.run.smithi087.stdout:uid [ unknown] Ceph.com (release key) 2024-04-25T23:26:06.295 INFO:teuthology.task.install.deb:Installing packages: ceph, cephadm, ceph-mds, ceph-mgr, ceph-common, ceph-fuse, ceph-test, ceph-volume, radosgw, python3-rados, python3-rgw, python3-cephfs, python3-rbd, libcephfs2, libcephfs-dev, librados2, librbd1, rbd-fuse on remote deb x86_64 2024-04-25T23:26:06.295 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=d2c45d977142e024a59b68a8f1dce8f0b9840551 2024-04-25T23:26:06.311 INFO:teuthology.orchestra.run.smithi161.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-04-25T23:26:06.311 INFO:teuthology.orchestra.run.smithi161.stdout:uid [ unknown] Ceph.com (release key) 2024-04-25T23:26:06.312 INFO:teuthology.task.install.deb:Installing packages: ceph, cephadm, ceph-mds, ceph-mgr, ceph-common, ceph-fuse, ceph-test, ceph-volume, radosgw, python3-rados, python3-rgw, python3-cephfs, python3-rbd, libcephfs2, libcephfs-dev, librados2, librbd1, rbd-fuse on remote deb x86_64 2024-04-25T23:26:06.312 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=d2c45d977142e024a59b68a8f1dce8f0b9840551 2024-04-25T23:26:06.441 INFO:teuthology.task.install.deb:Pulling from https://4.chacra.ceph.com/r/ceph/squid/d2c45d977142e024a59b68a8f1dce8f0b9840551/ubuntu/jammy/flavors/default/ 2024-04-25T23:26:06.441 INFO:teuthology.task.install.deb:Package version is 19.0.0-2445-gd2c45d97-1jammy 2024-04-25T23:26:06.458 INFO:teuthology.task.install.deb:Pulling from https://4.chacra.ceph.com/r/ceph/squid/d2c45d977142e024a59b68a8f1dce8f0b9840551/ubuntu/jammy/flavors/default/ 2024-04-25T23:26:06.458 INFO:teuthology.task.install.deb:Package version is 19.0.0-2445-gd2c45d97-1jammy 2024-04-25T23:26:06.506 INFO:teuthology.task.install.deb:Pulling from https://4.chacra.ceph.com/r/ceph/squid/d2c45d977142e024a59b68a8f1dce8f0b9840551/ubuntu/jammy/flavors/default/ 2024-04-25T23:26:06.506 INFO:teuthology.task.install.deb:Package version is 19.0.0-2445-gd2c45d97-1jammy 2024-04-25T23:26:06.613 DEBUG:teuthology.orchestra.run.smithi157:> set -ex 2024-04-25T23:26:06.613 DEBUG:teuthology.orchestra.run.smithi157:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-04-25T23:26:06.620 DEBUG:teuthology.orchestra.run.smithi087:> set -ex 2024-04-25T23:26:06.620 DEBUG:teuthology.orchestra.run.smithi087:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-04-25T23:26:06.627 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2024-04-25T23:26:06.627 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-04-25T23:26:06.628 DEBUG:teuthology.orchestra.run.smithi157:> sudo apt-get update 2024-04-25T23:26:06.633 DEBUG:teuthology.orchestra.run.smithi087:> sudo apt-get update 2024-04-25T23:26:06.641 DEBUG:teuthology.orchestra.run.smithi161:> sudo apt-get update 2024-04-25T23:26:06.806 INFO:teuthology.orchestra.run.smithi157.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-25T23:26:06.808 INFO:teuthology.orchestra.run.smithi087.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-25T23:26:06.814 INFO:teuthology.orchestra.run.smithi161.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-25T23:26:06.814 INFO:teuthology.orchestra.run.smithi161.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-25T23:26:06.829 INFO:teuthology.orchestra.run.smithi161.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-25T23:26:06.850 INFO:teuthology.orchestra.run.smithi161.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-25T23:26:06.854 INFO:teuthology.orchestra.run.smithi157.stdout:Ign:2 https://4.chacra.ceph.com/r/ceph/squid/d2c45d977142e024a59b68a8f1dce8f0b9840551/ubuntu/jammy/flavors/default jammy InRelease 2024-04-25T23:26:06.863 INFO:teuthology.orchestra.run.smithi161.stdout:Ign:5 https://4.chacra.ceph.com/r/ceph/squid/d2c45d977142e024a59b68a8f1dce8f0b9840551/ubuntu/jammy/flavors/default jammy InRelease 2024-04-25T23:26:06.875 INFO:teuthology.orchestra.run.smithi157.stdout:Get:3 https://4.chacra.ceph.com/r/ceph/squid/d2c45d977142e024a59b68a8f1dce8f0b9840551/ubuntu/jammy/flavors/default jammy Release [7,662 B] 2024-04-25T23:26:06.884 INFO:teuthology.orchestra.run.smithi161.stdout:Get:6 https://4.chacra.ceph.com/r/ceph/squid/d2c45d977142e024a59b68a8f1dce8f0b9840551/ubuntu/jammy/flavors/default jammy Release [7,662 B] 2024-04-25T23:26:06.897 INFO:teuthology.orchestra.run.smithi157.stdout:Ign:4 https://4.chacra.ceph.com/r/ceph/squid/d2c45d977142e024a59b68a8f1dce8f0b9840551/ubuntu/jammy/flavors/default jammy Release.gpg 2024-04-25T23:26:06.906 INFO:teuthology.orchestra.run.smithi161.stdout:Ign:7 https://4.chacra.ceph.com/r/ceph/squid/d2c45d977142e024a59b68a8f1dce8f0b9840551/ubuntu/jammy/flavors/default jammy Release.gpg 2024-04-25T23:26:06.917 INFO:teuthology.orchestra.run.smithi087.stdout:Ign:2 https://4.chacra.ceph.com/r/ceph/squid/d2c45d977142e024a59b68a8f1dce8f0b9840551/ubuntu/jammy/flavors/default jammy InRelease 2024-04-25T23:26:06.919 INFO:teuthology.orchestra.run.smithi157.stdout:Get:5 https://4.chacra.ceph.com/r/ceph/squid/d2c45d977142e024a59b68a8f1dce8f0b9840551/ubuntu/jammy/flavors/default jammy/main amd64 Packages [17.9 kB] 2024-04-25T23:26:06.923 INFO:teuthology.orchestra.run.smithi087.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-25T23:26:06.925 INFO:teuthology.orchestra.run.smithi157.stdout:Hit:6 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-25T23:26:06.927 INFO:teuthology.orchestra.run.smithi161.stdout:Get:8 https://4.chacra.ceph.com/r/ceph/squid/d2c45d977142e024a59b68a8f1dce8f0b9840551/ubuntu/jammy/flavors/default jammy/main amd64 Packages [17.9 kB] 2024-04-25T23:26:06.946 INFO:teuthology.orchestra.run.smithi157.stdout:Get:7 https://4.chacra.ceph.com/r/ceph/squid/d2c45d977142e024a59b68a8f1dce8f0b9840551/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,416 B] 2024-04-25T23:26:06.952 INFO:teuthology.orchestra.run.smithi087.stdout:Get:4 https://4.chacra.ceph.com/r/ceph/squid/d2c45d977142e024a59b68a8f1dce8f0b9840551/ubuntu/jammy/flavors/default jammy Release [7,662 B] 2024-04-25T23:26:06.954 INFO:teuthology.orchestra.run.smithi161.stdout:Get:9 https://4.chacra.ceph.com/r/ceph/squid/d2c45d977142e024a59b68a8f1dce8f0b9840551/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,416 B] 2024-04-25T23:26:06.989 INFO:teuthology.orchestra.run.smithi087.stdout:Ign:5 https://4.chacra.ceph.com/r/ceph/squid/d2c45d977142e024a59b68a8f1dce8f0b9840551/ubuntu/jammy/flavors/default jammy Release.gpg 2024-04-25T23:26:07.003 INFO:teuthology.orchestra.run.smithi157.stdout:Hit:8 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-25T23:26:07.005 INFO:teuthology.orchestra.run.smithi087.stdout:Hit:6 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-25T23:26:07.025 INFO:teuthology.orchestra.run.smithi087.stdout:Get:7 https://4.chacra.ceph.com/r/ceph/squid/d2c45d977142e024a59b68a8f1dce8f0b9840551/ubuntu/jammy/flavors/default jammy/main amd64 Packages [17.9 kB] 2024-04-25T23:26:07.068 INFO:teuthology.orchestra.run.smithi087.stdout:Get:8 https://4.chacra.ceph.com/r/ceph/squid/d2c45d977142e024a59b68a8f1dce8f0b9840551/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,416 B] 2024-04-25T23:26:07.084 INFO:teuthology.orchestra.run.smithi157.stdout:Hit:9 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-25T23:26:07.087 INFO:teuthology.orchestra.run.smithi087.stdout:Hit:9 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-25T23:26:07.159 INFO:teuthology.orchestra.run.smithi161.stdout:Fetched 28.9 kB in 0s (86.4 kB/s) 2024-04-25T23:26:07.218 INFO:teuthology.orchestra.run.smithi157.stdout:Fetched 28.9 kB in 0s (71.0 kB/s) 2024-04-25T23:26:07.223 INFO:teuthology.orchestra.run.smithi087.stdout:Fetched 28.9 kB in 0s (70.9 kB/s) 2024-04-25T23:26:08.139 INFO:teuthology.orchestra.run.smithi161.stdout:Reading package lists... 2024-04-25T23:26:08.156 DEBUG:teuthology.orchestra.run.smithi161:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-2445-gd2c45d97-1jammy cephadm=19.0.0-2445-gd2c45d97-1jammy ceph-mds=19.0.0-2445-gd2c45d97-1jammy ceph-mgr=19.0.0-2445-gd2c45d97-1jammy ceph-common=19.0.0-2445-gd2c45d97-1jammy ceph-fuse=19.0.0-2445-gd2c45d97-1jammy ceph-test=19.0.0-2445-gd2c45d97-1jammy ceph-volume=19.0.0-2445-gd2c45d97-1jammy radosgw=19.0.0-2445-gd2c45d97-1jammy python3-rados=19.0.0-2445-gd2c45d97-1jammy python3-rgw=19.0.0-2445-gd2c45d97-1jammy python3-cephfs=19.0.0-2445-gd2c45d97-1jammy python3-rbd=19.0.0-2445-gd2c45d97-1jammy libcephfs2=19.0.0-2445-gd2c45d97-1jammy libcephfs-dev=19.0.0-2445-gd2c45d97-1jammy librados2=19.0.0-2445-gd2c45d97-1jammy librbd1=19.0.0-2445-gd2c45d97-1jammy rbd-fuse=19.0.0-2445-gd2c45d97-1jammy 2024-04-25T23:26:08.190 INFO:teuthology.orchestra.run.smithi157.stdout:Reading package lists... 2024-04-25T23:26:08.206 DEBUG:teuthology.orchestra.run.smithi157:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-2445-gd2c45d97-1jammy cephadm=19.0.0-2445-gd2c45d97-1jammy ceph-mds=19.0.0-2445-gd2c45d97-1jammy ceph-mgr=19.0.0-2445-gd2c45d97-1jammy ceph-common=19.0.0-2445-gd2c45d97-1jammy ceph-fuse=19.0.0-2445-gd2c45d97-1jammy ceph-test=19.0.0-2445-gd2c45d97-1jammy ceph-volume=19.0.0-2445-gd2c45d97-1jammy radosgw=19.0.0-2445-gd2c45d97-1jammy python3-rados=19.0.0-2445-gd2c45d97-1jammy python3-rgw=19.0.0-2445-gd2c45d97-1jammy python3-cephfs=19.0.0-2445-gd2c45d97-1jammy python3-rbd=19.0.0-2445-gd2c45d97-1jammy libcephfs2=19.0.0-2445-gd2c45d97-1jammy libcephfs-dev=19.0.0-2445-gd2c45d97-1jammy librados2=19.0.0-2445-gd2c45d97-1jammy librbd1=19.0.0-2445-gd2c45d97-1jammy rbd-fuse=19.0.0-2445-gd2c45d97-1jammy 2024-04-25T23:26:08.215 INFO:teuthology.orchestra.run.smithi087.stdout:Reading package lists... 2024-04-25T23:26:08.219 INFO:teuthology.orchestra.run.smithi161.stdout:Reading package lists... 2024-04-25T23:26:08.230 DEBUG:teuthology.orchestra.run.smithi087:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-2445-gd2c45d97-1jammy cephadm=19.0.0-2445-gd2c45d97-1jammy ceph-mds=19.0.0-2445-gd2c45d97-1jammy ceph-mgr=19.0.0-2445-gd2c45d97-1jammy ceph-common=19.0.0-2445-gd2c45d97-1jammy ceph-fuse=19.0.0-2445-gd2c45d97-1jammy ceph-test=19.0.0-2445-gd2c45d97-1jammy ceph-volume=19.0.0-2445-gd2c45d97-1jammy radosgw=19.0.0-2445-gd2c45d97-1jammy python3-rados=19.0.0-2445-gd2c45d97-1jammy python3-rgw=19.0.0-2445-gd2c45d97-1jammy python3-cephfs=19.0.0-2445-gd2c45d97-1jammy python3-rbd=19.0.0-2445-gd2c45d97-1jammy libcephfs2=19.0.0-2445-gd2c45d97-1jammy libcephfs-dev=19.0.0-2445-gd2c45d97-1jammy librados2=19.0.0-2445-gd2c45d97-1jammy librbd1=19.0.0-2445-gd2c45d97-1jammy rbd-fuse=19.0.0-2445-gd2c45d97-1jammy 2024-04-25T23:26:08.268 INFO:teuthology.orchestra.run.smithi157.stdout:Reading package lists... 2024-04-25T23:26:08.291 INFO:teuthology.orchestra.run.smithi087.stdout:Reading package lists... 2024-04-25T23:26:08.418 INFO:teuthology.orchestra.run.smithi161.stdout:Building dependency tree... 2024-04-25T23:26:08.418 INFO:teuthology.orchestra.run.smithi161.stdout:Reading state information... 2024-04-25T23:26:08.467 INFO:teuthology.orchestra.run.smithi157.stdout:Building dependency tree... 2024-04-25T23:26:08.468 INFO:teuthology.orchestra.run.smithi157.stdout:Reading state information... 2024-04-25T23:26:08.491 INFO:teuthology.orchestra.run.smithi087.stdout:Building dependency tree... 2024-04-25T23:26:08.491 INFO:teuthology.orchestra.run.smithi087.stdout:Reading state information... 2024-04-25T23:26:08.616 INFO:teuthology.orchestra.run.smithi161.stdout:The following packages were automatically installed and are no longer required: 2024-04-25T23:26:08.616 INFO:teuthology.orchestra.run.smithi161.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-25T23:26:08.616 INFO:teuthology.orchestra.run.smithi161.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-25T23:26:08.616 INFO:teuthology.orchestra.run.smithi161.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-25T23:26:08.616 INFO:teuthology.orchestra.run.smithi161.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-25T23:26:08.616 INFO:teuthology.orchestra.run.smithi161.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-25T23:26:08.616 INFO:teuthology.orchestra.run.smithi161.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-25T23:26:08.617 INFO:teuthology.orchestra.run.smithi161.stdout:The following additional packages will be installed: 2024-04-25T23:26:08.617 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-04-25T23:26:08.617 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-04-25T23:26:08.617 INFO:teuthology.orchestra.run.smithi161.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-04-25T23:26:08.617 INFO:teuthology.orchestra.run.smithi161.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-04-25T23:26:08.619 INFO:teuthology.orchestra.run.smithi161.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-04-25T23:26:08.619 INFO:teuthology.orchestra.run.smithi161.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-04-25T23:26:08.619 INFO:teuthology.orchestra.run.smithi161.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-04-25T23:26:08.619 INFO:teuthology.orchestra.run.smithi161.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-04-25T23:26:08.619 INFO:teuthology.orchestra.run.smithi161.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-04-25T23:26:08.619 INFO:teuthology.orchestra.run.smithi161.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-04-25T23:26:08.619 INFO:teuthology.orchestra.run.smithi161.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-04-25T23:26:08.619 INFO:teuthology.orchestra.run.smithi161.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-04-25T23:26:08.619 INFO:teuthology.orchestra.run.smithi161.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-04-25T23:26:08.619 INFO:teuthology.orchestra.run.smithi161.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-04-25T23:26:08.619 INFO:teuthology.orchestra.run.smithi161.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-04-25T23:26:08.619 INFO:teuthology.orchestra.run.smithi161.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-04-25T23:26:08.619 INFO:teuthology.orchestra.run.smithi161.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-04-25T23:26:08.619 INFO:teuthology.orchestra.run.smithi161.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-04-25T23:26:08.620 INFO:teuthology.orchestra.run.smithi161.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-04-25T23:26:08.620 INFO:teuthology.orchestra.run.smithi161.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-04-25T23:26:08.620 INFO:teuthology.orchestra.run.smithi161.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-04-25T23:26:08.620 INFO:teuthology.orchestra.run.smithi161.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-04-25T23:26:08.620 INFO:teuthology.orchestra.run.smithi161.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-04-25T23:26:08.620 INFO:teuthology.orchestra.run.smithi161.stdout: xmlstarlet zip 2024-04-25T23:26:08.620 INFO:teuthology.orchestra.run.smithi161.stdout:Suggested packages: 2024-04-25T23:26:08.620 INFO:teuthology.orchestra.run.smithi161.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-04-25T23:26:08.620 INFO:teuthology.orchestra.run.smithi161.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-04-25T23:26:08.620 INFO:teuthology.orchestra.run.smithi161.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-04-25T23:26:08.621 INFO:teuthology.orchestra.run.smithi161.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-04-25T23:26:08.621 INFO:teuthology.orchestra.run.smithi161.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-04-25T23:26:08.621 INFO:teuthology.orchestra.run.smithi161.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-04-25T23:26:08.621 INFO:teuthology.orchestra.run.smithi161.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-04-25T23:26:08.621 INFO:teuthology.orchestra.run.smithi161.stdout:Recommended packages: 2024-04-25T23:26:08.621 INFO:teuthology.orchestra.run.smithi161.stdout: btrfs-tools 2024-04-25T23:26:08.664 INFO:teuthology.orchestra.run.smithi157.stdout:The following packages were automatically installed and are no longer required: 2024-04-25T23:26:08.664 INFO:teuthology.orchestra.run.smithi157.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-25T23:26:08.664 INFO:teuthology.orchestra.run.smithi157.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-25T23:26:08.664 INFO:teuthology.orchestra.run.smithi157.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-25T23:26:08.665 INFO:teuthology.orchestra.run.smithi157.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-25T23:26:08.665 INFO:teuthology.orchestra.run.smithi157.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-25T23:26:08.665 INFO:teuthology.orchestra.run.smithi157.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-25T23:26:08.667 INFO:teuthology.orchestra.run.smithi157.stdout:The following additional packages will be installed: 2024-04-25T23:26:08.667 INFO:teuthology.orchestra.run.smithi157.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-04-25T23:26:08.667 INFO:teuthology.orchestra.run.smithi157.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-04-25T23:26:08.667 INFO:teuthology.orchestra.run.smithi157.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-04-25T23:26:08.667 INFO:teuthology.orchestra.run.smithi157.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-04-25T23:26:08.667 INFO:teuthology.orchestra.run.smithi157.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-04-25T23:26:08.667 INFO:teuthology.orchestra.run.smithi157.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-04-25T23:26:08.667 INFO:teuthology.orchestra.run.smithi157.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-04-25T23:26:08.667 INFO:teuthology.orchestra.run.smithi157.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-04-25T23:26:08.667 INFO:teuthology.orchestra.run.smithi157.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-04-25T23:26:08.668 INFO:teuthology.orchestra.run.smithi157.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-04-25T23:26:08.668 INFO:teuthology.orchestra.run.smithi157.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-04-25T23:26:08.668 INFO:teuthology.orchestra.run.smithi157.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-04-25T23:26:08.668 INFO:teuthology.orchestra.run.smithi157.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-04-25T23:26:08.668 INFO:teuthology.orchestra.run.smithi157.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-04-25T23:26:08.668 INFO:teuthology.orchestra.run.smithi157.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-04-25T23:26:08.668 INFO:teuthology.orchestra.run.smithi157.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-04-25T23:26:08.668 INFO:teuthology.orchestra.run.smithi157.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-04-25T23:26:08.668 INFO:teuthology.orchestra.run.smithi157.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-04-25T23:26:08.668 INFO:teuthology.orchestra.run.smithi157.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-04-25T23:26:08.668 INFO:teuthology.orchestra.run.smithi157.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-04-25T23:26:08.668 INFO:teuthology.orchestra.run.smithi157.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-04-25T23:26:08.668 INFO:teuthology.orchestra.run.smithi157.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-04-25T23:26:08.668 INFO:teuthology.orchestra.run.smithi157.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-04-25T23:26:08.669 INFO:teuthology.orchestra.run.smithi157.stdout: xmlstarlet zip 2024-04-25T23:26:08.669 INFO:teuthology.orchestra.run.smithi157.stdout:Suggested packages: 2024-04-25T23:26:08.669 INFO:teuthology.orchestra.run.smithi157.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-04-25T23:26:08.669 INFO:teuthology.orchestra.run.smithi157.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-04-25T23:26:08.669 INFO:teuthology.orchestra.run.smithi157.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-04-25T23:26:08.669 INFO:teuthology.orchestra.run.smithi157.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-04-25T23:26:08.669 INFO:teuthology.orchestra.run.smithi157.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-04-25T23:26:08.669 INFO:teuthology.orchestra.run.smithi157.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-04-25T23:26:08.669 INFO:teuthology.orchestra.run.smithi157.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-04-25T23:26:08.669 INFO:teuthology.orchestra.run.smithi157.stdout:Recommended packages: 2024-04-25T23:26:08.670 INFO:teuthology.orchestra.run.smithi157.stdout: btrfs-tools 2024-04-25T23:26:08.692 INFO:teuthology.orchestra.run.smithi087.stdout:The following packages were automatically installed and are no longer required: 2024-04-25T23:26:08.693 INFO:teuthology.orchestra.run.smithi087.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-25T23:26:08.693 INFO:teuthology.orchestra.run.smithi087.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-25T23:26:08.693 INFO:teuthology.orchestra.run.smithi087.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-25T23:26:08.693 INFO:teuthology.orchestra.run.smithi087.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-25T23:26:08.693 INFO:teuthology.orchestra.run.smithi087.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-25T23:26:08.694 INFO:teuthology.orchestra.run.smithi087.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-25T23:26:08.694 INFO:teuthology.orchestra.run.smithi087.stdout:The following additional packages will be installed: 2024-04-25T23:26:08.694 INFO:teuthology.orchestra.run.smithi087.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-04-25T23:26:08.694 INFO:teuthology.orchestra.run.smithi087.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-04-25T23:26:08.695 INFO:teuthology.orchestra.run.smithi087.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-04-25T23:26:08.695 INFO:teuthology.orchestra.run.smithi087.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-04-25T23:26:08.696 INFO:teuthology.orchestra.run.smithi087.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-04-25T23:26:08.696 INFO:teuthology.orchestra.run.smithi087.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-04-25T23:26:08.696 INFO:teuthology.orchestra.run.smithi087.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-04-25T23:26:08.696 INFO:teuthology.orchestra.run.smithi087.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-04-25T23:26:08.696 INFO:teuthology.orchestra.run.smithi087.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-04-25T23:26:08.696 INFO:teuthology.orchestra.run.smithi087.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-04-25T23:26:08.696 INFO:teuthology.orchestra.run.smithi087.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-04-25T23:26:08.696 INFO:teuthology.orchestra.run.smithi087.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-04-25T23:26:08.696 INFO:teuthology.orchestra.run.smithi087.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-04-25T23:26:08.696 INFO:teuthology.orchestra.run.smithi087.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-04-25T23:26:08.696 INFO:teuthology.orchestra.run.smithi087.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-04-25T23:26:08.696 INFO:teuthology.orchestra.run.smithi087.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-04-25T23:26:08.697 INFO:teuthology.orchestra.run.smithi087.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-04-25T23:26:08.697 INFO:teuthology.orchestra.run.smithi087.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-04-25T23:26:08.697 INFO:teuthology.orchestra.run.smithi087.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-04-25T23:26:08.697 INFO:teuthology.orchestra.run.smithi087.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-04-25T23:26:08.697 INFO:teuthology.orchestra.run.smithi087.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-04-25T23:26:08.697 INFO:teuthology.orchestra.run.smithi087.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-04-25T23:26:08.697 INFO:teuthology.orchestra.run.smithi087.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-04-25T23:26:08.697 INFO:teuthology.orchestra.run.smithi087.stdout: xmlstarlet zip 2024-04-25T23:26:08.697 INFO:teuthology.orchestra.run.smithi087.stdout:Suggested packages: 2024-04-25T23:26:08.697 INFO:teuthology.orchestra.run.smithi087.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-04-25T23:26:08.698 INFO:teuthology.orchestra.run.smithi087.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-04-25T23:26:08.698 INFO:teuthology.orchestra.run.smithi087.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-04-25T23:26:08.698 INFO:teuthology.orchestra.run.smithi087.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-04-25T23:26:08.698 INFO:teuthology.orchestra.run.smithi087.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-04-25T23:26:08.698 INFO:teuthology.orchestra.run.smithi087.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-04-25T23:26:08.698 INFO:teuthology.orchestra.run.smithi087.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-04-25T23:26:08.698 INFO:teuthology.orchestra.run.smithi087.stdout:Recommended packages: 2024-04-25T23:26:08.698 INFO:teuthology.orchestra.run.smithi087.stdout: btrfs-tools 2024-04-25T23:26:08.723 INFO:teuthology.orchestra.run.smithi161.stdout:The following NEW packages will be installed: 2024-04-25T23:26:08.723 INFO:teuthology.orchestra.run.smithi161.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-04-25T23:26:08.723 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-04-25T23:26:08.724 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-04-25T23:26:08.724 INFO:teuthology.orchestra.run.smithi161.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-04-25T23:26:08.724 INFO:teuthology.orchestra.run.smithi161.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-04-25T23:26:08.724 INFO:teuthology.orchestra.run.smithi161.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-04-25T23:26:08.725 INFO:teuthology.orchestra.run.smithi161.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-04-25T23:26:08.725 INFO:teuthology.orchestra.run.smithi161.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-04-25T23:26:08.725 INFO:teuthology.orchestra.run.smithi161.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-04-25T23:26:08.725 INFO:teuthology.orchestra.run.smithi161.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-04-25T23:26:08.725 INFO:teuthology.orchestra.run.smithi161.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-04-25T23:26:08.726 INFO:teuthology.orchestra.run.smithi161.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-04-25T23:26:08.726 INFO:teuthology.orchestra.run.smithi161.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-04-25T23:26:08.726 INFO:teuthology.orchestra.run.smithi161.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-04-25T23:26:08.726 INFO:teuthology.orchestra.run.smithi161.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-04-25T23:26:08.726 INFO:teuthology.orchestra.run.smithi161.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-04-25T23:26:08.726 INFO:teuthology.orchestra.run.smithi161.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-04-25T23:26:08.726 INFO:teuthology.orchestra.run.smithi161.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-04-25T23:26:08.726 INFO:teuthology.orchestra.run.smithi161.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-04-25T23:26:08.726 INFO:teuthology.orchestra.run.smithi161.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-04-25T23:26:08.726 INFO:teuthology.orchestra.run.smithi161.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-04-25T23:26:08.726 INFO:teuthology.orchestra.run.smithi161.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-04-25T23:26:08.726 INFO:teuthology.orchestra.run.smithi161.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-04-25T23:26:08.726 INFO:teuthology.orchestra.run.smithi161.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-04-25T23:26:08.726 INFO:teuthology.orchestra.run.smithi161.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-04-25T23:26:08.727 INFO:teuthology.orchestra.run.smithi161.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-04-25T23:26:08.768 INFO:teuthology.orchestra.run.smithi157.stdout:The following NEW packages will be installed: 2024-04-25T23:26:08.768 INFO:teuthology.orchestra.run.smithi157.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-04-25T23:26:08.768 INFO:teuthology.orchestra.run.smithi157.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-04-25T23:26:08.768 INFO:teuthology.orchestra.run.smithi157.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-04-25T23:26:08.768 INFO:teuthology.orchestra.run.smithi157.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-04-25T23:26:08.768 INFO:teuthology.orchestra.run.smithi157.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-04-25T23:26:08.768 INFO:teuthology.orchestra.run.smithi157.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-04-25T23:26:08.770 INFO:teuthology.orchestra.run.smithi157.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-04-25T23:26:08.770 INFO:teuthology.orchestra.run.smithi157.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-04-25T23:26:08.770 INFO:teuthology.orchestra.run.smithi157.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-04-25T23:26:08.770 INFO:teuthology.orchestra.run.smithi157.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-04-25T23:26:08.770 INFO:teuthology.orchestra.run.smithi157.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-04-25T23:26:08.770 INFO:teuthology.orchestra.run.smithi157.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-04-25T23:26:08.770 INFO:teuthology.orchestra.run.smithi157.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-04-25T23:26:08.770 INFO:teuthology.orchestra.run.smithi157.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-04-25T23:26:08.770 INFO:teuthology.orchestra.run.smithi157.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-04-25T23:26:08.770 INFO:teuthology.orchestra.run.smithi157.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-04-25T23:26:08.770 INFO:teuthology.orchestra.run.smithi157.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-04-25T23:26:08.770 INFO:teuthology.orchestra.run.smithi157.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-04-25T23:26:08.770 INFO:teuthology.orchestra.run.smithi157.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-04-25T23:26:08.771 INFO:teuthology.orchestra.run.smithi157.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-04-25T23:26:08.771 INFO:teuthology.orchestra.run.smithi157.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-04-25T23:26:08.771 INFO:teuthology.orchestra.run.smithi157.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-04-25T23:26:08.771 INFO:teuthology.orchestra.run.smithi157.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-04-25T23:26:08.771 INFO:teuthology.orchestra.run.smithi157.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-04-25T23:26:08.771 INFO:teuthology.orchestra.run.smithi157.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-04-25T23:26:08.771 INFO:teuthology.orchestra.run.smithi157.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-04-25T23:26:08.790 INFO:teuthology.orchestra.run.smithi161.stdout:0 upgraded, 118 newly installed, 0 to remove and 302 not upgraded. 2024-04-25T23:26:08.790 INFO:teuthology.orchestra.run.smithi161.stdout:Need to get 179 MB of archives. 2024-04-25T23:26:08.790 INFO:teuthology.orchestra.run.smithi161.stdout:After this operation, 822 MB of additional disk space will be used. 2024-04-25T23:26:08.790 INFO:teuthology.orchestra.run.smithi161.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-04-25T23:26:08.797 INFO:teuthology.orchestra.run.smithi087.stdout:The following NEW packages will be installed: 2024-04-25T23:26:08.797 INFO:teuthology.orchestra.run.smithi087.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-04-25T23:26:08.797 INFO:teuthology.orchestra.run.smithi087.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-04-25T23:26:08.797 INFO:teuthology.orchestra.run.smithi087.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-04-25T23:26:08.798 INFO:teuthology.orchestra.run.smithi087.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-04-25T23:26:08.798 INFO:teuthology.orchestra.run.smithi087.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-04-25T23:26:08.798 INFO:teuthology.orchestra.run.smithi087.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-04-25T23:26:08.799 INFO:teuthology.orchestra.run.smithi087.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-04-25T23:26:08.799 INFO:teuthology.orchestra.run.smithi087.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-04-25T23:26:08.799 INFO:teuthology.orchestra.run.smithi087.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-04-25T23:26:08.799 INFO:teuthology.orchestra.run.smithi087.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-04-25T23:26:08.799 INFO:teuthology.orchestra.run.smithi087.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-04-25T23:26:08.799 INFO:teuthology.orchestra.run.smithi087.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-04-25T23:26:08.799 INFO:teuthology.orchestra.run.smithi087.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-04-25T23:26:08.799 INFO:teuthology.orchestra.run.smithi087.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-04-25T23:26:08.799 INFO:teuthology.orchestra.run.smithi087.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-04-25T23:26:08.799 INFO:teuthology.orchestra.run.smithi087.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-04-25T23:26:08.799 INFO:teuthology.orchestra.run.smithi087.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-04-25T23:26:08.799 INFO:teuthology.orchestra.run.smithi087.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-04-25T23:26:08.799 INFO:teuthology.orchestra.run.smithi087.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-04-25T23:26:08.800 INFO:teuthology.orchestra.run.smithi087.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-04-25T23:26:08.800 INFO:teuthology.orchestra.run.smithi087.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-04-25T23:26:08.800 INFO:teuthology.orchestra.run.smithi087.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-04-25T23:26:08.800 INFO:teuthology.orchestra.run.smithi087.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-04-25T23:26:08.800 INFO:teuthology.orchestra.run.smithi087.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-04-25T23:26:08.800 INFO:teuthology.orchestra.run.smithi087.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-04-25T23:26:08.800 INFO:teuthology.orchestra.run.smithi087.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-04-25T23:26:08.836 INFO:teuthology.orchestra.run.smithi157.stdout:0 upgraded, 118 newly installed, 0 to remove and 302 not upgraded. 2024-04-25T23:26:08.836 INFO:teuthology.orchestra.run.smithi157.stdout:Need to get 179 MB of archives. 2024-04-25T23:26:08.836 INFO:teuthology.orchestra.run.smithi157.stdout:After this operation, 822 MB of additional disk space will be used. 2024-04-25T23:26:08.836 INFO:teuthology.orchestra.run.smithi157.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-04-25T23:26:08.864 INFO:teuthology.orchestra.run.smithi087.stdout:0 upgraded, 118 newly installed, 0 to remove and 302 not upgraded. 2024-04-25T23:26:08.864 INFO:teuthology.orchestra.run.smithi087.stdout:Need to get 179 MB of archives. 2024-04-25T23:26:08.864 INFO:teuthology.orchestra.run.smithi087.stdout:After this operation, 822 MB of additional disk space will be used. 2024-04-25T23:26:08.864 INFO:teuthology.orchestra.run.smithi087.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-04-25T23:26:08.892 INFO:teuthology.orchestra.run.smithi161.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-04-25T23:26:08.895 INFO:teuthology.orchestra.run.smithi161.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-04-25T23:26:08.914 INFO:teuthology.orchestra.run.smithi161.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-04-25T23:26:08.914 INFO:teuthology.orchestra.run.smithi157.stdout:Get:2 https://4.chacra.ceph.com/r/ceph/squid/d2c45d977142e024a59b68a8f1dce8f0b9840551/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-2445-gd2c45d97-1jammy [3,541 kB] 2024-04-25T23:26:08.937 INFO:teuthology.orchestra.run.smithi157.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-04-25T23:26:08.938 INFO:teuthology.orchestra.run.smithi087.stdout:Get:2 https://4.chacra.ceph.com/r/ceph/squid/d2c45d977142e024a59b68a8f1dce8f0b9840551/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-2445-gd2c45d97-1jammy [3,541 kB] 2024-04-25T23:26:08.940 INFO:teuthology.orchestra.run.smithi157.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-04-25T23:26:08.942 INFO:teuthology.orchestra.run.smithi161.stdout:Get:5 https://4.chacra.ceph.com/r/ceph/squid/d2c45d977142e024a59b68a8f1dce8f0b9840551/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-2445-gd2c45d97-1jammy [3,541 kB] 2024-04-25T23:26:08.959 INFO:teuthology.orchestra.run.smithi157.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-04-25T23:26:08.970 INFO:teuthology.orchestra.run.smithi087.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-04-25T23:26:08.973 INFO:teuthology.orchestra.run.smithi087.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-04-25T23:26:08.977 INFO:teuthology.orchestra.run.smithi161.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-04-25T23:26:08.983 INFO:teuthology.orchestra.run.smithi161.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-04-25T23:26:08.995 INFO:teuthology.orchestra.run.smithi161.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-04-25T23:26:08.999 INFO:teuthology.orchestra.run.smithi161.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-04-25T23:26:08.999 INFO:teuthology.orchestra.run.smithi161.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-04-25T23:26:09.001 INFO:teuthology.orchestra.run.smithi161.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-04-25T23:26:09.001 INFO:teuthology.orchestra.run.smithi087.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-04-25T23:26:09.009 INFO:teuthology.orchestra.run.smithi161.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-04-25T23:26:09.011 INFO:teuthology.orchestra.run.smithi161.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-04-25T23:26:09.013 INFO:teuthology.orchestra.run.smithi161.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-04-25T23:26:09.015 INFO:teuthology.orchestra.run.smithi161.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-04-25T23:26:09.027 INFO:teuthology.orchestra.run.smithi161.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-04-25T23:26:09.028 INFO:teuthology.orchestra.run.smithi161.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-04-25T23:26:09.029 INFO:teuthology.orchestra.run.smithi157.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-04-25T23:26:09.031 INFO:teuthology.orchestra.run.smithi161.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-04-25T23:26:09.033 INFO:teuthology.orchestra.run.smithi161.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-04-25T23:26:09.034 INFO:teuthology.orchestra.run.smithi157.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-04-25T23:26:09.034 INFO:teuthology.orchestra.run.smithi161.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-04-25T23:26:09.046 INFO:teuthology.orchestra.run.smithi157.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-04-25T23:26:09.050 INFO:teuthology.orchestra.run.smithi157.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-04-25T23:26:09.051 INFO:teuthology.orchestra.run.smithi157.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-04-25T23:26:09.052 INFO:teuthology.orchestra.run.smithi157.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-04-25T23:26:09.060 INFO:teuthology.orchestra.run.smithi157.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-04-25T23:26:09.061 INFO:teuthology.orchestra.run.smithi161.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2024-04-25T23:26:09.062 INFO:teuthology.orchestra.run.smithi161.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-04-25T23:26:09.062 INFO:teuthology.orchestra.run.smithi161.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-04-25T23:26:09.063 INFO:teuthology.orchestra.run.smithi157.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-04-25T23:26:09.063 INFO:teuthology.orchestra.run.smithi161.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-04-25T23:26:09.063 INFO:teuthology.orchestra.run.smithi161.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-04-25T23:26:09.065 INFO:teuthology.orchestra.run.smithi157.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-04-25T23:26:09.066 INFO:teuthology.orchestra.run.smithi157.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-04-25T23:26:09.081 INFO:teuthology.orchestra.run.smithi161.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-04-25T23:26:09.082 INFO:teuthology.orchestra.run.smithi161.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-04-25T23:26:09.082 INFO:teuthology.orchestra.run.smithi161.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-04-25T23:26:09.082 INFO:teuthology.orchestra.run.smithi087.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-04-25T23:26:09.084 INFO:teuthology.orchestra.run.smithi161.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-04-25T23:26:09.085 INFO:teuthology.orchestra.run.smithi161.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-04-25T23:26:09.086 INFO:teuthology.orchestra.run.smithi157.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-04-25T23:26:09.088 INFO:teuthology.orchestra.run.smithi087.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-04-25T23:26:09.088 INFO:teuthology.orchestra.run.smithi157.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-04-25T23:26:09.090 INFO:teuthology.orchestra.run.smithi157.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-04-25T23:26:09.091 INFO:teuthology.orchestra.run.smithi157.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-04-25T23:26:09.092 INFO:teuthology.orchestra.run.smithi157.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-04-25T23:26:09.092 INFO:teuthology.orchestra.run.smithi157.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2024-04-25T23:26:09.101 INFO:teuthology.orchestra.run.smithi087.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-04-25T23:26:09.106 INFO:teuthology.orchestra.run.smithi087.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-04-25T23:26:09.106 INFO:teuthology.orchestra.run.smithi087.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-04-25T23:26:09.107 INFO:teuthology.orchestra.run.smithi087.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-04-25T23:26:09.108 INFO:teuthology.orchestra.run.smithi161.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-04-25T23:26:09.109 INFO:teuthology.orchestra.run.smithi161.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-04-25T23:26:09.114 INFO:teuthology.orchestra.run.smithi161.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-04-25T23:26:09.115 INFO:teuthology.orchestra.run.smithi161.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-04-25T23:26:09.115 INFO:teuthology.orchestra.run.smithi161.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webob all 1:1.8.6-1.1 [85.2 kB] 2024-04-25T23:26:09.115 INFO:teuthology.orchestra.run.smithi157.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-04-25T23:26:09.116 INFO:teuthology.orchestra.run.smithi157.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-04-25T23:26:09.116 INFO:teuthology.orchestra.run.smithi157.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-04-25T23:26:09.117 INFO:teuthology.orchestra.run.smithi087.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-04-25T23:26:09.117 INFO:teuthology.orchestra.run.smithi157.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-04-25T23:26:09.119 INFO:teuthology.orchestra.run.smithi087.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-04-25T23:26:09.121 INFO:teuthology.orchestra.run.smithi087.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-04-25T23:26:09.123 INFO:teuthology.orchestra.run.smithi087.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-04-25T23:26:09.128 INFO:teuthology.orchestra.run.smithi161.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-04-25T23:26:09.129 INFO:teuthology.orchestra.run.smithi161.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-04-25T23:26:09.129 INFO:teuthology.orchestra.run.smithi161.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-04-25T23:26:09.135 INFO:teuthology.orchestra.run.smithi161.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-04-25T23:26:09.135 INFO:teuthology.orchestra.run.smithi161.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-04-25T23:26:09.136 INFO:teuthology.orchestra.run.smithi157.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-04-25T23:26:09.136 INFO:teuthology.orchestra.run.smithi157.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-04-25T23:26:09.136 INFO:teuthology.orchestra.run.smithi157.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-04-25T23:26:09.138 INFO:teuthology.orchestra.run.smithi087.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-04-25T23:26:09.138 INFO:teuthology.orchestra.run.smithi157.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-04-25T23:26:09.139 INFO:teuthology.orchestra.run.smithi157.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-04-25T23:26:09.139 INFO:teuthology.orchestra.run.smithi157.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-04-25T23:26:09.140 INFO:teuthology.orchestra.run.smithi087.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-04-25T23:26:09.142 INFO:teuthology.orchestra.run.smithi087.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-04-25T23:26:09.144 INFO:teuthology.orchestra.run.smithi087.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-04-25T23:26:09.145 INFO:teuthology.orchestra.run.smithi087.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-04-25T23:26:09.148 INFO:teuthology.orchestra.run.smithi161.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-04-25T23:26:09.148 INFO:teuthology.orchestra.run.smithi161.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-04-25T23:26:09.150 INFO:teuthology.orchestra.run.smithi161.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-04-25T23:26:09.152 INFO:teuthology.orchestra.run.smithi161.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-04-25T23:26:09.152 INFO:teuthology.orchestra.run.smithi161.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-04-25T23:26:09.155 INFO:teuthology.orchestra.run.smithi157.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-04-25T23:26:09.156 INFO:teuthology.orchestra.run.smithi157.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-04-25T23:26:09.156 INFO:teuthology.orchestra.run.smithi157.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-04-25T23:26:09.156 INFO:teuthology.orchestra.run.smithi157.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webob all 1:1.8.6-1.1 [85.2 kB] 2024-04-25T23:26:09.158 INFO:teuthology.orchestra.run.smithi087.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2024-04-25T23:26:09.160 INFO:teuthology.orchestra.run.smithi087.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-04-25T23:26:09.160 INFO:teuthology.orchestra.run.smithi087.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-04-25T23:26:09.160 INFO:teuthology.orchestra.run.smithi087.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-04-25T23:26:09.160 INFO:teuthology.orchestra.run.smithi087.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-04-25T23:26:09.167 INFO:teuthology.orchestra.run.smithi161.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-04-25T23:26:09.168 INFO:teuthology.orchestra.run.smithi161.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.1 [181 kB] 2024-04-25T23:26:09.171 INFO:teuthology.orchestra.run.smithi161.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-04-25T23:26:09.171 INFO:teuthology.orchestra.run.smithi161.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-04-25T23:26:09.172 INFO:teuthology.orchestra.run.smithi161.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-04-25T23:26:09.174 INFO:teuthology.orchestra.run.smithi157.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-04-25T23:26:09.175 INFO:teuthology.orchestra.run.smithi157.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-04-25T23:26:09.175 INFO:teuthology.orchestra.run.smithi157.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-04-25T23:26:09.180 INFO:teuthology.orchestra.run.smithi087.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-04-25T23:26:09.180 INFO:teuthology.orchestra.run.smithi087.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-04-25T23:26:09.181 INFO:teuthology.orchestra.run.smithi087.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-04-25T23:26:09.181 INFO:teuthology.orchestra.run.smithi157.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-04-25T23:26:09.181 INFO:teuthology.orchestra.run.smithi157.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-04-25T23:26:09.181 INFO:teuthology.orchestra.run.smithi157.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-04-25T23:26:09.183 INFO:teuthology.orchestra.run.smithi087.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-04-25T23:26:09.184 INFO:teuthology.orchestra.run.smithi087.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-04-25T23:26:09.187 INFO:teuthology.orchestra.run.smithi161.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-04-25T23:26:09.200 INFO:teuthology.orchestra.run.smithi157.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-04-25T23:26:09.202 INFO:teuthology.orchestra.run.smithi157.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-04-25T23:26:09.205 INFO:teuthology.orchestra.run.smithi157.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-04-25T23:26:09.206 INFO:teuthology.orchestra.run.smithi157.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-04-25T23:26:09.217 INFO:teuthology.orchestra.run.smithi087.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-04-25T23:26:09.218 INFO:teuthology.orchestra.run.smithi087.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-04-25T23:26:09.219 INFO:teuthology.orchestra.run.smithi087.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-04-25T23:26:09.219 INFO:teuthology.orchestra.run.smithi087.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-04-25T23:26:09.219 INFO:teuthology.orchestra.run.smithi087.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webob all 1:1.8.6-1.1 [85.2 kB] 2024-04-25T23:26:09.233 INFO:teuthology.orchestra.run.smithi157.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-04-25T23:26:09.233 INFO:teuthology.orchestra.run.smithi157.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.1 [181 kB] 2024-04-25T23:26:09.236 INFO:teuthology.orchestra.run.smithi157.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-04-25T23:26:09.236 INFO:teuthology.orchestra.run.smithi157.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-04-25T23:26:09.237 INFO:teuthology.orchestra.run.smithi157.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-04-25T23:26:09.240 INFO:teuthology.orchestra.run.smithi157.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-04-25T23:26:09.252 INFO:teuthology.orchestra.run.smithi161.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-04-25T23:26:09.253 INFO:teuthology.orchestra.run.smithi161.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-04-25T23:26:09.256 INFO:teuthology.orchestra.run.smithi161.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-04-25T23:26:09.256 INFO:teuthology.orchestra.run.smithi161.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-04-25T23:26:09.263 INFO:teuthology.orchestra.run.smithi161.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-04-25T23:26:09.263 INFO:teuthology.orchestra.run.smithi157.stdout:Get:52 https://4.chacra.ceph.com/r/ceph/squid/d2c45d977142e024a59b68a8f1dce8f0b9840551/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-2445-gd2c45d97-1jammy [3,218 kB] 2024-04-25T23:26:09.276 INFO:teuthology.orchestra.run.smithi087.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-04-25T23:26:09.277 INFO:teuthology.orchestra.run.smithi087.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-04-25T23:26:09.278 INFO:teuthology.orchestra.run.smithi087.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-04-25T23:26:09.289 INFO:teuthology.orchestra.run.smithi087.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-04-25T23:26:09.289 INFO:teuthology.orchestra.run.smithi087.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-04-25T23:26:09.296 INFO:teuthology.orchestra.run.smithi161.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-04-25T23:26:09.299 INFO:teuthology.orchestra.run.smithi161.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-04-25T23:26:09.299 INFO:teuthology.orchestra.run.smithi161.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-04-25T23:26:09.314 INFO:teuthology.orchestra.run.smithi087.stdout:Get:41 https://4.chacra.ceph.com/r/ceph/squid/d2c45d977142e024a59b68a8f1dce8f0b9840551/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-2445-gd2c45d97-1jammy [3,218 kB] 2024-04-25T23:26:09.330 INFO:teuthology.orchestra.run.smithi157.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-04-25T23:26:09.331 INFO:teuthology.orchestra.run.smithi157.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-04-25T23:26:09.333 INFO:teuthology.orchestra.run.smithi157.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-04-25T23:26:09.333 INFO:teuthology.orchestra.run.smithi157.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-04-25T23:26:09.333 INFO:teuthology.orchestra.run.smithi087.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-04-25T23:26:09.334 INFO:teuthology.orchestra.run.smithi087.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-04-25T23:26:09.337 INFO:teuthology.orchestra.run.smithi087.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-04-25T23:26:09.340 INFO:teuthology.orchestra.run.smithi157.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-04-25T23:26:09.341 INFO:teuthology.orchestra.run.smithi161.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-04-25T23:26:09.341 INFO:teuthology.orchestra.run.smithi161.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-04-25T23:26:09.341 INFO:teuthology.orchestra.run.smithi087.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-04-25T23:26:09.342 INFO:teuthology.orchestra.run.smithi087.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-04-25T23:26:09.360 INFO:teuthology.orchestra.run.smithi161.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-04-25T23:26:09.360 INFO:teuthology.orchestra.run.smithi161.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-04-25T23:26:09.361 INFO:teuthology.orchestra.run.smithi161.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-04-25T23:26:09.362 INFO:teuthology.orchestra.run.smithi161.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-04-25T23:26:09.362 INFO:teuthology.orchestra.run.smithi161.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-04-25T23:26:09.363 INFO:teuthology.orchestra.run.smithi161.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-04-25T23:26:09.364 INFO:teuthology.orchestra.run.smithi157.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-04-25T23:26:09.366 INFO:teuthology.orchestra.run.smithi157.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-04-25T23:26:09.366 INFO:teuthology.orchestra.run.smithi157.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-04-25T23:26:09.368 INFO:teuthology.orchestra.run.smithi161.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-04-25T23:26:09.372 INFO:teuthology.orchestra.run.smithi087.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-04-25T23:26:09.374 INFO:teuthology.orchestra.run.smithi087.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.1 [181 kB] 2024-04-25T23:26:09.379 INFO:teuthology.orchestra.run.smithi087.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-04-25T23:26:09.380 INFO:teuthology.orchestra.run.smithi087.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-04-25T23:26:09.381 INFO:teuthology.orchestra.run.smithi087.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-04-25T23:26:09.389 INFO:teuthology.orchestra.run.smithi157.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-04-25T23:26:09.389 INFO:teuthology.orchestra.run.smithi157.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-04-25T23:26:09.389 INFO:teuthology.orchestra.run.smithi161.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-04-25T23:26:09.389 INFO:teuthology.orchestra.run.smithi157.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-04-25T23:26:09.390 INFO:teuthology.orchestra.run.smithi157.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-04-25T23:26:09.390 INFO:teuthology.orchestra.run.smithi157.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-04-25T23:26:09.391 INFO:teuthology.orchestra.run.smithi157.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-04-25T23:26:09.391 INFO:teuthology.orchestra.run.smithi161.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-04-25T23:26:09.392 INFO:teuthology.orchestra.run.smithi161.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-04-25T23:26:09.395 INFO:teuthology.orchestra.run.smithi087.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-04-25T23:26:09.402 INFO:teuthology.orchestra.run.smithi157.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-04-25T23:26:09.402 INFO:teuthology.orchestra.run.smithi157.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-04-25T23:26:09.408 INFO:teuthology.orchestra.run.smithi157.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-04-25T23:26:09.427 INFO:teuthology.orchestra.run.smithi161.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-04-25T23:26:09.431 INFO:teuthology.orchestra.run.smithi161.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-04-25T23:26:09.432 INFO:teuthology.orchestra.run.smithi161.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-04-25T23:26:09.433 INFO:teuthology.orchestra.run.smithi161.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-04-25T23:26:09.439 INFO:teuthology.orchestra.run.smithi161.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-04-25T23:26:09.440 INFO:teuthology.orchestra.run.smithi161.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-04-25T23:26:09.442 INFO:teuthology.orchestra.run.smithi157.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-04-25T23:26:09.444 INFO:teuthology.orchestra.run.smithi157.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-04-25T23:26:09.445 INFO:teuthology.orchestra.run.smithi161.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-04-25T23:26:09.445 INFO:teuthology.orchestra.run.smithi157.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-04-25T23:26:09.450 INFO:teuthology.orchestra.run.smithi157.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-04-25T23:26:09.454 INFO:teuthology.orchestra.run.smithi157.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-04-25T23:26:09.455 INFO:teuthology.orchestra.run.smithi157.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-04-25T23:26:09.456 INFO:teuthology.orchestra.run.smithi157.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-04-25T23:26:09.468 INFO:teuthology.orchestra.run.smithi161.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-04-25T23:26:09.469 INFO:teuthology.orchestra.run.smithi161.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-04-25T23:26:09.469 INFO:teuthology.orchestra.run.smithi161.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-04-25T23:26:09.476 INFO:teuthology.orchestra.run.smithi087.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-04-25T23:26:09.476 INFO:teuthology.orchestra.run.smithi157.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-04-25T23:26:09.477 INFO:teuthology.orchestra.run.smithi087.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-04-25T23:26:09.477 INFO:teuthology.orchestra.run.smithi157.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-04-25T23:26:09.478 INFO:teuthology.orchestra.run.smithi087.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-04-25T23:26:09.479 INFO:teuthology.orchestra.run.smithi087.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-04-25T23:26:09.480 INFO:teuthology.orchestra.run.smithi087.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-04-25T23:26:09.482 INFO:teuthology.orchestra.run.smithi157.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-04-25T23:26:09.498 INFO:teuthology.orchestra.run.smithi087.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-04-25T23:26:09.499 INFO:teuthology.orchestra.run.smithi157.stdout:Get:80 https://4.chacra.ceph.com/r/ceph/squid/d2c45d977142e024a59b68a8f1dce8f0b9840551/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-2445-gd2c45d97-1jammy [711 kB] 2024-04-25T23:26:09.499 INFO:teuthology.orchestra.run.smithi161.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-04-25T23:26:09.500 INFO:teuthology.orchestra.run.smithi087.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-04-25T23:26:09.501 INFO:teuthology.orchestra.run.smithi087.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-04-25T23:26:09.501 INFO:teuthology.orchestra.run.smithi161.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-04-25T23:26:09.514 INFO:teuthology.orchestra.run.smithi157.stdout:Get:81 https://4.chacra.ceph.com/r/ceph/squid/d2c45d977142e024a59b68a8f1dce8f0b9840551/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-2445-gd2c45d97-1jammy [356 kB] 2024-04-25T23:26:09.518 INFO:teuthology.orchestra.run.smithi161.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-04-25T23:26:09.518 INFO:teuthology.orchestra.run.smithi161.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-04-25T23:26:09.518 INFO:teuthology.orchestra.run.smithi161.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-04-25T23:26:09.522 INFO:teuthology.orchestra.run.smithi157.stdout:Get:82 https://4.chacra.ceph.com/r/ceph/squid/d2c45d977142e024a59b68a8f1dce8f0b9840551/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-2445-gd2c45d97-1jammy [32.8 kB] 2024-04-25T23:26:09.523 INFO:teuthology.orchestra.run.smithi161.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-04-25T23:26:09.523 INFO:teuthology.orchestra.run.smithi157.stdout:Get:83 https://4.chacra.ceph.com/r/ceph/squid/d2c45d977142e024a59b68a8f1dce8f0b9840551/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-2445-gd2c45d97-1jammy [180 kB] 2024-04-25T23:26:09.524 INFO:teuthology.orchestra.run.smithi161.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-04-25T23:26:09.526 INFO:teuthology.orchestra.run.smithi157.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-04-25T23:26:09.527 INFO:teuthology.orchestra.run.smithi157.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-04-25T23:26:09.528 INFO:teuthology.orchestra.run.smithi157.stdout:Get:86 https://4.chacra.ceph.com/r/ceph/squid/d2c45d977142e024a59b68a8f1dce8f0b9840551/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-2445-gd2c45d97-1jammy [65.8 kB] 2024-04-25T23:26:09.528 INFO:teuthology.orchestra.run.smithi157.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-04-25T23:26:09.529 INFO:teuthology.orchestra.run.smithi157.stdout:Get:88 https://4.chacra.ceph.com/r/ceph/squid/d2c45d977142e024a59b68a8f1dce8f0b9840551/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-2445-gd2c45d97-1jammy [330 kB] 2024-04-25T23:26:09.532 INFO:teuthology.orchestra.run.smithi157.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-04-25T23:26:09.533 INFO:teuthology.orchestra.run.smithi157.stdout:Get:90 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-04-25T23:26:09.536 INFO:teuthology.orchestra.run.smithi157.stdout:Get:91 https://4.chacra.ceph.com/r/ceph/squid/d2c45d977142e024a59b68a8f1dce8f0b9840551/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-2445-gd2c45d97-1jammy [6,775 kB] 2024-04-25T23:26:09.547 INFO:teuthology.orchestra.run.smithi157.stdout:Get:92 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-04-25T23:26:09.547 INFO:teuthology.orchestra.run.smithi157.stdout:Get:93 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-04-25T23:26:09.555 INFO:teuthology.orchestra.run.smithi157.stdout:Get:94 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-04-25T23:26:09.559 INFO:teuthology.orchestra.run.smithi087.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-04-25T23:26:09.559 INFO:teuthology.orchestra.run.smithi157.stdout:Get:95 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-04-25T23:26:09.560 INFO:teuthology.orchestra.run.smithi087.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-04-25T23:26:09.560 INFO:teuthology.orchestra.run.smithi157.stdout:Get:96 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-04-25T23:26:09.576 INFO:teuthology.orchestra.run.smithi087.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-04-25T23:26:09.577 INFO:teuthology.orchestra.run.smithi087.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-04-25T23:26:09.577 INFO:teuthology.orchestra.run.smithi087.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-04-25T23:26:09.578 INFO:teuthology.orchestra.run.smithi087.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-04-25T23:26:09.579 INFO:teuthology.orchestra.run.smithi087.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-04-25T23:26:09.580 INFO:teuthology.orchestra.run.smithi087.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-04-25T23:26:09.586 INFO:teuthology.orchestra.run.smithi087.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-04-25T23:26:09.596 INFO:teuthology.orchestra.run.smithi087.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-04-25T23:26:09.599 INFO:teuthology.orchestra.run.smithi087.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-04-25T23:26:09.600 INFO:teuthology.orchestra.run.smithi087.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-04-25T23:26:09.617 INFO:teuthology.orchestra.run.smithi087.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-04-25T23:26:09.621 INFO:teuthology.orchestra.run.smithi087.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-04-25T23:26:09.623 INFO:teuthology.orchestra.run.smithi087.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-04-25T23:26:09.624 INFO:teuthology.orchestra.run.smithi087.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-04-25T23:26:09.632 INFO:teuthology.orchestra.run.smithi087.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-04-25T23:26:09.633 INFO:teuthology.orchestra.run.smithi087.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-04-25T23:26:09.638 INFO:teuthology.orchestra.run.smithi087.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-04-25T23:26:09.638 INFO:teuthology.orchestra.run.smithi087.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-04-25T23:26:09.640 INFO:teuthology.orchestra.run.smithi087.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-04-25T23:26:09.640 INFO:teuthology.orchestra.run.smithi087.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-04-25T23:26:09.658 INFO:teuthology.orchestra.run.smithi087.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-04-25T23:26:09.659 INFO:teuthology.orchestra.run.smithi087.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-04-25T23:26:09.670 INFO:teuthology.orchestra.run.smithi087.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-04-25T23:26:09.671 INFO:teuthology.orchestra.run.smithi087.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-04-25T23:26:09.671 INFO:teuthology.orchestra.run.smithi087.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-04-25T23:26:09.679 INFO:teuthology.orchestra.run.smithi087.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-04-25T23:26:09.680 INFO:teuthology.orchestra.run.smithi087.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-04-25T23:26:09.727 INFO:teuthology.orchestra.run.smithi161.stdout:Get:89 https://4.chacra.ceph.com/r/ceph/squid/d2c45d977142e024a59b68a8f1dce8f0b9840551/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-2445-gd2c45d97-1jammy [3,218 kB] 2024-04-25T23:26:09.775 INFO:teuthology.orchestra.run.smithi087.stdout:Get:90 https://4.chacra.ceph.com/r/ceph/squid/d2c45d977142e024a59b68a8f1dce8f0b9840551/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-2445-gd2c45d97-1jammy [711 kB] 2024-04-25T23:26:09.874 INFO:teuthology.orchestra.run.smithi157.stdout:Get:97 https://4.chacra.ceph.com/r/ceph/squid/d2c45d977142e024a59b68a8f1dce8f0b9840551/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-2445-gd2c45d97-1jammy [112 kB] 2024-04-25T23:26:09.879 INFO:teuthology.orchestra.run.smithi157.stdout:Get:98 https://4.chacra.ceph.com/r/ceph/squid/d2c45d977142e024a59b68a8f1dce8f0b9840551/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-2445-gd2c45d97-1jammy [467 kB] 2024-04-25T23:26:09.902 INFO:teuthology.orchestra.run.smithi157.stdout:Get:99 https://4.chacra.ceph.com/r/ceph/squid/d2c45d977142e024a59b68a8f1dce8f0b9840551/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-2445-gd2c45d97-1jammy [25.6 MB] 2024-04-25T23:26:09.911 INFO:teuthology.orchestra.run.smithi087.stdout:Get:91 https://4.chacra.ceph.com/r/ceph/squid/d2c45d977142e024a59b68a8f1dce8f0b9840551/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-2445-gd2c45d97-1jammy [356 kB] 2024-04-25T23:26:09.925 INFO:teuthology.orchestra.run.smithi087.stdout:Get:92 https://4.chacra.ceph.com/r/ceph/squid/d2c45d977142e024a59b68a8f1dce8f0b9840551/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-2445-gd2c45d97-1jammy [32.8 kB] 2024-04-25T23:26:09.980 INFO:teuthology.orchestra.run.smithi087.stdout:Get:93 https://4.chacra.ceph.com/r/ceph/squid/d2c45d977142e024a59b68a8f1dce8f0b9840551/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-2445-gd2c45d97-1jammy [180 kB] 2024-04-25T23:26:09.989 INFO:teuthology.orchestra.run.smithi087.stdout:Get:94 https://4.chacra.ceph.com/r/ceph/squid/d2c45d977142e024a59b68a8f1dce8f0b9840551/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-2445-gd2c45d97-1jammy [65.8 kB] 2024-04-25T23:26:09.991 INFO:teuthology.orchestra.run.smithi087.stdout:Get:95 https://4.chacra.ceph.com/r/ceph/squid/d2c45d977142e024a59b68a8f1dce8f0b9840551/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-2445-gd2c45d97-1jammy [330 kB] 2024-04-25T23:26:10.058 INFO:teuthology.orchestra.run.smithi087.stdout:Get:96 https://4.chacra.ceph.com/r/ceph/squid/d2c45d977142e024a59b68a8f1dce8f0b9840551/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-2445-gd2c45d97-1jammy [6,775 kB] 2024-04-25T23:26:10.130 INFO:teuthology.orchestra.run.smithi161.stdout:Get:90 https://4.chacra.ceph.com/r/ceph/squid/d2c45d977142e024a59b68a8f1dce8f0b9840551/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-2445-gd2c45d97-1jammy [711 kB] 2024-04-25T23:26:10.216 INFO:teuthology.orchestra.run.smithi161.stdout:Get:91 https://4.chacra.ceph.com/r/ceph/squid/d2c45d977142e024a59b68a8f1dce8f0b9840551/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-2445-gd2c45d97-1jammy [356 kB] 2024-04-25T23:26:10.254 INFO:teuthology.orchestra.run.smithi161.stdout:Get:92 https://4.chacra.ceph.com/r/ceph/squid/d2c45d977142e024a59b68a8f1dce8f0b9840551/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-2445-gd2c45d97-1jammy [32.8 kB] 2024-04-25T23:26:10.262 INFO:teuthology.orchestra.run.smithi161.stdout:Get:93 https://4.chacra.ceph.com/r/ceph/squid/d2c45d977142e024a59b68a8f1dce8f0b9840551/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-2445-gd2c45d97-1jammy [180 kB] 2024-04-25T23:26:10.290 INFO:teuthology.orchestra.run.smithi161.stdout:Get:94 https://4.chacra.ceph.com/r/ceph/squid/d2c45d977142e024a59b68a8f1dce8f0b9840551/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-2445-gd2c45d97-1jammy [65.8 kB] 2024-04-25T23:26:10.295 INFO:teuthology.orchestra.run.smithi161.stdout:Get:95 https://4.chacra.ceph.com/r/ceph/squid/d2c45d977142e024a59b68a8f1dce8f0b9840551/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-2445-gd2c45d97-1jammy [330 kB] 2024-04-25T23:26:10.326 INFO:teuthology.orchestra.run.smithi161.stdout:Get:96 https://4.chacra.ceph.com/r/ceph/squid/d2c45d977142e024a59b68a8f1dce8f0b9840551/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-2445-gd2c45d97-1jammy [6,775 kB] 2024-04-25T23:26:11.154 INFO:teuthology.orchestra.run.smithi161.stdout:Get:97 https://4.chacra.ceph.com/r/ceph/squid/d2c45d977142e024a59b68a8f1dce8f0b9840551/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-2445-gd2c45d97-1jammy [112 kB] 2024-04-25T23:26:11.164 INFO:teuthology.orchestra.run.smithi161.stdout:Get:98 https://4.chacra.ceph.com/r/ceph/squid/d2c45d977142e024a59b68a8f1dce8f0b9840551/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-2445-gd2c45d97-1jammy [467 kB] 2024-04-25T23:26:11.225 INFO:teuthology.orchestra.run.smithi161.stdout:Get:99 https://4.chacra.ceph.com/r/ceph/squid/d2c45d977142e024a59b68a8f1dce8f0b9840551/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-2445-gd2c45d97-1jammy [25.6 MB] 2024-04-25T23:26:11.388 INFO:teuthology.orchestra.run.smithi087.stdout:Get:97 https://4.chacra.ceph.com/r/ceph/squid/d2c45d977142e024a59b68a8f1dce8f0b9840551/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-2445-gd2c45d97-1jammy [112 kB] 2024-04-25T23:26:11.391 INFO:teuthology.orchestra.run.smithi087.stdout:Get:98 https://4.chacra.ceph.com/r/ceph/squid/d2c45d977142e024a59b68a8f1dce8f0b9840551/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-2445-gd2c45d97-1jammy [467 kB] 2024-04-25T23:26:11.482 INFO:teuthology.orchestra.run.smithi157.stdout:Get:100 https://4.chacra.ceph.com/r/ceph/squid/d2c45d977142e024a59b68a8f1dce8f0b9840551/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-2445-gd2c45d97-1jammy [5,084 kB] 2024-04-25T23:26:11.511 INFO:teuthology.orchestra.run.smithi087.stdout:Get:99 https://4.chacra.ceph.com/r/ceph/squid/d2c45d977142e024a59b68a8f1dce8f0b9840551/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-2445-gd2c45d97-1jammy [25.6 MB] 2024-04-25T23:26:11.690 INFO:teuthology.orchestra.run.smithi157.stdout:Get:101 https://4.chacra.ceph.com/r/ceph/squid/d2c45d977142e024a59b68a8f1dce8f0b9840551/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-2445-gd2c45d97-1jammy [244 kB] 2024-04-25T23:26:11.699 INFO:teuthology.orchestra.run.smithi157.stdout:Get:102 https://4.chacra.ceph.com/r/ceph/squid/d2c45d977142e024a59b68a8f1dce8f0b9840551/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-2445-gd2c45d97-1jammy [124 kB] 2024-04-25T23:26:11.704 INFO:teuthology.orchestra.run.smithi157.stdout:Get:103 https://4.chacra.ceph.com/r/ceph/squid/d2c45d977142e024a59b68a8f1dce8f0b9840551/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-2445-gd2c45d97-1jammy [1,526 kB] 2024-04-25T23:26:11.787 INFO:teuthology.orchestra.run.smithi157.stdout:Get:104 https://4.chacra.ceph.com/r/ceph/squid/d2c45d977142e024a59b68a8f1dce8f0b9840551/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-2445-gd2c45d97-1jammy [6,245 kB] 2024-04-25T23:26:12.132 INFO:teuthology.orchestra.run.smithi157.stdout:Get:105 https://4.chacra.ceph.com/r/ceph/squid/d2c45d977142e024a59b68a8f1dce8f0b9840551/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-2445-gd2c45d97-1jammy [22.7 MB] 2024-04-25T23:26:13.506 INFO:teuthology.orchestra.run.smithi157.stdout:Get:106 https://4.chacra.ceph.com/r/ceph/squid/d2c45d977142e024a59b68a8f1dce8f0b9840551/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-2445-gd2c45d97-1jammy [14.0 kB] 2024-04-25T23:26:13.507 INFO:teuthology.orchestra.run.smithi157.stdout:Get:107 https://4.chacra.ceph.com/r/ceph/squid/d2c45d977142e024a59b68a8f1dce8f0b9840551/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-2445-gd2c45d97-1jammy [869 kB] 2024-04-25T23:26:13.524 INFO:teuthology.orchestra.run.smithi157.stdout:Get:108 https://4.chacra.ceph.com/r/ceph/squid/d2c45d977142e024a59b68a8f1dce8f0b9840551/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-2445-gd2c45d97-1jammy [2,437 kB] 2024-04-25T23:26:13.617 INFO:teuthology.orchestra.run.smithi157.stdout:Get:109 https://4.chacra.ceph.com/r/ceph/squid/d2c45d977142e024a59b68a8f1dce8f0b9840551/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-2445-gd2c45d97-1jammy [791 kB] 2024-04-25T23:26:13.662 INFO:teuthology.orchestra.run.smithi157.stdout:Get:110 https://4.chacra.ceph.com/r/ceph/squid/d2c45d977142e024a59b68a8f1dce8f0b9840551/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-2445-gd2c45d97-1jammy [147 kB] 2024-04-25T23:26:13.677 INFO:teuthology.orchestra.run.smithi157.stdout:Get:111 https://4.chacra.ceph.com/r/ceph/squid/d2c45d977142e024a59b68a8f1dce8f0b9840551/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-2445-gd2c45d97-1jammy [2,293 kB] 2024-04-25T23:26:13.807 INFO:teuthology.orchestra.run.smithi157.stdout:Get:112 https://4.chacra.ceph.com/r/ceph/squid/d2c45d977142e024a59b68a8f1dce8f0b9840551/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-2445-gd2c45d97-1jammy [8,625 kB] 2024-04-25T23:26:14.285 INFO:teuthology.orchestra.run.smithi157.stdout:Get:113 https://4.chacra.ceph.com/r/ceph/squid/d2c45d977142e024a59b68a8f1dce8f0b9840551/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-2445-gd2c45d97-1jammy [14.2 kB] 2024-04-25T23:26:14.286 INFO:teuthology.orchestra.run.smithi157.stdout:Get:114 https://4.chacra.ceph.com/r/ceph/squid/d2c45d977142e024a59b68a8f1dce8f0b9840551/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-2445-gd2c45d97-1jammy [50.7 MB] 2024-04-25T23:26:14.307 INFO:teuthology.orchestra.run.smithi161.stdout:Get:100 https://4.chacra.ceph.com/r/ceph/squid/d2c45d977142e024a59b68a8f1dce8f0b9840551/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-2445-gd2c45d97-1jammy [5,084 kB] 2024-04-25T23:26:14.863 INFO:teuthology.orchestra.run.smithi161.stdout:Get:101 https://4.chacra.ceph.com/r/ceph/squid/d2c45d977142e024a59b68a8f1dce8f0b9840551/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-2445-gd2c45d97-1jammy [244 kB] 2024-04-25T23:26:14.897 INFO:teuthology.orchestra.run.smithi161.stdout:Get:102 https://4.chacra.ceph.com/r/ceph/squid/d2c45d977142e024a59b68a8f1dce8f0b9840551/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-2445-gd2c45d97-1jammy [124 kB] 2024-04-25T23:26:14.911 INFO:teuthology.orchestra.run.smithi161.stdout:Get:103 https://4.chacra.ceph.com/r/ceph/squid/d2c45d977142e024a59b68a8f1dce8f0b9840551/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-2445-gd2c45d97-1jammy [1,526 kB] 2024-04-25T23:26:15.098 INFO:teuthology.orchestra.run.smithi161.stdout:Get:104 https://4.chacra.ceph.com/r/ceph/squid/d2c45d977142e024a59b68a8f1dce8f0b9840551/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-2445-gd2c45d97-1jammy [6,245 kB] 2024-04-25T23:26:15.868 INFO:teuthology.orchestra.run.smithi161.stdout:Get:105 https://4.chacra.ceph.com/r/ceph/squid/d2c45d977142e024a59b68a8f1dce8f0b9840551/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-2445-gd2c45d97-1jammy [22.7 MB] 2024-04-25T23:26:17.321 INFO:teuthology.orchestra.run.smithi157.stdout:Get:115 https://4.chacra.ceph.com/r/ceph/squid/d2c45d977142e024a59b68a8f1dce8f0b9840551/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-2445-gd2c45d97-1jammy [121 kB] 2024-04-25T23:26:17.323 INFO:teuthology.orchestra.run.smithi157.stdout:Get:116 https://4.chacra.ceph.com/r/ceph/squid/d2c45d977142e024a59b68a8f1dce8f0b9840551/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-2445-gd2c45d97-1jammy [38.9 kB] 2024-04-25T23:26:17.325 INFO:teuthology.orchestra.run.smithi157.stdout:Get:117 https://4.chacra.ceph.com/r/ceph/squid/d2c45d977142e024a59b68a8f1dce8f0b9840551/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-2445-gd2c45d97-1jammy [13.4 MB] 2024-04-25T23:26:17.351 INFO:teuthology.orchestra.run.smithi087.stdout:Get:100 https://4.chacra.ceph.com/r/ceph/squid/d2c45d977142e024a59b68a8f1dce8f0b9840551/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-2445-gd2c45d97-1jammy [5,084 kB] 2024-04-25T23:26:17.837 INFO:teuthology.orchestra.run.smithi157.stdout:Get:118 https://4.chacra.ceph.com/r/ceph/squid/d2c45d977142e024a59b68a8f1dce8f0b9840551/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-2445-gd2c45d97-1jammy [91.4 kB] 2024-04-25T23:26:17.987 INFO:teuthology.orchestra.run.smithi087.stdout:Get:101 https://4.chacra.ceph.com/r/ceph/squid/d2c45d977142e024a59b68a8f1dce8f0b9840551/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-2445-gd2c45d97-1jammy [244 kB] 2024-04-25T23:26:17.998 INFO:teuthology.orchestra.run.smithi087.stdout:Get:102 https://4.chacra.ceph.com/r/ceph/squid/d2c45d977142e024a59b68a8f1dce8f0b9840551/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-2445-gd2c45d97-1jammy [124 kB] 2024-04-25T23:26:18.009 INFO:teuthology.orchestra.run.smithi087.stdout:Get:103 https://4.chacra.ceph.com/r/ceph/squid/d2c45d977142e024a59b68a8f1dce8f0b9840551/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-2445-gd2c45d97-1jammy [1,526 kB] 2024-04-25T23:26:18.109 INFO:teuthology.orchestra.run.smithi087.stdout:Get:104 https://4.chacra.ceph.com/r/ceph/squid/d2c45d977142e024a59b68a8f1dce8f0b9840551/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-2445-gd2c45d97-1jammy [6,245 kB] 2024-04-25T23:26:18.400 INFO:teuthology.orchestra.run.smithi157.stdout:Fetched 179 MB in 9s (19.8 MB/s) 2024-04-25T23:26:18.511 INFO:teuthology.orchestra.run.smithi087.stdout:Get:105 https://4.chacra.ceph.com/r/ceph/squid/d2c45d977142e024a59b68a8f1dce8f0b9840551/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-2445-gd2c45d97-1jammy [22.7 MB] 2024-04-25T23:26:18.560 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-04-25T23:26:18.565 INFO:teuthology.orchestra.run.smithi161.stdout:Get:106 https://4.chacra.ceph.com/r/ceph/squid/d2c45d977142e024a59b68a8f1dce8f0b9840551/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-2445-gd2c45d97-1jammy [14.0 kB] 2024-04-25T23:26:18.566 INFO:teuthology.orchestra.run.smithi161.stdout:Get:107 https://4.chacra.ceph.com/r/ceph/squid/d2c45d977142e024a59b68a8f1dce8f0b9840551/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-2445-gd2c45d97-1jammy [869 kB] 2024-04-25T23:26:18.583 INFO:teuthology.orchestra.run.smithi161.stdout:Get:108 https://4.chacra.ceph.com/r/ceph/squid/d2c45d977142e024a59b68a8f1dce8f0b9840551/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-2445-gd2c45d97-1jammy [2,437 kB] 2024-04-25T23:26:18.654 INFO:teuthology.orchestra.run.smithi157.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 165995 files and directories currently installed.) 2024-04-25T23:26:18.659 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-04-25T23:26:18.728 INFO:teuthology.orchestra.run.smithi161.stdout:Get:109 https://4.chacra.ceph.com/r/ceph/squid/d2c45d977142e024a59b68a8f1dce8f0b9840551/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-2445-gd2c45d97-1jammy [791 kB] 2024-04-25T23:26:18.743 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-04-25T23:26:18.783 INFO:teuthology.orchestra.run.smithi161.stdout:Get:110 https://4.chacra.ceph.com/r/ceph/squid/d2c45d977142e024a59b68a8f1dce8f0b9840551/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-2445-gd2c45d97-1jammy [147 kB] 2024-04-25T23:26:18.790 INFO:teuthology.orchestra.run.smithi161.stdout:Get:111 https://4.chacra.ceph.com/r/ceph/squid/d2c45d977142e024a59b68a8f1dce8f0b9840551/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-2445-gd2c45d97-1jammy [2,293 kB] 2024-04-25T23:26:18.943 INFO:teuthology.orchestra.run.smithi161.stdout:Get:112 https://4.chacra.ceph.com/r/ceph/squid/d2c45d977142e024a59b68a8f1dce8f0b9840551/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-2445-gd2c45d97-1jammy [8,625 kB] 2024-04-25T23:26:19.079 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-04-25T23:26:19.106 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-04-25T23:26:19.162 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-04-25T23:26:19.474 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-04-25T23:26:19.500 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-04-25T23:26:19.523 INFO:teuthology.orchestra.run.smithi161.stdout:Get:113 https://4.chacra.ceph.com/r/ceph/squid/d2c45d977142e024a59b68a8f1dce8f0b9840551/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-2445-gd2c45d97-1jammy [14.2 kB] 2024-04-25T23:26:19.523 INFO:teuthology.orchestra.run.smithi161.stdout:Get:114 https://4.chacra.ceph.com/r/ceph/squid/d2c45d977142e024a59b68a8f1dce8f0b9840551/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-2445-gd2c45d97-1jammy [50.7 MB] 2024-04-25T23:26:19.532 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-04-25T23:26:20.079 INFO:teuthology.orchestra.run.smithi087.stdout:Get:106 https://4.chacra.ceph.com/r/ceph/squid/d2c45d977142e024a59b68a8f1dce8f0b9840551/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-2445-gd2c45d97-1jammy [14.0 kB] 2024-04-25T23:26:20.080 INFO:teuthology.orchestra.run.smithi087.stdout:Get:107 https://4.chacra.ceph.com/r/ceph/squid/d2c45d977142e024a59b68a8f1dce8f0b9840551/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-2445-gd2c45d97-1jammy [869 kB] 2024-04-25T23:26:20.102 INFO:teuthology.orchestra.run.smithi087.stdout:Get:108 https://4.chacra.ceph.com/r/ceph/squid/d2c45d977142e024a59b68a8f1dce8f0b9840551/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-2445-gd2c45d97-1jammy [2,437 kB] 2024-04-25T23:26:20.152 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-04-25T23:26:20.179 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-25T23:26:20.227 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-25T23:26:20.239 INFO:teuthology.orchestra.run.smithi087.stdout:Get:109 https://4.chacra.ceph.com/r/ceph/squid/d2c45d977142e024a59b68a8f1dce8f0b9840551/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-2445-gd2c45d97-1jammy [791 kB] 2024-04-25T23:26:20.286 INFO:teuthology.orchestra.run.smithi087.stdout:Get:110 https://4.chacra.ceph.com/r/ceph/squid/d2c45d977142e024a59b68a8f1dce8f0b9840551/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-2445-gd2c45d97-1jammy [147 kB] 2024-04-25T23:26:20.296 INFO:teuthology.orchestra.run.smithi087.stdout:Get:111 https://4.chacra.ceph.com/r/ceph/squid/d2c45d977142e024a59b68a8f1dce8f0b9840551/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-2445-gd2c45d97-1jammy [2,293 kB] 2024-04-25T23:26:20.436 INFO:teuthology.orchestra.run.smithi087.stdout:Get:112 https://4.chacra.ceph.com/r/ceph/squid/d2c45d977142e024a59b68a8f1dce8f0b9840551/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-2445-gd2c45d97-1jammy [8,625 kB] 2024-04-25T23:26:20.773 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-04-25T23:26:20.799 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-25T23:26:20.839 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-25T23:26:20.983 INFO:teuthology.orchestra.run.smithi087.stdout:Get:113 https://4.chacra.ceph.com/r/ceph/squid/d2c45d977142e024a59b68a8f1dce8f0b9840551/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-2445-gd2c45d97-1jammy [14.2 kB] 2024-04-25T23:26:20.984 INFO:teuthology.orchestra.run.smithi087.stdout:Get:114 https://4.chacra.ceph.com/r/ceph/squid/d2c45d977142e024a59b68a8f1dce8f0b9840551/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-2445-gd2c45d97-1jammy [50.7 MB] 2024-04-25T23:26:21.176 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-04-25T23:26:21.202 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-25T23:26:21.234 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-25T23:26:21.578 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-04-25T23:26:21.605 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-04-25T23:26:21.645 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-04-25T23:26:21.965 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package librados2. 2024-04-25T23:26:21.991 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../007-librados2_19.0.0-2445-gd2c45d97-1jammy_amd64.deb ... 2024-04-25T23:26:22.031 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking librados2 (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:26:22.434 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package librbd1. 2024-04-25T23:26:22.461 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../008-librbd1_19.0.0-2445-gd2c45d97-1jammy_amd64.deb ... 2024-04-25T23:26:22.492 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking librbd1 (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:26:22.928 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package libcephfs2. 2024-04-25T23:26:22.954 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-2445-gd2c45d97-1jammy_amd64.deb ... 2024-04-25T23:26:22.995 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking libcephfs2 (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:26:23.272 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-rados. 2024-04-25T23:26:23.288 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../010-python3-rados_19.0.0-2445-gd2c45d97-1jammy_amd64.deb ... 2024-04-25T23:26:23.297 INFO:teuthology.orchestra.run.smithi161.stdout:Get:115 https://4.chacra.ceph.com/r/ceph/squid/d2c45d977142e024a59b68a8f1dce8f0b9840551/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-2445-gd2c45d97-1jammy [121 kB] 2024-04-25T23:26:23.300 INFO:teuthology.orchestra.run.smithi161.stdout:Get:116 https://4.chacra.ceph.com/r/ceph/squid/d2c45d977142e024a59b68a8f1dce8f0b9840551/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-2445-gd2c45d97-1jammy [38.9 kB] 2024-04-25T23:26:23.301 INFO:teuthology.orchestra.run.smithi161.stdout:Get:117 https://4.chacra.ceph.com/r/ceph/squid/d2c45d977142e024a59b68a8f1dce8f0b9840551/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-2445-gd2c45d97-1jammy [13.4 MB] 2024-04-25T23:26:23.330 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-rados (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:26:23.667 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-04-25T23:26:23.694 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-2445-gd2c45d97-1jammy_all.deb ... 2024-04-25T23:26:23.733 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-ceph-argparse (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:26:23.952 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-cephfs. 2024-04-25T23:26:23.968 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-2445-gd2c45d97-1jammy_amd64.deb ... 2024-04-25T23:26:24.011 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-cephfs (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:26:24.188 INFO:teuthology.orchestra.run.smithi161.stdout:Get:118 https://4.chacra.ceph.com/r/ceph/squid/d2c45d977142e024a59b68a8f1dce8f0b9840551/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-2445-gd2c45d97-1jammy [91.4 kB] 2024-04-25T23:26:24.207 INFO:teuthology.orchestra.run.smithi087.stdout:Get:115 https://4.chacra.ceph.com/r/ceph/squid/d2c45d977142e024a59b68a8f1dce8f0b9840551/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-2445-gd2c45d97-1jammy [121 kB] 2024-04-25T23:26:24.209 INFO:teuthology.orchestra.run.smithi087.stdout:Get:116 https://4.chacra.ceph.com/r/ceph/squid/d2c45d977142e024a59b68a8f1dce8f0b9840551/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-2445-gd2c45d97-1jammy [38.9 kB] 2024-04-25T23:26:24.210 INFO:teuthology.orchestra.run.smithi087.stdout:Get:117 https://4.chacra.ceph.com/r/ceph/squid/d2c45d977142e024a59b68a8f1dce8f0b9840551/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-2445-gd2c45d97-1jammy [13.4 MB] 2024-04-25T23:26:24.314 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-ceph-common. 2024-04-25T23:26:24.340 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-2445-gd2c45d97-1jammy_all.deb ... 2024-04-25T23:26:24.380 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-ceph-common (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:26:24.654 INFO:teuthology.orchestra.run.smithi087.stdout:Get:118 https://4.chacra.ceph.com/r/ceph/squid/d2c45d977142e024a59b68a8f1dce8f0b9840551/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-2445-gd2c45d97-1jammy [91.4 kB] 2024-04-25T23:26:24.734 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-wcwidth. 2024-04-25T23:26:24.751 INFO:teuthology.orchestra.run.smithi161.stdout:Fetched 179 MB in 15s (11.6 MB/s) 2024-04-25T23:26:24.760 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-04-25T23:26:24.800 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-04-25T23:26:24.941 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-04-25T23:26:25.042 INFO:teuthology.orchestra.run.smithi161.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 165995 files and directories currently installed.) 2024-04-25T23:26:25.047 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-04-25T23:26:25.078 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-prettytable. 2024-04-25T23:26:25.093 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-04-25T23:26:25.127 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-04-25T23:26:25.131 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-04-25T23:26:25.217 INFO:teuthology.orchestra.run.smithi087.stdout:Fetched 179 MB in 16s (11.3 MB/s) 2024-04-25T23:26:25.362 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-04-25T23:26:25.433 INFO:teuthology.orchestra.run.smithi087.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 165995 files and directories currently installed.) 2024-04-25T23:26:25.439 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-04-25T23:26:25.467 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-04-25T23:26:25.489 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-rbd. 2024-04-25T23:26:25.494 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-04-25T23:26:25.502 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-04-25T23:26:25.504 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-2445-gd2c45d97-1jammy_amd64.deb ... 2024-04-25T23:26:25.534 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-04-25T23:26:25.538 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-rbd (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:26:25.812 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-04-25T23:26:25.822 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-04-25T23:26:25.838 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-04-25T23:26:25.848 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-04-25T23:26:25.870 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-04-25T23:26:25.889 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-04-25T23:26:25.975 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-04-25T23:26:26.002 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-04-25T23:26:26.042 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-04-25T23:26:26.225 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-04-25T23:26:26.252 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-04-25T23:26:26.286 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-04-25T23:26:26.299 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-04-25T23:26:26.301 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-04-25T23:26:26.325 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-25T23:26:26.344 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-04-25T23:26:26.373 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-25T23:26:26.484 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-04-25T23:26:26.639 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-04-25T23:26:26.665 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-04-25T23:26:26.705 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-04-25T23:26:26.760 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-04-25T23:26:26.786 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-25T23:26:26.827 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-25T23:26:26.862 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-04-25T23:26:26.888 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-25T23:26:26.928 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-25T23:26:27.026 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package lua5.1. 2024-04-25T23:26:27.051 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-04-25T23:26:27.092 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-04-25T23:26:27.154 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-04-25T23:26:27.181 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-25T23:26:27.221 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-25T23:26:27.315 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-04-25T23:26:27.342 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-25T23:26:27.382 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-25T23:26:27.403 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package lua-any. 2024-04-25T23:26:27.419 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-04-25T23:26:27.453 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking lua-any (27ubuntu1) ... 2024-04-25T23:26:27.574 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-04-25T23:26:27.600 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-04-25T23:26:27.640 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-04-25T23:26:27.697 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package zip. 2024-04-25T23:26:27.720 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-04-25T23:26:27.727 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-04-25T23:26:27.753 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-25T23:26:27.764 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking zip (3.0-12build2) ... 2024-04-25T23:26:27.793 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-25T23:26:27.960 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package librados2. 2024-04-25T23:26:27.986 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../007-librados2_19.0.0-2445-gd2c45d97-1jammy_amd64.deb ... 2024-04-25T23:26:28.026 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking librados2 (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:26:28.109 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package unzip. 2024-04-25T23:26:28.136 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-04-25T23:26:28.147 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-04-25T23:26:28.173 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-04-25T23:26:28.176 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-04-25T23:26:28.213 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-04-25T23:26:28.412 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package librbd1. 2024-04-25T23:26:28.428 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../008-librbd1_19.0.0-2445-gd2c45d97-1jammy_amd64.deb ... 2024-04-25T23:26:28.471 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking librbd1 (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:26:28.538 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package luarocks. 2024-04-25T23:26:28.549 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package librados2. 2024-04-25T23:26:28.564 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-04-25T23:26:28.566 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../007-librados2_19.0.0-2445-gd2c45d97-1jammy_amd64.deb ... 2024-04-25T23:26:28.599 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking librados2 (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:26:28.604 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-04-25T23:26:28.924 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package libcephfs2. 2024-04-25T23:26:28.950 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-2445-gd2c45d97-1jammy_amd64.deb ... 2024-04-25T23:26:28.962 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package librgw2. 2024-04-25T23:26:28.989 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../025-librgw2_19.0.0-2445-gd2c45d97-1jammy_amd64.deb ... 2024-04-25T23:26:28.990 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking libcephfs2 (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:26:29.002 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package librbd1. 2024-04-25T23:26:29.028 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../008-librbd1_19.0.0-2445-gd2c45d97-1jammy_amd64.deb ... 2024-04-25T23:26:29.029 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking librgw2 (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:26:29.069 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking librbd1 (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:26:29.267 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-rados. 2024-04-25T23:26:29.293 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../010-python3-rados_19.0.0-2445-gd2c45d97-1jammy_amd64.deb ... 2024-04-25T23:26:29.334 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-rados (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:26:29.513 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package libcephfs2. 2024-04-25T23:26:29.531 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-rgw. 2024-04-25T23:26:29.539 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-2445-gd2c45d97-1jammy_amd64.deb ... 2024-04-25T23:26:29.547 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-2445-gd2c45d97-1jammy_amd64.deb ... 2024-04-25T23:26:29.581 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking libcephfs2 (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:26:29.581 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-rgw (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:26:29.628 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-04-25T23:26:29.643 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-2445-gd2c45d97-1jammy_all.deb ... 2024-04-25T23:26:29.678 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-ceph-argparse (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:26:29.857 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-rados. 2024-04-25T23:26:29.883 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../010-python3-rados_19.0.0-2445-gd2c45d97-1jammy_amd64.deb ... 2024-04-25T23:26:29.893 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package liboath0:amd64. 2024-04-25T23:26:29.905 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-cephfs. 2024-04-25T23:26:29.919 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-04-25T23:26:29.931 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-2445-gd2c45d97-1jammy_amd64.deb ... 2024-04-25T23:26:29.932 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-rados (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:26:29.959 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-04-25T23:26:29.964 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-cephfs (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:26:30.235 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-04-25T23:26:30.258 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-ceph-common. 2024-04-25T23:26:30.261 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-2445-gd2c45d97-1jammy_all.deb ... 2024-04-25T23:26:30.262 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package libradosstriper1. 2024-04-25T23:26:30.284 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-2445-gd2c45d97-1jammy_all.deb ... 2024-04-25T23:26:30.288 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-2445-gd2c45d97-1jammy_amd64.deb ... 2024-04-25T23:26:30.301 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-ceph-argparse (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:26:30.324 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-ceph-common (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:26:30.328 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking libradosstriper1 (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:26:30.546 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-cephfs. 2024-04-25T23:26:30.561 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-2445-gd2c45d97-1jammy_amd64.deb ... 2024-04-25T23:26:30.604 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-cephfs (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:26:30.661 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-wcwidth. 2024-04-25T23:26:30.687 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-04-25T23:26:30.716 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package ceph-common. 2024-04-25T23:26:30.728 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-04-25T23:26:30.742 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../029-ceph-common_19.0.0-2445-gd2c45d97-1jammy_amd64.deb ... 2024-04-25T23:26:30.782 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking ceph-common (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:26:30.924 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-ceph-common. 2024-04-25T23:26:30.950 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-2445-gd2c45d97-1jammy_all.deb ... 2024-04-25T23:26:30.990 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-ceph-common (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:26:31.047 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-prettytable. 2024-04-25T23:26:31.073 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-04-25T23:26:31.113 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-04-25T23:26:31.293 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-wcwidth. 2024-04-25T23:26:31.308 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-04-25T23:26:31.341 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-rbd. 2024-04-25T23:26:31.343 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-04-25T23:26:31.356 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-2445-gd2c45d97-1jammy_amd64.deb ... 2024-04-25T23:26:31.391 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-rbd (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:26:31.596 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-prettytable. 2024-04-25T23:26:31.622 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-04-25T23:26:31.735 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-04-25T23:26:31.762 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-04-25T23:26:31.802 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-04-25T23:26:31.804 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-04-25T23:26:32.065 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-rbd. 2024-04-25T23:26:32.079 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package ceph-base. 2024-04-25T23:26:32.079 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-04-25T23:26:32.080 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-2445-gd2c45d97-1jammy_amd64.deb ... 2024-04-25T23:26:32.105 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-04-25T23:26:32.105 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../030-ceph-base_19.0.0-2445-gd2c45d97-1jammy_amd64.deb ... 2024-04-25T23:26:32.123 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-rbd (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:26:32.146 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-04-25T23:26:32.155 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking ceph-base (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:26:32.457 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-04-25T23:26:32.483 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-04-25T23:26:32.493 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-04-25T23:26:32.519 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-04-25T23:26:32.559 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-04-25T23:26:32.590 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-04-25T23:26:32.691 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-04-25T23:26:32.718 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-04-25T23:26:32.750 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-04-25T23:26:32.820 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-04-25T23:26:32.836 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-04-25T23:26:32.870 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-04-25T23:26:32.901 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package lua5.1. 2024-04-25T23:26:32.928 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-04-25T23:26:32.968 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-04-25T23:26:33.036 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-cheroot. 2024-04-25T23:26:33.062 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-04-25T23:26:33.102 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-04-25T23:26:33.123 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-04-25T23:26:33.138 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-04-25T23:26:33.181 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-04-25T23:26:33.279 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package lua-any. 2024-04-25T23:26:33.295 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-04-25T23:26:33.338 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking lua-any (27ubuntu1) ... 2024-04-25T23:26:33.414 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-04-25T23:26:33.440 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-04-25T23:26:33.480 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-04-25T23:26:33.519 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package lua5.1. 2024-04-25T23:26:33.545 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-04-25T23:26:33.581 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package zip. 2024-04-25T23:26:33.585 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-04-25T23:26:33.597 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-04-25T23:26:33.640 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking zip (3.0-12build2) ... 2024-04-25T23:26:33.783 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-jaraco.text. 2024-04-25T23:26:33.810 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-04-25T23:26:33.850 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-04-25T23:26:33.896 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package lua-any. 2024-04-25T23:26:33.911 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-04-25T23:26:33.946 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking lua-any (27ubuntu1) ... 2024-04-25T23:26:33.968 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package unzip. 2024-04-25T23:26:33.994 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-04-25T23:26:34.034 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-04-25T23:26:34.119 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-04-25T23:26:34.123 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package zip. 2024-04-25T23:26:34.139 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-04-25T23:26:34.146 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-04-25T23:26:34.174 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking zip (3.0-12build2) ... 2024-04-25T23:26:34.177 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-04-25T23:26:34.405 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package luarocks. 2024-04-25T23:26:34.431 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-04-25T23:26:34.471 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-04-25T23:26:34.480 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-tempora. 2024-04-25T23:26:34.485 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package unzip. 2024-04-25T23:26:34.496 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-04-25T23:26:34.512 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-04-25T23:26:34.538 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-04-25T23:26:34.552 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-04-25T23:26:34.825 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-portend. 2024-04-25T23:26:34.829 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package librgw2. 2024-04-25T23:26:34.851 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-04-25T23:26:34.855 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../025-librgw2_19.0.0-2445-gd2c45d97-1jammy_amd64.deb ... 2024-04-25T23:26:34.887 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking librgw2 (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:26:34.891 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-04-25T23:26:34.939 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package luarocks. 2024-04-25T23:26:34.965 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-04-25T23:26:35.005 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-04-25T23:26:35.169 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-04-25T23:26:35.185 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-04-25T23:26:35.219 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-04-25T23:26:35.380 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package librgw2. 2024-04-25T23:26:35.389 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-rgw. 2024-04-25T23:26:35.404 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-2445-gd2c45d97-1jammy_amd64.deb ... 2024-04-25T23:26:35.406 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../025-librgw2_19.0.0-2445-gd2c45d97-1jammy_amd64.deb ... 2024-04-25T23:26:35.446 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking librgw2 (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:26:35.447 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-rgw (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:26:35.643 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-cherrypy3. 2024-04-25T23:26:35.669 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-04-25T23:26:35.764 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-04-25T23:26:35.784 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package liboath0:amd64. 2024-04-25T23:26:35.810 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-04-25T23:26:35.850 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-04-25T23:26:35.974 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-rgw. 2024-04-25T23:26:35.990 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-2445-gd2c45d97-1jammy_amd64.deb ... 2024-04-25T23:26:36.024 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-rgw (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:26:36.118 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-natsort. 2024-04-25T23:26:36.144 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-04-25T23:26:36.161 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package libradosstriper1. 2024-04-25T23:26:36.184 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-04-25T23:26:36.188 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-2445-gd2c45d97-1jammy_amd64.deb ... 2024-04-25T23:26:36.228 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking libradosstriper1 (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:26:36.352 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package liboath0:amd64. 2024-04-25T23:26:36.378 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-04-25T23:26:36.418 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-04-25T23:26:36.454 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-logutils. 2024-04-25T23:26:36.477 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-04-25T23:26:36.520 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-04-25T23:26:36.615 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package ceph-common. 2024-04-25T23:26:36.641 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../029-ceph-common_19.0.0-2445-gd2c45d97-1jammy_amd64.deb ... 2024-04-25T23:26:36.681 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking ceph-common (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:26:36.730 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package libradosstriper1. 2024-04-25T23:26:36.756 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-2445-gd2c45d97-1jammy_amd64.deb ... 2024-04-25T23:26:36.805 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking libradosstriper1 (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:26:36.823 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-markupsafe. 2024-04-25T23:26:36.849 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-04-25T23:26:36.890 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-04-25T23:26:37.193 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-mako. 2024-04-25T23:26:37.200 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package ceph-common. 2024-04-25T23:26:37.219 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-04-25T23:26:37.226 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../029-ceph-common_19.0.0-2445-gd2c45d97-1jammy_amd64.deb ... 2024-04-25T23:26:37.259 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-04-25T23:26:37.266 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking ceph-common (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:26:37.579 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-simplegeneric. 2024-04-25T23:26:37.606 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-04-25T23:26:37.646 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-04-25T23:26:37.915 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-singledispatch. 2024-04-25T23:26:37.931 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-04-25T23:26:37.965 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-04-25T23:26:38.028 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package ceph-base. 2024-04-25T23:26:38.055 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../030-ceph-base_19.0.0-2445-gd2c45d97-1jammy_amd64.deb ... 2024-04-25T23:26:38.104 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking ceph-base (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:26:38.268 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-webob. 2024-04-25T23:26:38.295 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-04-25T23:26:38.335 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-04-25T23:26:38.580 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package ceph-base. 2024-04-25T23:26:38.606 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../030-ceph-base_19.0.0-2445-gd2c45d97-1jammy_amd64.deb ... 2024-04-25T23:26:38.656 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking ceph-base (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:26:38.673 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-04-25T23:26:38.679 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-waitress. 2024-04-25T23:26:38.700 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-04-25T23:26:38.705 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-04-25T23:26:38.740 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-04-25T23:26:38.749 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-04-25T23:26:39.026 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-cheroot. 2024-04-25T23:26:39.052 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-04-25T23:26:39.074 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-tempita. 2024-04-25T23:26:39.092 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-04-25T23:26:39.100 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-04-25T23:26:39.140 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-04-25T23:26:39.242 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-04-25T23:26:39.269 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-04-25T23:26:39.309 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-04-25T23:26:39.429 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-04-25T23:26:39.445 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-paste. 2024-04-25T23:26:39.455 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-04-25T23:26:39.472 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-04-25T23:26:39.495 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-04-25T23:26:39.512 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-04-25T23:26:39.612 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-cheroot. 2024-04-25T23:26:39.638 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-04-25T23:26:39.678 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-04-25T23:26:39.765 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-jaraco.text. 2024-04-25T23:26:39.791 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-04-25T23:26:39.815 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-04-25T23:26:39.823 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-04-25T23:26:39.830 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-04-25T23:26:39.865 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-04-25T23:26:40.006 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-04-25T23:26:40.033 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-04-25T23:26:40.073 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-04-25T23:26:40.109 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-04-25T23:26:40.126 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-pastedeploy. 2024-04-25T23:26:40.135 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-04-25T23:26:40.153 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-04-25T23:26:40.184 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-04-25T23:26:40.192 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-04-25T23:26:40.342 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-jaraco.text. 2024-04-25T23:26:40.369 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-04-25T23:26:40.409 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-04-25T23:26:40.487 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-webtest. 2024-04-25T23:26:40.495 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-tempora. 2024-04-25T23:26:40.514 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-04-25T23:26:40.522 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-04-25T23:26:40.554 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-04-25T23:26:40.561 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-04-25T23:26:40.712 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-04-25T23:26:40.738 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-04-25T23:26:40.778 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-04-25T23:26:40.856 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-portend. 2024-04-25T23:26:40.874 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-pecan. 2024-04-25T23:26:40.882 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-04-25T23:26:40.900 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-04-25T23:26:40.940 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-04-25T23:26:41.047 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-04-25T23:26:41.081 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-tempora. 2024-04-25T23:26:41.108 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-04-25T23:26:41.483 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-04-25T23:26:41.510 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-04-25T23:26:41.541 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-04-25T23:26:41.590 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-04-25T23:26:41.819 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-cherrypy3. 2024-04-25T23:26:41.846 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-04-25T23:26:41.886 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-04-25T23:26:42.085 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-portend. 2024-04-25T23:26:42.096 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-certifi. 2024-04-25T23:26:42.100 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-04-25T23:26:42.122 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-04-25T23:26:42.162 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-04-25T23:26:42.251 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-04-25T23:26:42.456 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-idna. 2024-04-25T23:26:42.483 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-04-25T23:26:42.515 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-idna (3.3-1) ... 2024-04-25T23:26:42.612 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-04-25T23:26:42.639 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-04-25T23:26:42.679 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-04-25T23:26:42.818 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-urllib3. 2024-04-25T23:26:42.844 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-04-25T23:26:42.884 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-04-25T23:26:42.982 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-cherrypy3. 2024-04-25T23:26:43.006 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-natsort. 2024-04-25T23:26:43.008 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-04-25T23:26:43.033 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-04-25T23:26:43.049 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-04-25T23:26:43.074 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-04-25T23:26:43.204 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-requests. 2024-04-25T23:26:43.231 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-04-25T23:26:43.271 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-04-25T23:26:43.384 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-logutils. 2024-04-25T23:26:43.394 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-natsort. 2024-04-25T23:26:43.411 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-04-25T23:26:43.421 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-04-25T23:26:43.450 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-04-25T23:26:43.460 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-04-25T23:26:43.582 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-werkzeug. 2024-04-25T23:26:43.608 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-04-25T23:26:43.648 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-04-25T23:26:43.728 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-markupsafe. 2024-04-25T23:26:43.755 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-04-25T23:26:43.780 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-logutils. 2024-04-25T23:26:43.786 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-04-25T23:26:43.806 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-04-25T23:26:43.846 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-04-25T23:26:43.951 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-04-25T23:26:43.978 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-2445-gd2c45d97-1jammy_all.deb ... 2024-04-25T23:26:44.018 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking ceph-mgr-modules-core (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:26:44.081 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-mako. 2024-04-25T23:26:44.108 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-04-25T23:26:44.133 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-markupsafe. 2024-04-25T23:26:44.149 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-04-25T23:26:44.159 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-04-25T23:26:44.199 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-04-25T23:26:44.364 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-04-25T23:26:44.380 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-2445-gd2c45d97-1jammy_amd64.deb ... 2024-04-25T23:26:44.414 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:26:44.450 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-simplegeneric. 2024-04-25T23:26:44.477 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-mako. 2024-04-25T23:26:44.478 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-04-25T23:26:44.503 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-04-25T23:26:44.517 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-04-25T23:26:44.544 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-04-25T23:26:44.750 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-bcrypt. 2024-04-25T23:26:44.777 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-04-25T23:26:44.817 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-04-25T23:26:44.828 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-singledispatch. 2024-04-25T23:26:44.854 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-04-25T23:26:44.880 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-simplegeneric. 2024-04-25T23:26:44.895 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-04-25T23:26:44.906 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-04-25T23:26:44.947 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-04-25T23:26:45.128 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-openssl. 2024-04-25T23:26:45.155 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-04-25T23:26:45.172 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-webob. 2024-04-25T23:26:45.195 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-04-25T23:26:45.199 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-04-25T23:26:45.239 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-04-25T23:26:45.249 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-singledispatch. 2024-04-25T23:26:45.276 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-04-25T23:26:45.316 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-04-25T23:26:45.515 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package ceph-mgr. 2024-04-25T23:26:45.541 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-2445-gd2c45d97-1jammy_amd64.deb ... 2024-04-25T23:26:45.550 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-waitress. 2024-04-25T23:26:45.577 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-04-25T23:26:45.581 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking ceph-mgr (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:26:45.610 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-04-25T23:26:45.611 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-webob. 2024-04-25T23:26:45.637 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-04-25T23:26:45.677 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-04-25T23:26:45.886 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-tempita. 2024-04-25T23:26:45.913 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-04-25T23:26:45.934 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package ceph-mon. 2024-04-25T23:26:45.952 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-04-25T23:26:45.961 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-2445-gd2c45d97-1jammy_amd64.deb ... 2024-04-25T23:26:45.963 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-waitress. 2024-04-25T23:26:45.990 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-04-25T23:26:46.000 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking ceph-mon (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:26:46.025 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-04-25T23:26:46.255 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-paste. 2024-04-25T23:26:46.282 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-04-25T23:26:46.291 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-tempita. 2024-04-25T23:26:46.317 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-04-25T23:26:46.322 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-04-25T23:26:46.358 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-04-25T23:26:46.600 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-04-25T23:26:46.605 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package ceph-osd. 2024-04-25T23:26:46.615 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-04-25T23:26:46.631 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-2445-gd2c45d97-1jammy_amd64.deb ... 2024-04-25T23:26:46.652 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-paste. 2024-04-25T23:26:46.658 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-04-25T23:26:46.671 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking ceph-osd (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:26:46.679 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-04-25T23:26:46.719 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-04-25T23:26:46.978 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-pastedeploy. 2024-04-25T23:26:47.004 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-04-25T23:26:47.039 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-04-25T23:26:47.044 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-04-25T23:26:47.065 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-04-25T23:26:47.105 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-04-25T23:26:47.347 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-webtest. 2024-04-25T23:26:47.349 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-pastedeploy. 2024-04-25T23:26:47.363 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-04-25T23:26:47.376 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-04-25T23:26:47.405 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-04-25T23:26:47.408 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-04-25T23:26:47.716 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package ceph. 2024-04-25T23:26:47.716 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-pecan. 2024-04-25T23:26:47.730 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-webtest. 2024-04-25T23:26:47.731 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../066-ceph_19.0.0-2445-gd2c45d97-1jammy_amd64.deb ... 2024-04-25T23:26:47.744 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-04-25T23:26:47.756 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-04-25T23:26:47.783 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-04-25T23:26:47.790 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking ceph (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:26:47.796 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-04-25T23:26:48.052 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package ceph-fuse. 2024-04-25T23:26:48.078 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-2445-gd2c45d97-1jammy_amd64.deb ... 2024-04-25T23:26:48.107 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-pecan. 2024-04-25T23:26:48.118 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking ceph-fuse (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:26:48.134 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-04-25T23:26:48.145 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-certifi. 2024-04-25T23:26:48.161 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-04-25T23:26:48.174 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-04-25T23:26:48.195 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-04-25T23:26:48.457 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-idna. 2024-04-25T23:26:48.483 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-04-25T23:26:48.505 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package ceph-mds. 2024-04-25T23:26:48.523 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-idna (3.3-1) ... 2024-04-25T23:26:48.531 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-2445-gd2c45d97-1jammy_amd64.deb ... 2024-04-25T23:26:48.546 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-certifi. 2024-04-25T23:26:48.571 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking ceph-mds (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:26:48.572 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-04-25T23:26:48.612 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-04-25T23:26:48.834 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-urllib3. 2024-04-25T23:26:48.861 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-04-25T23:26:48.874 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-idna. 2024-04-25T23:26:48.900 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-04-25T23:26:48.901 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-04-25T23:26:48.940 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-idna (3.3-1) ... 2024-04-25T23:26:48.957 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package cephadm. 2024-04-25T23:26:48.984 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../069-cephadm_19.0.0-2445-gd2c45d97-1jammy_amd64.deb ... 2024-04-25T23:26:49.024 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking cephadm (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:26:49.223 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-requests. 2024-04-25T23:26:49.250 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-04-25T23:26:49.259 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-urllib3. 2024-04-25T23:26:49.286 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-04-25T23:26:49.289 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-04-25T23:26:49.318 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-asyncssh. 2024-04-25T23:26:49.326 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-04-25T23:26:49.345 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-04-25T23:26:49.376 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-04-25T23:26:49.584 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-werkzeug. 2024-04-25T23:26:49.610 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-04-25T23:26:49.650 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-04-25T23:26:49.654 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-requests. 2024-04-25T23:26:49.671 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python-babel-localedata. 2024-04-25T23:26:49.681 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-04-25T23:26:49.686 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-04-25T23:26:49.721 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-04-25T23:26:49.729 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-04-25T23:26:49.903 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-04-25T23:26:49.918 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-2445-gd2c45d97-1jammy_all.deb ... 2024-04-25T23:26:49.961 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking ceph-mgr-modules-core (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:26:50.040 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-werkzeug. 2024-04-25T23:26:50.066 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-04-25T23:26:50.106 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-04-25T23:26:50.316 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-04-25T23:26:50.343 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-2445-gd2c45d97-1jammy_amd64.deb ... 2024-04-25T23:26:50.383 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:26:50.401 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-04-25T23:26:50.416 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-2445-gd2c45d97-1jammy_all.deb ... 2024-04-25T23:26:50.459 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking ceph-mgr-modules-core (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:26:50.694 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-bcrypt. 2024-04-25T23:26:50.709 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-babel. 2024-04-25T23:26:50.720 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-04-25T23:26:50.736 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-04-25T23:26:50.760 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-04-25T23:26:50.775 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-04-25T23:26:50.815 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-04-25T23:26:50.841 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-2445-gd2c45d97-1jammy_amd64.deb ... 2024-04-25T23:26:50.873 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:26:51.072 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-openssl. 2024-04-25T23:26:51.098 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-04-25T23:26:51.132 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-jinja2. 2024-04-25T23:26:51.138 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-04-25T23:26:51.160 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-04-25T23:26:51.184 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-bcrypt. 2024-04-25T23:26:51.210 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-04-25T23:26:51.250 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-04-25T23:26:51.328 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-04-25T23:26:51.450 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package ceph-mgr. 2024-04-25T23:26:51.476 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-2445-gd2c45d97-1jammy_amd64.deb ... 2024-04-25T23:26:51.516 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking ceph-mgr (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:26:51.562 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-openssl. 2024-04-25T23:26:51.588 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-04-25T23:26:51.628 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-04-25T23:26:51.656 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-04-25T23:26:51.684 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-2445-gd2c45d97-1jammy_all.deb ... 2024-04-25T23:26:51.723 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking ceph-mgr-cephadm (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:26:51.869 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package ceph-mon. 2024-04-25T23:26:51.896 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-2445-gd2c45d97-1jammy_amd64.deb ... 2024-04-25T23:26:51.927 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking ceph-mon (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:26:51.965 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package ceph-mgr. 2024-04-25T23:26:51.991 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-2445-gd2c45d97-1jammy_amd64.deb ... 2024-04-25T23:26:52.031 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking ceph-mgr (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:26:52.051 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-repoze.lru. 2024-04-25T23:26:52.066 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-04-25T23:26:52.101 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-04-25T23:26:52.368 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package ceph-mon. 2024-04-25T23:26:52.379 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-routes. 2024-04-25T23:26:52.394 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-2445-gd2c45d97-1jammy_amd64.deb ... 2024-04-25T23:26:52.406 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-04-25T23:26:52.434 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking ceph-mon (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:26:52.445 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-04-25T23:26:52.514 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package ceph-osd. 2024-04-25T23:26:52.541 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-2445-gd2c45d97-1jammy_amd64.deb ... 2024-04-25T23:26:52.581 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking ceph-osd (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:26:52.790 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-04-25T23:26:52.817 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-2445-gd2c45d97-1jammy_all.deb ... 2024-04-25T23:26:52.857 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking ceph-mgr-dashboard (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:26:53.021 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package ceph-osd. 2024-04-25T23:26:53.048 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-2445-gd2c45d97-1jammy_amd64.deb ... 2024-04-25T23:26:53.087 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking ceph-osd (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:26:53.651 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package ceph. 2024-04-25T23:26:53.666 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../066-ceph_19.0.0-2445-gd2c45d97-1jammy_amd64.deb ... 2024-04-25T23:26:53.708 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking ceph (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:26:53.986 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package ceph-fuse. 2024-04-25T23:26:54.002 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-2445-gd2c45d97-1jammy_amd64.deb ... 2024-04-25T23:26:54.036 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking ceph-fuse (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:26:54.054 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-04-25T23:26:54.081 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-04-25T23:26:54.120 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-04-25T23:26:54.249 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package ceph. 2024-04-25T23:26:54.276 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../066-ceph_19.0.0-2445-gd2c45d97-1jammy_amd64.deb ... 2024-04-25T23:26:54.324 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking ceph (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:26:54.406 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package ceph-mds. 2024-04-25T23:26:54.433 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-2445-gd2c45d97-1jammy_amd64.deb ... 2024-04-25T23:26:54.472 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking ceph-mds (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:26:54.632 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-joblib. 2024-04-25T23:26:54.659 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-04-25T23:26:54.660 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package ceph-fuse. 2024-04-25T23:26:54.687 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-2445-gd2c45d97-1jammy_amd64.deb ... 2024-04-25T23:26:54.698 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-04-25T23:26:54.726 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking ceph-fuse (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:26:54.868 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package cephadm. 2024-04-25T23:26:54.894 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../069-cephadm_19.0.0-2445-gd2c45d97-1jammy_amd64.deb ... 2024-04-25T23:26:54.934 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking cephadm (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:26:55.035 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-04-25T23:26:55.062 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-04-25T23:26:55.093 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-04-25T23:26:55.097 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package ceph-mds. 2024-04-25T23:26:55.124 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-2445-gd2c45d97-1jammy_amd64.deb ... 2024-04-25T23:26:55.163 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking ceph-mds (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:26:55.220 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-asyncssh. 2024-04-25T23:26:55.235 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-04-25T23:26:55.269 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-04-25T23:26:55.379 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-sklearn. 2024-04-25T23:26:55.406 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-04-25T23:26:55.446 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-04-25T23:26:55.599 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package cephadm. 2024-04-25T23:26:55.626 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../069-cephadm_19.0.0-2445-gd2c45d97-1jammy_amd64.deb ... 2024-04-25T23:26:55.639 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python-babel-localedata. 2024-04-25T23:26:55.666 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-04-25T23:26:55.674 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking cephadm (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:26:55.706 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-04-25T23:26:56.027 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-asyncssh. 2024-04-25T23:26:56.053 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-04-25T23:26:56.093 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-04-25T23:26:56.196 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-04-25T23:26:56.226 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-2445-gd2c45d97-1jammy_all.deb ... 2024-04-25T23:26:56.348 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:26:56.454 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python-babel-localedata. 2024-04-25T23:26:56.477 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-04-25T23:26:56.529 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-04-25T23:26:56.936 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-babel. 2024-04-25T23:26:56.963 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-04-25T23:26:57.002 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-04-25T23:26:57.268 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-cachetools. 2024-04-25T23:26:57.285 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-04-25T23:26:57.326 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-04-25T23:26:57.330 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-jinja2. 2024-04-25T23:26:57.347 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-04-25T23:26:57.389 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-04-25T23:26:57.518 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-babel. 2024-04-25T23:26:57.545 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-04-25T23:26:57.584 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-04-25T23:26:57.604 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-pyasn1. 2024-04-25T23:26:57.632 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-04-25T23:26:57.671 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-04-25T23:26:57.692 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-04-25T23:26:57.719 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-2445-gd2c45d97-1jammy_all.deb ... 2024-04-25T23:26:57.758 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking ceph-mgr-cephadm (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:26:57.999 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-04-25T23:26:58.027 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-04-25T23:26:58.028 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-repoze.lru. 2024-04-25T23:26:58.043 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-04-25T23:26:58.057 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-04-25T23:26:58.103 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-04-25T23:26:58.113 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-jinja2. 2024-04-25T23:26:58.140 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-04-25T23:26:58.179 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-04-25T23:26:58.327 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-rsa. 2024-04-25T23:26:58.343 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-04-25T23:26:58.377 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-rsa (4.8-1) ... 2024-04-25T23:26:58.389 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-routes. 2024-04-25T23:26:58.416 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-04-25T23:26:58.456 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-04-25T23:26:58.549 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-04-25T23:26:58.575 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-2445-gd2c45d97-1jammy_all.deb ... 2024-04-25T23:26:58.615 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking ceph-mgr-cephadm (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:26:58.698 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-google-auth. 2024-04-25T23:26:58.725 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-04-25T23:26:58.764 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-04-25T23:26:58.784 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-04-25T23:26:58.811 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-2445-gd2c45d97-1jammy_all.deb ... 2024-04-25T23:26:58.850 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking ceph-mgr-dashboard (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:26:58.927 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-repoze.lru. 2024-04-25T23:26:58.954 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-04-25T23:26:58.994 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-04-25T23:26:59.094 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-04-25T23:26:59.120 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-04-25T23:26:59.158 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-04-25T23:26:59.280 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-routes. 2024-04-25T23:26:59.307 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-04-25T23:26:59.346 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-04-25T23:26:59.478 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-websocket. 2024-04-25T23:26:59.506 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-04-25T23:26:59.545 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-04-25T23:26:59.658 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-04-25T23:26:59.685 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-2445-gd2c45d97-1jammy_all.deb ... 2024-04-25T23:26:59.724 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking ceph-mgr-dashboard (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:26:59.832 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-kubernetes. 2024-04-25T23:26:59.859 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-04-25T23:26:59.890 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-04-25T23:27:00.055 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-04-25T23:27:00.071 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-04-25T23:27:00.114 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-04-25T23:27:00.537 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-04-25T23:27:00.555 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-2445-gd2c45d97-1jammy_all.deb ... 2024-04-25T23:27:00.595 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:27:00.642 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-joblib. 2024-04-25T23:27:00.669 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-04-25T23:27:00.708 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-04-25T23:27:00.915 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package libonig5:amd64. 2024-04-25T23:27:00.942 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-04-25T23:27:00.962 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-04-25T23:27:00.981 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-04-25T23:27:00.989 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-04-25T23:27:01.029 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-04-25T23:27:01.029 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-04-25T23:27:01.055 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-04-25T23:27:01.087 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-04-25T23:27:01.334 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package libjq1:amd64. 2024-04-25T23:27:01.362 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-04-25T23:27:01.390 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-sklearn. 2024-04-25T23:27:01.400 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-04-25T23:27:01.416 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-04-25T23:27:01.456 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-04-25T23:27:01.508 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-joblib. 2024-04-25T23:27:01.535 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-04-25T23:27:01.574 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-04-25T23:27:01.611 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package jq. 2024-04-25T23:27:01.627 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-04-25T23:27:01.687 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-04-25T23:27:01.939 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package socat. 2024-04-25T23:27:01.944 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-04-25T23:27:01.966 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-04-25T23:27:01.971 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-04-25T23:27:02.006 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-04-25T23:27:02.010 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-04-25T23:27:02.206 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-04-25T23:27:02.234 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-2445-gd2c45d97-1jammy_all.deb ... 2024-04-25T23:27:02.309 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package xmlstarlet. 2024-04-25T23:27:02.313 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-sklearn. 2024-04-25T23:27:02.325 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-04-25T23:27:02.341 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-04-25T23:27:02.358 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:27:02.461 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-04-25T23:27:02.488 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-04-25T23:27:02.888 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package ceph-test. 2024-04-25T23:27:02.916 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../097-ceph-test_19.0.0-2445-gd2c45d97-1jammy_amd64.deb ... 2024-04-25T23:27:02.955 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking ceph-test (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:27:03.405 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-04-25T23:27:03.429 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-cachetools. 2024-04-25T23:27:03.432 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-2445-gd2c45d97-1jammy_all.deb ... 2024-04-25T23:27:03.456 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-04-25T23:27:03.495 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-04-25T23:27:03.557 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:27:03.765 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-pyasn1. 2024-04-25T23:27:03.792 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-04-25T23:27:03.823 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-04-25T23:27:04.135 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-04-25T23:27:04.162 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-04-25T23:27:04.201 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-04-25T23:27:04.494 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-cachetools. 2024-04-25T23:27:04.504 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-rsa. 2024-04-25T23:27:04.521 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-04-25T23:27:04.532 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-04-25T23:27:04.560 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-04-25T23:27:04.570 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-rsa (4.8-1) ... 2024-04-25T23:27:04.872 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-pyasn1. 2024-04-25T23:27:04.891 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-google-auth. 2024-04-25T23:27:04.899 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-04-25T23:27:04.920 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-04-25T23:27:04.938 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-04-25T23:27:04.957 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-04-25T23:27:05.209 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package ceph-volume. 2024-04-25T23:27:05.237 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-2445-gd2c45d97-1jammy_all.deb ... 2024-04-25T23:27:05.250 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-04-25T23:27:05.269 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-04-25T23:27:05.275 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking ceph-volume (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:27:05.277 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-04-25T23:27:05.297 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-04-25T23:27:05.316 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-04-25T23:27:05.335 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-04-25T23:27:05.588 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package libcephfs-dev. 2024-04-25T23:27:05.604 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-2445-gd2c45d97-1jammy_amd64.deb ... 2024-04-25T23:27:05.611 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-rsa. 2024-04-25T23:27:05.638 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-04-25T23:27:05.646 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking libcephfs-dev (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:27:05.646 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-websocket. 2024-04-25T23:27:05.674 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-04-25T23:27:05.677 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-rsa (4.8-1) ... 2024-04-25T23:27:05.713 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-04-25T23:27:05.957 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package lua-socket:amd64. 2024-04-25T23:27:05.985 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-04-25T23:27:05.998 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-google-auth. 2024-04-25T23:27:06.023 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-04-25T23:27:06.025 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-04-25T23:27:06.042 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-kubernetes. 2024-04-25T23:27:06.064 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-04-25T23:27:06.068 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-04-25T23:27:06.108 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-04-25T23:27:06.319 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package lua-sec:amd64. 2024-04-25T23:27:06.348 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-04-25T23:27:06.384 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-04-25T23:27:06.386 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-04-25T23:27:06.411 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-04-25T23:27:06.451 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-04-25T23:27:06.746 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-websocket. 2024-04-25T23:27:06.772 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-04-25T23:27:06.772 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-04-25T23:27:06.788 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-2445-gd2c45d97-1jammy_all.deb ... 2024-04-25T23:27:06.804 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-04-25T23:27:06.830 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:27:07.024 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package nvme-cli. 2024-04-25T23:27:07.049 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-kubernetes. 2024-04-25T23:27:07.051 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-04-25T23:27:07.076 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-04-25T23:27:07.090 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-04-25T23:27:07.115 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-04-25T23:27:07.175 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package libonig5:amd64. 2024-04-25T23:27:07.202 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-04-25T23:27:07.241 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-04-25T23:27:07.503 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package pkg-config. 2024-04-25T23:27:07.531 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-04-25T23:27:07.570 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-04-25T23:27:07.586 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package libjq1:amd64. 2024-04-25T23:27:07.613 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-04-25T23:27:07.652 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-04-25T23:27:07.829 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-04-25T23:27:07.848 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-04-25T23:27:07.857 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-2445-gd2c45d97-1jammy_all.deb ... 2024-04-25T23:27:07.876 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-04-25T23:27:07.888 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package jq. 2024-04-25T23:27:07.895 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:27:07.904 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-04-25T23:27:07.914 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-04-25T23:27:07.938 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-04-25T23:27:08.166 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package socat. 2024-04-25T23:27:08.182 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-04-25T23:27:08.223 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package libonig5:amd64. 2024-04-25T23:27:08.224 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-04-25T23:27:08.251 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-04-25T23:27:08.290 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-04-25T23:27:08.309 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-iniconfig. 2024-04-25T23:27:08.337 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-04-25T23:27:08.375 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-04-25T23:27:08.536 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package xmlstarlet. 2024-04-25T23:27:08.563 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-04-25T23:27:08.576 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package libjq1:amd64. 2024-04-25T23:27:08.592 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-04-25T23:27:08.602 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-04-25T23:27:08.626 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-04-25T23:27:08.678 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-pastescript. 2024-04-25T23:27:08.706 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-04-25T23:27:08.753 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-04-25T23:27:08.870 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package jq. 2024-04-25T23:27:08.897 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-04-25T23:27:08.937 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-04-25T23:27:08.965 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package ceph-test. 2024-04-25T23:27:08.981 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../097-ceph-test_19.0.0-2445-gd2c45d97-1jammy_amd64.deb ... 2024-04-25T23:27:09.023 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking ceph-test (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:27:09.082 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-pluggy. 2024-04-25T23:27:09.110 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-04-25T23:27:09.148 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-04-25T23:27:09.190 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package socat. 2024-04-25T23:27:09.205 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-04-25T23:27:09.248 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-04-25T23:27:09.443 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-psutil. 2024-04-25T23:27:09.470 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-04-25T23:27:09.509 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-04-25T23:27:09.568 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package xmlstarlet. 2024-04-25T23:27:09.583 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-04-25T23:27:09.626 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-04-25T23:27:09.846 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-py. 2024-04-25T23:27:09.874 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-04-25T23:27:09.920 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-py (1.10.0-1) ... 2024-04-25T23:27:10.030 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package ceph-test. 2024-04-25T23:27:10.058 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../097-ceph-test_19.0.0-2445-gd2c45d97-1jammy_amd64.deb ... 2024-04-25T23:27:10.096 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking ceph-test (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:27:10.249 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-pygments. 2024-04-25T23:27:10.276 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-04-25T23:27:10.315 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-04-25T23:27:10.811 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-pyinotify. 2024-04-25T23:27:10.839 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-04-25T23:27:10.877 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-04-25T23:27:11.172 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-toml. 2024-04-25T23:27:11.200 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-04-25T23:27:11.230 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-04-25T23:27:11.302 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package ceph-volume. 2024-04-25T23:27:11.330 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-2445-gd2c45d97-1jammy_all.deb ... 2024-04-25T23:27:11.368 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking ceph-volume (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:27:11.516 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-pytest. 2024-04-25T23:27:11.544 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-04-25T23:27:11.582 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-04-25T23:27:11.672 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package libcephfs-dev. 2024-04-25T23:27:11.688 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-2445-gd2c45d97-1jammy_amd64.deb ... 2024-04-25T23:27:11.731 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking libcephfs-dev (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:27:11.903 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package python3-simplejson. 2024-04-25T23:27:11.931 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-04-25T23:27:11.969 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-04-25T23:27:12.222 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-04-25T23:27:12.238 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-04-25T23:27:12.280 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-04-25T23:27:12.284 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package lua-socket:amd64. 2024-04-25T23:27:12.311 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-04-25T23:27:12.318 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package ceph-volume. 2024-04-25T23:27:12.334 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-2445-gd2c45d97-1jammy_all.deb ... 2024-04-25T23:27:12.350 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-04-25T23:27:12.367 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking ceph-volume (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:27:12.638 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package lua-sec:amd64. 2024-04-25T23:27:12.655 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package libcephfs-dev. 2024-04-25T23:27:12.665 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-04-25T23:27:12.682 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-2445-gd2c45d97-1jammy_amd64.deb ... 2024-04-25T23:27:12.696 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-04-25T23:27:12.721 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking libcephfs-dev (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:27:12.967 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package radosgw. 2024-04-25T23:27:12.995 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../116-radosgw_19.0.0-2445-gd2c45d97-1jammy_amd64.deb ... 2024-04-25T23:27:13.033 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking radosgw (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:27:13.041 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package lua-socket:amd64. 2024-04-25T23:27:13.067 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package nvme-cli. 2024-04-25T23:27:13.068 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-04-25T23:27:13.094 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-04-25T23:27:13.107 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-04-25T23:27:13.133 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-04-25T23:27:13.538 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package pkg-config. 2024-04-25T23:27:13.566 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-04-25T23:27:13.605 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-04-25T23:27:13.645 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package lua-sec:amd64. 2024-04-25T23:27:13.673 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-04-25T23:27:13.711 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-04-25T23:27:13.845 INFO:teuthology.orchestra.run.smithi157.stdout:Selecting previously unselected package rbd-fuse. 2024-04-25T23:27:13.861 INFO:teuthology.orchestra.run.smithi157.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-2445-gd2c45d97-1jammy_amd64.deb ... 2024-04-25T23:27:13.883 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-04-25T23:27:13.903 INFO:teuthology.orchestra.run.smithi157.stdout:Unpacking rbd-fuse (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:27:13.908 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-04-25T23:27:13.949 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-04-25T23:27:14.107 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package nvme-cli. 2024-04-25T23:27:14.135 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-04-25T23:27:14.174 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-04-25T23:27:14.208 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-04-25T23:27:14.369 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-iniconfig. 2024-04-25T23:27:14.397 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-04-25T23:27:14.435 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-04-25T23:27:14.458 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-04-25T23:27:14.584 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-04-25T23:27:14.587 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package pkg-config. 2024-04-25T23:27:14.615 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-04-25T23:27:14.662 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-04-25T23:27:14.738 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-pastescript. 2024-04-25T23:27:14.765 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-04-25T23:27:14.796 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-04-25T23:27:14.848 INFO:teuthology.orchestra.run.smithi157.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-04-25T23:27:14.898 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-04-25T23:27:14.914 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-04-25T23:27:14.948 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-04-25T23:27:15.058 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-pluggy. 2024-04-25T23:27:15.074 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-04-25T23:27:15.116 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-04-25T23:27:15.168 INFO:teuthology.orchestra.run.smithi157.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-04-25T23:27:15.368 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-iniconfig. 2024-04-25T23:27:15.395 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-04-25T23:27:15.411 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-psutil. 2024-04-25T23:27:15.434 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-04-25T23:27:15.438 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-04-25T23:27:15.477 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-04-25T23:27:15.618 INFO:teuthology.orchestra.run.smithi157.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-04-25T23:27:15.686 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up cephadm (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:27:15.704 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-pastescript. 2024-04-25T23:27:15.732 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-04-25T23:27:15.770 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-04-25T23:27:15.805 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-py. 2024-04-25T23:27:15.832 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-04-25T23:27:15.871 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-py (1.10.0-1) ... 2024-04-25T23:27:16.141 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-pluggy. 2024-04-25T23:27:16.169 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-04-25T23:27:16.186 INFO:teuthology.orchestra.run.smithi157.stdout:Adding system user cephadm....done 2024-04-25T23:27:16.192 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-pygments. 2024-04-25T23:27:16.219 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-04-25T23:27:16.223 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-04-25T23:27:16.258 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-04-25T23:27:16.325 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-04-25T23:27:16.535 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-psutil. 2024-04-25T23:27:16.562 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-04-25T23:27:16.601 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-04-25T23:27:16.602 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-04-25T23:27:16.721 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-pyinotify. 2024-04-25T23:27:16.748 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-04-25T23:27:16.787 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-04-25T23:27:16.853 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-04-25T23:27:16.938 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-py. 2024-04-25T23:27:16.965 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-04-25T23:27:16.987 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-04-25T23:27:17.012 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-py (1.10.0-1) ... 2024-04-25T23:27:17.057 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-toml. 2024-04-25T23:27:17.084 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-04-25T23:27:17.114 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-04-25T23:27:17.255 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-04-25T23:27:17.333 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-pygments. 2024-04-25T23:27:17.360 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-04-25T23:27:17.384 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-pytest. 2024-04-25T23:27:17.399 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-04-25T23:27:17.411 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-04-25T23:27:17.450 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-04-25T23:27:17.498 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-04-25T23:27:17.599 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-py (1.10.0-1) ... 2024-04-25T23:27:17.754 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-simplejson. 2024-04-25T23:27:17.782 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-04-25T23:27:17.812 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-04-25T23:27:17.845 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-pyinotify. 2024-04-25T23:27:17.873 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-04-25T23:27:17.901 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-04-25T23:27:17.911 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-04-25T23:27:18.048 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-04-25T23:27:18.076 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-04-25T23:27:18.106 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-04-25T23:27:18.231 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-toml. 2024-04-25T23:27:18.252 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-04-25T23:27:18.258 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-04-25T23:27:18.297 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-04-25T23:27:18.512 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-04-25T23:27:18.600 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-pytest. 2024-04-25T23:27:18.628 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-04-25T23:27:18.666 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-04-25T23:27:18.780 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-04-25T23:27:18.894 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package radosgw. 2024-04-25T23:27:18.921 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../116-radosgw_19.0.0-2445-gd2c45d97-1jammy_amd64.deb ... 2024-04-25T23:27:18.968 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking radosgw (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:27:19.012 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-simplejson. 2024-04-25T23:27:19.039 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-04-25T23:27:19.048 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-04-25T23:27:19.078 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-04-25T23:27:19.291 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-04-25T23:27:19.356 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-04-25T23:27:19.383 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-04-25T23:27:19.422 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-04-25T23:27:19.542 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-04-25T23:27:19.755 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package rbd-fuse. 2024-04-25T23:27:19.771 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-2445-gd2c45d97-1jammy_amd64.deb ... 2024-04-25T23:27:19.793 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-ceph-argparse (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:27:19.813 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking rbd-fuse (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:27:20.123 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-04-25T23:27:20.125 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-04-25T23:27:20.176 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package radosgw. 2024-04-25T23:27:20.204 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../116-radosgw_19.0.0-2445-gd2c45d97-1jammy_amd64.deb ... 2024-04-25T23:27:20.242 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking radosgw (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:27:20.305 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-04-25T23:27:20.385 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-04-25T23:27:20.414 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-04-25T23:27:20.494 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-04-25T23:27:20.516 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-04-25T23:27:20.730 INFO:teuthology.orchestra.run.smithi161.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-04-25T23:27:20.766 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-04-25T23:27:21.029 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package rbd-fuse. 2024-04-25T23:27:21.035 INFO:teuthology.orchestra.run.smithi161.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-04-25T23:27:21.045 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-2445-gd2c45d97-1jammy_amd64.deb ... 2024-04-25T23:27:21.087 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking rbd-fuse (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:27:21.120 INFO:teuthology.orchestra.run.smithi157.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-04-25T23:27:21.173 INFO:teuthology.orchestra.run.smithi157.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-04-25T23:27:21.237 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-04-25T23:27:21.362 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-04-25T23:27:21.409 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-04-25T23:27:21.445 INFO:teuthology.orchestra.run.smithi161.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-04-25T23:27:21.537 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up cephadm (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:27:21.667 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-04-25T23:27:21.739 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-04-25T23:27:21.794 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-04-25T23:27:21.865 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-04-25T23:27:22.055 INFO:teuthology.orchestra.run.smithi087.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-04-25T23:27:22.104 INFO:teuthology.orchestra.run.smithi161.stdout:Adding system user cephadm....done 2024-04-25T23:27:22.269 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-04-25T23:27:22.374 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-04-25T23:27:22.388 INFO:teuthology.orchestra.run.smithi087.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-04-25T23:27:22.633 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-04-25T23:27:22.763 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-04-25T23:27:22.798 INFO:teuthology.orchestra.run.smithi087.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-04-25T23:27:22.870 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up cephadm (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:27:22.935 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up zip (3.0-12build2) ... 2024-04-25T23:27:23.014 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-04-25T23:27:23.061 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-04-25T23:27:23.141 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-04-25T23:27:23.392 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-04-25T23:27:23.403 INFO:teuthology.orchestra.run.smithi087.stdout:Adding system user cephadm....done 2024-04-25T23:27:23.560 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-04-25T23:27:23.634 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-04-25T23:27:23.705 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-04-25T23:27:23.744 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-py (1.10.0-1) ... 2024-04-25T23:27:23.844 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-04-25T23:27:23.956 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-04-25T23:27:24.045 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-04-25T23:27:24.056 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-04-25T23:27:24.120 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-04-25T23:27:24.158 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-04-25T23:27:24.272 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-04-25T23:27:24.406 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-04-25T23:27:24.450 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-04-25T23:27:24.548 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-04-25T23:27:24.665 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-04-25T23:27:24.807 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-04-25T23:27:24.818 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-04-25T23:27:24.933 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-py (1.10.0-1) ... 2024-04-25T23:27:24.933 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-04-25T23:27:25.069 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-04-25T23:27:25.176 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-04-25T23:27:25.235 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-04-25T23:27:25.411 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-04-25T23:27:25.454 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-04-25T23:27:25.595 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-04-25T23:27:25.653 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-04-25T23:27:25.755 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-04-25T23:27:25.847 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-04-25T23:27:25.904 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-ceph-argparse (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:27:26.106 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-04-25T23:27:26.107 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-04-25T23:27:26.247 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-04-25T23:27:26.349 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-04-25T23:27:26.349 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-04-25T23:27:26.373 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-04-25T23:27:26.450 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-ceph-common (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:27:26.491 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-04-25T23:27:26.592 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-04-25T23:27:26.600 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-04-25T23:27:26.727 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-idna (3.3-1) ... 2024-04-25T23:27:26.835 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-04-25T23:27:26.860 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-04-25T23:27:27.028 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-04-25T23:27:27.119 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-ceph-argparse (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:27:27.198 INFO:teuthology.orchestra.run.smithi161.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-04-25T23:27:27.232 INFO:teuthology.orchestra.run.smithi161.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-04-25T23:27:27.296 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-04-25T23:27:27.422 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-04-25T23:27:27.453 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-04-25T23:27:27.580 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-04-25T23:27:27.680 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-04-25T23:27:27.781 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-04-25T23:27:27.807 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-04-25T23:27:27.916 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-04-25T23:27:28.024 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-04-25T23:27:28.168 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-04-25T23:27:28.209 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-04-25T23:27:28.402 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-04-25T23:27:28.435 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-25T23:27:28.466 INFO:teuthology.orchestra.run.smithi087.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-04-25T23:27:28.498 INFO:teuthology.orchestra.run.smithi087.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-04-25T23:27:28.545 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-toml (0.10.2-1) ... 2024-04-25T23:27:28.569 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-04-25T23:27:28.695 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-04-25T23:27:28.703 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up zip (3.0-12build2) ... 2024-04-25T23:27:28.796 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-04-25T23:27:28.821 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-04-25T23:27:28.930 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-04-25T23:27:29.056 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-04-25T23:27:29.338 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-04-25T23:27:29.349 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-04-25T23:27:29.489 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-04-25T23:27:29.506 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-04-25T23:27:29.609 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-04-25T23:27:29.757 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-04-25T23:27:29.774 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-04-25T23:27:29.835 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-25T23:27:29.875 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-04-25T23:27:29.936 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-04-25T23:27:29.976 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-04-25T23:27:30.016 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-04-25T23:27:30.229 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-04-25T23:27:30.252 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-04-25T23:27:30.334 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up zip (3.0-12build2) ... 2024-04-25T23:27:30.460 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-04-25T23:27:30.489 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-04-25T23:27:30.653 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-04-25T23:27:30.756 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-04-25T23:27:30.905 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-04-25T23:27:31.038 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-04-25T23:27:31.137 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-04-25T23:27:31.284 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-04-25T23:27:31.298 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-04-25T23:27:31.399 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-04-25T23:27:31.525 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-04-25T23:27:31.526 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-04-25T23:27:31.591 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-04-25T23:27:31.627 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-04-25T23:27:31.651 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-04-25T23:27:31.895 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-04-25T23:27:31.926 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-04-25T23:27:31.968 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-04-25T23:27:32.021 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-04-25T23:27:32.160 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-04-25T23:27:32.261 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-ceph-common (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:27:32.323 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-04-25T23:27:32.361 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-04-25T23:27:32.579 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-idna (3.3-1) ... 2024-04-25T23:27:32.612 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-04-25T23:27:32.624 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-04-25T23:27:32.866 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-04-25T23:27:32.896 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-04-25T23:27:32.984 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-04-25T23:27:32.988 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-04-25T23:27:33.085 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-04-25T23:27:33.158 INFO:teuthology.orchestra.run.smithi157.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-04-25T23:27:33.273 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-04-25T23:27:33.379 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-04-25T23:27:33.505 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-04-25T23:27:33.642 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-04-25T23:27:33.906 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-04-25T23:27:33.909 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-04-25T23:27:34.035 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-ceph-common (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:27:34.096 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-04-25T23:27:34.157 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up lua-any (27ubuntu1) ... 2024-04-25T23:27:34.258 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-portend (3.0.0-1) ... 2024-04-25T23:27:34.339 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-25T23:27:34.402 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-idna (3.3-1) ... 2024-04-25T23:27:34.474 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-toml (0.10.2-1) ... 2024-04-25T23:27:34.501 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-25T23:27:34.603 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-04-25T23:27:34.716 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-04-25T23:27:34.770 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-04-25T23:27:34.826 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-04-25T23:27:34.903 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-04-25T23:27:34.944 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-04-25T23:27:35.212 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-04-25T23:27:35.236 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-04-25T23:27:35.489 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-04-25T23:27:35.497 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-04-25T23:27:35.615 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-rsa (4.8-1) ... 2024-04-25T23:27:35.747 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-25T23:27:35.873 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-04-25T23:27:35.882 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-04-25T23:27:35.968 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-04-25T23:27:36.134 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-04-25T23:27:36.175 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-04-25T23:27:36.219 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-25T23:27:36.353 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-toml (0.10.2-1) ... 2024-04-25T23:27:36.401 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-04-25T23:27:36.470 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-04-25T23:27:36.621 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-04-25T23:27:36.636 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-04-25T23:27:36.738 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-04-25T23:27:36.847 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-04-25T23:27:36.848 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-04-25T23:27:36.886 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-04-25T23:27:37.137 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-04-25T23:27:37.140 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-04-25T23:27:37.141 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-04-25T23:27:37.400 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-04-25T23:27:37.405 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-04-25T23:27:37.484 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-04-25T23:27:37.531 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-04-25T23:27:37.585 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up librados2 (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:27:37.651 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-25T23:27:37.720 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up libsqlite3-mod-ceph (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:27:37.802 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-04-25T23:27:37.816 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-04-25T23:27:37.837 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-04-25T23:27:37.917 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-04-25T23:27:38.103 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-04-25T23:27:38.182 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up libcephfs2 (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:27:38.210 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-04-25T23:27:38.308 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up libradosstriper1 (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:27:38.371 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-04-25T23:27:38.434 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-04-25T23:27:38.502 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-04-25T23:27:38.639 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-04-25T23:27:38.694 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up librbd1 (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:27:38.762 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-04-25T23:27:38.820 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up ceph-mgr-modules-core (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:27:38.888 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-04-25T23:27:38.890 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-04-25T23:27:38.946 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up ceph-fuse (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:27:39.014 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-04-25T23:27:39.103 INFO:teuthology.orchestra.run.smithi161.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-04-25T23:27:39.141 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-04-25T23:27:39.165 INFO:teuthology.orchestra.run.smithi157.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-04-25T23:27:39.166 INFO:teuthology.orchestra.run.smithi157.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-04-25T23:27:39.341 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-04-25T23:27:39.409 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-04-25T23:27:39.442 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-04-25T23:27:39.535 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-04-25T23:27:39.639 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up libcephfs-dev (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:27:39.765 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-rados (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:27:39.802 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-04-25T23:27:39.814 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-04-25T23:27:39.866 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up librgw2 (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:27:39.937 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-04-25T23:27:39.967 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-04-25T23:27:40.061 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up lua-any (27ubuntu1) ... 2024-04-25T23:27:40.187 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-portend (3.0.0-1) ... 2024-04-25T23:27:40.246 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-04-25T23:27:40.438 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-25T23:27:40.564 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-04-25T23:27:40.564 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-04-25T23:27:40.823 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-04-25T23:27:40.890 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-04-25T23:27:40.949 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-04-25T23:27:41.075 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-04-25T23:27:41.095 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-rbd (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:27:41.165 INFO:teuthology.orchestra.run.smithi087.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-04-25T23:27:41.183 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-04-25T23:27:41.222 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up rbd-fuse (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:27:41.348 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-rgw (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:27:41.427 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-04-25T23:27:41.442 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-04-25T23:27:41.474 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up python3-cephfs (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:27:41.553 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-04-25T23:27:41.568 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-rsa (4.8-1) ... 2024-04-25T23:27:41.600 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up ceph-common (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:27:41.861 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-04-25T23:27:41.971 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-04-25T23:27:42.101 INFO:teuthology.orchestra.run.smithi157.stdout:Adding group ceph....done 2024-04-25T23:27:42.137 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-04-25T23:27:42.255 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up lua-any (27ubuntu1) ... 2024-04-25T23:27:42.390 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-portend (3.0.0-1) ... 2024-04-25T23:27:42.483 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-04-25T23:27:42.495 INFO:teuthology.orchestra.run.smithi157.stdout:Adding system user ceph....done 2024-04-25T23:27:42.650 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-25T23:27:42.654 INFO:teuthology.orchestra.run.smithi157.stdout:Setting system user ceph properties....done 2024-04-25T23:27:42.667 INFO:teuthology.orchestra.run.smithi157.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-04-25T23:27:42.775 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-04-25T23:27:42.803 INFO:teuthology.orchestra.run.smithi157.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-04-25T23:27:42.851 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-04-25T23:27:43.094 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-04-25T23:27:43.168 INFO:teuthology.orchestra.run.smithi157.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-04-25T23:27:43.436 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-04-25T23:27:43.536 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-04-25T23:27:43.728 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-04-25T23:27:43.827 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up ceph-test (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:27:43.854 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-rsa (4.8-1) ... 2024-04-25T23:27:43.871 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-04-25T23:27:43.953 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up radosgw (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:27:43.997 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up librados2 (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:27:44.113 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-04-25T23:27:44.123 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up libsqlite3-mod-ceph (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:27:44.233 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-04-25T23:27:44.365 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-04-25T23:27:44.410 INFO:teuthology.orchestra.run.smithi157.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-04-25T23:27:44.410 INFO:teuthology.orchestra.run.smithi157.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-04-25T23:27:44.519 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up libcephfs2 (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:27:44.645 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up libradosstriper1 (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:27:44.726 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-04-25T23:27:44.771 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-04-25T23:27:44.880 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up ceph-base (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:27:45.047 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up librbd1 (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:27:45.103 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-04-25T23:27:45.173 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up ceph-mgr-modules-core (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:27:45.198 INFO:teuthology.orchestra.run.smithi157.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-04-25T23:27:45.291 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up ceph-fuse (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:27:45.396 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-04-25T23:27:45.485 INFO:teuthology.orchestra.run.smithi161.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-04-25T23:27:45.486 INFO:teuthology.orchestra.run.smithi161.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-04-25T23:27:45.665 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up ceph-mds (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:27:45.740 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-04-25T23:27:45.866 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up librados2 (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:27:45.879 INFO:teuthology.orchestra.run.smithi157.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-04-25T23:27:45.879 INFO:teuthology.orchestra.run.smithi157.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-04-25T23:27:45.962 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up libcephfs-dev (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:27:45.992 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up libsqlite3-mod-ceph (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:27:46.077 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-rados (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:27:46.118 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-04-25T23:27:46.203 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up librgw2 (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:27:46.325 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up ceph-mgr (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:27:46.328 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-04-25T23:27:46.487 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up libcephfs2 (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:27:46.523 INFO:teuthology.orchestra.run.smithi157.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-04-25T23:27:46.523 INFO:teuthology.orchestra.run.smithi157.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-04-25T23:27:46.638 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up libradosstriper1 (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:27:46.789 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-04-25T23:27:46.987 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up ceph-osd (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:27:47.074 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up librbd1 (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:27:47.200 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up ceph-mgr-modules-core (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:27:47.238 INFO:teuthology.orchestra.run.smithi157.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-04-25T23:27:47.238 INFO:teuthology.orchestra.run.smithi157.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-04-25T23:27:47.326 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up ceph-fuse (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:27:47.535 INFO:teuthology.orchestra.run.smithi087.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-04-25T23:27:47.535 INFO:teuthology.orchestra.run.smithi087.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-04-25T23:27:47.582 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-rbd (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:27:47.692 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up rbd-fuse (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:27:47.712 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up ceph-mgr-k8sevents (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:27:47.801 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-rgw (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:27:47.838 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:27:47.919 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-cephfs (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:27:47.981 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up ceph-mon (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:27:48.036 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up libcephfs-dev (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:27:48.045 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up ceph-common (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:27:48.162 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-rados (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:27:48.182 INFO:teuthology.orchestra.run.smithi157.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-04-25T23:27:48.182 INFO:teuthology.orchestra.run.smithi157.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-04-25T23:27:48.287 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up librgw2 (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:27:48.438 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-04-25T23:27:48.596 INFO:teuthology.orchestra.run.smithi161.stdout:Adding group ceph....done 2024-04-25T23:27:48.718 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up ceph-mgr-cephadm (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:27:48.853 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up ceph (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:27:48.979 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up ceph-mgr-dashboard (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:27:48.980 INFO:teuthology.orchestra.run.smithi161.stdout:Adding system user ceph....done 2024-04-25T23:27:49.138 INFO:teuthology.orchestra.run.smithi157.stdout:Setting up ceph-volume (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:27:49.141 INFO:teuthology.orchestra.run.smithi161.stdout:Setting system user ceph properties....done 2024-04-25T23:27:49.157 INFO:teuthology.orchestra.run.smithi161.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-04-25T23:27:49.293 INFO:teuthology.orchestra.run.smithi161.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-04-25T23:27:49.593 INFO:teuthology.orchestra.run.smithi161.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-04-25T23:27:49.633 INFO:teuthology.orchestra.run.smithi157.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-04-25T23:27:49.725 INFO:teuthology.orchestra.run.smithi157.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-04-25T23:27:49.734 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-rbd (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:27:49.853 INFO:teuthology.orchestra.run.smithi157.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-04-25T23:27:49.860 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up rbd-fuse (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:27:49.986 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-rgw (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:27:50.062 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up ceph-test (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:27:50.128 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-cephfs (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:27:50.188 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up radosgw (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:27:50.263 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up ceph-common (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:27:50.669 INFO:teuthology.orchestra.run.smithi161.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-04-25T23:27:50.669 INFO:teuthology.orchestra.run.smithi161.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-04-25T23:27:50.839 INFO:teuthology.orchestra.run.smithi087.stdout:Adding group ceph....done 2024-04-25T23:27:51.010 INFO:teuthology.orchestra.run.smithi157.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-04-25T23:27:51.115 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up ceph-base (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:27:51.190 INFO:teuthology.orchestra.run.smithi087.stdout:Adding system user ceph....done 2024-04-25T23:27:51.358 INFO:teuthology.orchestra.run.smithi087.stdout:Setting system user ceph properties....done 2024-04-25T23:27:51.373 INFO:teuthology.orchestra.run.smithi087.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-04-25T23:27:51.436 INFO:teuthology.orchestra.run.smithi161.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-04-25T23:27:51.510 INFO:teuthology.orchestra.run.smithi087.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-04-25T23:27:51.642 INFO:teuthology.orchestra.run.smithi157.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-04-25T23:27:51.648 DEBUG:teuthology.parallel:result is None 2024-04-25T23:27:51.870 INFO:teuthology.orchestra.run.smithi087.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-04-25T23:27:51.900 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up ceph-mds (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:27:52.118 INFO:teuthology.orchestra.run.smithi161.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-04-25T23:27:52.119 INFO:teuthology.orchestra.run.smithi161.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-04-25T23:27:52.339 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up ceph-test (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:27:52.473 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up radosgw (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:27:52.569 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up ceph-mgr (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:27:52.781 INFO:teuthology.orchestra.run.smithi161.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-04-25T23:27:52.781 INFO:teuthology.orchestra.run.smithi161.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-04-25T23:27:52.933 INFO:teuthology.orchestra.run.smithi087.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-04-25T23:27:52.934 INFO:teuthology.orchestra.run.smithi087.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-04-25T23:27:53.245 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up ceph-osd (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:27:53.408 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up ceph-base (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:27:53.509 INFO:teuthology.orchestra.run.smithi161.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-04-25T23:27:53.509 INFO:teuthology.orchestra.run.smithi161.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-04-25T23:27:53.762 INFO:teuthology.orchestra.run.smithi087.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-04-25T23:27:54.022 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up ceph-mgr-k8sevents (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:27:54.148 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:27:54.260 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up ceph-mds (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:27:54.291 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up ceph-mon (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:27:54.495 INFO:teuthology.orchestra.run.smithi161.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-04-25T23:27:54.495 INFO:teuthology.orchestra.run.smithi161.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-04-25T23:27:54.513 INFO:teuthology.orchestra.run.smithi087.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-04-25T23:27:54.514 INFO:teuthology.orchestra.run.smithi087.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-04-25T23:27:54.984 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up ceph-mgr-cephadm (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:27:55.118 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up ceph (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:27:55.213 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up ceph-mgr (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:27:55.244 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up ceph-mgr-dashboard (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:27:55.398 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up ceph-volume (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:27:55.431 INFO:teuthology.orchestra.run.smithi087.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-04-25T23:27:55.431 INFO:teuthology.orchestra.run.smithi087.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-04-25T23:27:55.740 INFO:teuthology.orchestra.run.smithi161.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-04-25T23:27:55.848 INFO:teuthology.orchestra.run.smithi161.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-04-25T23:27:55.893 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up ceph-osd (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:27:56.093 INFO:teuthology.orchestra.run.smithi161.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-04-25T23:27:56.255 INFO:teuthology.orchestra.run.smithi087.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-04-25T23:27:56.256 INFO:teuthology.orchestra.run.smithi087.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-04-25T23:27:56.762 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up ceph-mgr-k8sevents (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:27:56.901 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:27:57.052 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up ceph-mon (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:27:57.210 INFO:teuthology.orchestra.run.smithi161.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-04-25T23:27:57.262 INFO:teuthology.orchestra.run.smithi087.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-04-25T23:27:57.263 INFO:teuthology.orchestra.run.smithi087.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-04-25T23:27:57.745 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up ceph-mgr-cephadm (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:27:57.857 INFO:teuthology.orchestra.run.smithi161.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-04-25T23:27:57.863 DEBUG:teuthology.parallel:result is None 2024-04-25T23:27:57.879 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up ceph (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:27:58.006 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up ceph-mgr-dashboard (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:27:58.174 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up ceph-volume (19.0.0-2445-gd2c45d97-1jammy) ... 2024-04-25T23:27:58.625 INFO:teuthology.orchestra.run.smithi087.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-04-25T23:27:58.734 INFO:teuthology.orchestra.run.smithi087.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-04-25T23:27:58.887 INFO:teuthology.orchestra.run.smithi087.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-04-25T23:27:59.628 INFO:teuthology.orchestra.run.smithi087.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-04-25T23:28:00.275 INFO:teuthology.orchestra.run.smithi087.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-04-25T23:28:00.279 DEBUG:teuthology.parallel:result is None 2024-04-25T23:28:00.280 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=d2c45d977142e024a59b68a8f1dce8f0b9840551 2024-04-25T23:28:00.526 DEBUG:teuthology.orchestra.run.smithi087:> dpkg-query -W -f '${Version}' ceph 2024-04-25T23:28:00.550 INFO:teuthology.orchestra.run.smithi087.stdout:19.0.0-2445-gd2c45d97-1jammy 2024-04-25T23:28:00.551 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2445-gd2c45d97-1jammy 2024-04-25T23:28:00.551 INFO:teuthology.task.install:The correct ceph version 19.0.0-2445-gd2c45d97-1jammy is installed. 2024-04-25T23:28:00.553 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=d2c45d977142e024a59b68a8f1dce8f0b9840551 2024-04-25T23:28:00.699 DEBUG:teuthology.orchestra.run.smithi157:> dpkg-query -W -f '${Version}' ceph 2024-04-25T23:28:00.720 INFO:teuthology.orchestra.run.smithi157.stdout:19.0.0-2445-gd2c45d97-1jammy 2024-04-25T23:28:00.721 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2445-gd2c45d97-1jammy 2024-04-25T23:28:00.721 INFO:teuthology.task.install:The correct ceph version 19.0.0-2445-gd2c45d97-1jammy is installed. 2024-04-25T23:28:00.723 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=d2c45d977142e024a59b68a8f1dce8f0b9840551 2024-04-25T23:28:00.948 DEBUG:teuthology.orchestra.run.smithi161:> dpkg-query -W -f '${Version}' ceph 2024-04-25T23:28:00.969 INFO:teuthology.orchestra.run.smithi161.stdout:19.0.0-2445-gd2c45d97-1jammy 2024-04-25T23:28:00.969 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2445-gd2c45d97-1jammy 2024-04-25T23:28:00.969 INFO:teuthology.task.install:The correct ceph version 19.0.0-2445-gd2c45d97-1jammy is installed. 2024-04-25T23:28:00.971 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-04-25T23:28:00.972 DEBUG:teuthology.orchestra.run.smithi087:> set -ex 2024-04-25T23:28:00.972 DEBUG:teuthology.orchestra.run.smithi087:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-25T23:28:00.986 DEBUG:teuthology.orchestra.run.smithi157:> set -ex 2024-04-25T23:28:00.987 DEBUG:teuthology.orchestra.run.smithi157:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-25T23:28:01.002 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2024-04-25T23:28:01.002 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-25T23:28:01.024 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-04-25T23:28:01.024 DEBUG:teuthology.orchestra.run.smithi087:> set -ex 2024-04-25T23:28:01.024 DEBUG:teuthology.orchestra.run.smithi087:> sudo dd of=/usr/bin/daemon-helper 2024-04-25T23:28:01.043 DEBUG:teuthology.orchestra.run.smithi087:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-25T23:28:01.097 DEBUG:teuthology.orchestra.run.smithi157:> set -ex 2024-04-25T23:28:01.097 DEBUG:teuthology.orchestra.run.smithi157:> sudo dd of=/usr/bin/daemon-helper 2024-04-25T23:28:01.113 DEBUG:teuthology.orchestra.run.smithi157:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-25T23:28:01.171 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2024-04-25T23:28:01.171 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd of=/usr/bin/daemon-helper 2024-04-25T23:28:01.186 DEBUG:teuthology.orchestra.run.smithi161:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-25T23:28:01.242 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-04-25T23:28:01.243 DEBUG:teuthology.orchestra.run.smithi087:> set -ex 2024-04-25T23:28:01.243 DEBUG:teuthology.orchestra.run.smithi087:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-25T23:28:01.296 DEBUG:teuthology.orchestra.run.smithi087:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-25T23:28:01.355 DEBUG:teuthology.orchestra.run.smithi157:> set -ex 2024-04-25T23:28:01.355 DEBUG:teuthology.orchestra.run.smithi157:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-25T23:28:01.368 DEBUG:teuthology.orchestra.run.smithi157:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-25T23:28:01.428 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2024-04-25T23:28:01.428 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-25T23:28:01.443 DEBUG:teuthology.orchestra.run.smithi161:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-25T23:28:01.498 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-04-25T23:28:01.499 DEBUG:teuthology.orchestra.run.smithi087:> set -ex 2024-04-25T23:28:01.499 DEBUG:teuthology.orchestra.run.smithi087:> sudo dd of=/usr/bin/stdin-killer 2024-04-25T23:28:01.515 DEBUG:teuthology.orchestra.run.smithi087:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-25T23:28:01.569 DEBUG:teuthology.orchestra.run.smithi157:> set -ex 2024-04-25T23:28:01.569 DEBUG:teuthology.orchestra.run.smithi157:> sudo dd of=/usr/bin/stdin-killer 2024-04-25T23:28:01.584 DEBUG:teuthology.orchestra.run.smithi157:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-25T23:28:01.644 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2024-04-25T23:28:01.644 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd of=/usr/bin/stdin-killer 2024-04-25T23:28:01.658 DEBUG:teuthology.orchestra.run.smithi161:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-25T23:28:01.714 INFO:teuthology.run_tasks:Running task cephadm... 2024-04-25T23:28:01.842 INFO:tasks.cephadm:Config: {'conf': {'global': {'mon election default strategy': 1}, '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'], 'log-only-match': ['CEPHADM_'], 'sha1': 'd2c45d977142e024a59b68a8f1dce8f0b9840551'} 2024-04-25T23:28:01.842 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d2c45d977142e024a59b68a8f1dce8f0b9840551 2024-04-25T23:28:01.843 INFO:tasks.cephadm:Cluster fsid is 7567fb78-035b-11ef-bc93-c7b262605968 2024-04-25T23:28:01.843 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-04-25T23:28:01.843 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.87', 'mon.b': '172.21.15.157', 'mon.c': '172.21.15.161'} 2024-04-25T23:28:01.843 INFO:tasks.cephadm:First mon is mon.a on smithi087 2024-04-25T23:28:01.843 INFO:tasks.cephadm:First mgr is a 2024-04-25T23:28:01.843 INFO:tasks.cephadm:Normalizing hostnames... 2024-04-25T23:28:01.843 DEBUG:teuthology.orchestra.run.smithi087:> sudo hostname $(hostname -s) 2024-04-25T23:28:01.858 DEBUG:teuthology.orchestra.run.smithi157:> sudo hostname $(hostname -s) 2024-04-25T23:28:01.871 DEBUG:teuthology.orchestra.run.smithi161:> sudo hostname $(hostname -s) 2024-04-25T23:28:01.886 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-04-25T23:28:01.886 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=d2c45d977142e024a59b68a8f1dce8f0b9840551 2024-04-25T23:28:02.029 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': 'd2c45d977142e024a59b68a8f1dce8f0b9840551', '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/54987/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-2445-gd2c45d97', 'node_name': '172.21.2.17+braggi17', '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-2445-gd2c45d97-1jammy'}, 'url': 'https://4.chacra.ceph.com/r/ceph/squid/d2c45d977142e024a59b68a8f1dce8f0b9840551/ubuntu/jammy/flavors/default/', 'distro_codename': 'jammy', 'modified': '2024-04-25 08:16:05.996417', 'distro_version': '22.04', 'project': 'ceph', 'flavor': 'default', 'ref': 'squid', 'chacra_url': 'https://4.chacra.ceph.com/repos/ceph/squid/d2c45d977142e024a59b68a8f1dce8f0b9840551/ubuntu/jammy/flavors/default/', 'archs': ['x86_64'], 'distro': 'ubuntu'}, {'status': 'ready', 'sha1': 'd2c45d977142e024a59b68a8f1dce8f0b9840551', '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/54981/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-2445-gd2c45d97', 'node_name': '172.21.5.37+adami07', '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-2445-gd2c45d97-1jammy'}, 'url': 'https://3.chacra.ceph.com/r/ceph/squid/d2c45d977142e024a59b68a8f1dce8f0b9840551/ubuntu/jammy/flavors/default/', 'distro_codename': 'jammy', 'modified': '2024-04-24 18:51:00.470676', 'distro_version': '22.04', 'project': 'ceph', 'flavor': 'default', 'ref': 'squid', 'chacra_url': 'https://3.chacra.ceph.com/repos/ceph/squid/d2c45d977142e024a59b68a8f1dce8f0b9840551/ubuntu/jammy/flavors/default/', 'archs': ['x86_64'], 'distro': 'ubuntu'}] 2024-04-25T23:28:02.271 INFO:tasks.util.chacra:got chacra host 4.chacra.ceph.com, ref squid, sha1 d2c45d977142e024a59b68a8f1dce8f0b9840551 from https://shaman.ceph.com/api/search/?project=ceph&distros=ubuntu%2F22.04%2Fx86_64&flavor=default&sha1=d2c45d977142e024a59b68a8f1dce8f0b9840551 2024-04-25T23:28:02.272 INFO:tasks.cephadm:Discovered cachra url: https://4.chacra.ceph.com/binaries/ceph/squid/d2c45d977142e024a59b68a8f1dce8f0b9840551/ubuntu/jammy/x86_64/flavors/default/cephadm 2024-04-25T23:28:02.273 DEBUG:teuthology.orchestra.run.smithi087:> curl --silent -L https://4.chacra.ceph.com/binaries/ceph/squid/d2c45d977142e024a59b68a8f1dce8f0b9840551/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-25T23:28:03.233 INFO:teuthology.orchestra.run.smithi087.stdout:-rw-rw-r-- 1 ubuntu ubuntu 788790 Apr 25 23:28 /home/ubuntu/cephtest/cephadm 2024-04-25T23:28:03.234 DEBUG:teuthology.orchestra.run.smithi157:> curl --silent -L https://4.chacra.ceph.com/binaries/ceph/squid/d2c45d977142e024a59b68a8f1dce8f0b9840551/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-25T23:28:04.555 INFO:teuthology.orchestra.run.smithi157.stdout:-rw-rw-r-- 1 ubuntu ubuntu 788790 Apr 25 23:28 /home/ubuntu/cephtest/cephadm 2024-04-25T23:28:04.555 DEBUG:teuthology.orchestra.run.smithi161:> curl --silent -L https://4.chacra.ceph.com/binaries/ceph/squid/d2c45d977142e024a59b68a8f1dce8f0b9840551/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-25T23:28:05.375 INFO:teuthology.orchestra.run.smithi161.stdout:-rw-rw-r-- 1 ubuntu ubuntu 788790 Apr 25 23:28 /home/ubuntu/cephtest/cephadm 2024-04-25T23:28:05.376 DEBUG:teuthology.orchestra.run.smithi087:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-25T23:28:05.385 DEBUG:teuthology.orchestra.run.smithi157:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-25T23:28:05.393 DEBUG:teuthology.orchestra.run.smithi161:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-25T23:28:05.411 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d2c45d977142e024a59b68a8f1dce8f0b9840551 on all hosts... 2024-04-25T23:28:05.411 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d2c45d977142e024a59b68a8f1dce8f0b9840551 pull 2024-04-25T23:28:05.430 DEBUG:teuthology.orchestra.run.smithi157:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d2c45d977142e024a59b68a8f1dce8f0b9840551 pull 2024-04-25T23:28:05.437 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d2c45d977142e024a59b68a8f1dce8f0b9840551 pull 2024-04-25T23:28:05.597 INFO:teuthology.orchestra.run.smithi087.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d2c45d977142e024a59b68a8f1dce8f0b9840551... 2024-04-25T23:28:05.600 INFO:teuthology.orchestra.run.smithi157.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d2c45d977142e024a59b68a8f1dce8f0b9840551... 2024-04-25T23:28:05.609 INFO:teuthology.orchestra.run.smithi161.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d2c45d977142e024a59b68a8f1dce8f0b9840551... 2024-04-25T23:29:01.284 INFO:teuthology.orchestra.run.smithi087.stdout:{ 2024-04-25T23:29:01.285 INFO:teuthology.orchestra.run.smithi087.stdout: "ceph_version": "ceph version 19.0.0-2445-gd2c45d97 (d2c45d977142e024a59b68a8f1dce8f0b9840551) squid (dev)", 2024-04-25T23:29:01.285 INFO:teuthology.orchestra.run.smithi087.stdout: "image_id": "f68e37b807ef3dfd57708ff7362bfa0edaabe0111536b8e8a4c26de22a72557e", 2024-04-25T23:29:01.285 INFO:teuthology.orchestra.run.smithi087.stdout: "repo_digests": [ 2024-04-25T23:29:01.285 INFO:teuthology.orchestra.run.smithi087.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:a7481a6d0dca93e16a29c8acf1c964b318bd33c455aa5b4e4025b7a00d008901" 2024-04-25T23:29:01.285 INFO:teuthology.orchestra.run.smithi087.stdout: ] 2024-04-25T23:29:01.286 INFO:teuthology.orchestra.run.smithi087.stdout:} 2024-04-25T23:29:22.289 INFO:teuthology.orchestra.run.smithi157.stdout:{ 2024-04-25T23:29:22.289 INFO:teuthology.orchestra.run.smithi157.stdout: "ceph_version": "ceph version 19.0.0-2445-gd2c45d97 (d2c45d977142e024a59b68a8f1dce8f0b9840551) squid (dev)", 2024-04-25T23:29:22.289 INFO:teuthology.orchestra.run.smithi157.stdout: "image_id": "f68e37b807ef3dfd57708ff7362bfa0edaabe0111536b8e8a4c26de22a72557e", 2024-04-25T23:29:22.289 INFO:teuthology.orchestra.run.smithi157.stdout: "repo_digests": [ 2024-04-25T23:29:22.289 INFO:teuthology.orchestra.run.smithi157.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:a7481a6d0dca93e16a29c8acf1c964b318bd33c455aa5b4e4025b7a00d008901" 2024-04-25T23:29:22.290 INFO:teuthology.orchestra.run.smithi157.stdout: ] 2024-04-25T23:29:22.290 INFO:teuthology.orchestra.run.smithi157.stdout:} 2024-04-25T23:29:26.264 INFO:teuthology.orchestra.run.smithi161.stdout:{ 2024-04-25T23:29:26.264 INFO:teuthology.orchestra.run.smithi161.stdout: "ceph_version": "ceph version 19.0.0-2445-gd2c45d97 (d2c45d977142e024a59b68a8f1dce8f0b9840551) squid (dev)", 2024-04-25T23:29:26.264 INFO:teuthology.orchestra.run.smithi161.stdout: "image_id": "f68e37b807ef3dfd57708ff7362bfa0edaabe0111536b8e8a4c26de22a72557e", 2024-04-25T23:29:26.264 INFO:teuthology.orchestra.run.smithi161.stdout: "repo_digests": [ 2024-04-25T23:29:26.264 INFO:teuthology.orchestra.run.smithi161.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:a7481a6d0dca93e16a29c8acf1c964b318bd33c455aa5b4e4025b7a00d008901" 2024-04-25T23:29:26.264 INFO:teuthology.orchestra.run.smithi161.stdout: ] 2024-04-25T23:29:26.264 INFO:teuthology.orchestra.run.smithi161.stdout:} 2024-04-25T23:29:26.298 DEBUG:teuthology.orchestra.run.smithi087:> sudo mkdir -p /etc/ceph 2024-04-25T23:29:26.311 DEBUG:teuthology.orchestra.run.smithi157:> sudo mkdir -p /etc/ceph 2024-04-25T23:29:26.326 DEBUG:teuthology.orchestra.run.smithi161:> sudo mkdir -p /etc/ceph 2024-04-25T23:29:26.338 DEBUG:teuthology.orchestra.run.smithi087:> sudo chmod 777 /etc/ceph 2024-04-25T23:29:26.366 DEBUG:teuthology.orchestra.run.smithi157:> sudo chmod 777 /etc/ceph 2024-04-25T23:29:26.382 DEBUG:teuthology.orchestra.run.smithi161:> sudo chmod 777 /etc/ceph 2024-04-25T23:29:26.395 INFO:tasks.cephadm:Writing seed config... 2024-04-25T23:29:26.397 INFO:tasks.cephadm: override: [global] mon election default strategy = 1 2024-04-25T23:29:26.397 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-04-25T23:29:26.397 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-04-25T23:29:26.397 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = True 2024-04-25T23:29:26.397 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-04-25T23:29:26.397 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-04-25T23:29:26.397 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-04-25T23:29:26.397 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-04-25T23:29:26.397 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-04-25T23:29:26.398 DEBUG:teuthology.orchestra.run.smithi087:> set -ex 2024-04-25T23:29:26.398 DEBUG:teuthology.orchestra.run.smithi087:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-04-25T23:29:26.419 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 = 7567fb78-035b-11ef-bc93-c7b262605968 mon election default strategy = 1 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = true bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 mgr/cephadm/use_agent = True [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-04-25T23:29:26.419 DEBUG:teuthology.orchestra.run.smithi087:mon.a> sudo journalctl -f -n 0 -u ceph-7567fb78-035b-11ef-bc93-c7b262605968@mon.a.service 2024-04-25T23:29:26.464 DEBUG:teuthology.orchestra.run.smithi087:mgr.a> sudo journalctl -f -n 0 -u ceph-7567fb78-035b-11ef-bc93-c7b262605968@mgr.a.service 2024-04-25T23:29:26.508 INFO:tasks.cephadm:Bootstrapping... 2024-04-25T23:29:26.508 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d2c45d977142e024a59b68a8f1dce8f0b9840551 -v bootstrap --fsid 7567fb78-035b-11ef-bc93-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.87 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-04-25T23:29:26.721 INFO:teuthology.orchestra.run.smithi087.stdout:-------------------------------------------------------------------------------- 2024-04-25T23:29:26.722 INFO:teuthology.orchestra.run.smithi087.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d2c45d977142e024a59b68a8f1dce8f0b9840551', '-v', 'bootstrap', '--fsid', '7567fb78-035b-11ef-bc93-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.87', '--skip-admin-label'] 2024-04-25T23:29:26.722 INFO:teuthology.orchestra.run.smithi087.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-04-25T23:29:26.722 INFO:teuthology.orchestra.run.smithi087.stdout:Verifying podman|docker is present... 2024-04-25T23:29:26.723 INFO:teuthology.orchestra.run.smithi087.stdout:Verifying lvm2 is present... 2024-04-25T23:29:26.723 INFO:teuthology.orchestra.run.smithi087.stdout:Verifying time synchronization is in place... 2024-04-25T23:29:26.729 INFO:teuthology.orchestra.run.smithi087.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-04-25T23:29:26.729 INFO:teuthology.orchestra.run.smithi087.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-04-25T23:29:26.733 INFO:teuthology.orchestra.run.smithi087.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-04-25T23:29:26.733 INFO:teuthology.orchestra.run.smithi087.stdout:systemctl: stdout inactive 2024-04-25T23:29:26.737 INFO:teuthology.orchestra.run.smithi087.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-04-25T23:29:26.737 INFO:teuthology.orchestra.run.smithi087.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-04-25T23:29:26.741 INFO:teuthology.orchestra.run.smithi087.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-04-25T23:29:26.741 INFO:teuthology.orchestra.run.smithi087.stdout:systemctl: stdout inactive 2024-04-25T23:29:26.745 INFO:teuthology.orchestra.run.smithi087.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-04-25T23:29:26.745 INFO:teuthology.orchestra.run.smithi087.stdout:systemctl: stdout masked 2024-04-25T23:29:26.749 INFO:teuthology.orchestra.run.smithi087.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-04-25T23:29:26.749 INFO:teuthology.orchestra.run.smithi087.stdout:systemctl: stdout inactive 2024-04-25T23:29:26.752 INFO:teuthology.orchestra.run.smithi087.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-04-25T23:29:26.752 INFO:teuthology.orchestra.run.smithi087.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-04-25T23:29:26.756 INFO:teuthology.orchestra.run.smithi087.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-04-25T23:29:26.756 INFO:teuthology.orchestra.run.smithi087.stdout:systemctl: stdout inactive 2024-04-25T23:29:26.760 INFO:teuthology.orchestra.run.smithi087.stdout:systemctl: stdout enabled 2024-04-25T23:29:26.764 INFO:teuthology.orchestra.run.smithi087.stdout:systemctl: stdout active 2024-04-25T23:29:26.765 INFO:teuthology.orchestra.run.smithi087.stdout:Unit ntp.service is enabled and running 2024-04-25T23:29:26.765 INFO:teuthology.orchestra.run.smithi087.stdout:Repeating the final host check... 2024-04-25T23:29:26.765 INFO:teuthology.orchestra.run.smithi087.stdout:docker (/usr/bin/docker) is present 2024-04-25T23:29:26.765 INFO:teuthology.orchestra.run.smithi087.stdout:systemctl is present 2024-04-25T23:29:26.765 INFO:teuthology.orchestra.run.smithi087.stdout:lvcreate is present 2024-04-25T23:29:26.768 INFO:teuthology.orchestra.run.smithi087.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-04-25T23:29:26.768 INFO:teuthology.orchestra.run.smithi087.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-04-25T23:29:26.771 INFO:teuthology.orchestra.run.smithi087.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-04-25T23:29:26.771 INFO:teuthology.orchestra.run.smithi087.stdout:systemctl: stdout inactive 2024-04-25T23:29:26.774 INFO:teuthology.orchestra.run.smithi087.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-04-25T23:29:26.774 INFO:teuthology.orchestra.run.smithi087.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-04-25T23:29:26.778 INFO:teuthology.orchestra.run.smithi087.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-04-25T23:29:26.778 INFO:teuthology.orchestra.run.smithi087.stdout:systemctl: stdout inactive 2024-04-25T23:29:26.781 INFO:teuthology.orchestra.run.smithi087.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-04-25T23:29:26.781 INFO:teuthology.orchestra.run.smithi087.stdout:systemctl: stdout masked 2024-04-25T23:29:26.784 INFO:teuthology.orchestra.run.smithi087.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-04-25T23:29:26.784 INFO:teuthology.orchestra.run.smithi087.stdout:systemctl: stdout inactive 2024-04-25T23:29:26.789 INFO:teuthology.orchestra.run.smithi087.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-04-25T23:29:26.789 INFO:teuthology.orchestra.run.smithi087.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-04-25T23:29:26.791 INFO:teuthology.orchestra.run.smithi087.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-04-25T23:29:26.791 INFO:teuthology.orchestra.run.smithi087.stdout:systemctl: stdout inactive 2024-04-25T23:29:26.794 INFO:teuthology.orchestra.run.smithi087.stdout:systemctl: stdout enabled 2024-04-25T23:29:26.799 INFO:teuthology.orchestra.run.smithi087.stdout:systemctl: stdout active 2024-04-25T23:29:26.799 INFO:teuthology.orchestra.run.smithi087.stdout:Unit ntp.service is enabled and running 2024-04-25T23:29:26.799 INFO:teuthology.orchestra.run.smithi087.stdout:Host looks OK 2024-04-25T23:29:26.799 INFO:teuthology.orchestra.run.smithi087.stdout:Cluster fsid: 7567fb78-035b-11ef-bc93-c7b262605968 2024-04-25T23:29:26.799 INFO:teuthology.orchestra.run.smithi087.stdout:Acquiring lock 140047540594544 on /run/cephadm/7567fb78-035b-11ef-bc93-c7b262605968.lock 2024-04-25T23:29:26.799 INFO:teuthology.orchestra.run.smithi087.stdout:Lock 140047540594544 acquired on /run/cephadm/7567fb78-035b-11ef-bc93-c7b262605968.lock 2024-04-25T23:29:26.799 INFO:teuthology.orchestra.run.smithi087.stdout:Verifying IP 172.21.15.87 port 3300 ... 2024-04-25T23:29:26.799 INFO:teuthology.orchestra.run.smithi087.stdout:Verifying IP 172.21.15.87 port 6789 ... 2024-04-25T23:29:26.799 INFO:teuthology.orchestra.run.smithi087.stdout:Base mon IP(s) is [172.21.15.87:3300, 172.21.15.87:6789], mon addrv is [v2:172.21.15.87:3300,v1:172.21.15.87:6789] 2024-04-25T23:29:26.802 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 2024-04-25T23:29:26.802 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.87 metric 100 2024-04-25T23:29:26.802 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/sbin/ip: stdout 158.69.67.47 via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.87 metric 100 2024-04-25T23:29:26.802 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/sbin/ip: stdout 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-04-25T23:29:26.802 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/sbin/ip: stdout 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.87 metric 100 2024-04-25T23:29:26.802 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/sbin/ip: stdout 172.21.0.1 dev enp3s0f1 proto dhcp scope link src 172.21.15.87 metric 100 2024-04-25T23:29:26.802 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/sbin/ip: stdout 172.21.0.2 dev enp3s0f1 proto dhcp scope link src 172.21.15.87 metric 100 2024-04-25T23:29:26.803 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/sbin/ip: stdout 172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.87 metric 100 2024-04-25T23:29:26.804 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-04-25T23:29:26.804 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/sbin/ip: stdout fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2024-04-25T23:29:26.804 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 100 expires 1799sec pref medium 2024-04-25T23:29:26.807 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-04-25T23:29:26.807 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/sbin/ip: stdout inet6 ::1/128 scope host 2024-04-25T23:29:26.807 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-04-25T23:29:26.807 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/sbin/ip: stdout 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-04-25T23:29:26.807 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/sbin/ip: stdout inet6 fe80::ec4:7aff:fe8f:d5f5/64 scope link 2024-04-25T23:29:26.807 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-04-25T23:29:26.808 INFO:teuthology.orchestra.run.smithi087.stdout:Mon IP `172.21.15.87` is in CIDR network `172.21.0.0/20` 2024-04-25T23:29:26.808 INFO:teuthology.orchestra.run.smithi087.stdout:Mon IP `172.21.15.87` is in CIDR network `172.21.0.0/20` 2024-04-25T23:29:26.808 INFO:teuthology.orchestra.run.smithi087.stdout:Mon IP `172.21.15.87` is in CIDR network `172.21.0.1/32` 2024-04-25T23:29:26.808 INFO:teuthology.orchestra.run.smithi087.stdout:Mon IP `172.21.15.87` is in CIDR network `172.21.0.1/32` 2024-04-25T23:29:26.809 INFO:teuthology.orchestra.run.smithi087.stdout:Mon IP `172.21.15.87` is in CIDR network `172.21.0.2/32` 2024-04-25T23:29:26.809 INFO:teuthology.orchestra.run.smithi087.stdout:Mon IP `172.21.15.87` is in CIDR network `172.21.0.2/32` 2024-04-25T23:29:26.809 INFO:teuthology.orchestra.run.smithi087.stdout:Mon IP `172.21.15.87` is in CIDR network `172.21.15.254/32` 2024-04-25T23:29:26.809 INFO:teuthology.orchestra.run.smithi087.stdout:Mon IP `172.21.15.87` is in CIDR network `172.21.15.254/32` 2024-04-25T23:29:26.809 INFO:teuthology.orchestra.run.smithi087.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20', '172.21.0.1/32', '172.21.0.1/32', '172.21.0.2/32', '172.21.0.2/32', '172.21.15.254/32', '172.21.15.254/32'] 2024-04-25T23:29:26.809 INFO:teuthology.orchestra.run.smithi087.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-04-25T23:29:26.809 INFO:teuthology.orchestra.run.smithi087.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d2c45d977142e024a59b68a8f1dce8f0b9840551... 2024-04-25T23:29:27.080 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/docker: stdout d2c45d977142e024a59b68a8f1dce8f0b9840551: Pulling from ceph-ci/ceph 2024-04-25T23:29:27.081 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/docker: stdout Digest: sha256:a7481a6d0dca93e16a29c8acf1c964b318bd33c455aa5b4e4025b7a00d008901 2024-04-25T23:29:27.081 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/docker: stdout Status: Image is up to date for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d2c45d977142e024a59b68a8f1dce8f0b9840551 2024-04-25T23:29:27.081 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/docker: stdout quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d2c45d977142e024a59b68a8f1dce8f0b9840551 2024-04-25T23:29:28.533 INFO:teuthology.orchestra.run.smithi087.stdout:ceph: stdout ceph version 19.0.0-2445-gd2c45d97 (d2c45d977142e024a59b68a8f1dce8f0b9840551) squid (dev) 2024-04-25T23:29:28.533 INFO:teuthology.orchestra.run.smithi087.stdout:Ceph version: ceph version 19.0.0-2445-gd2c45d97 (d2c45d977142e024a59b68a8f1dce8f0b9840551) squid (dev) 2024-04-25T23:29:28.534 INFO:teuthology.orchestra.run.smithi087.stdout:Extracting ceph user uid/gid from container image... 2024-04-25T23:29:29.814 INFO:teuthology.orchestra.run.smithi087.stdout:stat: stdout 167 167 2024-04-25T23:29:29.814 INFO:teuthology.orchestra.run.smithi087.stdout:Creating initial keys... 2024-04-25T23:29:31.034 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-authtool: stdout AQBa5ypm09yvHhAAEJGKb8OnZtZzBkipkPMgiA== 2024-04-25T23:29:32.205 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-authtool: stdout AQBb5ypmoeajKhAAfg+3arHIVfGbNIVVNiBIZA== 2024-04-25T23:29:33.418 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-authtool: stdout AQBc5ypmMB0VNhAAN1dD5SA7H22dKZQz7jXbBg== 2024-04-25T23:29:33.419 INFO:teuthology.orchestra.run.smithi087.stdout:Creating initial monmap... 2024-04-25T23:29:34.731 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-04-25T23:29:34.731 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-04-25T23:29:34.731 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 7567fb78-035b-11ef-bc93-c7b262605968 2024-04-25T23:29:34.731 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-04-25T23:29:34.731 INFO:teuthology.orchestra.run.smithi087.stdout:monmaptool for a [v2:172.21.15.87:3300,v1:172.21.15.87:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-04-25T23:29:34.732 INFO:teuthology.orchestra.run.smithi087.stdout:setting min_mon_release = quincy 2024-04-25T23:29:34.732 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/monmaptool: set fsid to 7567fb78-035b-11ef-bc93-c7b262605968 2024-04-25T23:29:34.732 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-04-25T23:29:34.732 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-04-25T23:29:34.732 INFO:teuthology.orchestra.run.smithi087.stdout:Creating mon... 2024-04-25T23:29:36.148 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.549+0000 7ff0356aac80 0 set uid:gid to 167:167 (ceph:ceph) 2024-04-25T23:29:36.148 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.549+0000 7ff0356aac80 1 imported monmap: 2024-04-25T23:29:36.149 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr epoch 0 2024-04-25T23:29:36.149 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr fsid 7567fb78-035b-11ef-bc93-c7b262605968 2024-04-25T23:29:36.149 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr last_changed 2024-04-25T23:29:34.198083+0000 2024-04-25T23:29:36.149 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr created 2024-04-25T23:29:34.198083+0000 2024-04-25T23:29:36.149 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr min_mon_release 17 (quincy) 2024-04-25T23:29:36.149 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr election_strategy: 1 2024-04-25T23:29:36.149 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr 0: [v2:172.21.15.87:3300/0,v1:172.21.15.87:6789/0] mon.a 2024-04-25T23:29:36.149 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr 2024-04-25T23:29:36.149 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.549+0000 7ff0356aac80 0 /usr/bin/ceph-mon: set fsid to 7567fb78-035b-11ef-bc93-c7b262605968 2024-04-25T23:29:36.149 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.549+0000 7ff0356aac80 4 rocksdb: RocksDB version: 7.9.2 2024-04-25T23:29:36.149 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr 2024-04-25T23:29:36.149 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.549+0000 7ff0356aac80 4 rocksdb: Git sha 0 2024-04-25T23:29:36.149 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.549+0000 7ff0356aac80 4 rocksdb: Compile date 2024-04-24 16:41:23 2024-04-25T23:29:36.150 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.549+0000 7ff0356aac80 4 rocksdb: DB SUMMARY 2024-04-25T23:29:36.150 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr 2024-04-25T23:29:36.150 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.549+0000 7ff0356aac80 4 rocksdb: DB Session ID: 2U62IJG428LQX78EZ212 2024-04-25T23:29:36.150 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr 2024-04-25T23:29:36.150 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.549+0000 7ff0356aac80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 0, files: 2024-04-25T23:29:36.150 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr 2024-04-25T23:29:36.150 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.549+0000 7ff0356aac80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 2024-04-25T23:29:36.150 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr 2024-04-25T23:29:36.150 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.549+0000 7ff0356aac80 4 rocksdb: Options.error_if_exists: 0 2024-04-25T23:29:36.150 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.549+0000 7ff0356aac80 4 rocksdb: Options.create_if_missing: 1 2024-04-25T23:29:36.150 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.549+0000 7ff0356aac80 4 rocksdb: Options.paranoid_checks: 1 2024-04-25T23:29:36.150 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.549+0000 7ff0356aac80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-04-25T23:29:36.150 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.549+0000 7ff0356aac80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-04-25T23:29:36.151 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.549+0000 7ff0356aac80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-04-25T23:29:36.151 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.549+0000 7ff0356aac80 4 rocksdb: Options.env: 0x55b9a3048c60 2024-04-25T23:29:36.151 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.549+0000 7ff0356aac80 4 rocksdb: Options.fs: PosixFileSystem 2024-04-25T23:29:36.151 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.549+0000 7ff0356aac80 4 rocksdb: Options.info_log: 0x55b9a577ed20 2024-04-25T23:29:36.151 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.549+0000 7ff0356aac80 4 rocksdb: Options.max_file_opening_threads: 16 2024-04-25T23:29:36.151 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.549+0000 7ff0356aac80 4 rocksdb: Options.statistics: (nil) 2024-04-25T23:29:36.151 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.549+0000 7ff0356aac80 4 rocksdb: Options.use_fsync: 0 2024-04-25T23:29:36.151 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.549+0000 7ff0356aac80 4 rocksdb: Options.max_log_file_size: 0 2024-04-25T23:29:36.151 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.549+0000 7ff0356aac80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-25T23:29:36.151 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.549+0000 7ff0356aac80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-04-25T23:29:36.151 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.549+0000 7ff0356aac80 4 rocksdb: Options.keep_log_file_num: 1000 2024-04-25T23:29:36.151 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.549+0000 7ff0356aac80 4 rocksdb: Options.recycle_log_file_num: 0 2024-04-25T23:29:36.151 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.549+0000 7ff0356aac80 4 rocksdb: Options.allow_fallocate: 1 2024-04-25T23:29:36.151 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.549+0000 7ff0356aac80 4 rocksdb: Options.allow_mmap_reads: 0 2024-04-25T23:29:36.152 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.549+0000 7ff0356aac80 4 rocksdb: Options.allow_mmap_writes: 0 2024-04-25T23:29:36.152 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.549+0000 7ff0356aac80 4 rocksdb: Options.use_direct_reads: 0 2024-04-25T23:29:36.152 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.549+0000 7ff0356aac80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-25T23:29:36.152 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.549+0000 7ff0356aac80 4 rocksdb: Options.create_missing_column_families: 0 2024-04-25T23:29:36.152 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.549+0000 7ff0356aac80 4 rocksdb: Options.db_log_dir: 2024-04-25T23:29:36.152 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.549+0000 7ff0356aac80 4 rocksdb: Options.wal_dir: 2024-04-25T23:29:36.152 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.549+0000 7ff0356aac80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-04-25T23:29:36.152 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.549+0000 7ff0356aac80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-04-25T23:29:36.152 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.549+0000 7ff0356aac80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-04-25T23:29:36.152 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.549+0000 7ff0356aac80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-25T23:29:36.152 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.549+0000 7ff0356aac80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-25T23:29:36.152 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.549+0000 7ff0356aac80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-04-25T23:29:36.152 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.549+0000 7ff0356aac80 4 rocksdb: Options.advise_random_on_open: 1 2024-04-25T23:29:36.153 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.549+0000 7ff0356aac80 4 rocksdb: Options.db_write_buffer_size: 0 2024-04-25T23:29:36.153 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.549+0000 7ff0356aac80 4 rocksdb: Options.write_buffer_manager: 0x55b9a5753360 2024-04-25T23:29:36.153 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.549+0000 7ff0356aac80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-25T23:29:36.153 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.549+0000 7ff0356aac80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-25T23:29:36.153 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.549+0000 7ff0356aac80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-04-25T23:29:36.153 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.549+0000 7ff0356aac80 4 rocksdb: Options.rate_limiter: (nil) 2024-04-25T23:29:36.153 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.549+0000 7ff0356aac80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-25T23:29:36.153 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.549+0000 7ff0356aac80 4 rocksdb: Options.wal_recovery_mode: 2 2024-04-25T23:29:36.153 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.549+0000 7ff0356aac80 4 rocksdb: Options.enable_thread_tracking: 0 2024-04-25T23:29:36.153 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.549+0000 7ff0356aac80 4 rocksdb: Options.enable_pipelined_write: 0 2024-04-25T23:29:36.153 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.549+0000 7ff0356aac80 4 rocksdb: Options.unordered_write: 0 2024-04-25T23:29:36.153 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.549+0000 7ff0356aac80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-25T23:29:36.153 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.549+0000 7ff0356aac80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-25T23:29:36.153 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.549+0000 7ff0356aac80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-25T23:29:36.154 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.549+0000 7ff0356aac80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-25T23:29:36.154 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.549+0000 7ff0356aac80 4 rocksdb: Options.row_cache: None 2024-04-25T23:29:36.154 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.549+0000 7ff0356aac80 4 rocksdb: Options.wal_filter: None 2024-04-25T23:29:36.154 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.549+0000 7ff0356aac80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-25T23:29:36.154 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.549+0000 7ff0356aac80 4 rocksdb: Options.allow_ingest_behind: 0 2024-04-25T23:29:36.154 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.549+0000 7ff0356aac80 4 rocksdb: Options.two_write_queues: 0 2024-04-25T23:29:36.154 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.549+0000 7ff0356aac80 4 rocksdb: Options.manual_wal_flush: 0 2024-04-25T23:29:36.154 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.549+0000 7ff0356aac80 4 rocksdb: Options.wal_compression: 0 2024-04-25T23:29:36.154 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.549+0000 7ff0356aac80 4 rocksdb: Options.atomic_flush: 0 2024-04-25T23:29:36.154 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.549+0000 7ff0356aac80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-25T23:29:36.154 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.549+0000 7ff0356aac80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-04-25T23:29:36.154 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.549+0000 7ff0356aac80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-04-25T23:29:36.155 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.549+0000 7ff0356aac80 4 rocksdb: Options.log_readahead_size: 0 2024-04-25T23:29:36.155 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.549+0000 7ff0356aac80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-04-25T23:29:36.155 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.549+0000 7ff0356aac80 4 rocksdb: Options.best_efforts_recovery: 0 2024-04-25T23:29:36.155 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.549+0000 7ff0356aac80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-04-25T23:29:36.155 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.549+0000 7ff0356aac80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-04-25T23:29:36.155 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.549+0000 7ff0356aac80 4 rocksdb: Options.allow_data_in_errors: 0 2024-04-25T23:29:36.155 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.549+0000 7ff0356aac80 4 rocksdb: Options.db_host_id: __hostname__ 2024-04-25T23:29:36.155 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.549+0000 7ff0356aac80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-04-25T23:29:36.155 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.549+0000 7ff0356aac80 4 rocksdb: Options.max_background_jobs: 2 2024-04-25T23:29:36.155 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.549+0000 7ff0356aac80 4 rocksdb: Options.max_background_compactions: -1 2024-04-25T23:29:36.155 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.549+0000 7ff0356aac80 4 rocksdb: Options.max_subcompactions: 1 2024-04-25T23:29:36.155 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.549+0000 7ff0356aac80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-25T23:29:36.155 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.549+0000 7ff0356aac80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-25T23:29:36.155 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.549+0000 7ff0356aac80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-04-25T23:29:36.155 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.549+0000 7ff0356aac80 4 rocksdb: Options.max_total_wal_size: 0 2024-04-25T23:29:36.156 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.549+0000 7ff0356aac80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-25T23:29:36.156 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.549+0000 7ff0356aac80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-04-25T23:29:36.156 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.549+0000 7ff0356aac80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-04-25T23:29:36.156 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.549+0000 7ff0356aac80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-25T23:29:36.156 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.549+0000 7ff0356aac80 4 rocksdb: Options.max_open_files: -1 2024-04-25T23:29:36.156 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.549+0000 7ff0356aac80 4 rocksdb: Options.bytes_per_sync: 0 2024-04-25T23:29:36.156 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.549+0000 7ff0356aac80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-04-25T23:29:36.156 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.553+0000 7ff0356aac80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-04-25T23:29:36.156 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.553+0000 7ff0356aac80 4 rocksdb: Options.compaction_readahead_size: 0 2024-04-25T23:29:36.156 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.553+0000 7ff0356aac80 4 rocksdb: Options.max_background_flushes: -1 2024-04-25T23:29:36.156 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.553+0000 7ff0356aac80 4 rocksdb: Compression algorithms supported: 2024-04-25T23:29:36.156 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.553+0000 7ff0356aac80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-25T23:29:36.156 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.553+0000 7ff0356aac80 4 rocksdb: kZSTD supported: 0 2024-04-25T23:29:36.156 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.553+0000 7ff0356aac80 4 rocksdb: kXpressCompression supported: 0 2024-04-25T23:29:36.157 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.553+0000 7ff0356aac80 4 rocksdb: kLZ4HCCompression supported: 1 2024-04-25T23:29:36.157 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.553+0000 7ff0356aac80 4 rocksdb: kZlibCompression supported: 1 2024-04-25T23:29:36.157 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.553+0000 7ff0356aac80 4 rocksdb: kSnappyCompression supported: 1 2024-04-25T23:29:36.157 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.553+0000 7ff0356aac80 4 rocksdb: kLZ4Compression supported: 1 2024-04-25T23:29:36.157 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.553+0000 7ff0356aac80 4 rocksdb: kBZip2Compression supported: 0 2024-04-25T23:29:36.157 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.553+0000 7ff0356aac80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-04-25T23:29:36.157 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.553+0000 7ff0356aac80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-04-25T23:29:36.157 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.553+0000 7ff0356aac80 4 rocksdb: [db/db_impl/db_impl_open.cc:317] Creating manifest 1 2024-04-25T23:29:36.157 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr 2024-04-25T23:29:36.157 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.553+0000 7ff0356aac80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 2024-04-25T23:29:36.157 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr 2024-04-25T23:29:36.157 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.553+0000 7ff0356aac80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-04-25T23:29:36.157 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr 2024-04-25T23:29:36.157 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.553+0000 7ff0356aac80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-25T23:29:36.157 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.553+0000 7ff0356aac80 4 rocksdb: Options.merge_operator: 2024-04-25T23:29:36.158 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.553+0000 7ff0356aac80 4 rocksdb: Options.compaction_filter: None 2024-04-25T23:29:36.158 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.553+0000 7ff0356aac80 4 rocksdb: Options.compaction_filter_factory: None 2024-04-25T23:29:36.158 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.553+0000 7ff0356aac80 4 rocksdb: Options.sst_partitioner_factory: None 2024-04-25T23:29:36.158 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.553+0000 7ff0356aac80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-04-25T23:29:36.158 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.553+0000 7ff0356aac80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-04-25T23:29:36.158 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.553+0000 7ff0356aac80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55b9a577ee20) 2024-04-25T23:29:36.158 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks: 1 2024-04-25T23:29:36.158 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks_with_high_priority: 0 2024-04-25T23:29:36.158 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-25T23:29:36.158 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr pin_top_level_index_and_filter: 1 2024-04-25T23:29:36.158 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr index_type: 0 2024-04-25T23:29:36.158 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr data_block_index_type: 0 2024-04-25T23:29:36.158 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr index_shortening: 1 2024-04-25T23:29:36.158 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr data_block_hash_table_util_ratio: 0.750000 2024-04-25T23:29:36.159 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr checksum: 4 2024-04-25T23:29:36.159 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr no_block_cache: 0 2024-04-25T23:29:36.159 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr block_cache: 0x55b9a5783090 2024-04-25T23:29:36.159 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr block_cache_name: BinnedLRUCache 2024-04-25T23:29:36.159 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr block_cache_options: 2024-04-25T23:29:36.159 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr capacity : 536870912 2024-04-25T23:29:36.159 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr num_shard_bits : 4 2024-04-25T23:29:36.159 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr strict_capacity_limit : 0 2024-04-25T23:29:36.159 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr high_pri_pool_ratio: 0.000 2024-04-25T23:29:36.159 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr block_cache_compressed: (nil) 2024-04-25T23:29:36.159 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr persistent_cache: (nil) 2024-04-25T23:29:36.159 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr block_size: 4096 2024-04-25T23:29:36.159 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr block_size_deviation: 10 2024-04-25T23:29:36.159 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr block_restart_interval: 16 2024-04-25T23:29:36.159 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr index_block_restart_interval: 1 2024-04-25T23:29:36.160 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr metadata_block_size: 4096 2024-04-25T23:29:36.160 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr partition_filters: 0 2024-04-25T23:29:36.160 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr use_delta_encoding: 1 2024-04-25T23:29:36.160 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr filter_policy: bloomfilter 2024-04-25T23:29:36.160 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr whole_key_filtering: 1 2024-04-25T23:29:36.160 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr verify_compression: 0 2024-04-25T23:29:36.160 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr read_amp_bytes_per_bit: 0 2024-04-25T23:29:36.160 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr format_version: 5 2024-04-25T23:29:36.160 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr enable_index_compression: 1 2024-04-25T23:29:36.160 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr block_align: 0 2024-04-25T23:29:36.160 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr max_auto_readahead_size: 262144 2024-04-25T23:29:36.160 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr prepopulate_block_cache: 0 2024-04-25T23:29:36.160 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr initial_auto_readahead_size: 8192 2024-04-25T23:29:36.160 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr num_file_reads_for_auto_readahead: 2 2024-04-25T23:29:36.160 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr 2024-04-25T23:29:36.161 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.553+0000 7ff0356aac80 4 rocksdb: Options.write_buffer_size: 33554432 2024-04-25T23:29:36.161 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.553+0000 7ff0356aac80 4 rocksdb: Options.max_write_buffer_number: 2 2024-04-25T23:29:36.161 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.553+0000 7ff0356aac80 4 rocksdb: Options.compression: NoCompression 2024-04-25T23:29:36.161 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.553+0000 7ff0356aac80 4 rocksdb: Options.bottommost_compression: Disabled 2024-04-25T23:29:36.161 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.553+0000 7ff0356aac80 4 rocksdb: Options.prefix_extractor: nullptr 2024-04-25T23:29:36.161 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.553+0000 7ff0356aac80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-25T23:29:36.161 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.553+0000 7ff0356aac80 4 rocksdb: Options.num_levels: 7 2024-04-25T23:29:36.161 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.553+0000 7ff0356aac80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-25T23:29:36.161 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.553+0000 7ff0356aac80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-25T23:29:36.161 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.553+0000 7ff0356aac80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-25T23:29:36.161 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.553+0000 7ff0356aac80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-25T23:29:36.161 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.553+0000 7ff0356aac80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-25T23:29:36.161 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.553+0000 7ff0356aac80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-25T23:29:36.161 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.553+0000 7ff0356aac80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-25T23:29:36.162 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.553+0000 7ff0356aac80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-25T23:29:36.162 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.553+0000 7ff0356aac80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-04-25T23:29:36.162 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.553+0000 7ff0356aac80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-25T23:29:36.162 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.553+0000 7ff0356aac80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-04-25T23:29:36.162 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.553+0000 7ff0356aac80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-04-25T23:29:36.162 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.553+0000 7ff0356aac80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-04-25T23:29:36.162 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.553+0000 7ff0356aac80 4 rocksdb: Options.compression_opts.level: 32767 2024-04-25T23:29:36.162 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.553+0000 7ff0356aac80 4 rocksdb: Options.compression_opts.strategy: 0 2024-04-25T23:29:36.162 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.553+0000 7ff0356aac80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-25T23:29:36.162 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.553+0000 7ff0356aac80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-25T23:29:36.162 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.553+0000 7ff0356aac80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-04-25T23:29:36.162 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.553+0000 7ff0356aac80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-04-25T23:29:36.162 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.553+0000 7ff0356aac80 4 rocksdb: Options.compression_opts.enabled: false 2024-04-25T23:29:36.163 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.553+0000 7ff0356aac80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-04-25T23:29:36.163 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.553+0000 7ff0356aac80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-25T23:29:36.163 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.553+0000 7ff0356aac80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-25T23:29:36.163 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.553+0000 7ff0356aac80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-25T23:29:36.163 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.553+0000 7ff0356aac80 4 rocksdb: Options.target_file_size_base: 67108864 2024-04-25T23:29:36.163 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.553+0000 7ff0356aac80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-04-25T23:29:36.163 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.553+0000 7ff0356aac80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-25T23:29:36.163 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.553+0000 7ff0356aac80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-25T23:29:36.163 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.553+0000 7ff0356aac80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-25T23:29:36.163 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.553+0000 7ff0356aac80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-25T23:29:36.163 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.553+0000 7ff0356aac80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-25T23:29:36.163 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.553+0000 7ff0356aac80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-25T23:29:36.163 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.553+0000 7ff0356aac80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-25T23:29:36.163 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.553+0000 7ff0356aac80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-25T23:29:36.164 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.553+0000 7ff0356aac80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-25T23:29:36.164 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.553+0000 7ff0356aac80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-25T23:29:36.164 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.553+0000 7ff0356aac80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-25T23:29:36.164 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.553+0000 7ff0356aac80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-25T23:29:36.164 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.553+0000 7ff0356aac80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-04-25T23:29:36.164 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.553+0000 7ff0356aac80 4 rocksdb: Options.arena_block_size: 1048576 2024-04-25T23:29:36.164 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.553+0000 7ff0356aac80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-25T23:29:36.164 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.553+0000 7ff0356aac80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-25T23:29:36.164 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.553+0000 7ff0356aac80 4 rocksdb: Options.disable_auto_compactions: 0 2024-04-25T23:29:36.164 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.553+0000 7ff0356aac80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-25T23:29:36.164 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.553+0000 7ff0356aac80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-25T23:29:36.164 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.553+0000 7ff0356aac80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-25T23:29:36.164 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.553+0000 7ff0356aac80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-25T23:29:36.164 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.553+0000 7ff0356aac80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-25T23:29:36.165 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.553+0000 7ff0356aac80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-25T23:29:36.165 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.553+0000 7ff0356aac80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-25T23:29:36.165 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.553+0000 7ff0356aac80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-25T23:29:36.165 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.553+0000 7ff0356aac80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-25T23:29:36.165 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.553+0000 7ff0356aac80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-25T23:29:36.165 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.553+0000 7ff0356aac80 4 rocksdb: Options.table_properties_collectors: 2024-04-25T23:29:36.165 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.553+0000 7ff0356aac80 4 rocksdb: Options.inplace_update_support: 0 2024-04-25T23:29:36.165 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.553+0000 7ff0356aac80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-04-25T23:29:36.165 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.553+0000 7ff0356aac80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-25T23:29:36.165 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.553+0000 7ff0356aac80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-25T23:29:36.165 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.553+0000 7ff0356aac80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-04-25T23:29:36.165 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.553+0000 7ff0356aac80 4 rocksdb: Options.bloom_locality: 0 2024-04-25T23:29:36.165 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.553+0000 7ff0356aac80 4 rocksdb: Options.max_successive_merges: 0 2024-04-25T23:29:36.165 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.553+0000 7ff0356aac80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-04-25T23:29:36.166 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.553+0000 7ff0356aac80 4 rocksdb: Options.paranoid_file_checks: 0 2024-04-25T23:29:36.166 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.553+0000 7ff0356aac80 4 rocksdb: Options.force_consistency_checks: 1 2024-04-25T23:29:36.166 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.553+0000 7ff0356aac80 4 rocksdb: Options.report_bg_io_stats: 0 2024-04-25T23:29:36.166 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.553+0000 7ff0356aac80 4 rocksdb: Options.ttl: 2592000 2024-04-25T23:29:36.166 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.553+0000 7ff0356aac80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-04-25T23:29:36.166 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.553+0000 7ff0356aac80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-04-25T23:29:36.166 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.553+0000 7ff0356aac80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-04-25T23:29:36.166 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.553+0000 7ff0356aac80 4 rocksdb: Options.enable_blob_files: false 2024-04-25T23:29:36.166 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.553+0000 7ff0356aac80 4 rocksdb: Options.min_blob_size: 0 2024-04-25T23:29:36.166 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.553+0000 7ff0356aac80 4 rocksdb: Options.blob_file_size: 268435456 2024-04-25T23:29:36.166 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.553+0000 7ff0356aac80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-04-25T23:29:36.166 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.553+0000 7ff0356aac80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-04-25T23:29:36.167 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.553+0000 7ff0356aac80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-04-25T23:29:36.167 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.553+0000 7ff0356aac80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-04-25T23:29:36.167 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.553+0000 7ff0356aac80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-04-25T23:29:36.167 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.553+0000 7ff0356aac80 4 rocksdb: Options.blob_file_starting_level: 0 2024-04-25T23:29:36.167 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.553+0000 7ff0356aac80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-04-25T23:29:36.167 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.553+0000 7ff0356aac80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-04-25T23:29:36.167 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr 2024-04-25T23:29:36.167 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.553+0000 7ff0356aac80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-04-25T23:29:36.167 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr 2024-04-25T23:29:36.167 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.553+0000 7ff0356aac80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: e5833894-ae57-4661-a522-286fdd00607a 2024-04-25T23:29:36.167 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr 2024-04-25T23:29:36.167 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.553+0000 7ff0356aac80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 5 2024-04-25T23:29:36.167 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr 2024-04-25T23:29:36.167 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.553+0000 7ff0356aac80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55b9a584e000 2024-04-25T23:29:36.168 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.553+0000 7ff0356aac80 4 rocksdb: DB pointer 0x55b9a583e000 2024-04-25T23:29:36.168 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.553+0000 7ff025815700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-04-25T23:29:36.168 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.553+0000 7ff025815700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-04-25T23:29:36.168 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr ** DB Stats ** 2024-04-25T23:29:36.168 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-04-25T23:29:36.168 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-04-25T23:29:36.168 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-25T23:29:36.168 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-25T23:29:36.168 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-04-25T23:29:36.168 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-25T23:29:36.168 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-25T23:29:36.168 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr 2024-04-25T23:29:36.168 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-04-25T23:29:36.168 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-04-25T23:29:36.168 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-04-25T23:29:36.169 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 0.0 0.0 2024-04-25T23:29:36.169 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 0.0 0.0 2024-04-25T23:29:36.169 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr 2024-04-25T23:29:36.169 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-04-25T23:29:36.169 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-04-25T23:29:36.169 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-25T23:29:36.169 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr 2024-04-25T23:29:36.169 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-04-25T23:29:36.169 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr 2024-04-25T23:29:36.169 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-04-25T23:29:36.169 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr Flush(GB): cumulative 0.000, interval 0.000 2024-04-25T23:29:36.169 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr AddFile(GB): cumulative 0.000, interval 0.000 2024-04-25T23:29:36.169 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr AddFile(Total Files): cumulative 0, interval 0 2024-04-25T23:29:36.169 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr AddFile(L0 Files): cumulative 0, interval 0 2024-04-25T23:29:36.169 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr AddFile(Keys): cumulative 0, interval 0 2024-04-25T23:29:36.169 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-25T23:29:36.170 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-25T23:29:36.170 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-04-25T23:29:36.170 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr Block cache BinnedLRUCache@0x55b9a5783090#7 capacity: 512.00 MB usage: 0.00 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.2e-05 secs_since: 0 2024-04-25T23:29:36.170 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr Block cache entry stats(count,size,portion): Misc(1,0.00 KB,0%) 2024-04-25T23:29:36.170 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr 2024-04-25T23:29:36.170 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr ** File Read Latency Histogram By Level [default] ** 2024-04-25T23:29:36.170 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr 2024-04-25T23:29:36.170 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.557+0000 7ff0356aac80 4 rocksdb: [db/db_impl/db_impl.cc:496] Shutdown: canceling all background work 2024-04-25T23:29:36.170 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.557+0000 7ff0356aac80 4 rocksdb: [db/db_impl/db_impl.cc:704] Shutdown complete 2024-04-25T23:29:36.170 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T23:29:35.557+0000 7ff0356aac80 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-a for mon.a 2024-04-25T23:29:36.170 INFO:teuthology.orchestra.run.smithi087.stdout:create mon.a on 2024-04-25T23:29:36.436 INFO:teuthology.orchestra.run.smithi087.stdout:systemctl: stderr Removed /etc/systemd/system/multi-user.target.wants/ceph.target. 2024-04-25T23:29:36.628 INFO:teuthology.orchestra.run.smithi087.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2024-04-25T23:29:36.855 INFO:teuthology.orchestra.run.smithi087.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-7567fb78-035b-11ef-bc93-c7b262605968.target -> /etc/systemd/system/ceph-7567fb78-035b-11ef-bc93-c7b262605968.target. 2024-04-25T23:29:36.855 INFO:teuthology.orchestra.run.smithi087.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-7567fb78-035b-11ef-bc93-c7b262605968.target -> /etc/systemd/system/ceph-7567fb78-035b-11ef-bc93-c7b262605968.target. 2024-04-25T23:29:37.135 INFO:teuthology.orchestra.run.smithi087.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-7567fb78-035b-11ef-bc93-c7b262605968@mon.a 2024-04-25T23:29:37.135 INFO:teuthology.orchestra.run.smithi087.stdout:systemctl: stderr Failed to reset failed state of unit ceph-7567fb78-035b-11ef-bc93-c7b262605968@mon.a.service: Unit ceph-7567fb78-035b-11ef-bc93-c7b262605968@mon.a.service not loaded. 2024-04-25T23:29:37.323 INFO:teuthology.orchestra.run.smithi087.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-7567fb78-035b-11ef-bc93-c7b262605968.target.wants/ceph-7567fb78-035b-11ef-bc93-c7b262605968@mon.a.service -> /etc/systemd/system/ceph-7567fb78-035b-11ef-bc93-c7b262605968@.service. 2024-04-25T23:29:37.332 INFO:teuthology.orchestra.run.smithi087.stdout:firewalld does not appear to be present 2024-04-25T23:29:37.332 INFO:teuthology.orchestra.run.smithi087.stdout:Not possible to enable service . firewalld.service is not available 2024-04-25T23:29:37.332 INFO:teuthology.orchestra.run.smithi087.stdout:Waiting for mon to start... 2024-04-25T23:29:37.332 INFO:teuthology.orchestra.run.smithi087.stdout:Waiting for mon... 2024-04-25T23:29:38.747 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:38 smithi087 bash[21096]: cluster 2024-04-25T23:29:38.584199+0000 mon.a (mon.0) 1 : cluster 1 mon.a is new leader, mons a in quorum (ranks 0) 2024-04-25T23:29:39.420 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout cluster: 2024-04-25T23:29:39.420 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout id: 7567fb78-035b-11ef-bc93-c7b262605968 2024-04-25T23:29:39.420 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-04-25T23:29:39.421 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout 2024-04-25T23:29:39.421 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout services: 2024-04-25T23:29:39.421 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.225394s) 2024-04-25T23:29:39.421 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-04-25T23:29:39.422 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-04-25T23:29:39.422 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout 2024-04-25T23:29:39.422 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout data: 2024-04-25T23:29:39.422 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-04-25T23:29:39.422 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-04-25T23:29:39.422 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-04-25T23:29:39.422 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout pgs: 2024-04-25T23:29:39.423 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout 2024-04-25T23:29:39.423 INFO:teuthology.orchestra.run.smithi087.stdout:mon is available 2024-04-25T23:29:39.423 INFO:teuthology.orchestra.run.smithi087.stdout:Assimilating anything we can from ceph.conf... 2024-04-25T23:29:39.747 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:39 smithi087 bash[21096]: cluster 2024-04-25T23:29:38.604084+0000 mon.a (mon.0) 2 : cluster 1 mon.a is new leader, mons a in quorum (ranks 0) 2024-04-25T23:29:39.748 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:39 smithi087 bash[21096]: cluster 2024-04-25T23:29:38.604308+0000 mon.a (mon.0) 3 : cluster 0 monmap epoch 1 2024-04-25T23:29:39.748 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:39 smithi087 bash[21096]: cluster 2024-04-25T23:29:38.604322+0000 mon.a (mon.0) 4 : cluster 0 fsid 7567fb78-035b-11ef-bc93-c7b262605968 2024-04-25T23:29:39.748 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:39 smithi087 bash[21096]: cluster 2024-04-25T23:29:38.604332+0000 mon.a (mon.0) 5 : cluster 0 last_changed 2024-04-25T23:29:34.198083+0000 2024-04-25T23:29:39.748 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:39 smithi087 bash[21096]: cluster 2024-04-25T23:29:38.604341+0000 mon.a (mon.0) 6 : cluster 0 created 2024-04-25T23:29:34.198083+0000 2024-04-25T23:29:39.748 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:39 smithi087 bash[21096]: cluster 2024-04-25T23:29:38.604352+0000 mon.a (mon.0) 7 : cluster 0 min_mon_release 19 (squid) 2024-04-25T23:29:39.748 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:39 smithi087 bash[21096]: cluster 2024-04-25T23:29:38.604361+0000 mon.a (mon.0) 8 : cluster 0 election_strategy: 1 2024-04-25T23:29:39.748 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:39 smithi087 bash[21096]: cluster 2024-04-25T23:29:38.604369+0000 mon.a (mon.0) 9 : cluster 0 0: [v2:172.21.15.87:3300/0,v1:172.21.15.87:6789/0] mon.a 2024-04-25T23:29:39.748 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:39 smithi087 bash[21096]: cluster 2024-04-25T23:29:38.630140+0000 mon.a (mon.0) 10 : cluster 0 fsmap 2024-04-25T23:29:39.748 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:39 smithi087 bash[21096]: cluster 2024-04-25T23:29:38.632402+0000 mon.a (mon.0) 11 : cluster 0 osdmap e1: 0 total, 0 up, 0 in 2024-04-25T23:29:39.748 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:39 smithi087 bash[21096]: cluster 2024-04-25T23:29:38.632917+0000 mon.a (mon.0) 12 : cluster 0 mgrmap e1: no daemons active 2024-04-25T23:29:39.748 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:39 smithi087 bash[21096]: audit 2024-04-25T23:29:38.829410+0000 mon.a (mon.0) 13 : audit 0 from='client.? 172.21.15.87:0/460399553' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-04-25T23:29:40.747 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:40 smithi087 bash[21096]: audit 2024-04-25T23:29:40.408149+0000 mon.a (mon.0) 14 : audit 1 from='client.? 172.21.15.87:0/736959515' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-25T23:29:40.747 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:40 smithi087 bash[21096]: audit 2024-04-25T23:29:40.412122+0000 mon.a (mon.0) 15 : audit 1 from='client.? 172.21.15.87:0/736959515' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-04-25T23:29:40.950 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout 2024-04-25T23:29:40.950 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout [global] 2024-04-25T23:29:40.950 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout fsid = 7567fb78-035b-11ef-bc93-c7b262605968 2024-04-25T23:29:40.951 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.87:3300,v1:172.21.15.87:6789] 2024-04-25T23:29:40.951 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-04-25T23:29:40.952 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-04-25T23:29:40.952 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-04-25T23:29:40.952 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-04-25T23:29:40.952 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout 2024-04-25T23:29:40.952 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout [mgr] 2024-04-25T23:29:40.952 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = True 2024-04-25T23:29:40.952 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-04-25T23:29:40.953 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout 2024-04-25T23:29:40.953 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout [osd] 2024-04-25T23:29:40.953 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-04-25T23:29:40.953 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-04-25T23:29:40.953 INFO:teuthology.orchestra.run.smithi087.stdout:Generating new minimal ceph.conf... 2024-04-25T23:29:42.247 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:42 smithi087 bash[21096]: audit 2024-04-25T23:29:41.951726+0000 mon.a (mon.0) 16 : audit 0 from='client.? 172.21.15.87:0/718319048' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:29:42.472 INFO:teuthology.orchestra.run.smithi087.stdout:Restarting the monitor... 2024-04-25T23:29:42.747 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:42 smithi087 systemd[1]: Stopping Ceph mon.a for 7567fb78-035b-11ef-bc93-c7b262605968... 2024-04-25T23:29:42.747 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:42 smithi087 bash[21096]: debug 2024-04-25T23:29:42.621+0000 7f0d7d0bc700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-04-25T23:29:42.747 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:42 smithi087 bash[21096]: debug 2024-04-25T23:29:42.621+0000 7f0d7d0bc700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-04-25T23:29:43.141 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:43 smithi087 bash[21483]: ceph-7567fb78-035b-11ef-bc93-c7b262605968-mon-a 2024-04-25T23:29:43.150 INFO:teuthology.orchestra.run.smithi087.stdout:Setting public_network to 172.21.0.1/32,172.21.0.0/20,172.21.15.254/32,172.21.0.2/32 in mon config section 2024-04-25T23:29:43.497 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:43 smithi087 bash[21545]: ceph-7567fb78-035b-11ef-bc93-c7b262605968-mon-a 2024-04-25T23:29:43.497 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:43 smithi087 systemd[1]: ceph-7567fb78-035b-11ef-bc93-c7b262605968@mon.a.service: Deactivated successfully. 2024-04-25T23:29:43.497 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:43 smithi087 systemd[1]: Stopped Ceph mon.a for 7567fb78-035b-11ef-bc93-c7b262605968. 2024-04-25T23:29:43.497 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:43 smithi087 systemd[1]: Started Ceph mon.a for 7567fb78-035b-11ef-bc93-c7b262605968. 2024-04-25T23:29:44.475 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.189+0000 7f817b6a2c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-04-25T23:29:44.475 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.189+0000 7f817b6a2c80 0 ceph version 19.0.0-2445-gd2c45d97 (d2c45d977142e024a59b68a8f1dce8f0b9840551) squid (dev), process ceph-mon, pid 7 2024-04-25T23:29:44.475 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.189+0000 7f817b6a2c80 0 pidfile_write: ignore empty --pid-file 2024-04-25T23:29:44.475 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 0 load: jerasure load: lrc 2024-04-25T23:29:44.475 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: RocksDB version: 7.9.2 2024-04-25T23:29:44.475 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Git sha 0 2024-04-25T23:29:44.475 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Compile date 2024-04-24 16:41:23 2024-04-25T23:29:44.475 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: DB SUMMARY 2024-04-25T23:29:44.475 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: DB Session ID: OQH1ZYXNT8UIXOEN1M6M 2024-04-25T23:29:44.475 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: CURRENT file: CURRENT 2024-04-25T23:29:44.476 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: IDENTITY file: IDENTITY 2024-04-25T23:29:44.476 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-04-25T23:29:44.476 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-04-25T23:29:44.476 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 88749 ; 2024-04-25T23:29:44.476 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.error_if_exists: 0 2024-04-25T23:29:44.476 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.create_if_missing: 0 2024-04-25T23:29:44.476 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.paranoid_checks: 1 2024-04-25T23:29:44.476 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-04-25T23:29:44.476 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-04-25T23:29:44.476 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-04-25T23:29:44.476 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.env: 0x561c21694c60 2024-04-25T23:29:44.476 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.fs: PosixFileSystem 2024-04-25T23:29:44.476 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.info_log: 0x561c23573ae0 2024-04-25T23:29:44.476 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-04-25T23:29:44.477 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.statistics: (nil) 2024-04-25T23:29:44.477 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.use_fsync: 0 2024-04-25T23:29:44.477 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.max_log_file_size: 0 2024-04-25T23:29:44.477 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-25T23:29:44.477 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-04-25T23:29:44.477 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-04-25T23:29:44.477 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-04-25T23:29:44.477 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.allow_fallocate: 1 2024-04-25T23:29:44.477 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-04-25T23:29:44.477 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-04-25T23:29:44.477 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.use_direct_reads: 0 2024-04-25T23:29:44.477 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-25T23:29:44.477 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.create_missing_column_families: 0 2024-04-25T23:29:44.477 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.db_log_dir: 2024-04-25T23:29:44.478 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.wal_dir: 2024-04-25T23:29:44.478 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-04-25T23:29:44.478 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-04-25T23:29:44.478 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-04-25T23:29:44.478 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-25T23:29:44.478 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-25T23:29:44.478 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-04-25T23:29:44.478 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.advise_random_on_open: 1 2024-04-25T23:29:44.478 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-04-25T23:29:44.478 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.write_buffer_manager: 0x561c235461e0 2024-04-25T23:29:44.478 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-25T23:29:44.478 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-25T23:29:44.478 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-04-25T23:29:44.478 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.rate_limiter: (nil) 2024-04-25T23:29:44.479 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-25T23:29:44.479 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-04-25T23:29:44.479 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-04-25T23:29:44.479 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-04-25T23:29:44.479 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.unordered_write: 0 2024-04-25T23:29:44.479 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-25T23:29:44.479 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-25T23:29:44.479 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-25T23:29:44.479 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-25T23:29:44.479 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.row_cache: None 2024-04-25T23:29:44.479 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.wal_filter: None 2024-04-25T23:29:44.479 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-25T23:29:44.479 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-04-25T23:29:44.479 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.two_write_queues: 0 2024-04-25T23:29:44.480 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.manual_wal_flush: 0 2024-04-25T23:29:44.480 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.wal_compression: 0 2024-04-25T23:29:44.480 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.atomic_flush: 0 2024-04-25T23:29:44.480 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-25T23:29:44.480 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-04-25T23:29:44.480 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-04-25T23:29:44.480 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.log_readahead_size: 0 2024-04-25T23:29:44.480 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-04-25T23:29:44.480 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-04-25T23:29:44.480 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-04-25T23:29:44.480 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-04-25T23:29:44.480 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-04-25T23:29:44.480 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-04-25T23:29:44.480 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-04-25T23:29:44.481 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.max_background_jobs: 2 2024-04-25T23:29:44.481 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.max_background_compactions: -1 2024-04-25T23:29:44.482 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.max_subcompactions: 1 2024-04-25T23:29:44.482 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-25T23:29:44.482 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-25T23:29:44.482 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-04-25T23:29:44.482 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.max_total_wal_size: 0 2024-04-25T23:29:44.482 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-25T23:29:44.482 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-04-25T23:29:44.483 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-04-25T23:29:44.483 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-25T23:29:44.483 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.max_open_files: -1 2024-04-25T23:29:44.483 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.bytes_per_sync: 0 2024-04-25T23:29:44.483 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-04-25T23:29:44.483 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-04-25T23:29:44.483 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-04-25T23:29:44.483 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.max_background_flushes: -1 2024-04-25T23:29:44.483 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Compression algorithms supported: 2024-04-25T23:29:44.483 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-25T23:29:44.483 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: kZSTD supported: 0 2024-04-25T23:29:44.483 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: kXpressCompression supported: 0 2024-04-25T23:29:44.483 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-04-25T23:29:44.483 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: kZlibCompression supported: 1 2024-04-25T23:29:44.484 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: kSnappyCompression supported: 1 2024-04-25T23:29:44.484 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: kLZ4Compression supported: 1 2024-04-25T23:29:44.484 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: kBZip2Compression supported: 0 2024-04-25T23:29:44.484 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-04-25T23:29:44.484 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-04-25T23:29:44.484 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-04-25T23:29:44.484 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-04-25T23:29:44.484 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-25T23:29:44.484 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.merge_operator: 2024-04-25T23:29:44.484 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.compaction_filter: None 2024-04-25T23:29:44.484 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.compaction_filter_factory: None 2024-04-25T23:29:44.484 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-04-25T23:29:44.484 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-04-25T23:29:44.484 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-04-25T23:29:44.485 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x561c23573be0) 2024-04-25T23:29:44.485 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: cache_index_and_filter_blocks: 1 2024-04-25T23:29:44.485 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: cache_index_and_filter_blocks_with_high_priority: 0 2024-04-25T23:29:44.485 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-25T23:29:44.485 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: pin_top_level_index_and_filter: 1 2024-04-25T23:29:44.485 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: index_type: 0 2024-04-25T23:29:44.485 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: data_block_index_type: 0 2024-04-25T23:29:44.485 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: index_shortening: 1 2024-04-25T23:29:44.485 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: data_block_hash_table_util_ratio: 0.750000 2024-04-25T23:29:44.485 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: checksum: 4 2024-04-25T23:29:44.485 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: no_block_cache: 0 2024-04-25T23:29:44.485 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: block_cache: 0x561c23575090 2024-04-25T23:29:44.485 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: block_cache_name: BinnedLRUCache 2024-04-25T23:29:44.485 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: block_cache_options: 2024-04-25T23:29:44.485 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: capacity : 536870912 2024-04-25T23:29:44.486 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: num_shard_bits : 4 2024-04-25T23:29:44.486 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: strict_capacity_limit : 0 2024-04-25T23:29:44.486 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: high_pri_pool_ratio: 0.000 2024-04-25T23:29:44.486 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: block_cache_compressed: (nil) 2024-04-25T23:29:44.486 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: persistent_cache: (nil) 2024-04-25T23:29:44.486 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: block_size: 4096 2024-04-25T23:29:44.486 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: block_size_deviation: 10 2024-04-25T23:29:44.486 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: block_restart_interval: 16 2024-04-25T23:29:44.486 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: index_block_restart_interval: 1 2024-04-25T23:29:44.486 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: metadata_block_size: 4096 2024-04-25T23:29:44.486 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: partition_filters: 0 2024-04-25T23:29:44.486 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: use_delta_encoding: 1 2024-04-25T23:29:44.486 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: filter_policy: bloomfilter 2024-04-25T23:29:44.486 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: whole_key_filtering: 1 2024-04-25T23:29:44.487 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: verify_compression: 0 2024-04-25T23:29:44.487 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: read_amp_bytes_per_bit: 0 2024-04-25T23:29:44.487 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: format_version: 5 2024-04-25T23:29:44.487 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: enable_index_compression: 1 2024-04-25T23:29:44.487 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: block_align: 0 2024-04-25T23:29:44.487 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: max_auto_readahead_size: 262144 2024-04-25T23:29:44.487 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: prepopulate_block_cache: 0 2024-04-25T23:29:44.487 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: initial_auto_readahead_size: 8192 2024-04-25T23:29:44.487 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: num_file_reads_for_auto_readahead: 2 2024-04-25T23:29:44.487 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-04-25T23:29:44.487 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-04-25T23:29:44.487 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.compression: NoCompression 2024-04-25T23:29:44.487 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-04-25T23:29:44.487 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-04-25T23:29:44.488 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-25T23:29:44.488 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.num_levels: 7 2024-04-25T23:29:44.488 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-25T23:29:44.488 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-25T23:29:44.488 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-25T23:29:44.488 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-25T23:29:44.488 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-25T23:29:44.488 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-25T23:29:44.488 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-25T23:29:44.488 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-25T23:29:44.488 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-04-25T23:29:44.488 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-25T23:29:44.488 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-04-25T23:29:44.488 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-04-25T23:29:44.488 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-04-25T23:29:44.489 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.compression_opts.level: 32767 2024-04-25T23:29:44.489 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-04-25T23:29:44.489 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-25T23:29:44.489 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-25T23:29:44.489 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-04-25T23:29:44.489 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-04-25T23:29:44.489 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.compression_opts.enabled: false 2024-04-25T23:29:44.489 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-04-25T23:29:44.489 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-25T23:29:44.489 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-25T23:29:44.489 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-25T23:29:44.489 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-04-25T23:29:44.489 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-04-25T23:29:44.489 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-25T23:29:44.490 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-25T23:29:44.490 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-25T23:29:44.490 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-25T23:29:44.490 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-25T23:29:44.490 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-25T23:29:44.490 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-25T23:29:44.490 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-25T23:29:44.490 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-25T23:29:44.490 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-25T23:29:44.490 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-25T23:29:44.490 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-25T23:29:44.490 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-04-25T23:29:44.490 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.arena_block_size: 1048576 2024-04-25T23:29:44.490 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-25T23:29:44.490 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-25T23:29:44.491 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-04-25T23:29:44.491 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-25T23:29:44.491 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-25T23:29:44.491 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-25T23:29:44.491 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-25T23:29:44.491 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-25T23:29:44.491 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-25T23:29:44.491 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-25T23:29:44.491 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-25T23:29:44.491 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-25T23:29:44.491 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-25T23:29:44.491 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.table_properties_collectors: 2024-04-25T23:29:44.491 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.inplace_update_support: 0 2024-04-25T23:29:44.491 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-04-25T23:29:44.492 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-25T23:29:44.492 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-25T23:29:44.492 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-04-25T23:29:44.492 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.bloom_locality: 0 2024-04-25T23:29:44.492 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.max_successive_merges: 0 2024-04-25T23:29:44.492 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-04-25T23:29:44.492 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-04-25T23:29:44.492 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.force_consistency_checks: 1 2024-04-25T23:29:44.492 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-04-25T23:29:44.492 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.ttl: 2592000 2024-04-25T23:29:44.492 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-04-25T23:29:44.492 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-04-25T23:29:44.492 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-04-25T23:29:44.492 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.enable_blob_files: false 2024-04-25T23:29:44.492 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.min_blob_size: 0 2024-04-25T23:29:44.493 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.blob_file_size: 268435456 2024-04-25T23:29:44.493 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-04-25T23:29:44.493 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-04-25T23:29:44.493 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-04-25T23:29:44.493 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-04-25T23:29:44.493 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-04-25T23:29:44.493 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-04-25T23:29:44.493 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-04-25T23:29:44.493 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 succeeded,manifest_file_number is 10, next_file_number is 12, last_sequence is 5, log_number is 5,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 5 2024-04-25T23:29:44.493 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-04-25T23:29:44.493 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: e5833894-ae57-4661-a522-286fdd00607a 2024-04-25T23:29:44.493 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1714087784202555, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-04-25T23:29:44.493 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.197+0000 7f817b6a2c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-04-25T23:29:44.493 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.201+0000 7f817b6a2c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1714087784204056, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 85340, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 258, "table_properties": {"data_size": 83513, "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": 77720, "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": 1714087784, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "e5833894-ae57-4661-a522-286fdd00607a", "db_session_id": "OQH1ZYXNT8UIXOEN1M6M", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-04-25T23:29:44.494 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.201+0000 7f817b6a2c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1714087784204181, "job": 1, "event": "recovery_finished"} 2024-04-25T23:29:44.494 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.201+0000 7f817b6a2c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-04-25T23:29:44.494 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.201+0000 7f817b6a2c80 4 rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-a/store.db/000009.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-04-25T23:29:44.494 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.201+0000 7f817b6a2c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x561c2366a000 2024-04-25T23:29:44.494 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.201+0000 7f817b6a2c80 4 rocksdb: DB pointer 0x561c23654000 2024-04-25T23:29:44.494 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.201+0000 7f8169e05700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-04-25T23:29:44.494 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.201+0000 7f8169e05700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-04-25T23:29:44.494 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: ** DB Stats ** 2024-04-25T23:29:44.494 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: Uptime(secs): 0.0 total, 0.0 interval 2024-04-25T23:29:44.494 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-04-25T23:29:44.494 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-25T23:29:44.494 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-25T23:29:44.494 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-04-25T23:29:44.495 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-25T23:29:44.495 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-25T23:29:44.495 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: ** Compaction Stats [default] ** 2024-04-25T23:29:44.495 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-04-25T23:29:44.495 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-04-25T23:29:44.495 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: L0 2/0 85.17 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 91.5 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-25T23:29:44.495 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: Sum 2/0 85.17 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 91.5 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-25T23:29:44.495 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 91.5 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-25T23:29:44.495 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: ** Compaction Stats [default] ** 2024-04-25T23:29:44.495 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-04-25T23:29:44.495 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-25T23:29:44.495 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 91.5 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-25T23:29:44.495 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-04-25T23:29:44.495 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: Uptime(secs): 0.0 total, 0.0 interval 2024-04-25T23:29:44.495 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: Flush(GB): cumulative 0.000, interval 0.000 2024-04-25T23:29:44.496 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: AddFile(GB): cumulative 0.000, interval 0.000 2024-04-25T23:29:44.496 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: AddFile(Total Files): cumulative 0, interval 0 2024-04-25T23:29:44.496 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: AddFile(L0 Files): cumulative 0, interval 0 2024-04-25T23:29:44.496 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: AddFile(Keys): cumulative 0, interval 0 2024-04-25T23:29:44.496 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: Cumulative compaction: 0.00 GB write, 17.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-25T23:29:44.496 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: Interval compaction: 0.00 GB write, 17.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-25T23:29:44.496 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-04-25T23:29:44.496 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: Block cache BinnedLRUCache@0x561c23575090#7 capacity: 512.00 MB usage: 1.19 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1e-05 secs_since: 0 2024-04-25T23:29:44.496 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: Block cache entry stats(count,size,portion): FilterBlock(2,0.77 KB,0.000146031%) IndexBlock(2,0.42 KB,8.04663e-05%) Misc(1,0.00 KB,0%) 2024-04-25T23:29:44.496 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: ** File Read Latency Histogram By Level [default] ** 2024-04-25T23:29:44.496 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.201+0000 7f817b6a2c80 0 starting mon.a rank 0 at public addrs [v2:172.21.15.87:3300/0,v1:172.21.15.87:6789/0] at bind addrs [v2:172.21.15.87:3300/0,v1:172.21.15.87:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 7567fb78-035b-11ef-bc93-c7b262605968 2024-04-25T23:29:44.496 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.205+0000 7f817b6a2c80 1 mon.a@-1(???) e1 preinit fsid 7567fb78-035b-11ef-bc93-c7b262605968 2024-04-25T23:29:44.496 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.205+0000 7f817b6a2c80 0 mon.a@-1(???).mds e1 new map 2024-04-25T23:29:44.497 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.205+0000 7f817b6a2c80 0 mon.a@-1(???).mds e1 print_map 2024-04-25T23:29:44.497 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: e1 2024-04-25T23:29:44.497 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: enable_multiple, ever_enabled_multiple: 1,1 2024-04-25T23:29:44.497 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments,12=quiesce subvolumes} 2024-04-25T23:29:44.497 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: legacy client fscid: -1 2024-04-25T23:29:44.497 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: 2024-04-25T23:29:44.497 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: No filesystems configured 2024-04-25T23:29:44.497 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.205+0000 7f817b6a2c80 0 mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-04-25T23:29:44.497 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.205+0000 7f817b6a2c80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-25T23:29:44.497 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.205+0000 7f817b6a2c80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-25T23:29:44.497 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.205+0000 7f817b6a2c80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-25T23:29:44.497 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: debug 2024-04-25T23:29:44.205+0000 7f817b6a2c80 1 mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-04-25T23:29:44.497 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: cluster 2024-04-25T23:29:44.214850+0000 mon.a (mon.0) 1 : cluster 1 mon.a is new leader, mons a in quorum (ranks 0) 2024-04-25T23:29:44.497 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: cluster 2024-04-25T23:29:44.214958+0000 mon.a (mon.0) 2 : cluster 0 monmap epoch 1 2024-04-25T23:29:44.497 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: cluster 2024-04-25T23:29:44.214986+0000 mon.a (mon.0) 3 : cluster 0 fsid 7567fb78-035b-11ef-bc93-c7b262605968 2024-04-25T23:29:44.498 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: cluster 2024-04-25T23:29:44.215010+0000 mon.a (mon.0) 4 : cluster 0 last_changed 2024-04-25T23:29:34.198083+0000 2024-04-25T23:29:44.498 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: cluster 2024-04-25T23:29:44.215036+0000 mon.a (mon.0) 5 : cluster 0 created 2024-04-25T23:29:34.198083+0000 2024-04-25T23:29:44.498 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: cluster 2024-04-25T23:29:44.215066+0000 mon.a (mon.0) 6 : cluster 0 min_mon_release 19 (squid) 2024-04-25T23:29:44.498 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: cluster 2024-04-25T23:29:44.215083+0000 mon.a (mon.0) 7 : cluster 0 election_strategy: 1 2024-04-25T23:29:44.498 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: cluster 2024-04-25T23:29:44.215116+0000 mon.a (mon.0) 8 : cluster 0 0: [v2:172.21.15.87:3300/0,v1:172.21.15.87:6789/0] mon.a 2024-04-25T23:29:44.498 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: cluster 2024-04-25T23:29:44.215790+0000 mon.a (mon.0) 9 : cluster 0 fsmap 2024-04-25T23:29:44.498 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: cluster 2024-04-25T23:29:44.215847+0000 mon.a (mon.0) 10 : cluster 0 osdmap e1: 0 total, 0 up, 0 in 2024-04-25T23:29:44.498 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:44 smithi087 bash[21583]: cluster 2024-04-25T23:29:44.217080+0000 mon.a (mon.0) 11 : cluster 0 mgrmap e1: no daemons active 2024-04-25T23:29:45.098 INFO:teuthology.orchestra.run.smithi087.stdout:Wrote config to /etc/ceph/ceph.conf 2024-04-25T23:29:45.124 INFO:teuthology.orchestra.run.smithi087.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-04-25T23:29:45.124 INFO:teuthology.orchestra.run.smithi087.stdout:Creating mgr... 2024-04-25T23:29:45.124 INFO:teuthology.orchestra.run.smithi087.stdout:Verifying port 0.0.0.0:9283 ... 2024-04-25T23:29:45.124 INFO:teuthology.orchestra.run.smithi087.stdout:Verifying port 0.0.0.0:8765 ... 2024-04-25T23:29:45.461 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:45 smithi087 systemd[1]: /etc/systemd/system/ceph-7567fb78-035b-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-25T23:29:45.478 INFO:teuthology.orchestra.run.smithi087.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-7567fb78-035b-11ef-bc93-c7b262605968@mgr.a 2024-04-25T23:29:45.478 INFO:teuthology.orchestra.run.smithi087.stdout:systemctl: stderr Failed to reset failed state of unit ceph-7567fb78-035b-11ef-bc93-c7b262605968@mgr.a.service: Unit ceph-7567fb78-035b-11ef-bc93-c7b262605968@mgr.a.service not loaded. 2024-04-25T23:29:45.670 INFO:teuthology.orchestra.run.smithi087.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-7567fb78-035b-11ef-bc93-c7b262605968.target.wants/ceph-7567fb78-035b-11ef-bc93-c7b262605968@mgr.a.service -> /etc/systemd/system/ceph-7567fb78-035b-11ef-bc93-c7b262605968@.service. 2024-04-25T23:29:45.677 INFO:teuthology.orchestra.run.smithi087.stdout:firewalld does not appear to be present 2024-04-25T23:29:45.677 INFO:teuthology.orchestra.run.smithi087.stdout:Not possible to enable service . firewalld.service is not available 2024-04-25T23:29:45.677 INFO:teuthology.orchestra.run.smithi087.stdout:firewalld does not appear to be present 2024-04-25T23:29:45.677 INFO:teuthology.orchestra.run.smithi087.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-04-25T23:29:45.677 INFO:teuthology.orchestra.run.smithi087.stdout:Waiting for mgr to start... 2024-04-25T23:29:45.678 INFO:teuthology.orchestra.run.smithi087.stdout:Waiting for mgr... 2024-04-25T23:29:45.714 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:45 smithi087 bash[21583]: audit 2024-04-25T23:29:44.473835+0000 mon.a (mon.0) 12 : audit 1 from='client.? 172.21.15.87:0/2708389752' entity='client.admin' 2024-04-25T23:29:45.715 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:45 smithi087 systemd[1]: /etc/systemd/system/ceph-7567fb78-035b-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-25T23:29:47.407 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:47 smithi087 bash[21583]: audit 2024-04-25T23:29:47.217887+0000 mon.a (mon.0) 13 : audit 0 from='client.? 172.21.15.87:0/135510590' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-25T23:29:47.407 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 25 23:29:47 smithi087 bash[21836]: debug 2024-04-25T23:29:47.057+0000 7facade81200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-25T23:29:47.835 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout 2024-04-25T23:29:47.835 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout { 2024-04-25T23:29:47.835 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "fsid": "7567fb78-035b-11ef-bc93-c7b262605968", 2024-04-25T23:29:47.835 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "health": { 2024-04-25T23:29:47.835 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-25T23:29:47.835 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-25T23:29:47.835 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-25T23:29:47.835 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout }, 2024-04-25T23:29:47.835 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-25T23:29:47.835 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-25T23:29:47.836 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout 0 2024-04-25T23:29:47.836 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout ], 2024-04-25T23:29:47.836 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-25T23:29:47.836 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "a" 2024-04-25T23:29:47.836 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout ], 2024-04-25T23:29:47.836 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "quorum_age": 3, 2024-04-25T23:29:47.836 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-25T23:29:47.836 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-25T23:29:47.836 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-25T23:29:47.836 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-25T23:29:47.836 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout }, 2024-04-25T23:29:47.836 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-25T23:29:47.836 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-25T23:29:47.836 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-25T23:29:47.837 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-25T23:29:47.837 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-25T23:29:47.837 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-25T23:29:47.837 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-25T23:29:47.837 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-25T23:29:47.840 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout }, 2024-04-25T23:29:47.840 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-25T23:29:47.840 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-25T23:29:47.840 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-25T23:29:47.841 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-25T23:29:47.841 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-25T23:29:47.841 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-25T23:29:47.841 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-25T23:29:47.841 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-25T23:29:47.841 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-25T23:29:47.841 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout }, 2024-04-25T23:29:47.841 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-25T23:29:47.841 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-25T23:29:47.841 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-25T23:29:47.841 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-25T23:29:47.841 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout }, 2024-04-25T23:29:47.841 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-25T23:29:47.841 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "available": false, 2024-04-25T23:29:47.842 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-25T23:29:47.842 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-25T23:29:47.842 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-25T23:29:47.842 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-25T23:29:47.842 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "restful" 2024-04-25T23:29:47.842 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout ], 2024-04-25T23:29:47.842 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-25T23:29:47.842 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout }, 2024-04-25T23:29:47.842 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-25T23:29:47.842 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-25T23:29:47.842 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "modified": "2024-04-25T23:29:38.628932+0000", 2024-04-25T23:29:47.842 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-25T23:29:47.842 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout }, 2024-04-25T23:29:47.843 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-25T23:29:47.843 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout } 2024-04-25T23:29:47.843 INFO:teuthology.orchestra.run.smithi087.stdout:mgr not available, waiting (1/15)... 2024-04-25T23:29:48.954 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 25 23:29:48 smithi087 bash[21836]: debug 2024-04-25T23:29:48.621+0000 7facade81200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-25T23:29:48.954 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 25 23:29:48 smithi087 bash[21836]: debug 2024-04-25T23:29:48.717+0000 7facade81200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-25T23:29:48.955 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 25 23:29:48 smithi087 bash[21836]: debug 2024-04-25T23:29:48.961+0000 7facade81200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-25T23:29:49.997 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 25 23:29:49 smithi087 bash[21836]: debug 2024-04-25T23:29:49.749+0000 7facade81200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-25T23:29:49.997 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 25 23:29:49 smithi087 bash[21836]: debug 2024-04-25T23:29:49.861+0000 7facade81200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-25T23:29:49.998 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 25 23:29:49 smithi087 bash[21836]: debug 2024-04-25T23:29:49.965+0000 7facade81200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-25T23:29:50.624 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 25 23:29:50 smithi087 bash[21836]: debug 2024-04-25T23:29:50.321+0000 7facade81200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-25T23:29:50.624 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 25 23:29:50 smithi087 bash[21836]: debug 2024-04-25T23:29:50.433+0000 7facade81200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-25T23:29:50.624 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 25 23:29:50 smithi087 bash[21836]: debug 2024-04-25T23:29:50.537+0000 7facade81200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-25T23:29:51.247 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:51 smithi087 bash[21583]: audit 2024-04-25T23:29:50.957326+0000 mon.a (mon.0) 14 : audit 0 from='client.? 172.21.15.87:0/3910572476' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-25T23:29:51.247 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 25 23:29:50 smithi087 bash[21836]: debug 2024-04-25T23:29:50.897+0000 7facade81200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-25T23:29:51.247 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 25 23:29:51 smithi087 bash[21836]: debug 2024-04-25T23:29:51.141+0000 7facade81200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-25T23:29:51.506 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout 2024-04-25T23:29:51.506 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout { 2024-04-25T23:29:51.506 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "fsid": "7567fb78-035b-11ef-bc93-c7b262605968", 2024-04-25T23:29:51.506 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "health": { 2024-04-25T23:29:51.506 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-25T23:29:51.506 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-25T23:29:51.506 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-25T23:29:51.506 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout }, 2024-04-25T23:29:51.506 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-25T23:29:51.506 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-25T23:29:51.506 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout 0 2024-04-25T23:29:51.506 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout ], 2024-04-25T23:29:51.507 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-25T23:29:51.507 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "a" 2024-04-25T23:29:51.507 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout ], 2024-04-25T23:29:51.507 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "quorum_age": 6, 2024-04-25T23:29:51.507 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-25T23:29:51.507 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-25T23:29:51.507 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-25T23:29:51.507 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-25T23:29:51.507 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout }, 2024-04-25T23:29:51.507 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-25T23:29:51.507 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-25T23:29:51.507 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-25T23:29:51.507 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-25T23:29:51.507 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-25T23:29:51.508 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-25T23:29:51.508 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-25T23:29:51.508 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-25T23:29:51.511 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout }, 2024-04-25T23:29:51.511 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-25T23:29:51.511 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-25T23:29:51.511 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-25T23:29:51.511 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-25T23:29:51.511 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-25T23:29:51.511 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-25T23:29:51.511 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-25T23:29:51.511 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-25T23:29:51.512 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-25T23:29:51.512 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout }, 2024-04-25T23:29:51.512 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-25T23:29:51.512 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-25T23:29:51.512 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-25T23:29:51.512 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-25T23:29:51.512 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout }, 2024-04-25T23:29:51.512 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-25T23:29:51.512 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "available": false, 2024-04-25T23:29:51.512 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-25T23:29:51.512 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-25T23:29:51.512 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-25T23:29:51.512 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-25T23:29:51.512 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "restful" 2024-04-25T23:29:51.513 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout ], 2024-04-25T23:29:51.513 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-25T23:29:51.513 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout }, 2024-04-25T23:29:51.513 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-25T23:29:51.513 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-25T23:29:51.513 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "modified": "2024-04-25T23:29:38.628932+0000", 2024-04-25T23:29:51.513 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-25T23:29:51.513 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout }, 2024-04-25T23:29:51.513 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-25T23:29:51.513 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout } 2024-04-25T23:29:51.513 INFO:teuthology.orchestra.run.smithi087.stdout:mgr not available, waiting (2/15)... 2024-04-25T23:29:51.747 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 25 23:29:51 smithi087 bash[21836]: debug 2024-04-25T23:29:51.397+0000 7facade81200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-25T23:29:51.747 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 25 23:29:51 smithi087 bash[21836]: debug 2024-04-25T23:29:51.509+0000 7facade81200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-25T23:29:52.183 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 25 23:29:51 smithi087 bash[21836]: debug 2024-04-25T23:29:51.784+0000 7facade81200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-25T23:29:52.497 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 25 23:29:52 smithi087 bash[21836]: debug 2024-04-25T23:29:52.188+0000 7facade81200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-25T23:29:52.497 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 25 23:29:52 smithi087 bash[21836]: debug 2024-04-25T23:29:52.424+0000 7facade81200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-25T23:29:52.997 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 25 23:29:52 smithi087 bash[21836]: debug 2024-04-25T23:29:52.540+0000 7facade81200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-25T23:29:52.997 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 25 23:29:52 smithi087 bash[21836]: debug 2024-04-25T23:29:52.784+0000 7facade81200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-25T23:29:53.888 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 25 23:29:53 smithi087 bash[21836]: debug 2024-04-25T23:29:53.780+0000 7facade81200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-25T23:29:54.185 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 25 23:29:53 smithi087 bash[21836]: debug 2024-04-25T23:29:53.896+0000 7facade81200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-25T23:29:54.497 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 25 23:29:54 smithi087 bash[21836]: debug 2024-04-25T23:29:54.192+0000 7facade81200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-25T23:29:54.497 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 25 23:29:54 smithi087 bash[21836]: debug 2024-04-25T23:29:54.308+0000 7facade81200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-25T23:29:54.875 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:54 smithi087 bash[21583]: audit 2024-04-25T23:29:54.575906+0000 mon.a (mon.0) 15 : audit 0 from='client.? 172.21.15.87:0/2781514954' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-25T23:29:54.876 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 25 23:29:54 smithi087 bash[21836]: debug 2024-04-25T23:29:54.764+0000 7facade81200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-25T23:29:55.111 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout 2024-04-25T23:29:55.112 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout { 2024-04-25T23:29:55.112 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "fsid": "7567fb78-035b-11ef-bc93-c7b262605968", 2024-04-25T23:29:55.112 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "health": { 2024-04-25T23:29:55.112 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-25T23:29:55.112 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-25T23:29:55.112 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-25T23:29:55.112 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout }, 2024-04-25T23:29:55.112 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-25T23:29:55.112 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-25T23:29:55.112 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout 0 2024-04-25T23:29:55.112 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout ], 2024-04-25T23:29:55.112 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-25T23:29:55.112 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "a" 2024-04-25T23:29:55.113 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout ], 2024-04-25T23:29:55.113 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "quorum_age": 10, 2024-04-25T23:29:55.113 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-25T23:29:55.113 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-25T23:29:55.113 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-25T23:29:55.113 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-25T23:29:55.113 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout }, 2024-04-25T23:29:55.113 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-25T23:29:55.113 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-25T23:29:55.113 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-25T23:29:55.113 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-25T23:29:55.113 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-25T23:29:55.117 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-25T23:29:55.117 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-25T23:29:55.117 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-25T23:29:55.117 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout }, 2024-04-25T23:29:55.117 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-25T23:29:55.117 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-25T23:29:55.117 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-25T23:29:55.117 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-25T23:29:55.117 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-25T23:29:55.117 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-25T23:29:55.118 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-25T23:29:55.118 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-25T23:29:55.118 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-25T23:29:55.118 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout }, 2024-04-25T23:29:55.118 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-25T23:29:55.118 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-25T23:29:55.118 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-25T23:29:55.118 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-25T23:29:55.118 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout }, 2024-04-25T23:29:55.118 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-25T23:29:55.118 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "available": false, 2024-04-25T23:29:55.118 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-25T23:29:55.118 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-25T23:29:55.118 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-25T23:29:55.118 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-25T23:29:55.119 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "restful" 2024-04-25T23:29:55.119 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout ], 2024-04-25T23:29:55.119 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-25T23:29:55.119 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout }, 2024-04-25T23:29:55.119 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-25T23:29:55.119 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-25T23:29:55.119 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "modified": "2024-04-25T23:29:38.628932+0000", 2024-04-25T23:29:55.119 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-25T23:29:55.119 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout }, 2024-04-25T23:29:55.119 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-25T23:29:55.119 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout } 2024-04-25T23:29:55.119 INFO:teuthology.orchestra.run.smithi087.stdout:mgr not available, waiting (3/15)... 2024-04-25T23:29:55.247 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 25 23:29:54 smithi087 bash[21836]: debug 2024-04-25T23:29:54.880+0000 7facade81200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-25T23:29:55.998 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:55 smithi087 bash[21583]: cluster 2024-04-25T23:29:54.906038+0000 mon.a (mon.0) 16 : cluster 1 Activating manager daemon a 2024-04-25T23:29:55.998 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:55 smithi087 bash[21583]: cluster 2024-04-25T23:29:54.909647+0000 mon.a (mon.0) 17 : cluster 0 mgrmap e2: a(active, starting, since 0.00419255s) 2024-04-25T23:29:55.998 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:55 smithi087 bash[21583]: audit 2024-04-25T23:29:54.913412+0000 mon.a (mon.0) 18 : audit 0 from='mgr.14100 172.21.15.87:0/2618571710' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-25T23:29:55.998 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:55 smithi087 bash[21583]: audit 2024-04-25T23:29:54.913605+0000 mon.a (mon.0) 19 : audit 0 from='mgr.14100 172.21.15.87:0/2618571710' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-25T23:29:55.998 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:55 smithi087 bash[21583]: audit 2024-04-25T23:29:54.913790+0000 mon.a (mon.0) 20 : audit 0 from='mgr.14100 172.21.15.87:0/2618571710' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-25T23:29:55.998 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:55 smithi087 bash[21583]: audit 2024-04-25T23:29:54.913968+0000 mon.a (mon.0) 21 : audit 0 from='mgr.14100 172.21.15.87:0/2618571710' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-25T23:29:55.998 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:55 smithi087 bash[21583]: audit 2024-04-25T23:29:54.915247+0000 mon.a (mon.0) 22 : audit 0 from='mgr.14100 172.21.15.87:0/2618571710' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-25T23:29:55.998 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:55 smithi087 bash[21583]: cluster 2024-04-25T23:29:54.922274+0000 mon.a (mon.0) 23 : cluster 1 Manager daemon a is now available 2024-04-25T23:29:55.998 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:55 smithi087 bash[21583]: audit 2024-04-25T23:29:54.935696+0000 mon.a (mon.0) 24 : audit 1 from='mgr.14100 172.21.15.87:0/2618571710' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-25T23:29:55.998 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:55 smithi087 bash[21583]: audit 2024-04-25T23:29:54.938534+0000 mon.a (mon.0) 25 : audit 1 from='mgr.14100 172.21.15.87:0/2618571710' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-25T23:29:55.998 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:55 smithi087 bash[21583]: audit 2024-04-25T23:29:54.942667+0000 mon.a (mon.0) 26 : audit 1 from='mgr.14100 172.21.15.87:0/2618571710' entity='mgr.a' 2024-04-25T23:29:55.999 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:55 smithi087 bash[21583]: audit 2024-04-25T23:29:54.944574+0000 mon.a (mon.0) 27 : audit 1 from='mgr.14100 172.21.15.87:0/2618571710' entity='mgr.a' 2024-04-25T23:29:55.999 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:55 smithi087 bash[21583]: audit 2024-04-25T23:29:54.950344+0000 mon.a (mon.0) 28 : audit 1 from='mgr.14100 172.21.15.87:0/2618571710' entity='mgr.a' 2024-04-25T23:29:57.247 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:56 smithi087 bash[21583]: cluster 2024-04-25T23:29:55.920278+0000 mon.a (mon.0) 29 : cluster 0 mgrmap e3: a(active, since 1.01481s) 2024-04-25T23:29:59.103 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout 2024-04-25T23:29:59.103 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout { 2024-04-25T23:29:59.104 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "fsid": "7567fb78-035b-11ef-bc93-c7b262605968", 2024-04-25T23:29:59.104 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "health": { 2024-04-25T23:29:59.104 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-25T23:29:59.104 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-25T23:29:59.104 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-25T23:29:59.104 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout }, 2024-04-25T23:29:59.104 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-25T23:29:59.104 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-25T23:29:59.104 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout 0 2024-04-25T23:29:59.104 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout ], 2024-04-25T23:29:59.104 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-25T23:29:59.104 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "a" 2024-04-25T23:29:59.104 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout ], 2024-04-25T23:29:59.105 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "quorum_age": 14, 2024-04-25T23:29:59.105 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-25T23:29:59.105 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-25T23:29:59.105 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-25T23:29:59.105 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-25T23:29:59.105 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout }, 2024-04-25T23:29:59.105 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-25T23:29:59.105 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-25T23:29:59.105 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-25T23:29:59.105 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-25T23:29:59.105 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-25T23:29:59.105 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-25T23:29:59.105 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-25T23:29:59.105 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-25T23:29:59.106 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout }, 2024-04-25T23:29:59.106 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-25T23:29:59.106 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-25T23:29:59.106 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-25T23:29:59.106 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-25T23:29:59.106 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-25T23:29:59.106 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-25T23:29:59.106 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-25T23:29:59.106 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-25T23:29:59.106 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-25T23:29:59.106 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout }, 2024-04-25T23:29:59.106 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-25T23:29:59.106 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-25T23:29:59.107 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-25T23:29:59.107 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-25T23:29:59.107 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout }, 2024-04-25T23:29:59.107 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-25T23:29:59.107 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "available": true, 2024-04-25T23:29:59.107 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-25T23:29:59.107 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-25T23:29:59.107 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-25T23:29:59.107 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-25T23:29:59.107 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "restful" 2024-04-25T23:29:59.107 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout ], 2024-04-25T23:29:59.107 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-25T23:29:59.107 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout }, 2024-04-25T23:29:59.107 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-25T23:29:59.107 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-25T23:29:59.108 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "modified": "2024-04-25T23:29:38.628932+0000", 2024-04-25T23:29:59.108 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-25T23:29:59.108 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout }, 2024-04-25T23:29:59.108 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-25T23:29:59.108 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout } 2024-04-25T23:29:59.108 INFO:teuthology.orchestra.run.smithi087.stdout:mgr is available 2024-04-25T23:29:59.247 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:58 smithi087 bash[21583]: cluster 2024-04-25T23:29:57.915664+0000 mon.a (mon.0) 30 : cluster 0 mgrmap e4: a(active, since 3s) 2024-04-25T23:29:59.247 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:29:58 smithi087 bash[21583]: audit 2024-04-25T23:29:58.547173+0000 mon.a (mon.0) 31 : audit 0 from='client.? 172.21.15.87:0/631131436' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-25T23:30:00.747 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:30:00 smithi087 bash[21583]: audit 2024-04-25T23:30:00.421217+0000 mon.a (mon.0) 32 : audit 1 from='client.? 172.21.15.87:0/2222921682' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-25T23:30:00.747 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:30:00 smithi087 bash[21583]: audit 2024-04-25T23:30:00.424858+0000 mon.a (mon.0) 33 : audit 1 from='client.? 172.21.15.87:0/2222921682' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-04-25T23:30:00.972 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout 2024-04-25T23:30:00.972 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout [global] 2024-04-25T23:30:00.972 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout fsid = 7567fb78-035b-11ef-bc93-c7b262605968 2024-04-25T23:30:00.972 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-04-25T23:30:00.972 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-04-25T23:30:00.972 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-04-25T23:30:00.972 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-04-25T23:30:00.972 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout 2024-04-25T23:30:00.972 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout [mgr] 2024-04-25T23:30:00.972 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-04-25T23:30:00.972 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout 2024-04-25T23:30:00.972 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout [osd] 2024-04-25T23:30:00.972 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-04-25T23:30:00.973 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-04-25T23:30:00.973 INFO:teuthology.orchestra.run.smithi087.stdout:Enabling cephadm module... 2024-04-25T23:30:02.747 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:30:02 smithi087 bash[21583]: audit 2024-04-25T23:30:02.337876+0000 mon.a (mon.0) 34 : audit 1 from='client.? 172.21.15.87:0/3622004795' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-04-25T23:30:02.747 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 25 23:30:02 smithi087 bash[21836]: ignoring --setuser ceph since I am not root 2024-04-25T23:30:02.747 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 25 23:30:02 smithi087 bash[21836]: ignoring --setgroup ceph since I am not root 2024-04-25T23:30:02.748 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 25 23:30:02 smithi087 bash[21836]: debug 2024-04-25T23:30:02.592+0000 7f4472a34200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-25T23:30:03.646 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:30:03 smithi087 bash[21583]: audit 2024-04-25T23:30:02.389648+0000 mon.a (mon.0) 35 : audit 1 from='client.? 172.21.15.87:0/3622004795' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-04-25T23:30:03.647 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:30:03 smithi087 bash[21583]: cluster 2024-04-25T23:30:02.394755+0000 mon.a (mon.0) 36 : cluster 0 mgrmap e5: a(active, since 7s) 2024-04-25T23:30:04.497 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:30:04 smithi087 bash[21583]: audit 2024-04-25T23:30:04.340606+0000 mon.a (mon.0) 37 : audit 0 from='client.? 172.21.15.87:0/3244469876' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-04-25T23:30:04.497 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 25 23:30:04 smithi087 bash[21836]: debug 2024-04-25T23:30:04.160+0000 7f4472a34200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-25T23:30:04.497 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 25 23:30:04 smithi087 bash[21836]: debug 2024-04-25T23:30:04.256+0000 7f4472a34200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-25T23:30:04.914 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout { 2024-04-25T23:30:04.914 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-04-25T23:30:04.914 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "available": true, 2024-04-25T23:30:04.914 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-04-25T23:30:04.914 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-04-25T23:30:04.914 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout } 2024-04-25T23:30:04.914 INFO:teuthology.orchestra.run.smithi087.stdout:Waiting for the mgr to restart... 2024-04-25T23:30:04.914 INFO:teuthology.orchestra.run.smithi087.stdout:Waiting for mgr epoch 5... 2024-04-25T23:30:04.932 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 25 23:30:04 smithi087 bash[21836]: debug 2024-04-25T23:30:04.508+0000 7f4472a34200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-25T23:30:05.597 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 25 23:30:05 smithi087 bash[21836]: debug 2024-04-25T23:30:05.300+0000 7f4472a34200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-25T23:30:05.597 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 25 23:30:05 smithi087 bash[21836]: debug 2024-04-25T23:30:05.408+0000 7f4472a34200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-25T23:30:05.597 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 25 23:30:05 smithi087 bash[21836]: debug 2024-04-25T23:30:05.516+0000 7f4472a34200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-25T23:30:06.247 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 25 23:30:05 smithi087 bash[21836]: debug 2024-04-25T23:30:05.872+0000 7f4472a34200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-25T23:30:06.247 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 25 23:30:05 smithi087 bash[21836]: debug 2024-04-25T23:30:05.984+0000 7f4472a34200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-25T23:30:06.247 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 25 23:30:06 smithi087 bash[21836]: debug 2024-04-25T23:30:06.088+0000 7f4472a34200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-25T23:30:06.749 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 25 23:30:06 smithi087 bash[21836]: debug 2024-04-25T23:30:06.440+0000 7f4472a34200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-25T23:30:06.749 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 25 23:30:06 smithi087 bash[21836]: debug 2024-04-25T23:30:06.676+0000 7f4472a34200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-25T23:30:07.248 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 25 23:30:06 smithi087 bash[21836]: debug 2024-04-25T23:30:06.932+0000 7f4472a34200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-25T23:30:07.248 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 25 23:30:07 smithi087 bash[21836]: debug 2024-04-25T23:30:07.044+0000 7f4472a34200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-25T23:30:07.717 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 25 23:30:07 smithi087 bash[21836]: debug 2024-04-25T23:30:07.316+0000 7f4472a34200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-25T23:30:07.997 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 25 23:30:07 smithi087 bash[21836]: debug 2024-04-25T23:30:07.724+0000 7f4472a34200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-25T23:30:07.997 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 25 23:30:07 smithi087 bash[21836]: debug 2024-04-25T23:30:07.960+0000 7f4472a34200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-25T23:30:08.497 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 25 23:30:08 smithi087 bash[21836]: debug 2024-04-25T23:30:08.076+0000 7f4472a34200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-25T23:30:08.497 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 25 23:30:08 smithi087 bash[21836]: debug 2024-04-25T23:30:08.320+0000 7f4472a34200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-25T23:30:09.712 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 25 23:30:09 smithi087 bash[21836]: debug 2024-04-25T23:30:09.312+0000 7f4472a34200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-25T23:30:09.712 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 25 23:30:09 smithi087 bash[21836]: debug 2024-04-25T23:30:09.428+0000 7f4472a34200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-25T23:30:09.997 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 25 23:30:09 smithi087 bash[21836]: debug 2024-04-25T23:30:09.720+0000 7f4472a34200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-25T23:30:09.997 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 25 23:30:09 smithi087 bash[21836]: debug 2024-04-25T23:30:09.832+0000 7f4472a34200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-25T23:30:10.747 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 25 23:30:10 smithi087 bash[21836]: debug 2024-04-25T23:30:10.276+0000 7f4472a34200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-25T23:30:10.747 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 25 23:30:10 smithi087 bash[21836]: debug 2024-04-25T23:30:10.400+0000 7f4472a34200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-25T23:30:10.748 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:30:10 smithi087 bash[21583]: cluster 2024-04-25T23:30:10.425612+0000 mon.a (mon.0) 38 : cluster 1 Active manager daemon a restarted 2024-04-25T23:30:10.748 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:30:10 smithi087 bash[21583]: cluster 2024-04-25T23:30:10.426146+0000 mon.a (mon.0) 39 : cluster 1 Activating manager daemon a 2024-04-25T23:30:10.748 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:30:10 smithi087 bash[21583]: cluster 2024-04-25T23:30:10.433026+0000 mon.a (mon.0) 40 : cluster 0 osdmap e2: 0 total, 0 up, 0 in 2024-04-25T23:30:10.748 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:30:10 smithi087 bash[21583]: cluster 2024-04-25T23:30:10.433160+0000 mon.a (mon.0) 41 : cluster 0 mgrmap e6: a(active, starting, since 0.0071988s) 2024-04-25T23:30:10.748 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:30:10 smithi087 bash[21583]: audit 2024-04-25T23:30:10.436685+0000 mon.a (mon.0) 42 : audit 0 from='mgr.14120 172.21.15.87:0/744251922' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-25T23:30:10.748 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:30:10 smithi087 bash[21583]: audit 2024-04-25T23:30:10.438723+0000 mon.a (mon.0) 43 : audit 0 from='mgr.14120 172.21.15.87:0/744251922' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-25T23:30:10.748 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:30:10 smithi087 bash[21583]: audit 2024-04-25T23:30:10.439720+0000 mon.a (mon.0) 44 : audit 0 from='mgr.14120 172.21.15.87:0/744251922' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-25T23:30:10.748 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:30:10 smithi087 bash[21583]: audit 2024-04-25T23:30:10.439923+0000 mon.a (mon.0) 45 : audit 0 from='mgr.14120 172.21.15.87:0/744251922' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-25T23:30:10.748 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:30:10 smithi087 bash[21583]: audit 2024-04-25T23:30:10.440093+0000 mon.a (mon.0) 46 : audit 0 from='mgr.14120 172.21.15.87:0/744251922' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-25T23:30:10.748 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:30:10 smithi087 bash[21583]: cluster 2024-04-25T23:30:10.465751+0000 mon.a (mon.0) 47 : cluster 1 Manager daemon a is now available 2024-04-25T23:30:11.747 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:30:11 smithi087 bash[21583]: cephadm 2024-04-25T23:30:10.485469+0000 mgr.a (mgr.14120) 1 : cephadm 1 Found migration_current of "None". Setting to last migration. 2024-04-25T23:30:11.747 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:30:11 smithi087 bash[21583]: audit 2024-04-25T23:30:10.487358+0000 mon.a (mon.0) 48 : audit 1 from='mgr.14120 172.21.15.87:0/744251922' entity='mgr.a' 2024-04-25T23:30:11.747 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:30:11 smithi087 bash[21583]: audit 2024-04-25T23:30:10.490424+0000 mon.a (mon.0) 49 : audit 1 from='mgr.14120 172.21.15.87:0/744251922' entity='mgr.a' 2024-04-25T23:30:11.747 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:30:11 smithi087 bash[21583]: audit 2024-04-25T23:30:10.493217+0000 mon.a (mon.0) 50 : audit 1 from='mgr.14120 172.21.15.87:0/744251922' entity='mgr.a' 2024-04-25T23:30:11.748 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:30:11 smithi087 bash[21583]: audit 2024-04-25T23:30:10.496260+0000 mon.a (mon.0) 51 : audit 0 from='mgr.14120 172.21.15.87:0/744251922' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T23:30:11.748 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:30:11 smithi087 bash[21583]: audit 2024-04-25T23:30:10.500065+0000 mon.a (mon.0) 52 : audit 0 from='mgr.14120 172.21.15.87:0/744251922' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T23:30:11.748 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:30:11 smithi087 bash[21583]: audit 2024-04-25T23:30:10.509323+0000 mon.a (mon.0) 53 : audit 1 from='mgr.14120 172.21.15.87:0/744251922' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-25T23:30:11.748 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:30:11 smithi087 bash[21583]: audit 2024-04-25T23:30:10.512786+0000 mon.a (mon.0) 54 : audit 1 from='mgr.14120 172.21.15.87:0/744251922' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-25T23:30:11.748 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:30:11 smithi087 bash[21583]: audit 2024-04-25T23:30:11.114849+0000 mon.a (mon.0) 55 : audit 1 from='mgr.14120 172.21.15.87:0/744251922' entity='mgr.a' 2024-04-25T23:30:11.748 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:30:11 smithi087 bash[21583]: audit 2024-04-25T23:30:11.120324+0000 mon.a (mon.0) 56 : audit 1 from='mgr.14120 172.21.15.87:0/744251922' entity='mgr.a' 2024-04-25T23:30:11.748 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:30:11 smithi087 bash[21583]: audit 2024-04-25T23:30:11.437568+0000 mgr.a (mgr.14120) 2 : audit 0 from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-04-25T23:30:11.748 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:30:11 smithi087 bash[21583]: cluster 2024-04-25T23:30:11.439244+0000 mon.a (mon.0) 57 : cluster 0 mgrmap e7: a(active, since 1.01327s) 2024-04-25T23:30:11.748 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:30:11 smithi087 bash[21583]: audit 2024-04-25T23:30:11.450067+0000 mgr.a (mgr.14120) 3 : audit 0 from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-04-25T23:30:12.078 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout { 2024-04-25T23:30:12.078 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-04-25T23:30:12.078 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "initialized": true 2024-04-25T23:30:12.078 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout } 2024-04-25T23:30:12.078 INFO:teuthology.orchestra.run.smithi087.stdout:mgr epoch 5 is available 2024-04-25T23:30:12.078 INFO:teuthology.orchestra.run.smithi087.stdout:Setting orchestrator backend to cephadm... 2024-04-25T23:30:12.747 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:30:12 smithi087 bash[21583]: cephadm 2024-04-25T23:30:11.600472+0000 mgr.a (mgr.14120) 4 : cephadm 1 [25/Apr/2024:23:30:11] ENGINE Bus STARTING 2024-04-25T23:30:12.747 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:30:12 smithi087 bash[21583]: cephadm 2024-04-25T23:30:11.718314+0000 mgr.a (mgr.14120) 5 : cephadm 1 [25/Apr/2024:23:30:11] ENGINE Serving on https://172.21.15.87:7150 2024-04-25T23:30:12.747 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:30:12 smithi087 bash[21583]: cephadm 2024-04-25T23:30:11.819723+0000 mgr.a (mgr.14120) 6 : cephadm 1 [25/Apr/2024:23:30:11] ENGINE Serving on http://172.21.15.87:8765 2024-04-25T23:30:12.747 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:30:12 smithi087 bash[21583]: cephadm 2024-04-25T23:30:11.819858+0000 mgr.a (mgr.14120) 7 : cephadm 1 [25/Apr/2024:23:30:11] ENGINE Bus STARTED 2024-04-25T23:30:12.747 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:30:12 smithi087 bash[21583]: audit 2024-04-25T23:30:11.871029+0000 mon.a (mon.0) 58 : audit 0 from='mgr.14120 172.21.15.87:0/744251922' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T23:30:13.747 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:30:13 smithi087 bash[21583]: cluster 2024-04-25T23:30:12.502817+0000 mon.a (mon.0) 59 : cluster 0 mgrmap e8: a(active, since 2s) 2024-04-25T23:30:13.747 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:30:13 smithi087 bash[21583]: audit 2024-04-25T23:30:13.383446+0000 mgr.a (mgr.14120) 8 : audit 0 from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T23:30:13.747 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:30:13 smithi087 bash[21583]: audit 2024-04-25T23:30:13.390097+0000 mon.a (mon.0) 60 : audit 1 from='mgr.14120 172.21.15.87:0/744251922' entity='mgr.a' 2024-04-25T23:30:13.747 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:30:13 smithi087 bash[21583]: audit 2024-04-25T23:30:13.442081+0000 mon.a (mon.0) 61 : audit 0 from='mgr.14120 172.21.15.87:0/744251922' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T23:30:15.679 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout value unchanged 2024-04-25T23:30:15.679 INFO:teuthology.orchestra.run.smithi087.stdout:Generating ssh key... 2024-04-25T23:30:15.997 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:30:15 smithi087 bash[21583]: audit 2024-04-25T23:30:15.108668+0000 mgr.a (mgr.14120) 9 : audit 0 from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T23:30:17.247 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 25 23:30:17 smithi087 bash[21836]: Generating public/private rsa key pair. 2024-04-25T23:30:17.248 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 25 23:30:17 smithi087 bash[21836]: Your identification has been saved in /tmp/tmp0hofxnrg/key. 2024-04-25T23:30:17.248 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 25 23:30:17 smithi087 bash[21836]: Your public key has been saved in /tmp/tmp0hofxnrg/key.pub. 2024-04-25T23:30:17.248 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 25 23:30:17 smithi087 bash[21836]: The key fingerprint is: 2024-04-25T23:30:17.248 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 25 23:30:17 smithi087 bash[21836]: SHA256:S38EXWjthoA5ptcfhZ8ne4ss14hdFjv8QJ3Au0LDFxs ceph-7567fb78-035b-11ef-bc93-c7b262605968 2024-04-25T23:30:17.248 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 25 23:30:17 smithi087 bash[21836]: The key's randomart image is: 2024-04-25T23:30:17.248 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 25 23:30:17 smithi087 bash[21836]: +---[RSA 3072]----+ 2024-04-25T23:30:17.248 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 25 23:30:17 smithi087 bash[21836]: | o .+. | 2024-04-25T23:30:17.248 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 25 23:30:17 smithi087 bash[21836]: | = ..+Eo | 2024-04-25T23:30:17.248 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 25 23:30:17 smithi087 bash[21836]: | o ooo.=*o.| 2024-04-25T23:30:17.248 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 25 23:30:17 smithi087 bash[21836]: | . . .=o+Boo| 2024-04-25T23:30:17.249 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 25 23:30:17 smithi087 bash[21836]: | .S ..++o+o| 2024-04-25T23:30:17.249 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 25 23:30:17 smithi087 bash[21836]: | . o o..o*.| 2024-04-25T23:30:17.249 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 25 23:30:17 smithi087 bash[21836]: | . . * *o+| 2024-04-25T23:30:17.249 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 25 23:30:17 smithi087 bash[21836]: | + * o.| 2024-04-25T23:30:17.249 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 25 23:30:17 smithi087 bash[21836]: | o | 2024-04-25T23:30:17.249 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 25 23:30:17 smithi087 bash[21836]: +----[SHA256]-----+ 2024-04-25T23:30:18.288 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:30:18 smithi087 bash[21583]: audit 2024-04-25T23:30:16.938520+0000 mgr.a (mgr.14120) 10 : audit 0 from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T23:30:18.288 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:30:18 smithi087 bash[21583]: cephadm 2024-04-25T23:30:16.938952+0000 mgr.a (mgr.14120) 11 : cephadm 1 Generating ssh key... 2024-04-25T23:30:18.289 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:30:18 smithi087 bash[21583]: audit 2024-04-25T23:30:17.011620+0000 mon.a (mon.0) 62 : audit 1 from='mgr.14120 172.21.15.87:0/744251922' entity='mgr.a' 2024-04-25T23:30:18.289 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:30:18 smithi087 bash[21583]: audit 2024-04-25T23:30:17.016512+0000 mon.a (mon.0) 63 : audit 1 from='mgr.14120 172.21.15.87:0/744251922' entity='mgr.a' 2024-04-25T23:30:19.480 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC4+7vc8eAbshDwEPoC7mfSvhESelH0fUMulXez3rudlOJ9zGgOBaQKffZgJeAGq8iu2kp8pskpkiZJ8WgJ8nyrQCO+S69NahKgkht80+LdKvDlL0ehU2u49NGnKysToK/z6BDaREP1mxAeFwb39rD24JH54zru187tsukP8rIHBVx3NSrdouFgBnZ1oAeOYR7AXyEZbkdZ8j8yo8CQRxAJCxn47OpY1jKRdb5jJ/lUQFbCxtViOKhgFFAj9m7QPeY0z5Q7WLav8Pd3kQkCuYVX8D5JXx+aKM08Exb+t5ehTDubDGndTVDEi+gNW05DJ8EjVfIQuFwN0ea9PZXcm4bqOw23y9YvrX7kjCZovbopQoU511kUkhPlwmshyE2eU+0yjALT9P1DRoKY7SXzAq46daMciZXU70fCvijUxW57Uyt/d5IiGkVVyaFl9bqyk8kp5MKmiRTbasfv0ooS6shz2hi66YSHgwiIkwJuLr/lY8rqwMJuF/uYcyQVfuyKARs= ceph-7567fb78-035b-11ef-bc93-c7b262605968 2024-04-25T23:30:19.481 INFO:teuthology.orchestra.run.smithi087.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-04-25T23:30:19.481 INFO:teuthology.orchestra.run.smithi087.stdout:Adding key to root@localhost authorized_keys... 2024-04-25T23:30:19.481 INFO:teuthology.orchestra.run.smithi087.stdout:Adding host smithi087... 2024-04-25T23:30:19.997 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:30:19 smithi087 bash[21583]: audit 2024-04-25T23:30:18.875267+0000 mgr.a (mgr.14120) 12 : audit 0 from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T23:30:21.591 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:30:21 smithi087 bash[21583]: audit 2024-04-25T23:30:20.754532+0000 mgr.a (mgr.14120) 13 : audit 0 from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi087", "addr": "172.21.15.87", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T23:30:21.592 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:30:21 smithi087 bash[21583]: cephadm 2024-04-25T23:30:21.317244+0000 mgr.a (mgr.14120) 14 : cephadm 1 Deploying cephadm binary to smithi087 2024-04-25T23:30:26.911 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout Added host 'smithi087' with addr '172.21.15.87' 2024-04-25T23:30:26.912 INFO:teuthology.orchestra.run.smithi087.stdout:Deploying unmanaged mon service... 2024-04-25T23:30:27.247 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:30:27 smithi087 bash[21583]: audit 2024-04-25T23:30:26.098757+0000 mon.a (mon.0) 64 : audit 1 from='mgr.14120 172.21.15.87:0/744251922' entity='mgr.a' 2024-04-25T23:30:27.247 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:30:27 smithi087 bash[21583]: cephadm 2024-04-25T23:30:26.099335+0000 mgr.a (mgr.14120) 15 : cephadm 1 Added host smithi087 2024-04-25T23:30:27.247 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:30:27 smithi087 bash[21583]: audit 2024-04-25T23:30:26.112893+0000 mon.a (mon.0) 65 : audit 0 from='mgr.14120 172.21.15.87:0/744251922' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T23:30:29.497 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-04-25T23:30:29.498 INFO:teuthology.orchestra.run.smithi087.stdout:Deploying unmanaged mgr service... 2024-04-25T23:30:29.997 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:30:29 smithi087 bash[21583]: audit 2024-04-25T23:30:28.730966+0000 mgr.a (mgr.14120) 16 : audit 0 from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T23:30:29.997 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:30:29 smithi087 bash[21583]: cephadm 2024-04-25T23:30:28.733088+0000 mgr.a (mgr.14120) 17 : cephadm 1 Saving service mon spec with placement count:5 2024-04-25T23:30:29.997 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:30:29 smithi087 bash[21583]: audit 2024-04-25T23:30:28.736319+0000 mon.a (mon.0) 66 : audit 1 from='mgr.14120 172.21.15.87:0/744251922' entity='mgr.a' 2024-04-25T23:30:29.997 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:30:29 smithi087 bash[21583]: audit 2024-04-25T23:30:29.538285+0000 mon.a (mon.0) 67 : audit 1 from='mgr.14120 172.21.15.87:0/744251922' entity='mgr.a' 2024-04-25T23:30:31.247 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:30:31 smithi087 bash[21583]: audit 2024-04-25T23:30:30.015909+0000 mon.a (mon.0) 68 : audit 1 from='mgr.14120 172.21.15.87:0/744251922' entity='mgr.a' 2024-04-25T23:30:31.247 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:30:31 smithi087 bash[21583]: cluster 2024-04-25T23:30:30.441090+0000 mgr.a (mgr.14120) 18 : cluster 0 pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:30:31.247 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:30:31 smithi087 bash[21583]: audit 2024-04-25T23:30:30.857025+0000 mon.a (mon.0) 69 : audit 1 from='mgr.14120 172.21.15.87:0/744251922' entity='mgr.a' 2024-04-25T23:30:31.472 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-04-25T23:30:32.497 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:30:32 smithi087 bash[21583]: audit 2024-04-25T23:30:30.850230+0000 mgr.a (mgr.14120) 19 : audit 0 from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T23:30:32.497 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:30:32 smithi087 bash[21583]: cephadm 2024-04-25T23:30:30.852667+0000 mgr.a (mgr.14120) 20 : cephadm 1 Saving service mgr spec with placement count:2 2024-04-25T23:30:33.247 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:30:33 smithi087 bash[21583]: cluster 2024-04-25T23:30:32.441397+0000 mgr.a (mgr.14120) 21 : cluster 0 pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:30:33.247 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:30:33 smithi087 bash[21583]: audit 2024-04-25T23:30:32.788878+0000 mon.a (mon.0) 70 : audit 1 from='client.? 172.21.15.87:0/3525764609' entity='client.admin' 2024-04-25T23:30:35.323 INFO:teuthology.orchestra.run.smithi087.stdout:Enabling the dashboard module... 2024-04-25T23:30:35.747 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:30:35 smithi087 bash[21583]: audit 2024-04-25T23:30:34.295751+0000 mon.a (mon.0) 71 : audit 1 from='mgr.14120 172.21.15.87:0/744251922' entity='mgr.a' 2024-04-25T23:30:35.747 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:30:35 smithi087 bash[21583]: audit 2024-04-25T23:30:34.301698+0000 mon.a (mon.0) 72 : audit 1 from='mgr.14120 172.21.15.87:0/744251922' entity='mgr.a' 2024-04-25T23:30:35.747 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:30:35 smithi087 bash[21583]: audit 2024-04-25T23:30:34.302666+0000 mon.a (mon.0) 73 : audit 1 from='mgr.14120 172.21.15.87:0/744251922' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi087", "name": "osd_memory_target"}]: dispatch 2024-04-25T23:30:35.748 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:30:35 smithi087 bash[21583]: audit 2024-04-25T23:30:34.306216+0000 mon.a (mon.0) 74 : audit 1 from='mgr.14120 172.21.15.87:0/744251922' entity='mgr.a' 2024-04-25T23:30:35.748 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:30:35 smithi087 bash[21583]: audit 2024-04-25T23:30:34.308334+0000 mon.a (mon.0) 75 : audit 1 from='mgr.14120 172.21.15.87:0/744251922' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi087", "caps": []}]: dispatch 2024-04-25T23:30:35.748 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:30:35 smithi087 bash[21583]: audit 2024-04-25T23:30:34.311292+0000 mon.a (mon.0) 76 : audit 1 from='mgr.14120 172.21.15.87:0/744251922' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi087", "caps": []}]': finished 2024-04-25T23:30:35.748 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:30:35 smithi087 bash[21583]: cephadm 2024-04-25T23:30:34.441218+0000 mgr.a (mgr.14120) 22 : cephadm 1 Deploying daemon agent.smithi087 on smithi087 2024-04-25T23:30:35.748 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:30:35 smithi087 bash[21583]: cluster 2024-04-25T23:30:34.441745+0000 mgr.a (mgr.14120) 23 : cluster 0 pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:30:35.748 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:30:35 smithi087 bash[21583]: audit 2024-04-25T23:30:34.686579+0000 mon.a (mon.0) 77 : audit 1 from='client.? 172.21.15.87:0/2884755869' entity='client.admin' 2024-04-25T23:30:36.997 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:30:36 smithi087 bash[21583]: cluster 2024-04-25T23:30:36.442142+0000 mgr.a (mgr.14120) 24 : cluster 0 pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:30:37.999 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:30:37 smithi087 bash[21583]: audit 2024-04-25T23:30:36.804242+0000 mon.a (mon.0) 78 : audit 1 from='client.? 172.21.15.87:0/2035290842' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-04-25T23:30:37.999 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 25 23:30:37 smithi087 bash[21836]: ignoring --setuser ceph since I am not root 2024-04-25T23:30:38.000 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 25 23:30:37 smithi087 bash[21836]: ignoring --setgroup ceph since I am not root 2024-04-25T23:30:38.000 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 25 23:30:37 smithi087 bash[21836]: debug 2024-04-25T23:30:37.723+0000 7f4770e53200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-25T23:30:38.799 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:30:38 smithi087 bash[21583]: audit 2024-04-25T23:30:37.520030+0000 mon.a (mon.0) 79 : audit 1 from='client.? 172.21.15.87:0/2035290842' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-04-25T23:30:38.799 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:30:38 smithi087 bash[21583]: cluster 2024-04-25T23:30:37.526176+0000 mon.a (mon.0) 80 : cluster 0 mgrmap e9: a(active, since 27s) 2024-04-25T23:30:39.657 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:30:39 smithi087 bash[21583]: audit 2024-04-25T23:30:39.480705+0000 mon.a (mon.0) 81 : audit 0 from='client.? 172.21.15.87:0/1282161981' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-04-25T23:30:39.657 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 25 23:30:39 smithi087 bash[21836]: debug 2024-04-25T23:30:39.315+0000 7f4770e53200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-25T23:30:39.658 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 25 23:30:39 smithi087 bash[21836]: debug 2024-04-25T23:30:39.411+0000 7f4770e53200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-25T23:30:39.997 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 25 23:30:39 smithi087 bash[21836]: debug 2024-04-25T23:30:39.663+0000 7f4770e53200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-25T23:30:40.108 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout { 2024-04-25T23:30:40.108 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "epoch": 9, 2024-04-25T23:30:40.108 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "available": true, 2024-04-25T23:30:40.108 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-04-25T23:30:40.108 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-04-25T23:30:40.108 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout } 2024-04-25T23:30:40.108 INFO:teuthology.orchestra.run.smithi087.stdout:Waiting for the mgr to restart... 2024-04-25T23:30:40.108 INFO:teuthology.orchestra.run.smithi087.stdout:Waiting for mgr epoch 9... 2024-04-25T23:30:40.747 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 25 23:30:40 smithi087 bash[21836]: debug 2024-04-25T23:30:40.463+0000 7f4770e53200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-25T23:30:40.747 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 25 23:30:40 smithi087 bash[21836]: debug 2024-04-25T23:30:40.575+0000 7f4770e53200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-25T23:30:40.747 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 25 23:30:40 smithi087 bash[21836]: debug 2024-04-25T23:30:40.683+0000 7f4770e53200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-25T23:30:41.497 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 25 23:30:41 smithi087 bash[21836]: debug 2024-04-25T23:30:41.051+0000 7f4770e53200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-25T23:30:41.497 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 25 23:30:41 smithi087 bash[21836]: debug 2024-04-25T23:30:41.163+0000 7f4770e53200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-25T23:30:41.497 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 25 23:30:41 smithi087 bash[21836]: debug 2024-04-25T23:30:41.267+0000 7f4770e53200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-25T23:30:41.997 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 25 23:30:41 smithi087 bash[21836]: debug 2024-04-25T23:30:41.623+0000 7f4770e53200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-25T23:30:41.997 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 25 23:30:41 smithi087 bash[21836]: debug 2024-04-25T23:30:41.863+0000 7f4770e53200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-25T23:30:42.497 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 25 23:30:42 smithi087 bash[21836]: debug 2024-04-25T23:30:42.127+0000 7f4770e53200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-25T23:30:42.497 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 25 23:30:42 smithi087 bash[21836]: debug 2024-04-25T23:30:42.239+0000 7f4770e53200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-25T23:30:42.919 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 25 23:30:42 smithi087 bash[21836]: debug 2024-04-25T23:30:42.511+0000 7f4770e53200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-25T23:30:43.247 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 25 23:30:42 smithi087 bash[21836]: debug 2024-04-25T23:30:42.923+0000 7f4770e53200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-25T23:30:43.247 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 25 23:30:43 smithi087 bash[21836]: debug 2024-04-25T23:30:43.163+0000 7f4770e53200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-25T23:30:43.747 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 25 23:30:43 smithi087 bash[21836]: debug 2024-04-25T23:30:43.283+0000 7f4770e53200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-25T23:30:43.747 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 25 23:30:43 smithi087 bash[21836]: debug 2024-04-25T23:30:43.531+0000 7f4770e53200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-25T23:30:44.945 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 25 23:30:44 smithi087 bash[21836]: debug 2024-04-25T23:30:44.539+0000 7f4770e53200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-25T23:30:44.945 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 25 23:30:44 smithi087 bash[21836]: debug 2024-04-25T23:30:44.659+0000 7f4770e53200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-25T23:30:45.247 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 25 23:30:44 smithi087 bash[21836]: debug 2024-04-25T23:30:44.955+0000 7f4770e53200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-25T23:30:45.247 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 25 23:30:45 smithi087 bash[21836]: debug 2024-04-25T23:30:45.071+0000 7f4770e53200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-25T23:30:45.765 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 25 23:30:45 smithi087 bash[21836]: debug 2024-04-25T23:30:45.519+0000 7f4770e53200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-25T23:30:45.765 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 25 23:30:45 smithi087 bash[21836]: debug 2024-04-25T23:30:45.643+0000 7f4770e53200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-25T23:30:45.765 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:30:45 smithi087 bash[21583]: cluster 2024-04-25T23:30:45.669432+0000 mon.a (mon.0) 82 : cluster 1 Active manager daemon a restarted 2024-04-25T23:30:45.765 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:30:45 smithi087 bash[21583]: cluster 2024-04-25T23:30:45.669924+0000 mon.a (mon.0) 83 : cluster 1 Activating manager daemon a 2024-04-25T23:30:45.765 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:30:45 smithi087 bash[21583]: cluster 2024-04-25T23:30:45.677007+0000 mon.a (mon.0) 84 : cluster 0 osdmap e3: 0 total, 0 up, 0 in 2024-04-25T23:30:45.766 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:30:45 smithi087 bash[21583]: cluster 2024-04-25T23:30:45.677246+0000 mon.a (mon.0) 85 : cluster 0 mgrmap e10: a(active, starting, since 0.00750608s) 2024-04-25T23:30:45.766 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:30:45 smithi087 bash[21583]: audit 2024-04-25T23:30:45.679460+0000 mon.a (mon.0) 86 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-25T23:30:45.766 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:30:45 smithi087 bash[21583]: audit 2024-04-25T23:30:45.680885+0000 mon.a (mon.0) 87 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-25T23:30:45.766 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:30:45 smithi087 bash[21583]: audit 2024-04-25T23:30:45.681602+0000 mon.a (mon.0) 88 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-25T23:30:45.766 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:30:45 smithi087 bash[21583]: audit 2024-04-25T23:30:45.681960+0000 mon.a (mon.0) 89 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-25T23:30:45.766 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:30:45 smithi087 bash[21583]: audit 2024-04-25T23:30:45.682316+0000 mon.a (mon.0) 90 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-25T23:30:45.766 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:30:45 smithi087 bash[21583]: cluster 2024-04-25T23:30:45.705554+0000 mon.a (mon.0) 91 : cluster 1 Manager daemon a is now available 2024-04-25T23:30:46.997 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:30:46 smithi087 bash[21583]: audit 2024-04-25T23:30:45.728227+0000 mon.a (mon.0) 92 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:30:46.997 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:30:46 smithi087 bash[21583]: audit 2024-04-25T23:30:45.731919+0000 mon.a (mon.0) 93 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T23:30:46.997 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:30:46 smithi087 bash[21583]: audit 2024-04-25T23:30:45.750468+0000 mon.a (mon.0) 94 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-25T23:30:46.997 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:30:46 smithi087 bash[21583]: audit 2024-04-25T23:30:45.753373+0000 mon.a (mon.0) 95 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-25T23:30:46.998 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:30:46 smithi087 bash[21583]: cephadm 2024-04-25T23:30:46.108477+0000 mgr.a (mgr.14152) 1 : cephadm 1 [25/Apr/2024:23:30:46] ENGINE Bus STARTING 2024-04-25T23:30:46.998 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:30:46 smithi087 bash[21583]: cephadm 2024-04-25T23:30:46.226475+0000 mgr.a (mgr.14152) 2 : cephadm 1 [25/Apr/2024:23:30:46] ENGINE Serving on https://172.21.15.87:7150 2024-04-25T23:30:46.998 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:30:46 smithi087 bash[21583]: cephadm 2024-04-25T23:30:46.327474+0000 mgr.a (mgr.14152) 3 : cephadm 1 [25/Apr/2024:23:30:46] ENGINE Serving on http://172.21.15.87:8765 2024-04-25T23:30:46.998 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:30:46 smithi087 bash[21583]: cephadm 2024-04-25T23:30:46.327590+0000 mgr.a (mgr.14152) 4 : cephadm 1 [25/Apr/2024:23:30:46] ENGINE Bus STARTED 2024-04-25T23:30:46.998 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:30:46 smithi087 bash[21583]: cluster 2024-04-25T23:30:46.682338+0000 mon.a (mon.0) 96 : cluster 0 mgrmap e11: a(active, since 1.0126s) 2024-04-25T23:30:47.398 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout { 2024-04-25T23:30:47.399 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2024-04-25T23:30:47.399 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout "initialized": true 2024-04-25T23:30:47.399 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout } 2024-04-25T23:30:47.399 INFO:teuthology.orchestra.run.smithi087.stdout:mgr epoch 9 is available 2024-04-25T23:30:47.399 INFO:teuthology.orchestra.run.smithi087.stdout:Generating a dashboard self-signed certificate... 2024-04-25T23:30:47.997 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:30:47 smithi087 bash[21583]: audit 2024-04-25T23:30:46.681753+0000 mgr.a (mgr.14152) 5 : audit 0 from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-04-25T23:30:47.997 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:30:47 smithi087 bash[21583]: audit 2024-04-25T23:30:46.695288+0000 mgr.a (mgr.14152) 6 : audit 0 from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-04-25T23:30:48.982 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:30:48 smithi087 bash[21583]: cluster 2024-04-25T23:30:47.735957+0000 mon.a (mon.0) 97 : cluster 0 mgrmap e12: a(active, since 2s) 2024-04-25T23:30:48.983 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:30:48 smithi087 bash[21583]: audit 2024-04-25T23:30:48.576322+0000 mgr.a (mgr.14152) 7 : audit 0 from='client.14164 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T23:30:49.386 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2024-04-25T23:30:49.387 INFO:teuthology.orchestra.run.smithi087.stdout:Creating initial admin user... 2024-04-25T23:30:49.997 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:30:49 smithi087 bash[21583]: audit 2024-04-25T23:30:48.756281+0000 mon.a (mon.0) 98 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:30:49.997 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:30:49 smithi087 bash[21583]: audit 2024-04-25T23:30:48.760993+0000 mon.a (mon.0) 99 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:30:51.550 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$ZGe1Z7qNSqNFUxX4o7pB9ed9NGi5tjZu.5RUGrUidXd10PQHDgBAG", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1714087850, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-04-25T23:30:51.550 INFO:teuthology.orchestra.run.smithi087.stdout:Fetching dashboard port number... 2024-04-25T23:30:52.217 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:30:51 smithi087 bash[21583]: audit 2024-04-25T23:30:50.696213+0000 mgr.a (mgr.14152) 8 : audit 0 from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T23:30:52.217 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:30:51 smithi087 bash[21583]: audit 2024-04-25T23:30:50.967990+0000 mon.a (mon.0) 100 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:30:53.247 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:30:52 smithi087 bash[21583]: cluster 2024-04-25T23:30:51.974949+0000 mon.a (mon.0) 101 : cluster 0 mgrmap e13: a(active, since 6s) 2024-04-25T23:30:53.247 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:30:52 smithi087 bash[21583]: audit 2024-04-25T23:30:52.639516+0000 mon.a (mon.0) 102 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:30:53.247 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:30:52 smithi087 bash[21583]: audit 2024-04-25T23:30:52.640354+0000 mon.a (mon.0) 103 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi087", "name": "osd_memory_target"}]: dispatch 2024-04-25T23:30:53.247 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:30:52 smithi087 bash[21583]: audit 2024-04-25T23:30:52.644500+0000 mon.a (mon.0) 104 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:30:53.247 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:30:52 smithi087 bash[21583]: audit 2024-04-25T23:30:52.645823+0000 mon.a (mon.0) 105 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi087", "caps": []}]: dispatch 2024-04-25T23:30:53.247 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:30:52 smithi087 bash[21583]: audit 2024-04-25T23:30:52.815991+0000 mon.a (mon.0) 106 : audit 0 from='client.? 172.21.15.87:0/1003150718' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-04-25T23:30:53.413 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stdout 8443 2024-04-25T23:30:53.414 INFO:teuthology.orchestra.run.smithi087.stdout:firewalld does not appear to be present 2024-04-25T23:30:53.414 INFO:teuthology.orchestra.run.smithi087.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-04-25T23:30:53.415 INFO:teuthology.orchestra.run.smithi087.stdout:Ceph Dashboard is now available at: 2024-04-25T23:30:53.415 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-04-25T23:30:53.416 INFO:teuthology.orchestra.run.smithi087.stdout: URL: https://smithi087.front.sepia.ceph.com:8443/ 2024-04-25T23:30:53.416 INFO:teuthology.orchestra.run.smithi087.stdout: User: admin 2024-04-25T23:30:53.416 INFO:teuthology.orchestra.run.smithi087.stdout: Password: db2onlhxa0 2024-04-25T23:30:53.416 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-04-25T23:30:53.416 INFO:teuthology.orchestra.run.smithi087.stdout:Saving cluster configuration to /var/lib/ceph/7567fb78-035b-11ef-bc93-c7b262605968/config directory 2024-04-25T23:30:53.416 INFO:teuthology.orchestra.run.smithi087.stdout:Enabling autotune for osd_memory_target 2024-04-25T23:30:54.247 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:30:53 smithi087 bash[21583]: cephadm 2024-04-25T23:30:52.965233+0000 mgr.a (mgr.14152) 9 : cephadm 1 Deploying daemon agent.smithi087 on smithi087 2024-04-25T23:30:57.268 INFO:teuthology.orchestra.run.smithi087.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-04-25T23:30:57.268 INFO:teuthology.orchestra.run.smithi087.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-04-25T23:30:57.268 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-04-25T23:30:57.268 INFO:teuthology.orchestra.run.smithi087.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid 7567fb78-035b-11ef-bc93-c7b262605968 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-04-25T23:30:57.268 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-04-25T23:30:57.268 INFO:teuthology.orchestra.run.smithi087.stdout:Or, if you are only running a single cluster on this host: 2024-04-25T23:30:57.268 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-04-25T23:30:57.268 INFO:teuthology.orchestra.run.smithi087.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-04-25T23:30:57.268 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-04-25T23:30:57.269 INFO:teuthology.orchestra.run.smithi087.stdout:Please consider enabling telemetry to help improve Ceph: 2024-04-25T23:30:57.269 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-04-25T23:30:57.269 INFO:teuthology.orchestra.run.smithi087.stdout: ceph telemetry on 2024-04-25T23:30:57.269 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-04-25T23:30:57.269 INFO:teuthology.orchestra.run.smithi087.stdout:For more information see: 2024-04-25T23:30:57.269 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-04-25T23:30:57.269 INFO:teuthology.orchestra.run.smithi087.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-04-25T23:30:57.269 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-04-25T23:30:57.269 INFO:teuthology.orchestra.run.smithi087.stdout:Bootstrap complete. 2024-04-25T23:30:57.327 INFO:tasks.cephadm:Fetching config... 2024-04-25T23:30:57.327 DEBUG:teuthology.orchestra.run.smithi087:> set -ex 2024-04-25T23:30:57.327 DEBUG:teuthology.orchestra.run.smithi087:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-04-25T23:30:57.332 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-04-25T23:30:57.332 DEBUG:teuthology.orchestra.run.smithi087:> set -ex 2024-04-25T23:30:57.333 DEBUG:teuthology.orchestra.run.smithi087:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-04-25T23:30:57.383 INFO:tasks.cephadm:Fetching mon keyring... 2024-04-25T23:30:57.383 DEBUG:teuthology.orchestra.run.smithi087:> set -ex 2024-04-25T23:30:57.383 DEBUG:teuthology.orchestra.run.smithi087:> sudo dd if=/var/lib/ceph/7567fb78-035b-11ef-bc93-c7b262605968/mon.a/keyring of=/dev/stdout 2024-04-25T23:30:57.438 INFO:tasks.cephadm:Fetching pub ssh key... 2024-04-25T23:30:57.438 DEBUG:teuthology.orchestra.run.smithi087:> set -ex 2024-04-25T23:30:57.438 DEBUG:teuthology.orchestra.run.smithi087:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-04-25T23:30:57.483 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-04-25T23:30:57.483 DEBUG:teuthology.orchestra.run.smithi087:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC4+7vc8eAbshDwEPoC7mfSvhESelH0fUMulXez3rudlOJ9zGgOBaQKffZgJeAGq8iu2kp8pskpkiZJ8WgJ8nyrQCO+S69NahKgkht80+LdKvDlL0ehU2u49NGnKysToK/z6BDaREP1mxAeFwb39rD24JH54zru187tsukP8rIHBVx3NSrdouFgBnZ1oAeOYR7AXyEZbkdZ8j8yo8CQRxAJCxn47OpY1jKRdb5jJ/lUQFbCxtViOKhgFFAj9m7QPeY0z5Q7WLav8Pd3kQkCuYVX8D5JXx+aKM08Exb+t5ehTDubDGndTVDEi+gNW05DJ8EjVfIQuFwN0ea9PZXcm4bqOw23y9YvrX7kjCZovbopQoU511kUkhPlwmshyE2eU+0yjALT9P1DRoKY7SXzAq46daMciZXU70fCvijUxW57Uyt/d5IiGkVVyaFl9bqyk8kp5MKmiRTbasfv0ooS6shz2hi66YSHgwiIkwJuLr/lY8rqwMJuF/uYcyQVfuyKARs= ceph-7567fb78-035b-11ef-bc93-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-04-25T23:30:57.544 INFO:teuthology.orchestra.run.smithi087.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC4+7vc8eAbshDwEPoC7mfSvhESelH0fUMulXez3rudlOJ9zGgOBaQKffZgJeAGq8iu2kp8pskpkiZJ8WgJ8nyrQCO+S69NahKgkht80+LdKvDlL0ehU2u49NGnKysToK/z6BDaREP1mxAeFwb39rD24JH54zru187tsukP8rIHBVx3NSrdouFgBnZ1oAeOYR7AXyEZbkdZ8j8yo8CQRxAJCxn47OpY1jKRdb5jJ/lUQFbCxtViOKhgFFAj9m7QPeY0z5Q7WLav8Pd3kQkCuYVX8D5JXx+aKM08Exb+t5ehTDubDGndTVDEi+gNW05DJ8EjVfIQuFwN0ea9PZXcm4bqOw23y9YvrX7kjCZovbopQoU511kUkhPlwmshyE2eU+0yjALT9P1DRoKY7SXzAq46daMciZXU70fCvijUxW57Uyt/d5IiGkVVyaFl9bqyk8kp5MKmiRTbasfv0ooS6shz2hi66YSHgwiIkwJuLr/lY8rqwMJuF/uYcyQVfuyKARs= ceph-7567fb78-035b-11ef-bc93-c7b262605968 2024-04-25T23:30:57.549 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:30:57 smithi087 systemd[1]: /etc/systemd/system/ceph-7567fb78-035b-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-25T23:30:57.549 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 25 23:30:57 smithi087 systemd[1]: /etc/systemd/system/ceph-7567fb78-035b-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-25T23:30:57.551 DEBUG:teuthology.orchestra.run.smithi157:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC4+7vc8eAbshDwEPoC7mfSvhESelH0fUMulXez3rudlOJ9zGgOBaQKffZgJeAGq8iu2kp8pskpkiZJ8WgJ8nyrQCO+S69NahKgkht80+LdKvDlL0ehU2u49NGnKysToK/z6BDaREP1mxAeFwb39rD24JH54zru187tsukP8rIHBVx3NSrdouFgBnZ1oAeOYR7AXyEZbkdZ8j8yo8CQRxAJCxn47OpY1jKRdb5jJ/lUQFbCxtViOKhgFFAj9m7QPeY0z5Q7WLav8Pd3kQkCuYVX8D5JXx+aKM08Exb+t5ehTDubDGndTVDEi+gNW05DJ8EjVfIQuFwN0ea9PZXcm4bqOw23y9YvrX7kjCZovbopQoU511kUkhPlwmshyE2eU+0yjALT9P1DRoKY7SXzAq46daMciZXU70fCvijUxW57Uyt/d5IiGkVVyaFl9bqyk8kp5MKmiRTbasfv0ooS6shz2hi66YSHgwiIkwJuLr/lY8rqwMJuF/uYcyQVfuyKARs= ceph-7567fb78-035b-11ef-bc93-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-04-25T23:30:57.573 INFO:teuthology.orchestra.run.smithi157.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC4+7vc8eAbshDwEPoC7mfSvhESelH0fUMulXez3rudlOJ9zGgOBaQKffZgJeAGq8iu2kp8pskpkiZJ8WgJ8nyrQCO+S69NahKgkht80+LdKvDlL0ehU2u49NGnKysToK/z6BDaREP1mxAeFwb39rD24JH54zru187tsukP8rIHBVx3NSrdouFgBnZ1oAeOYR7AXyEZbkdZ8j8yo8CQRxAJCxn47OpY1jKRdb5jJ/lUQFbCxtViOKhgFFAj9m7QPeY0z5Q7WLav8Pd3kQkCuYVX8D5JXx+aKM08Exb+t5ehTDubDGndTVDEi+gNW05DJ8EjVfIQuFwN0ea9PZXcm4bqOw23y9YvrX7kjCZovbopQoU511kUkhPlwmshyE2eU+0yjALT9P1DRoKY7SXzAq46daMciZXU70fCvijUxW57Uyt/d5IiGkVVyaFl9bqyk8kp5MKmiRTbasfv0ooS6shz2hi66YSHgwiIkwJuLr/lY8rqwMJuF/uYcyQVfuyKARs= ceph-7567fb78-035b-11ef-bc93-c7b262605968 2024-04-25T23:30:57.582 DEBUG:teuthology.orchestra.run.smithi161:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC4+7vc8eAbshDwEPoC7mfSvhESelH0fUMulXez3rudlOJ9zGgOBaQKffZgJeAGq8iu2kp8pskpkiZJ8WgJ8nyrQCO+S69NahKgkht80+LdKvDlL0ehU2u49NGnKysToK/z6BDaREP1mxAeFwb39rD24JH54zru187tsukP8rIHBVx3NSrdouFgBnZ1oAeOYR7AXyEZbkdZ8j8yo8CQRxAJCxn47OpY1jKRdb5jJ/lUQFbCxtViOKhgFFAj9m7QPeY0z5Q7WLav8Pd3kQkCuYVX8D5JXx+aKM08Exb+t5ehTDubDGndTVDEi+gNW05DJ8EjVfIQuFwN0ea9PZXcm4bqOw23y9YvrX7kjCZovbopQoU511kUkhPlwmshyE2eU+0yjALT9P1DRoKY7SXzAq46daMciZXU70fCvijUxW57Uyt/d5IiGkVVyaFl9bqyk8kp5MKmiRTbasfv0ooS6shz2hi66YSHgwiIkwJuLr/lY8rqwMJuF/uYcyQVfuyKARs= ceph-7567fb78-035b-11ef-bc93-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-04-25T23:30:57.608 INFO:teuthology.orchestra.run.smithi161.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC4+7vc8eAbshDwEPoC7mfSvhESelH0fUMulXez3rudlOJ9zGgOBaQKffZgJeAGq8iu2kp8pskpkiZJ8WgJ8nyrQCO+S69NahKgkht80+LdKvDlL0ehU2u49NGnKysToK/z6BDaREP1mxAeFwb39rD24JH54zru187tsukP8rIHBVx3NSrdouFgBnZ1oAeOYR7AXyEZbkdZ8j8yo8CQRxAJCxn47OpY1jKRdb5jJ/lUQFbCxtViOKhgFFAj9m7QPeY0z5Q7WLav8Pd3kQkCuYVX8D5JXx+aKM08Exb+t5ehTDubDGndTVDEi+gNW05DJ8EjVfIQuFwN0ea9PZXcm4bqOw23y9YvrX7kjCZovbopQoU511kUkhPlwmshyE2eU+0yjALT9P1DRoKY7SXzAq46daMciZXU70fCvijUxW57Uyt/d5IiGkVVyaFl9bqyk8kp5MKmiRTbasfv0ooS6shz2hi66YSHgwiIkwJuLr/lY8rqwMJuF/uYcyQVfuyKARs= ceph-7567fb78-035b-11ef-bc93-c7b262605968 2024-04-25T23:30:57.618 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d2c45d977142e024a59b68a8f1dce8f0b9840551 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567fb78-035b-11ef-bc93-c7b262605968 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-04-25T23:30:57.896 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 25 23:30:57 smithi087 systemd[1]: /etc/systemd/system/ceph-7567fb78-035b-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-25T23:30:57.897 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:30:57 smithi087 bash[21583]: audit 2024-04-25T23:30:56.644264+0000 mon.a (mon.0) 107 : audit 1 from='client.? 172.21.15.87:0/1326079217' entity='client.admin' 2024-04-25T23:30:57.897 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:30:57 smithi087 systemd[1]: /etc/systemd/system/ceph-7567fb78-035b-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-25T23:30:58.237 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:30:58 smithi087 systemd[1]: /etc/systemd/system/ceph-7567fb78-035b-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-25T23:30:58.238 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 25 23:30:58 smithi087 systemd[1]: /etc/systemd/system/ceph-7567fb78-035b-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-25T23:30:58.497 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 25 23:30:58 smithi087 systemd[1]: /etc/systemd/system/ceph-7567fb78-035b-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-25T23:30:58.497 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:30:58 smithi087 systemd[1]: /etc/systemd/system/ceph-7567fb78-035b-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-25T23:30:58.997 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:30:58 smithi087 bash[21583]: audit 2024-04-25T23:30:57.892455+0000 mon.a (mon.0) 108 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:30:58.997 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:30:58 smithi087 bash[21583]: audit 2024-04-25T23:30:57.895794+0000 mon.a (mon.0) 109 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:30:58.997 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:30:58 smithi087 bash[21583]: audit 2024-04-25T23:30:57.897956+0000 mon.a (mon.0) 110 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:30:58.997 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:30:58 smithi087 bash[21583]: audit 2024-04-25T23:30:57.914747+0000 mon.a (mon.0) 111 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T23:30:58.997 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:30:58 smithi087 bash[21583]: audit 2024-04-25T23:30:57.918400+0000 mon.a (mon.0) 112 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:30:58.998 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:30:58 smithi087 bash[21583]: audit 2024-04-25T23:30:57.920236+0000 mon.a (mon.0) 113 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:30:58.998 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:30:58 smithi087 bash[21583]: audit 2024-04-25T23:30:57.922122+0000 mon.a (mon.0) 114 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:30:58.998 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:30:58 smithi087 bash[21583]: audit 2024-04-25T23:30:57.924083+0000 mon.a (mon.0) 115 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:30:58.998 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:30:58 smithi087 bash[21583]: audit 2024-04-25T23:30:57.927359+0000 mon.a (mon.0) 116 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:30:58.998 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:30:58 smithi087 bash[21583]: audit 2024-04-25T23:30:57.945279+0000 mon.a (mon.0) 117 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T23:30:58.998 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:30:58 smithi087 bash[21583]: audit 2024-04-25T23:30:57.949851+0000 mon.a (mon.0) 118 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:30:58.998 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:30:58 smithi087 bash[21583]: audit 2024-04-25T23:30:58.836250+0000 mon.a (mon.0) 119 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:31:01.997 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:31:01 smithi087 bash[21583]: audit 2024-04-25T23:31:00.751306+0000 mon.a (mon.0) 120 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:31:02.316 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/7567fb78-035b-11ef-bc93-c7b262605968/mon.a/config 2024-04-25T23:31:03.997 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:31:03 smithi087 bash[21583]: audit 2024-04-25T23:31:02.817802+0000 mon.a (mon.0) 121 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:31:03.997 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:31:03 smithi087 bash[21583]: audit 2024-04-25T23:31:02.823839+0000 mon.a (mon.0) 122 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:31:05.792 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-04-25T23:31:05.792 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d2c45d977142e024a59b68a8f1dce8f0b9840551 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567fb78-035b-11ef-bc93-c7b262605968 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-04-25T23:31:06.497 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:31:06 smithi087 bash[21583]: audit 2024-04-25T23:31:05.178186+0000 mon.a (mon.0) 123 : audit 1 from='client.? 172.21.15.87:0/3630085977' entity='client.admin' 2024-04-25T23:31:06.497 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:31:06 smithi087 bash[21583]: audit 2024-04-25T23:31:05.197886+0000 mon.a (mon.0) 124 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T23:31:06.497 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:31:06 smithi087 bash[21583]: audit 2024-04-25T23:31:05.203429+0000 mon.a (mon.0) 125 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:31:07.497 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:31:07 smithi087 bash[21583]: cluster 2024-04-25T23:31:05.683355+0000 mgr.a (mgr.14152) 10 : cluster 0 pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:31:09.447 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:31:09 smithi087 bash[21583]: cluster 2024-04-25T23:31:07.683842+0000 mgr.a (mgr.14152) 11 : cluster 0 pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:31:10.428 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/7567fb78-035b-11ef-bc93-c7b262605968/mon.a/config 2024-04-25T23:31:11.428 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:31:11 smithi087 bash[21583]: cluster 2024-04-25T23:31:09.684278+0000 mgr.a (mgr.14152) 12 : cluster 0 pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:31:11.428 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:31:11 smithi087 bash[21583]: audit 2024-04-25T23:31:10.169969+0000 mon.a (mon.0) 126 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:31:11.428 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:31:11 smithi087 bash[21583]: audit 2024-04-25T23:31:10.176728+0000 mon.a (mon.0) 127 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:31:13.496 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:31:13 smithi087 bash[21583]: cluster 2024-04-25T23:31:11.684698+0000 mgr.a (mgr.14152) 13 : cluster 0 pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:31:13.497 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:31:13 smithi087 bash[21583]: audit 2024-04-25T23:31:13.078966+0000 mon.a (mon.0) 128 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:31:13.497 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:31:13 smithi087 bash[21583]: audit 2024-04-25T23:31:13.103132+0000 mon.a (mon.0) 129 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T23:31:13.497 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:31:13 smithi087 bash[21583]: audit 2024-04-25T23:31:13.104966+0000 mon.a (mon.0) 130 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:31:13.497 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:31:13 smithi087 bash[21583]: audit 2024-04-25T23:31:13.105700+0000 mon.a (mon.0) 131 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T23:31:13.774 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi157 2024-04-25T23:31:13.774 DEBUG:teuthology.orchestra.run.smithi157:> set -ex 2024-04-25T23:31:13.774 DEBUG:teuthology.orchestra.run.smithi157:> dd of=/etc/ceph/ceph.conf 2024-04-25T23:31:13.780 DEBUG:teuthology.orchestra.run.smithi157:> set -ex 2024-04-25T23:31:13.780 DEBUG:teuthology.orchestra.run.smithi157:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-25T23:31:13.830 INFO:tasks.cephadm:Adding host smithi157 to orchestrator... 2024-04-25T23:31:13.830 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d2c45d977142e024a59b68a8f1dce8f0b9840551 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567fb78-035b-11ef-bc93-c7b262605968 -- ceph orch host add smithi157 2024-04-25T23:31:14.997 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:31:14 smithi087 bash[21583]: audit 2024-04-25T23:31:13.074806+0000 mgr.a (mgr.14152) 14 : audit 0 from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T23:31:14.997 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:31:14 smithi087 bash[21583]: cephadm 2024-04-25T23:31:13.106660+0000 mgr.a (mgr.14152) 15 : cephadm 1 Updating smithi087:/etc/ceph/ceph.conf 2024-04-25T23:31:14.997 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:31:14 smithi087 bash[21583]: cephadm 2024-04-25T23:31:13.220899+0000 mgr.a (mgr.14152) 16 : cephadm 1 Updating smithi087:/var/lib/ceph/7567fb78-035b-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-25T23:31:14.997 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:31:14 smithi087 bash[21583]: cephadm 2024-04-25T23:31:13.334996+0000 mgr.a (mgr.14152) 17 : cephadm 1 Updating smithi087:/etc/ceph/ceph.client.admin.keyring 2024-04-25T23:31:14.997 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:31:14 smithi087 bash[21583]: cephadm 2024-04-25T23:31:13.449449+0000 mgr.a (mgr.14152) 18 : cephadm 1 Updating smithi087:/var/lib/ceph/7567fb78-035b-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-25T23:31:14.997 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:31:14 smithi087 bash[21583]: audit 2024-04-25T23:31:13.569920+0000 mon.a (mon.0) 132 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:31:14.997 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:31:14 smithi087 bash[21583]: audit 2024-04-25T23:31:13.573407+0000 mon.a (mon.0) 133 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:31:14.997 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:31:14 smithi087 bash[21583]: audit 2024-04-25T23:31:13.576189+0000 mon.a (mon.0) 134 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:31:15.997 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:31:15 smithi087 bash[21583]: cluster 2024-04-25T23:31:13.685125+0000 mgr.a (mgr.14152) 19 : cluster 0 pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:31:17.999 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:31:17 smithi087 bash[21583]: cluster 2024-04-25T23:31:15.685528+0000 mgr.a (mgr.14152) 20 : cluster 0 pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:31:18.547 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/7567fb78-035b-11ef-bc93-c7b262605968/mon.a/config 2024-04-25T23:31:19.883 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:31:19 smithi087 bash[21583]: cluster 2024-04-25T23:31:17.686011+0000 mgr.a (mgr.14152) 21 : cluster 0 pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:31:21.996 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:31:21 smithi087 bash[21583]: cluster 2024-04-25T23:31:19.686402+0000 mgr.a (mgr.14152) 22 : cluster 0 pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:31:23.747 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:31:23 smithi087 bash[21583]: cluster 2024-04-25T23:31:21.686776+0000 mgr.a (mgr.14152) 23 : cluster 0 pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:31:23.747 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:31:23 smithi087 bash[21583]: audit 2024-04-25T23:31:22.391734+0000 mon.a (mon.0) 135 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:31:23.747 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:31:23 smithi087 bash[21583]: audit 2024-04-25T23:31:22.397292+0000 mon.a (mon.0) 136 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:31:23.747 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:31:23 smithi087 bash[21583]: audit 2024-04-25T23:31:22.403988+0000 mon.a (mon.0) 137 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:31:23.747 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:31:23 smithi087 bash[21583]: audit 2024-04-25T23:31:22.561729+0000 mgr.a (mgr.14152) 24 : audit 0 from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi157", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T23:31:24.747 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:31:24 smithi087 bash[21583]: cephadm 2024-04-25T23:31:23.144132+0000 mgr.a (mgr.14152) 25 : cephadm 1 Deploying cephadm binary to smithi157 2024-04-25T23:31:25.746 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:31:25 smithi087 bash[21583]: cluster 2024-04-25T23:31:23.687202+0000 mgr.a (mgr.14152) 26 : cluster 0 pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:31:27.746 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:31:27 smithi087 bash[21583]: cluster 2024-04-25T23:31:25.687496+0000 mgr.a (mgr.14152) 27 : cluster 0 pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:31:28.342 INFO:teuthology.orchestra.run.smithi087.stdout:Added host 'smithi157' with addr '172.21.15.157' 2024-04-25T23:31:29.030 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d2c45d977142e024a59b68a8f1dce8f0b9840551 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567fb78-035b-11ef-bc93-c7b262605968 -- ceph orch host ls --format=json 2024-04-25T23:31:29.746 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:31:29 smithi087 bash[21583]: cluster 2024-04-25T23:31:27.687865+0000 mgr.a (mgr.14152) 28 : cluster 0 pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:31:29.747 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:31:29 smithi087 bash[21583]: audit 2024-04-25T23:31:28.353603+0000 mon.a (mon.0) 138 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:31:29.747 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:31:29 smithi087 bash[21583]: cephadm 2024-04-25T23:31:28.354472+0000 mgr.a (mgr.14152) 29 : cephadm 1 Added host smithi157 2024-04-25T23:31:29.747 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:31:29 smithi087 bash[21583]: audit 2024-04-25T23:31:28.388403+0000 mon.a (mon.0) 139 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T23:31:29.747 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:31:29 smithi087 bash[21583]: audit 2024-04-25T23:31:28.863140+0000 mon.a (mon.0) 140 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:31:31.746 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:31:31 smithi087 bash[21583]: cluster 2024-04-25T23:31:29.688255+0000 mgr.a (mgr.14152) 30 : cluster 0 pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:31:31.746 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:31:31 smithi087 bash[21583]: audit 2024-04-25T23:31:30.390073+0000 mon.a (mon.0) 141 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:31:31.747 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:31:31 smithi087 bash[21583]: audit 2024-04-25T23:31:30.395847+0000 mon.a (mon.0) 142 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:31:31.747 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:31:31 smithi087 bash[21583]: audit 2024-04-25T23:31:30.397291+0000 mon.a (mon.0) 143 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi157", "name": "osd_memory_target"}]: dispatch 2024-04-25T23:31:31.747 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:31:31 smithi087 bash[21583]: audit 2024-04-25T23:31:30.399104+0000 mon.a (mon.0) 144 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:31:31.747 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:31:31 smithi087 bash[21583]: audit 2024-04-25T23:31:30.400837+0000 mon.a (mon.0) 145 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T23:31:31.747 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:31:31 smithi087 bash[21583]: cephadm 2024-04-25T23:31:30.403354+0000 mgr.a (mgr.14152) 31 : cephadm 1 Updating smithi157:/etc/ceph/ceph.conf 2024-04-25T23:31:31.747 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:31:31 smithi087 bash[21583]: audit 2024-04-25T23:31:31.170674+0000 mon.a (mon.0) 146 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:31:31.747 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:31:31 smithi087 bash[21583]: audit 2024-04-25T23:31:31.176629+0000 mon.a (mon.0) 147 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:31:31.747 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:31:31 smithi087 bash[21583]: audit 2024-04-25T23:31:31.180200+0000 mon.a (mon.0) 148 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi157", "caps": []}]: dispatch 2024-04-25T23:31:31.747 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:31:31 smithi087 bash[21583]: audit 2024-04-25T23:31:31.182215+0000 mon.a (mon.0) 149 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi157", "caps": []}]': finished 2024-04-25T23:31:32.746 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:31:32 smithi087 bash[21583]: cephadm 2024-04-25T23:31:30.620918+0000 mgr.a (mgr.14152) 32 : cephadm 1 Updating smithi157:/var/lib/ceph/7567fb78-035b-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-25T23:31:32.746 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:31:32 smithi087 bash[21583]: cephadm 2024-04-25T23:31:30.835984+0000 mgr.a (mgr.14152) 33 : cephadm 1 Updating smithi157:/etc/ceph/ceph.client.admin.keyring 2024-04-25T23:31:32.747 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:31:32 smithi087 bash[21583]: cephadm 2024-04-25T23:31:31.001216+0000 mgr.a (mgr.14152) 34 : cephadm 1 Updating smithi157:/var/lib/ceph/7567fb78-035b-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-25T23:31:33.740 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/7567fb78-035b-11ef-bc93-c7b262605968/mon.a/config 2024-04-25T23:31:33.746 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:31:33 smithi087 bash[21583]: cluster 2024-04-25T23:31:31.688654+0000 mgr.a (mgr.14152) 35 : cluster 0 pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:31:34.696 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:31:34 smithi087 bash[21583]: cephadm 2024-04-25T23:31:33.001197+0000 mgr.a (mgr.14152) 36 : cephadm 1 Deploying daemon agent.smithi157 on smithi157 2024-04-25T23:31:34.696 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:31:34 smithi087 bash[21583]: audit 2024-04-25T23:31:33.927532+0000 mon.a (mon.0) 150 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:31:34.696 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:31:34 smithi087 bash[21583]: audit 2024-04-25T23:31:33.972387+0000 mon.a (mon.0) 151 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:31:34.696 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:31:34 smithi087 bash[21583]: audit 2024-04-25T23:31:33.978442+0000 mon.a (mon.0) 152 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:31:34.696 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:31:34 smithi087 bash[21583]: audit 2024-04-25T23:31:34.046646+0000 mon.a (mon.0) 153 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T23:31:34.696 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:31:34 smithi087 bash[21583]: audit 2024-04-25T23:31:34.051930+0000 mon.a (mon.0) 154 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:31:34.696 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:31:34 smithi087 bash[21583]: audit 2024-04-25T23:31:34.053463+0000 mon.a (mon.0) 155 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T23:31:34.696 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:31:34 smithi087 bash[21583]: audit 2024-04-25T23:31:34.061277+0000 mon.a (mon.0) 156 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:31:34.696 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:31:34 smithi087 bash[21583]: audit 2024-04-25T23:31:34.131712+0000 mon.a (mon.0) 157 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T23:31:34.696 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:31:34 smithi087 bash[21583]: audit 2024-04-25T23:31:34.136167+0000 mon.a (mon.0) 158 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:31:34.697 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:31:34 smithi087 bash[21583]: audit 2024-04-25T23:31:34.137727+0000 mon.a (mon.0) 159 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T23:31:34.697 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:31:34 smithi087 bash[21583]: audit 2024-04-25T23:31:34.145438+0000 mon.a (mon.0) 160 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:31:35.746 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:31:35 smithi087 bash[21583]: cluster 2024-04-25T23:31:33.689108+0000 mgr.a (mgr.14152) 37 : cluster 0 pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:31:35.746 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:31:35 smithi087 bash[21583]: audit 2024-04-25T23:31:34.393373+0000 mon.a (mon.0) 161 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:31:36.471 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-04-25T23:31:36.472 INFO:teuthology.orchestra.run.smithi087.stdout:[{"addr": "172.21.15.87", "hostname": "smithi087", "labels": [], "status": ""}, {"addr": "172.21.15.157", "hostname": "smithi157", "labels": [], "status": ""}] 2024-04-25T23:31:36.746 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:31:36 smithi087 bash[21583]: audit 2024-04-25T23:31:35.464954+0000 mon.a (mon.0) 162 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:31:36.746 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:31:36 smithi087 bash[21583]: audit 2024-04-25T23:31:35.471277+0000 mon.a (mon.0) 163 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:31:36.747 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:31:36 smithi087 bash[21583]: audit 2024-04-25T23:31:35.765188+0000 mon.a (mon.0) 164 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:31:37.449 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi161 2024-04-25T23:31:37.449 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2024-04-25T23:31:37.449 DEBUG:teuthology.orchestra.run.smithi161:> dd of=/etc/ceph/ceph.conf 2024-04-25T23:31:37.455 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2024-04-25T23:31:37.456 DEBUG:teuthology.orchestra.run.smithi161:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-25T23:31:37.503 INFO:tasks.cephadm:Adding host smithi161 to orchestrator... 2024-04-25T23:31:37.504 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d2c45d977142e024a59b68a8f1dce8f0b9840551 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567fb78-035b-11ef-bc93-c7b262605968 -- ceph orch host add smithi161 2024-04-25T23:31:37.710 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:31:37 smithi087 bash[21583]: cluster 2024-04-25T23:31:35.689533+0000 mgr.a (mgr.14152) 38 : cluster 0 pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:31:37.711 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:31:37 smithi087 bash[21583]: audit 2024-04-25T23:31:36.483356+0000 mgr.a (mgr.14152) 39 : audit 0 from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-25T23:31:39.746 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:31:39 smithi087 bash[21583]: cluster 2024-04-25T23:31:37.689806+0000 mgr.a (mgr.14152) 40 : cluster 0 pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:31:41.746 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:31:41 smithi087 bash[21583]: cluster 2024-04-25T23:31:39.690195+0000 mgr.a (mgr.14152) 41 : cluster 0 pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:31:43.228 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/7567fb78-035b-11ef-bc93-c7b262605968/mon.a/config 2024-04-25T23:31:43.996 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:31:43 smithi087 bash[21583]: cluster 2024-04-25T23:31:41.690562+0000 mgr.a (mgr.14152) 42 : cluster 0 pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:31:43.996 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:31:43 smithi087 bash[21583]: audit 2024-04-25T23:31:42.555377+0000 mon.a (mon.0) 165 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:31:43.996 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:31:43 smithi087 bash[21583]: audit 2024-04-25T23:31:42.560646+0000 mon.a (mon.0) 166 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:31:43.996 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:31:43 smithi087 bash[21583]: audit 2024-04-25T23:31:42.567401+0000 mon.a (mon.0) 167 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:31:45.746 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:31:45 smithi087 bash[21583]: cluster 2024-04-25T23:31:43.690914+0000 mgr.a (mgr.14152) 43 : cluster 0 pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:31:47.996 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:31:47 smithi087 bash[21583]: cluster 2024-04-25T23:31:45.691197+0000 mgr.a (mgr.14152) 44 : cluster 0 pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:31:47.996 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:31:47 smithi087 bash[21583]: audit 2024-04-25T23:31:45.874459+0000 mgr.a (mgr.14152) 45 : audit 0 from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi161", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T23:31:48.996 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:31:48 smithi087 bash[21583]: cephadm 2024-04-25T23:31:46.649491+0000 mgr.a (mgr.14152) 46 : cephadm 1 Deploying cephadm binary to smithi161 2024-04-25T23:31:48.996 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:31:48 smithi087 bash[21583]: audit 2024-04-25T23:31:48.331635+0000 mon.a (mon.0) 168 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:31:48.997 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:31:48 smithi087 bash[21583]: audit 2024-04-25T23:31:48.343719+0000 mon.a (mon.0) 169 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:31:49.996 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:31:49 smithi087 bash[21583]: cluster 2024-04-25T23:31:47.691584+0000 mgr.a (mgr.14152) 47 : cluster 0 pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:31:51.856 INFO:teuthology.orchestra.run.smithi087.stdout:Added host 'smithi161' with addr '172.21.15.161' 2024-04-25T23:31:51.878 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:31:51 smithi087 bash[21583]: cluster 2024-04-25T23:31:49.691858+0000 mgr.a (mgr.14152) 48 : cluster 0 pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:31:52.548 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d2c45d977142e024a59b68a8f1dce8f0b9840551 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567fb78-035b-11ef-bc93-c7b262605968 -- ceph orch host ls --format=json 2024-04-25T23:31:53.246 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:31:52 smithi087 bash[21583]: cluster 2024-04-25T23:31:51.692184+0000 mgr.a (mgr.14152) 49 : cluster 0 pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:31:53.247 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:31:52 smithi087 bash[21583]: audit 2024-04-25T23:31:51.867494+0000 mon.a (mon.0) 170 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:31:53.247 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:31:52 smithi087 bash[21583]: cephadm 2024-04-25T23:31:51.868450+0000 mgr.a (mgr.14152) 50 : cephadm 1 Added host smithi161 2024-04-25T23:31:53.247 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:31:52 smithi087 bash[21583]: audit 2024-04-25T23:31:51.878781+0000 mon.a (mon.0) 171 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T23:31:53.247 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:31:52 smithi087 bash[21583]: audit 2024-04-25T23:31:52.352872+0000 mon.a (mon.0) 172 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:31:54.997 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:31:54 smithi087 bash[21583]: cluster 2024-04-25T23:31:53.692600+0000 mgr.a (mgr.14152) 51 : cluster 0 pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:31:54.997 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:31:54 smithi087 bash[21583]: audit 2024-04-25T23:31:53.827651+0000 mon.a (mon.0) 173 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:31:54.997 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:31:54 smithi087 bash[21583]: audit 2024-04-25T23:31:53.833628+0000 mon.a (mon.0) 174 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:31:54.997 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:31:54 smithi087 bash[21583]: audit 2024-04-25T23:31:53.835113+0000 mon.a (mon.0) 175 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi161", "name": "osd_memory_target"}]: dispatch 2024-04-25T23:31:54.997 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:31:54 smithi087 bash[21583]: audit 2024-04-25T23:31:53.837258+0000 mon.a (mon.0) 176 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:31:54.997 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:31:54 smithi087 bash[21583]: audit 2024-04-25T23:31:53.839618+0000 mon.a (mon.0) 177 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T23:31:54.997 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:31:54 smithi087 bash[21583]: cephadm 2024-04-25T23:31:53.842738+0000 mgr.a (mgr.14152) 52 : cephadm 1 Updating smithi161:/etc/ceph/ceph.conf 2024-04-25T23:31:54.997 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:31:54 smithi087 bash[21583]: cephadm 2024-04-25T23:31:54.059183+0000 mgr.a (mgr.14152) 53 : cephadm 1 Updating smithi161:/var/lib/ceph/7567fb78-035b-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-25T23:31:54.997 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:31:54 smithi087 bash[21583]: cephadm 2024-04-25T23:31:54.520884+0000 mgr.a (mgr.14152) 54 : cephadm 1 Updating smithi161:/etc/ceph/ceph.client.admin.keyring 2024-04-25T23:31:55.941 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:31:55 smithi087 bash[21583]: cephadm 2024-04-25T23:31:54.686047+0000 mgr.a (mgr.14152) 55 : cephadm 1 Updating smithi161:/var/lib/ceph/7567fb78-035b-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-25T23:31:55.941 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:31:55 smithi087 bash[21583]: audit 2024-04-25T23:31:54.856359+0000 mon.a (mon.0) 178 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:31:55.941 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:31:55 smithi087 bash[21583]: audit 2024-04-25T23:31:54.864993+0000 mon.a (mon.0) 179 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:31:55.941 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:31:55 smithi087 bash[21583]: audit 2024-04-25T23:31:54.868271+0000 mon.a (mon.0) 180 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi161", "caps": []}]: dispatch 2024-04-25T23:31:55.941 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:31:55 smithi087 bash[21583]: audit 2024-04-25T23:31:54.869783+0000 mon.a (mon.0) 181 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi161", "caps": []}]': finished 2024-04-25T23:31:55.941 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:31:55 smithi087 bash[21583]: audit 2024-04-25T23:31:55.058302+0000 mon.a (mon.0) 182 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:31:55.941 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:31:55 smithi087 bash[21583]: audit 2024-04-25T23:31:55.063976+0000 mon.a (mon.0) 183 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:31:55.941 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:31:55 smithi087 bash[21583]: audit 2024-04-25T23:31:55.074107+0000 mon.a (mon.0) 184 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:31:55.941 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:31:55 smithi087 bash[21583]: cephadm 2024-04-25T23:31:55.470405+0000 mgr.a (mgr.14152) 56 : cephadm 1 Deploying daemon agent.smithi161 on smithi161 2024-04-25T23:31:57.257 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/7567fb78-035b-11ef-bc93-c7b262605968/mon.a/config 2024-04-25T23:31:57.695 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:31:57 smithi087 bash[21583]: cluster 2024-04-25T23:31:55.692919+0000 mgr.a (mgr.14152) 57 : cluster 0 pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:31:57.695 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:31:57 smithi087 bash[21583]: audit 2024-04-25T23:31:56.386575+0000 mon.a (mon.0) 185 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:31:57.695 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:31:57 smithi087 bash[21583]: audit 2024-04-25T23:31:56.440216+0000 mon.a (mon.0) 186 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:31:57.696 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:31:57 smithi087 bash[21583]: audit 2024-04-25T23:31:56.446463+0000 mon.a (mon.0) 187 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:31:57.696 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:31:57 smithi087 bash[21583]: audit 2024-04-25T23:31:56.544934+0000 mon.a (mon.0) 188 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T23:31:57.696 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:31:57 smithi087 bash[21583]: audit 2024-04-25T23:31:56.549576+0000 mon.a (mon.0) 189 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:31:57.696 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:31:57 smithi087 bash[21583]: audit 2024-04-25T23:31:56.550925+0000 mon.a (mon.0) 190 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T23:31:57.696 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:31:57 smithi087 bash[21583]: audit 2024-04-25T23:31:56.559325+0000 mon.a (mon.0) 191 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:31:57.696 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:31:57 smithi087 bash[21583]: audit 2024-04-25T23:31:56.661795+0000 mon.a (mon.0) 192 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T23:31:57.696 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:31:57 smithi087 bash[21583]: audit 2024-04-25T23:31:56.667118+0000 mon.a (mon.0) 193 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:31:57.696 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:31:57 smithi087 bash[21583]: audit 2024-04-25T23:31:56.668900+0000 mon.a (mon.0) 194 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T23:31:57.696 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:31:57 smithi087 bash[21583]: audit 2024-04-25T23:31:56.680276+0000 mon.a (mon.0) 195 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:31:57.696 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:31:57 smithi087 bash[21583]: audit 2024-04-25T23:31:56.858564+0000 mon.a (mon.0) 196 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:31:59.246 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:31:58 smithi087 bash[21583]: cluster 2024-04-25T23:31:57.693269+0000 mgr.a (mgr.14152) 58 : cluster 0 pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:31:59.247 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:31:58 smithi087 bash[21583]: audit 2024-04-25T23:31:57.929222+0000 mon.a (mon.0) 197 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:31:59.247 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:31:58 smithi087 bash[21583]: audit 2024-04-25T23:31:57.937311+0000 mon.a (mon.0) 198 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:00.404 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-04-25T23:32:00.404 INFO:teuthology.orchestra.run.smithi087.stdout:[{"addr": "172.21.15.87", "hostname": "smithi087", "labels": [], "status": ""}, {"addr": "172.21.15.157", "hostname": "smithi157", "labels": [], "status": ""}, {"addr": "172.21.15.161", "hostname": "smithi161", "labels": [], "status": ""}] 2024-04-25T23:32:01.021 INFO:tasks.cephadm:Setting crush tunables to default 2024-04-25T23:32:01.022 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d2c45d977142e024a59b68a8f1dce8f0b9840551 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567fb78-035b-11ef-bc93-c7b262605968 -- ceph osd crush tunables default 2024-04-25T23:32:01.246 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:00 smithi087 bash[21583]: cluster 2024-04-25T23:31:59.693671+0000 mgr.a (mgr.14152) 59 : cluster 0 pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:32:01.246 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:00 smithi087 bash[21583]: audit 2024-04-25T23:32:00.415564+0000 mgr.a (mgr.14152) 60 : audit 0 from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-25T23:32:01.246 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:00 smithi087 bash[21583]: audit 2024-04-25T23:32:00.772760+0000 mon.a (mon.0) 199 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:03.246 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:02 smithi087 bash[21583]: cluster 2024-04-25T23:32:01.694103+0000 mgr.a (mgr.14152) 61 : cluster 0 pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:32:03.246 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:02 smithi087 bash[21583]: audit 2024-04-25T23:32:02.768884+0000 mon.a (mon.0) 200 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:03.247 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:02 smithi087 bash[21583]: audit 2024-04-25T23:32:02.775544+0000 mon.a (mon.0) 201 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:03.247 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:02 smithi087 bash[21583]: audit 2024-04-25T23:32:02.783847+0000 mon.a (mon.0) 202 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:04.815 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/7567fb78-035b-11ef-bc93-c7b262605968/mon.a/config 2024-04-25T23:32:05.247 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:04 smithi087 bash[21583]: cluster 2024-04-25T23:32:03.694505+0000 mgr.a (mgr.14152) 62 : cluster 0 pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:32:07.246 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:06 smithi087 bash[21583]: cluster 2024-04-25T23:32:05.694902+0000 mgr.a (mgr.14152) 63 : cluster 0 pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:32:07.934 INFO:teuthology.orchestra.run.smithi087.stderr:adjusted tunables profile to default 2024-04-25T23:32:08.246 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:07 smithi087 bash[21583]: audit 2024-04-25T23:32:07.497233+0000 mon.a (mon.0) 203 : audit 1 from='client.? 172.21.15.87:0/1580020722' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-04-25T23:32:08.638 INFO:tasks.cephadm:Adding mon.a on smithi087 2024-04-25T23:32:08.638 INFO:tasks.cephadm:Adding mon.b on smithi157 2024-04-25T23:32:08.638 INFO:tasks.cephadm:Adding mon.c on smithi161 2024-04-25T23:32:08.638 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d2c45d977142e024a59b68a8f1dce8f0b9840551 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567fb78-035b-11ef-bc93-c7b262605968 -- ceph orch apply mon '3;smithi087:172.21.15.87=a;smithi157:172.21.15.157=b;smithi161:172.21.15.161=c' 2024-04-25T23:32:09.246 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:08 smithi087 bash[21583]: cluster 2024-04-25T23:32:07.695331+0000 mgr.a (mgr.14152) 64 : cluster 0 pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:32:09.246 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:08 smithi087 bash[21583]: audit 2024-04-25T23:32:07.940051+0000 mon.a (mon.0) 204 : audit 1 from='client.? 172.21.15.87:0/1580020722' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-04-25T23:32:09.247 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:08 smithi087 bash[21583]: cluster 2024-04-25T23:32:07.945718+0000 mon.a (mon.0) 205 : cluster 0 osdmap e4: 0 total, 0 up, 0 in 2024-04-25T23:32:09.838 INFO:teuthology.orchestra.run.smithi161.stderr:Inferring config /var/lib/ceph/7567fb78-035b-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-25T23:32:11.246 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:10 smithi087 bash[21583]: cluster 2024-04-25T23:32:09.695739+0000 mgr.a (mgr.14152) 65 : cluster 0 pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:32:12.746 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:12 smithi087 bash[21583]: audit 2024-04-25T23:32:11.345959+0000 mon.a (mon.0) 206 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:12.746 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:12 smithi087 bash[21583]: audit 2024-04-25T23:32:11.354076+0000 mon.a (mon.0) 207 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:13.105 INFO:teuthology.orchestra.run.smithi161.stdout:Scheduled mon update... 2024-04-25T23:32:13.599 DEBUG:teuthology.orchestra.run.smithi157:mon.b> sudo journalctl -f -n 0 -u ceph-7567fb78-035b-11ef-bc93-c7b262605968@mon.b.service 2024-04-25T23:32:13.602 DEBUG:teuthology.orchestra.run.smithi161:mon.c> sudo journalctl -f -n 0 -u ceph-7567fb78-035b-11ef-bc93-c7b262605968@mon.c.service 2024-04-25T23:32:13.604 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-04-25T23:32:13.604 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d2c45d977142e024a59b68a8f1dce8f0b9840551 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567fb78-035b-11ef-bc93-c7b262605968 -- ceph mon dump -f json 2024-04-25T23:32:13.746 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:13 smithi087 bash[21583]: cluster 2024-04-25T23:32:11.696155+0000 mgr.a (mgr.14152) 66 : cluster 0 pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:32:13.747 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:13 smithi087 bash[21583]: audit 2024-04-25T23:32:13.117369+0000 mon.a (mon.0) 208 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:13.747 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:13 smithi087 bash[21583]: audit 2024-04-25T23:32:13.141556+0000 mon.a (mon.0) 209 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T23:32:13.747 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:13 smithi087 bash[21583]: audit 2024-04-25T23:32:13.147013+0000 mon.a (mon.0) 210 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:32:13.747 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:13 smithi087 bash[21583]: audit 2024-04-25T23:32:13.148783+0000 mon.a (mon.0) 211 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T23:32:13.747 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:13 smithi087 bash[21583]: audit 2024-04-25T23:32:13.157440+0000 mon.a (mon.0) 212 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:13.747 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:13 smithi087 bash[21583]: audit 2024-04-25T23:32:13.162605+0000 mon.a (mon.0) 213 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-25T23:32:13.747 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:13 smithi087 bash[21583]: audit 2024-04-25T23:32:13.164154+0000 mon.a (mon.0) 214 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:32:14.714 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:14 smithi087 bash[21583]: audit 2024-04-25T23:32:13.106386+0000 mgr.a (mgr.14152) 67 : audit 0 from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi087:172.21.15.87=a;smithi157:172.21.15.157=b;smithi161:172.21.15.161=c", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T23:32:14.714 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:14 smithi087 bash[21583]: cephadm 2024-04-25T23:32:13.111830+0000 mgr.a (mgr.14152) 68 : cephadm 1 Saving service mon spec with placement smithi087:172.21.15.87=a;smithi157:172.21.15.157=b;smithi161:172.21.15.161=c;count:3 2024-04-25T23:32:14.714 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:14 smithi087 bash[21583]: cephadm 2024-04-25T23:32:13.166232+0000 mgr.a (mgr.14152) 69 : cephadm 1 Deploying daemon mon.c on smithi161 2024-04-25T23:32:14.826 INFO:teuthology.orchestra.run.smithi161.stderr:Inferring config /var/lib/ceph/7567fb78-035b-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-25T23:32:15.607 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:15 smithi087 bash[21583]: cluster 2024-04-25T23:32:13.696581+0000 mgr.a (mgr.14152) 70 : cluster 0 pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:32:15.607 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:15 smithi087 bash[21583]: audit 2024-04-25T23:32:15.270927+0000 mon.a (mon.0) 215 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:15.607 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:15 smithi087 bash[21583]: audit 2024-04-25T23:32:15.277028+0000 mon.a (mon.0) 216 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:15.607 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:15 smithi087 bash[21583]: audit 2024-04-25T23:32:15.287662+0000 mon.a (mon.0) 217 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:17.746 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:17 smithi087 bash[21583]: cluster 2024-04-25T23:32:15.696925+0000 mgr.a (mgr.14152) 71 : cluster 0 pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:32:18.901 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:18 smithi161 systemd[1]: Started Ceph mon.c for 7567fb78-035b-11ef-bc93-c7b262605968. 2024-04-25T23:32:18.948 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-04-25T23:32:18.949 INFO:teuthology.orchestra.run.smithi161.stdout:{"epoch":1,"fsid":"7567fb78-035b-11ef-bc93-c7b262605968","modified":"2024-04-25T23:29:34.198083Z","created":"2024-04-25T23:29:34.198083Z","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.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-25T23:32:18.951 INFO:teuthology.orchestra.run.smithi161.stderr:dumped monmap epoch 1 2024-04-25T23:32:19.746 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:19 smithi087 bash[21583]: cluster 2024-04-25T23:32:17.697251+0000 mgr.a (mgr.14152) 72 : cluster 0 pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:32:19.747 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:19 smithi087 bash[21583]: audit 2024-04-25T23:32:18.776662+0000 mon.a (mon.0) 218 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:19.747 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:19 smithi087 bash[21583]: audit 2024-04-25T23:32:18.782813+0000 mon.a (mon.0) 219 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:19.747 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:19 smithi087 bash[21583]: audit 2024-04-25T23:32:18.798959+0000 mon.a (mon.0) 220 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:19.747 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:19 smithi087 bash[21583]: audit 2024-04-25T23:32:18.800394+0000 mon.a (mon.0) 221 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-25T23:32:19.747 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:19 smithi087 bash[21583]: audit 2024-04-25T23:32:18.802136+0000 mon.a (mon.0) 222 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:32:19.747 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:19 smithi087 bash[21583]: audit 2024-04-25T23:32:18.961322+0000 mon.a (mon.0) 223 : audit 0 from='client.? 172.21.15.161:0/1359575719' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-25T23:32:20.743 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.709+0000 7fbf8185dc80 0 set uid:gid to 167:167 (ceph:ceph) 2024-04-25T23:32:20.744 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.709+0000 7fbf8185dc80 0 ceph version 19.0.0-2445-gd2c45d97 (d2c45d977142e024a59b68a8f1dce8f0b9840551) squid (dev), process ceph-mon, pid 7 2024-04-25T23:32:20.744 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.709+0000 7fbf8185dc80 0 pidfile_write: ignore empty --pid-file 2024-04-25T23:32:20.744 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 0 load: jerasure load: lrc 2024-04-25T23:32:20.744 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: RocksDB version: 7.9.2 2024-04-25T23:32:20.744 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Git sha 0 2024-04-25T23:32:20.744 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Compile date 2024-04-24 16:41:23 2024-04-25T23:32:20.744 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: DB SUMMARY 2024-04-25T23:32:20.744 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: DB Session ID: RQLBA1GC901BB1GRHBFD 2024-04-25T23:32:20.744 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: CURRENT file: CURRENT 2024-04-25T23:32:20.744 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: IDENTITY file: IDENTITY 2024-04-25T23:32:20.744 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2024-04-25T23:32:20.744 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-c/store.db dir, Total Num: 0, files: 2024-04-25T23:32:20.745 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-c/store.db: 000004.log size: 511 ; 2024-04-25T23:32:20.745 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.error_if_exists: 0 2024-04-25T23:32:20.745 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.create_if_missing: 0 2024-04-25T23:32:20.745 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.paranoid_checks: 1 2024-04-25T23:32:20.745 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-04-25T23:32:20.745 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-04-25T23:32:20.745 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-04-25T23:32:20.745 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.env: 0x561b4ee53c60 2024-04-25T23:32:20.745 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.fs: PosixFileSystem 2024-04-25T23:32:20.745 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.info_log: 0x561b4f999ac0 2024-04-25T23:32:20.745 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.max_file_opening_threads: 16 2024-04-25T23:32:20.746 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.statistics: (nil) 2024-04-25T23:32:20.746 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.use_fsync: 0 2024-04-25T23:32:20.746 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.max_log_file_size: 0 2024-04-25T23:32:20.746 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-25T23:32:20.746 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-04-25T23:32:20.746 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.keep_log_file_num: 1000 2024-04-25T23:32:20.746 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.recycle_log_file_num: 0 2024-04-25T23:32:20.746 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.allow_fallocate: 1 2024-04-25T23:32:20.746 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.allow_mmap_reads: 0 2024-04-25T23:32:20.746 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.allow_mmap_writes: 0 2024-04-25T23:32:20.746 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.use_direct_reads: 0 2024-04-25T23:32:20.747 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-25T23:32:20.747 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.create_missing_column_families: 0 2024-04-25T23:32:20.747 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.db_log_dir: 2024-04-25T23:32:20.747 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.wal_dir: 2024-04-25T23:32:20.747 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-04-25T23:32:20.747 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-04-25T23:32:20.747 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-04-25T23:32:20.747 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-25T23:32:20.747 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-25T23:32:20.747 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-04-25T23:32:20.747 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.advise_random_on_open: 1 2024-04-25T23:32:20.747 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.db_write_buffer_size: 0 2024-04-25T23:32:20.747 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.write_buffer_manager: 0x561b4f96c1e0 2024-04-25T23:32:20.748 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-25T23:32:20.748 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-25T23:32:20.748 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-04-25T23:32:20.748 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.rate_limiter: (nil) 2024-04-25T23:32:20.748 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-25T23:32:20.748 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.wal_recovery_mode: 2 2024-04-25T23:32:20.748 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.enable_thread_tracking: 0 2024-04-25T23:32:20.748 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.enable_pipelined_write: 0 2024-04-25T23:32:20.748 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.unordered_write: 0 2024-04-25T23:32:20.748 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-25T23:32:20.748 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-25T23:32:20.749 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-25T23:32:20.749 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-25T23:32:20.749 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.row_cache: None 2024-04-25T23:32:20.749 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.wal_filter: None 2024-04-25T23:32:20.749 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-25T23:32:20.749 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.allow_ingest_behind: 0 2024-04-25T23:32:20.749 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.two_write_queues: 0 2024-04-25T23:32:20.749 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.manual_wal_flush: 0 2024-04-25T23:32:20.749 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.wal_compression: 0 2024-04-25T23:32:20.749 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.atomic_flush: 0 2024-04-25T23:32:20.749 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-25T23:32:20.749 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-04-25T23:32:20.749 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-04-25T23:32:20.750 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.log_readahead_size: 0 2024-04-25T23:32:20.750 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-04-25T23:32:20.750 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.best_efforts_recovery: 0 2024-04-25T23:32:20.750 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-04-25T23:32:20.750 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-04-25T23:32:20.750 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.allow_data_in_errors: 0 2024-04-25T23:32:20.750 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.db_host_id: __hostname__ 2024-04-25T23:32:20.751 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-04-25T23:32:20.751 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.max_background_jobs: 2 2024-04-25T23:32:20.751 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.max_background_compactions: -1 2024-04-25T23:32:20.751 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.max_subcompactions: 1 2024-04-25T23:32:20.751 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-25T23:32:20.751 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-25T23:32:20.752 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-04-25T23:32:20.752 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.max_total_wal_size: 0 2024-04-25T23:32:20.752 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-25T23:32:20.752 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-04-25T23:32:20.752 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-04-25T23:32:20.752 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-25T23:32:20.752 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.max_open_files: -1 2024-04-25T23:32:20.752 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.bytes_per_sync: 0 2024-04-25T23:32:20.752 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-04-25T23:32:20.752 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-04-25T23:32:20.752 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.compaction_readahead_size: 0 2024-04-25T23:32:20.752 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.max_background_flushes: -1 2024-04-25T23:32:20.752 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Compression algorithms supported: 2024-04-25T23:32:20.753 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-25T23:32:20.753 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: kZSTD supported: 0 2024-04-25T23:32:20.753 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: kXpressCompression supported: 0 2024-04-25T23:32:20.753 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: kLZ4HCCompression supported: 1 2024-04-25T23:32:20.753 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: kZlibCompression supported: 1 2024-04-25T23:32:20.753 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: kSnappyCompression supported: 1 2024-04-25T23:32:20.753 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: kLZ4Compression supported: 1 2024-04-25T23:32:20.753 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: kBZip2Compression supported: 0 2024-04-25T23:32:20.753 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-04-25T23:32:20.753 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-04-25T23:32:20.753 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000005 2024-04-25T23:32:20.753 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-04-25T23:32:20.754 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:20 smithi087 bash[21583]: cephadm 2024-04-25T23:32:18.804218+0000 mgr.a (mgr.14152) 73 : cephadm 1 Deploying daemon mon.b on smithi157 2024-04-25T23:32:20.756 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-25T23:32:20.757 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.merge_operator: 2024-04-25T23:32:20.757 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.compaction_filter: None 2024-04-25T23:32:20.757 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.compaction_filter_factory: None 2024-04-25T23:32:20.757 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.sst_partitioner_factory: None 2024-04-25T23:32:20.757 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-04-25T23:32:20.757 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-04-25T23:32:20.757 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x561b4f999bc0) 2024-04-25T23:32:20.757 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: cache_index_and_filter_blocks: 1 2024-04-25T23:32:20.757 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: cache_index_and_filter_blocks_with_high_priority: 0 2024-04-25T23:32:20.757 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-25T23:32:20.757 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: pin_top_level_index_and_filter: 1 2024-04-25T23:32:20.757 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: index_type: 0 2024-04-25T23:32:20.757 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: data_block_index_type: 0 2024-04-25T23:32:20.758 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: index_shortening: 1 2024-04-25T23:32:20.758 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: data_block_hash_table_util_ratio: 0.750000 2024-04-25T23:32:20.758 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: checksum: 4 2024-04-25T23:32:20.758 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: no_block_cache: 0 2024-04-25T23:32:20.758 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: block_cache: 0x561b4f99b090 2024-04-25T23:32:20.758 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: block_cache_name: BinnedLRUCache 2024-04-25T23:32:20.758 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: block_cache_options: 2024-04-25T23:32:20.758 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: capacity : 536870912 2024-04-25T23:32:20.758 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: num_shard_bits : 4 2024-04-25T23:32:20.758 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: strict_capacity_limit : 0 2024-04-25T23:32:20.758 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: high_pri_pool_ratio: 0.000 2024-04-25T23:32:20.758 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: block_cache_compressed: (nil) 2024-04-25T23:32:20.758 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: persistent_cache: (nil) 2024-04-25T23:32:20.759 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: block_size: 4096 2024-04-25T23:32:20.759 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: block_size_deviation: 10 2024-04-25T23:32:20.759 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: block_restart_interval: 16 2024-04-25T23:32:20.759 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: index_block_restart_interval: 1 2024-04-25T23:32:20.759 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: metadata_block_size: 4096 2024-04-25T23:32:20.759 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: partition_filters: 0 2024-04-25T23:32:20.759 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: use_delta_encoding: 1 2024-04-25T23:32:20.759 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: filter_policy: bloomfilter 2024-04-25T23:32:20.759 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: whole_key_filtering: 1 2024-04-25T23:32:20.759 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: verify_compression: 0 2024-04-25T23:32:20.759 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: read_amp_bytes_per_bit: 0 2024-04-25T23:32:20.759 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: format_version: 5 2024-04-25T23:32:20.759 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: enable_index_compression: 1 2024-04-25T23:32:20.760 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: block_align: 0 2024-04-25T23:32:20.760 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: max_auto_readahead_size: 262144 2024-04-25T23:32:20.760 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: prepopulate_block_cache: 0 2024-04-25T23:32:20.760 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: initial_auto_readahead_size: 8192 2024-04-25T23:32:20.760 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: num_file_reads_for_auto_readahead: 2 2024-04-25T23:32:20.760 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.write_buffer_size: 33554432 2024-04-25T23:32:20.760 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.max_write_buffer_number: 2 2024-04-25T23:32:20.760 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.compression: NoCompression 2024-04-25T23:32:20.760 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.bottommost_compression: Disabled 2024-04-25T23:32:20.760 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.prefix_extractor: nullptr 2024-04-25T23:32:20.760 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-25T23:32:20.760 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.num_levels: 7 2024-04-25T23:32:20.760 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-25T23:32:20.761 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-25T23:32:20.761 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-25T23:32:20.761 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-25T23:32:20.761 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-25T23:32:20.761 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-25T23:32:20.761 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-25T23:32:20.761 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-25T23:32:20.761 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-04-25T23:32:20.761 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-25T23:32:20.761 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-04-25T23:32:20.761 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-04-25T23:32:20.761 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-04-25T23:32:20.761 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.compression_opts.level: 32767 2024-04-25T23:32:20.761 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.compression_opts.strategy: 0 2024-04-25T23:32:20.761 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-25T23:32:20.762 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-25T23:32:20.762 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-04-25T23:32:20.762 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-04-25T23:32:20.762 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.compression_opts.enabled: false 2024-04-25T23:32:20.762 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-04-25T23:32:20.762 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-25T23:32:20.762 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-25T23:32:20.762 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-25T23:32:20.762 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.target_file_size_base: 67108864 2024-04-25T23:32:20.763 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-04-25T23:32:20.763 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-25T23:32:20.763 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-25T23:32:20.763 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-25T23:32:20.763 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-25T23:32:20.763 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-25T23:32:20.763 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-25T23:32:20.763 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-25T23:32:20.763 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-25T23:32:20.763 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-25T23:32:20.763 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-25T23:32:20.763 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-25T23:32:20.764 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-25T23:32:20.764 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-04-25T23:32:20.764 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.arena_block_size: 1048576 2024-04-25T23:32:20.764 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-25T23:32:20.764 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-25T23:32:20.764 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.disable_auto_compactions: 0 2024-04-25T23:32:20.764 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-25T23:32:20.764 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-25T23:32:20.764 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-25T23:32:20.764 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-25T23:32:20.764 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-25T23:32:20.764 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-25T23:32:20.764 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-25T23:32:20.765 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-25T23:32:20.765 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-25T23:32:20.765 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-25T23:32:20.765 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.table_properties_collectors: 2024-04-25T23:32:20.766 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.inplace_update_support: 0 2024-04-25T23:32:20.766 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-04-25T23:32:20.766 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-25T23:32:20.766 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-25T23:32:20.766 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-04-25T23:32:20.766 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.bloom_locality: 0 2024-04-25T23:32:20.766 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.max_successive_merges: 0 2024-04-25T23:32:20.766 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-04-25T23:32:20.767 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.paranoid_file_checks: 0 2024-04-25T23:32:20.767 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.force_consistency_checks: 1 2024-04-25T23:32:20.767 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.report_bg_io_stats: 0 2024-04-25T23:32:20.767 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.ttl: 2592000 2024-04-25T23:32:20.767 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-04-25T23:32:20.767 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-04-25T23:32:20.767 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-04-25T23:32:20.767 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.enable_blob_files: false 2024-04-25T23:32:20.767 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.min_blob_size: 0 2024-04-25T23:32:20.767 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.blob_file_size: 268435456 2024-04-25T23:32:20.767 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-04-25T23:32:20.767 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-04-25T23:32:20.767 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-04-25T23:32:20.767 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-04-25T23:32:20.768 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-04-25T23:32:20.768 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.blob_file_starting_level: 0 2024-04-25T23:32:20.768 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.713+0000 7fbf8185dc80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-04-25T23:32:20.768 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.717+0000 7fbf8185dc80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-04-25T23:32:20.768 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.717+0000 7fbf8185dc80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-04-25T23:32:20.768 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.717+0000 7fbf8185dc80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 60d736f9-9c11-408c-b143-2ec03f5bb77f 2024-04-25T23:32:20.768 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.717+0000 7fbf8185dc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1714087940719886, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-04-25T23:32:20.768 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.717+0000 7fbf8185dc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-04-25T23:32:20.768 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.717+0000 7fbf8185dc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1714087940720363, "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": 1714087940, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "60d736f9-9c11-408c-b143-2ec03f5bb77f", "db_session_id": "RQLBA1GC901BB1GRHBFD", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-04-25T23:32:20.768 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.717+0000 7fbf8185dc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1714087940720467, "job": 1, "event": "recovery_finished"} 2024-04-25T23:32:20.768 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.717+0000 7fbf8185dc80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-04-25T23:32:20.768 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.717+0000 7fbf8185dc80 4 rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-c/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-04-25T23:32:20.768 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.717+0000 7fbf8185dc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x561b4fa90000 2024-04-25T23:32:20.769 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.717+0000 7fbf8185dc80 4 rocksdb: DB pointer 0x561b4fa7a000 2024-04-25T23:32:20.769 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.717+0000 7fbf6ffc0700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-04-25T23:32:20.769 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.717+0000 7fbf6ffc0700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-04-25T23:32:20.769 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: ** DB Stats ** 2024-04-25T23:32:20.769 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: Uptime(secs): 0.0 total, 0.0 interval 2024-04-25T23:32:20.769 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-04-25T23:32:20.769 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-25T23:32:20.769 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-25T23:32:20.769 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-04-25T23:32:20.769 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-25T23:32:20.769 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-25T23:32:20.769 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: ** Compaction Stats [default] ** 2024-04-25T23:32:20.769 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-04-25T23:32:20.770 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-04-25T23:32:20.770 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: L0 1/0 1.58 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.7 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-04-25T23:32:20.770 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: Sum 1/0 1.58 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.7 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-04-25T23:32:20.770 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.7 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-04-25T23:32:20.770 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: ** Compaction Stats [default] ** 2024-04-25T23:32:20.770 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-04-25T23:32:20.770 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-25T23:32:20.770 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 3.7 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-04-25T23:32:20.770 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-04-25T23:32:20.770 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: Uptime(secs): 0.0 total, 0.0 interval 2024-04-25T23:32:20.770 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: Flush(GB): cumulative 0.000, interval 0.000 2024-04-25T23:32:20.770 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: AddFile(GB): cumulative 0.000, interval 0.000 2024-04-25T23:32:20.770 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: AddFile(Total Files): cumulative 0, interval 0 2024-04-25T23:32:20.771 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: AddFile(L0 Files): cumulative 0, interval 0 2024-04-25T23:32:20.771 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: AddFile(Keys): cumulative 0, interval 0 2024-04-25T23:32:20.771 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: Cumulative compaction: 0.00 GB write, 0.49 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-25T23:32:20.771 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: Interval compaction: 0.00 GB write, 0.49 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-25T23:32:20.771 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-04-25T23:32:20.771 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: Block cache BinnedLRUCache@0x561b4f99b090#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-04-25T23:32:20.771 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: Block cache entry stats(count,size,portion): FilterBlock(1,0.11 KB,2.08616e-05%) IndexBlock(1,0.11 KB,2.08616e-05%) Misc(1,0.00 KB,0%) 2024-04-25T23:32:20.771 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: ** File Read Latency Histogram By Level [default] ** 2024-04-25T23:32:20.772 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.717+0000 7fbf8185dc80 0 mon.c does not exist in monmap, will attempt to join an existing cluster 2024-04-25T23:32:20.772 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.717+0000 7fbf8185dc80 0 using public_addr v2:172.21.15.161:0/0 -> [v2:172.21.15.161:3300/0,v1:172.21.15.161:6789/0] 2024-04-25T23:32:20.772 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.717+0000 7fbf8185dc80 0 starting mon.c rank -1 at public addrs [v2:172.21.15.161:3300/0,v1:172.21.15.161:6789/0] at bind addrs [v2:172.21.15.161:3300/0,v1:172.21.15.161:6789/0] mon_data /var/lib/ceph/mon/ceph-c fsid 7567fb78-035b-11ef-bc93-c7b262605968 2024-04-25T23:32:20.772 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.721+0000 7fbf8185dc80 1 mon.c@-1(???) e0 preinit fsid 7567fb78-035b-11ef-bc93-c7b262605968 2024-04-25T23:32:20.772 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.741+0000 7fbf72fc6700 0 mon.c@-1(synchronizing).mds e1 new map 2024-04-25T23:32:20.772 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.741+0000 7fbf72fc6700 0 mon.c@-1(synchronizing).mds e1 print_map 2024-04-25T23:32:20.772 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: e1 2024-04-25T23:32:20.772 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: enable_multiple, ever_enabled_multiple: 1,1 2024-04-25T23:32:20.772 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments,12=quiesce subvolumes} 2024-04-25T23:32:20.773 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: legacy client fscid: -1 2024-04-25T23:32:20.773 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: 2024-04-25T23:32:20.773 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: No filesystems configured 2024-04-25T23:32:20.773 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.741+0000 7fbf72fc6700 1 mon.c@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-04-25T23:32:20.773 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.745+0000 7fbf72fc6700 1 mon.c@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-04-25T23:32:20.773 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.745+0000 7fbf72fc6700 1 mon.c@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-04-25T23:32:20.773 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.745+0000 7fbf72fc6700 1 mon.c@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-04-25T23:32:20.773 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.745+0000 7fbf72fc6700 1 mon.c@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-04-25T23:32:20.773 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.745+0000 7fbf72fc6700 1 mon.c@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-04-25T23:32:20.773 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.745+0000 7fbf72fc6700 0 mon.c@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-04-25T23:32:20.773 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.745+0000 7fbf72fc6700 0 mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-04-25T23:32:20.773 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.745+0000 7fbf72fc6700 0 mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-04-25T23:32:20.773 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.745+0000 7fbf72fc6700 0 mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-04-25T23:32:20.774 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: cluster 2024-04-25T23:31:11.684698+0000 mgr.a (mgr.14152) 13 : cluster 0 pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:32:20.774 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: audit 2024-04-25T23:31:13.078966+0000 mon.a (mon.0) 128 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:20.774 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: audit 2024-04-25T23:31:13.103132+0000 mon.a (mon.0) 129 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T23:32:20.774 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: audit 2024-04-25T23:31:13.104966+0000 mon.a (mon.0) 130 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:32:20.774 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: audit 2024-04-25T23:31:13.105700+0000 mon.a (mon.0) 131 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T23:32:20.774 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: audit 2024-04-25T23:31:13.074806+0000 mgr.a (mgr.14152) 14 : audit 0 from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T23:32:20.774 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: cephadm 2024-04-25T23:31:13.106660+0000 mgr.a (mgr.14152) 15 : cephadm 1 Updating smithi087:/etc/ceph/ceph.conf 2024-04-25T23:32:20.774 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: cephadm 2024-04-25T23:31:13.220899+0000 mgr.a (mgr.14152) 16 : cephadm 1 Updating smithi087:/var/lib/ceph/7567fb78-035b-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-25T23:32:20.774 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: cephadm 2024-04-25T23:31:13.334996+0000 mgr.a (mgr.14152) 17 : cephadm 1 Updating smithi087:/etc/ceph/ceph.client.admin.keyring 2024-04-25T23:32:20.774 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: cephadm 2024-04-25T23:31:13.449449+0000 mgr.a (mgr.14152) 18 : cephadm 1 Updating smithi087:/var/lib/ceph/7567fb78-035b-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-25T23:32:20.775 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: audit 2024-04-25T23:31:13.569920+0000 mon.a (mon.0) 132 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:20.775 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: audit 2024-04-25T23:31:13.573407+0000 mon.a (mon.0) 133 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:20.775 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: audit 2024-04-25T23:31:13.576189+0000 mon.a (mon.0) 134 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:20.775 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: cluster 2024-04-25T23:31:13.685125+0000 mgr.a (mgr.14152) 19 : cluster 0 pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:32:20.775 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: cluster 2024-04-25T23:31:15.685528+0000 mgr.a (mgr.14152) 20 : cluster 0 pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:32:20.775 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: cluster 2024-04-25T23:31:17.686011+0000 mgr.a (mgr.14152) 21 : cluster 0 pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:32:20.775 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: cluster 2024-04-25T23:31:19.686402+0000 mgr.a (mgr.14152) 22 : cluster 0 pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:32:20.775 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: cluster 2024-04-25T23:31:21.686776+0000 mgr.a (mgr.14152) 23 : cluster 0 pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:32:20.775 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: audit 2024-04-25T23:31:22.391734+0000 mon.a (mon.0) 135 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:20.775 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: audit 2024-04-25T23:31:22.397292+0000 mon.a (mon.0) 136 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:20.775 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: audit 2024-04-25T23:31:22.403988+0000 mon.a (mon.0) 137 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:20.776 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: audit 2024-04-25T23:31:22.561729+0000 mgr.a (mgr.14152) 24 : audit 0 from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi157", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T23:32:20.776 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: cephadm 2024-04-25T23:31:23.144132+0000 mgr.a (mgr.14152) 25 : cephadm 1 Deploying cephadm binary to smithi157 2024-04-25T23:32:20.776 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: cluster 2024-04-25T23:31:23.687202+0000 mgr.a (mgr.14152) 26 : cluster 0 pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:32:20.776 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: cluster 2024-04-25T23:31:25.687496+0000 mgr.a (mgr.14152) 27 : cluster 0 pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:32:20.776 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: cluster 2024-04-25T23:31:27.687865+0000 mgr.a (mgr.14152) 28 : cluster 0 pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:32:20.776 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: audit 2024-04-25T23:31:28.353603+0000 mon.a (mon.0) 138 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:20.776 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: cephadm 2024-04-25T23:31:28.354472+0000 mgr.a (mgr.14152) 29 : cephadm 1 Added host smithi157 2024-04-25T23:32:20.776 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: audit 2024-04-25T23:31:28.388403+0000 mon.a (mon.0) 139 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T23:32:20.776 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: audit 2024-04-25T23:31:28.863140+0000 mon.a (mon.0) 140 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:20.776 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: cluster 2024-04-25T23:31:29.688255+0000 mgr.a (mgr.14152) 30 : cluster 0 pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:32:20.776 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: audit 2024-04-25T23:31:30.390073+0000 mon.a (mon.0) 141 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:20.776 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: audit 2024-04-25T23:31:30.395847+0000 mon.a (mon.0) 142 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:20.776 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: audit 2024-04-25T23:31:30.397291+0000 mon.a (mon.0) 143 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi157", "name": "osd_memory_target"}]: dispatch 2024-04-25T23:32:20.777 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: audit 2024-04-25T23:31:30.399104+0000 mon.a (mon.0) 144 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:32:20.777 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: audit 2024-04-25T23:31:30.400837+0000 mon.a (mon.0) 145 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T23:32:20.777 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: cephadm 2024-04-25T23:31:30.403354+0000 mgr.a (mgr.14152) 31 : cephadm 1 Updating smithi157:/etc/ceph/ceph.conf 2024-04-25T23:32:20.777 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: audit 2024-04-25T23:31:31.170674+0000 mon.a (mon.0) 146 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:20.777 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: audit 2024-04-25T23:31:31.176629+0000 mon.a (mon.0) 147 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:20.777 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: audit 2024-04-25T23:31:31.180200+0000 mon.a (mon.0) 148 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi157", "caps": []}]: dispatch 2024-04-25T23:32:20.777 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: audit 2024-04-25T23:31:31.182215+0000 mon.a (mon.0) 149 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi157", "caps": []}]': finished 2024-04-25T23:32:20.777 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: cephadm 2024-04-25T23:31:30.620918+0000 mgr.a (mgr.14152) 32 : cephadm 1 Updating smithi157:/var/lib/ceph/7567fb78-035b-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-25T23:32:20.777 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: cephadm 2024-04-25T23:31:30.835984+0000 mgr.a (mgr.14152) 33 : cephadm 1 Updating smithi157:/etc/ceph/ceph.client.admin.keyring 2024-04-25T23:32:20.777 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: cephadm 2024-04-25T23:31:31.001216+0000 mgr.a (mgr.14152) 34 : cephadm 1 Updating smithi157:/var/lib/ceph/7567fb78-035b-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-25T23:32:20.778 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: cluster 2024-04-25T23:31:31.688654+0000 mgr.a (mgr.14152) 35 : cluster 0 pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:32:20.778 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: cephadm 2024-04-25T23:31:33.001197+0000 mgr.a (mgr.14152) 36 : cephadm 1 Deploying daemon agent.smithi157 on smithi157 2024-04-25T23:32:20.778 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: audit 2024-04-25T23:31:33.927532+0000 mon.a (mon.0) 150 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:20.778 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: audit 2024-04-25T23:31:33.972387+0000 mon.a (mon.0) 151 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:20.778 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: audit 2024-04-25T23:31:33.978442+0000 mon.a (mon.0) 152 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:20.778 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: audit 2024-04-25T23:31:34.046646+0000 mon.a (mon.0) 153 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T23:32:20.778 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: audit 2024-04-25T23:31:34.051930+0000 mon.a (mon.0) 154 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:32:20.778 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: audit 2024-04-25T23:31:34.053463+0000 mon.a (mon.0) 155 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T23:32:20.778 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: audit 2024-04-25T23:31:34.061277+0000 mon.a (mon.0) 156 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:20.778 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: audit 2024-04-25T23:31:34.131712+0000 mon.a (mon.0) 157 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T23:32:20.778 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: audit 2024-04-25T23:31:34.136167+0000 mon.a (mon.0) 158 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:32:20.778 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: audit 2024-04-25T23:31:34.137727+0000 mon.a (mon.0) 159 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T23:32:20.778 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: audit 2024-04-25T23:31:34.145438+0000 mon.a (mon.0) 160 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:20.779 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: cluster 2024-04-25T23:31:33.689108+0000 mgr.a (mgr.14152) 37 : cluster 0 pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:32:20.779 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: audit 2024-04-25T23:31:34.393373+0000 mon.a (mon.0) 161 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:20.779 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: audit 2024-04-25T23:31:35.464954+0000 mon.a (mon.0) 162 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:20.779 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: audit 2024-04-25T23:31:35.471277+0000 mon.a (mon.0) 163 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:20.779 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: audit 2024-04-25T23:31:35.765188+0000 mon.a (mon.0) 164 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:20.779 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: cluster 2024-04-25T23:31:35.689533+0000 mgr.a (mgr.14152) 38 : cluster 0 pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:32:20.779 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: audit 2024-04-25T23:31:36.483356+0000 mgr.a (mgr.14152) 39 : audit 0 from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-25T23:32:20.779 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: cluster 2024-04-25T23:31:37.689806+0000 mgr.a (mgr.14152) 40 : cluster 0 pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:32:20.779 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: cluster 2024-04-25T23:31:39.690195+0000 mgr.a (mgr.14152) 41 : cluster 0 pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:32:20.779 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: cluster 2024-04-25T23:31:41.690562+0000 mgr.a (mgr.14152) 42 : cluster 0 pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:32:20.779 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: audit 2024-04-25T23:31:42.555377+0000 mon.a (mon.0) 165 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:20.779 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: audit 2024-04-25T23:31:42.560646+0000 mon.a (mon.0) 166 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:20.779 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: audit 2024-04-25T23:31:42.567401+0000 mon.a (mon.0) 167 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:20.780 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: cluster 2024-04-25T23:31:43.690914+0000 mgr.a (mgr.14152) 43 : cluster 0 pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:32:20.780 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: cluster 2024-04-25T23:31:45.691197+0000 mgr.a (mgr.14152) 44 : cluster 0 pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:32:20.780 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: audit 2024-04-25T23:31:45.874459+0000 mgr.a (mgr.14152) 45 : audit 0 from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi161", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T23:32:20.780 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: cephadm 2024-04-25T23:31:46.649491+0000 mgr.a (mgr.14152) 46 : cephadm 1 Deploying cephadm binary to smithi161 2024-04-25T23:32:20.780 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: audit 2024-04-25T23:31:48.331635+0000 mon.a (mon.0) 168 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:20.780 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: audit 2024-04-25T23:31:48.343719+0000 mon.a (mon.0) 169 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:20.780 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: cluster 2024-04-25T23:31:47.691584+0000 mgr.a (mgr.14152) 47 : cluster 0 pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:32:20.780 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: cluster 2024-04-25T23:31:49.691858+0000 mgr.a (mgr.14152) 48 : cluster 0 pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:32:20.780 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: cluster 2024-04-25T23:31:51.692184+0000 mgr.a (mgr.14152) 49 : cluster 0 pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:32:20.780 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: audit 2024-04-25T23:31:51.867494+0000 mon.a (mon.0) 170 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:20.780 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: cephadm 2024-04-25T23:31:51.868450+0000 mgr.a (mgr.14152) 50 : cephadm 1 Added host smithi161 2024-04-25T23:32:20.780 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: audit 2024-04-25T23:31:51.878781+0000 mon.a (mon.0) 171 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T23:32:20.780 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: audit 2024-04-25T23:31:52.352872+0000 mon.a (mon.0) 172 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:20.781 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: cluster 2024-04-25T23:31:53.692600+0000 mgr.a (mgr.14152) 51 : cluster 0 pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:32:20.781 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: audit 2024-04-25T23:31:53.827651+0000 mon.a (mon.0) 173 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:20.781 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: audit 2024-04-25T23:31:53.833628+0000 mon.a (mon.0) 174 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:20.781 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: audit 2024-04-25T23:31:53.835113+0000 mon.a (mon.0) 175 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi161", "name": "osd_memory_target"}]: dispatch 2024-04-25T23:32:20.781 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: audit 2024-04-25T23:31:53.837258+0000 mon.a (mon.0) 176 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:32:20.781 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: audit 2024-04-25T23:31:53.839618+0000 mon.a (mon.0) 177 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T23:32:20.781 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: cephadm 2024-04-25T23:31:53.842738+0000 mgr.a (mgr.14152) 52 : cephadm 1 Updating smithi161:/etc/ceph/ceph.conf 2024-04-25T23:32:20.781 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: cephadm 2024-04-25T23:31:54.059183+0000 mgr.a (mgr.14152) 53 : cephadm 1 Updating smithi161:/var/lib/ceph/7567fb78-035b-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-25T23:32:20.781 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: cephadm 2024-04-25T23:31:54.520884+0000 mgr.a (mgr.14152) 54 : cephadm 1 Updating smithi161:/etc/ceph/ceph.client.admin.keyring 2024-04-25T23:32:20.781 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: cephadm 2024-04-25T23:31:54.686047+0000 mgr.a (mgr.14152) 55 : cephadm 1 Updating smithi161:/var/lib/ceph/7567fb78-035b-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-25T23:32:20.781 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: audit 2024-04-25T23:31:54.856359+0000 mon.a (mon.0) 178 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:20.781 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: audit 2024-04-25T23:31:54.864993+0000 mon.a (mon.0) 179 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:20.781 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: audit 2024-04-25T23:31:54.868271+0000 mon.a (mon.0) 180 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi161", "caps": []}]: dispatch 2024-04-25T23:32:20.781 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: audit 2024-04-25T23:31:54.869783+0000 mon.a (mon.0) 181 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi161", "caps": []}]': finished 2024-04-25T23:32:20.782 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: audit 2024-04-25T23:31:55.058302+0000 mon.a (mon.0) 182 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:20.782 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: audit 2024-04-25T23:31:55.063976+0000 mon.a (mon.0) 183 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:20.782 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: audit 2024-04-25T23:31:55.074107+0000 mon.a (mon.0) 184 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:20.782 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: cephadm 2024-04-25T23:31:55.470405+0000 mgr.a (mgr.14152) 56 : cephadm 1 Deploying daemon agent.smithi161 on smithi161 2024-04-25T23:32:20.782 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: cluster 2024-04-25T23:31:55.692919+0000 mgr.a (mgr.14152) 57 : cluster 0 pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:32:20.782 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: audit 2024-04-25T23:31:56.386575+0000 mon.a (mon.0) 185 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:20.782 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: audit 2024-04-25T23:31:56.440216+0000 mon.a (mon.0) 186 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:20.782 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: audit 2024-04-25T23:31:56.446463+0000 mon.a (mon.0) 187 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:20.782 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: audit 2024-04-25T23:31:56.544934+0000 mon.a (mon.0) 188 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T23:32:20.782 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: audit 2024-04-25T23:31:56.549576+0000 mon.a (mon.0) 189 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:32:20.782 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: audit 2024-04-25T23:31:56.550925+0000 mon.a (mon.0) 190 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T23:32:20.782 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: audit 2024-04-25T23:31:56.559325+0000 mon.a (mon.0) 191 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:20.783 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: audit 2024-04-25T23:31:56.661795+0000 mon.a (mon.0) 192 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T23:32:20.783 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: audit 2024-04-25T23:31:56.667118+0000 mon.a (mon.0) 193 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:32:20.783 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: audit 2024-04-25T23:31:56.668900+0000 mon.a (mon.0) 194 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T23:32:20.783 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: audit 2024-04-25T23:31:56.680276+0000 mon.a (mon.0) 195 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:20.783 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: audit 2024-04-25T23:31:56.858564+0000 mon.a (mon.0) 196 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:20.783 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: cluster 2024-04-25T23:31:57.693269+0000 mgr.a (mgr.14152) 58 : cluster 0 pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:32:20.783 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: audit 2024-04-25T23:31:57.929222+0000 mon.a (mon.0) 197 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:20.783 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: audit 2024-04-25T23:31:57.937311+0000 mon.a (mon.0) 198 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:20.783 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: cluster 2024-04-25T23:31:59.693671+0000 mgr.a (mgr.14152) 59 : cluster 0 pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:32:20.783 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: audit 2024-04-25T23:32:00.415564+0000 mgr.a (mgr.14152) 60 : audit 0 from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-25T23:32:20.783 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: audit 2024-04-25T23:32:00.772760+0000 mon.a (mon.0) 199 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:20.783 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: cluster 2024-04-25T23:32:01.694103+0000 mgr.a (mgr.14152) 61 : cluster 0 pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:32:20.783 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: audit 2024-04-25T23:32:02.768884+0000 mon.a (mon.0) 200 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:20.783 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: audit 2024-04-25T23:32:02.775544+0000 mon.a (mon.0) 201 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:20.784 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: audit 2024-04-25T23:32:02.783847+0000 mon.a (mon.0) 202 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:20.784 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: cluster 2024-04-25T23:32:03.694505+0000 mgr.a (mgr.14152) 62 : cluster 0 pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:32:20.784 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: cluster 2024-04-25T23:32:05.694902+0000 mgr.a (mgr.14152) 63 : cluster 0 pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:32:20.784 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: audit 2024-04-25T23:32:07.497233+0000 mon.a (mon.0) 203 : audit 1 from='client.? 172.21.15.87:0/1580020722' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-04-25T23:32:20.784 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: cluster 2024-04-25T23:32:07.695331+0000 mgr.a (mgr.14152) 64 : cluster 0 pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:32:20.784 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: audit 2024-04-25T23:32:07.940051+0000 mon.a (mon.0) 204 : audit 1 from='client.? 172.21.15.87:0/1580020722' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-04-25T23:32:20.784 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: cluster 2024-04-25T23:32:07.945718+0000 mon.a (mon.0) 205 : cluster 0 osdmap e4: 0 total, 0 up, 0 in 2024-04-25T23:32:20.784 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: cluster 2024-04-25T23:32:09.695739+0000 mgr.a (mgr.14152) 65 : cluster 0 pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:32:20.784 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: audit 2024-04-25T23:32:11.345959+0000 mon.a (mon.0) 206 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:20.784 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: audit 2024-04-25T23:32:11.354076+0000 mon.a (mon.0) 207 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:20.785 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: cluster 2024-04-25T23:32:11.696155+0000 mgr.a (mgr.14152) 66 : cluster 0 pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:32:20.785 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: audit 2024-04-25T23:32:13.117369+0000 mon.a (mon.0) 208 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:20.785 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: audit 2024-04-25T23:32:13.141556+0000 mon.a (mon.0) 209 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T23:32:20.785 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: audit 2024-04-25T23:32:13.147013+0000 mon.a (mon.0) 210 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:32:20.785 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: audit 2024-04-25T23:32:13.148783+0000 mon.a (mon.0) 211 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T23:32:20.785 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: audit 2024-04-25T23:32:13.157440+0000 mon.a (mon.0) 212 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:20.785 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: audit 2024-04-25T23:32:13.162605+0000 mon.a (mon.0) 213 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-25T23:32:20.785 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: audit 2024-04-25T23:32:13.164154+0000 mon.a (mon.0) 214 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:32:20.785 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: audit 2024-04-25T23:32:13.106386+0000 mgr.a (mgr.14152) 67 : audit 0 from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi087:172.21.15.87=a;smithi157:172.21.15.157=b;smithi161:172.21.15.161=c", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T23:32:20.785 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: cephadm 2024-04-25T23:32:13.111830+0000 mgr.a (mgr.14152) 68 : cephadm 1 Saving service mon spec with placement smithi087:172.21.15.87=a;smithi157:172.21.15.157=b;smithi161:172.21.15.161=c;count:3 2024-04-25T23:32:20.785 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: cephadm 2024-04-25T23:32:13.166232+0000 mgr.a (mgr.14152) 69 : cephadm 1 Deploying daemon mon.c on smithi161 2024-04-25T23:32:20.785 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: cluster 2024-04-25T23:32:13.696581+0000 mgr.a (mgr.14152) 70 : cluster 0 pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:32:20.786 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: audit 2024-04-25T23:32:15.270927+0000 mon.a (mon.0) 215 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:20.786 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: audit 2024-04-25T23:32:15.277028+0000 mon.a (mon.0) 216 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:20.786 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: audit 2024-04-25T23:32:15.287662+0000 mon.a (mon.0) 217 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:20.786 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: cluster 2024-04-25T23:32:15.696925+0000 mgr.a (mgr.14152) 71 : cluster 0 pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:32:20.786 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: cluster 2024-04-25T23:32:17.697251+0000 mgr.a (mgr.14152) 72 : cluster 0 pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:32:20.786 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: audit 2024-04-25T23:32:18.776662+0000 mon.a (mon.0) 218 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:20.786 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: audit 2024-04-25T23:32:18.782813+0000 mon.a (mon.0) 219 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:20.786 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: audit 2024-04-25T23:32:18.798959+0000 mon.a (mon.0) 220 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:20.786 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: audit 2024-04-25T23:32:18.800394+0000 mon.a (mon.0) 221 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-25T23:32:20.786 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: audit 2024-04-25T23:32:18.802136+0000 mon.a (mon.0) 222 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:32:20.786 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: audit 2024-04-25T23:32:18.961322+0000 mon.a (mon.0) 223 : audit 0 from='client.? 172.21.15.161:0/1359575719' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-25T23:32:20.787 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: cephadm 2024-04-25T23:32:18.804218+0000 mgr.a (mgr.14152) 73 : cephadm 1 Deploying daemon mon.b on smithi157 2024-04-25T23:32:20.787 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:20 smithi161 bash[22340]: debug 2024-04-25T23:32:20.749+0000 7fbf72fc6700 1 mon.c@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-04-25T23:32:21.290 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-04-25T23:32:21.291 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d2c45d977142e024a59b68a8f1dce8f0b9840551 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567fb78-035b-11ef-bc93-c7b262605968 -- ceph mon dump -f json 2024-04-25T23:32:24.249 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:24 smithi157 bash[22215]: cluster 2024-04-25T23:31:41.690562+0000 mgr.a (mgr.14152) 42 : cluster 0 pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:32:24.249 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:24 smithi157 bash[22215]: audit 2024-04-25T23:31:42.555377+0000 mon.a (mon.0) 165 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:24.249 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:24 smithi157 bash[22215]: audit 2024-04-25T23:31:42.560646+0000 mon.a (mon.0) 166 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:24.249 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:24 smithi157 bash[22215]: audit 2024-04-25T23:31:42.567401+0000 mon.a (mon.0) 167 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:24.249 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:24 smithi157 bash[22215]: cluster 2024-04-25T23:31:43.690914+0000 mgr.a (mgr.14152) 43 : cluster 0 pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:32:24.249 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:24 smithi157 bash[22215]: cluster 2024-04-25T23:31:45.691197+0000 mgr.a (mgr.14152) 44 : cluster 0 pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:32:24.420 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:24 smithi157 bash[22215]: audit 2024-04-25T23:31:45.874459+0000 mgr.a (mgr.14152) 45 : audit 0 from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi161", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T23:32:24.420 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:24 smithi157 bash[22215]: cephadm 2024-04-25T23:31:46.649491+0000 mgr.a (mgr.14152) 46 : cephadm 1 Deploying cephadm binary to smithi161 2024-04-25T23:32:24.420 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:24 smithi157 bash[22215]: audit 2024-04-25T23:31:48.331635+0000 mon.a (mon.0) 168 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:24.420 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:24 smithi157 bash[22215]: audit 2024-04-25T23:31:48.343719+0000 mon.a (mon.0) 169 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:24.420 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:24 smithi157 bash[22215]: cluster 2024-04-25T23:31:47.691584+0000 mgr.a (mgr.14152) 47 : cluster 0 pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:32:24.420 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:24 smithi157 bash[22215]: cluster 2024-04-25T23:31:49.691858+0000 mgr.a (mgr.14152) 48 : cluster 0 pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:32:24.420 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:24 smithi157 bash[22215]: cluster 2024-04-25T23:31:51.692184+0000 mgr.a (mgr.14152) 49 : cluster 0 pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:32:24.420 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:24 smithi157 bash[22215]: audit 2024-04-25T23:31:51.867494+0000 mon.a (mon.0) 170 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:24.420 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:24 smithi157 bash[22215]: cephadm 2024-04-25T23:31:51.868450+0000 mgr.a (mgr.14152) 50 : cephadm 1 Added host smithi161 2024-04-25T23:32:24.420 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:24 smithi157 bash[22215]: audit 2024-04-25T23:31:51.878781+0000 mon.a (mon.0) 171 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T23:32:24.420 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:24 smithi157 bash[22215]: audit 2024-04-25T23:31:52.352872+0000 mon.a (mon.0) 172 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:24.421 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:24 smithi157 bash[22215]: cluster 2024-04-25T23:31:53.692600+0000 mgr.a (mgr.14152) 51 : cluster 0 pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:32:24.421 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:24 smithi157 bash[22215]: audit 2024-04-25T23:31:53.827651+0000 mon.a (mon.0) 173 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:24.421 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:24 smithi157 bash[22215]: audit 2024-04-25T23:31:53.833628+0000 mon.a (mon.0) 174 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:24.421 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:24 smithi157 bash[22215]: audit 2024-04-25T23:31:53.835113+0000 mon.a (mon.0) 175 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi161", "name": "osd_memory_target"}]: dispatch 2024-04-25T23:32:24.421 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:24 smithi157 bash[22215]: audit 2024-04-25T23:31:53.837258+0000 mon.a (mon.0) 176 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:32:24.421 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:24 smithi157 bash[22215]: audit 2024-04-25T23:31:53.839618+0000 mon.a (mon.0) 177 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T23:32:24.421 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:24 smithi157 bash[22215]: cephadm 2024-04-25T23:31:53.842738+0000 mgr.a (mgr.14152) 52 : cephadm 1 Updating smithi161:/etc/ceph/ceph.conf 2024-04-25T23:32:24.421 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:24 smithi157 bash[22215]: cephadm 2024-04-25T23:31:54.059183+0000 mgr.a (mgr.14152) 53 : cephadm 1 Updating smithi161:/var/lib/ceph/7567fb78-035b-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-25T23:32:24.421 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:24 smithi157 bash[22215]: cephadm 2024-04-25T23:31:54.520884+0000 mgr.a (mgr.14152) 54 : cephadm 1 Updating smithi161:/etc/ceph/ceph.client.admin.keyring 2024-04-25T23:32:24.421 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:24 smithi157 bash[22215]: cephadm 2024-04-25T23:31:54.686047+0000 mgr.a (mgr.14152) 55 : cephadm 1 Updating smithi161:/var/lib/ceph/7567fb78-035b-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-25T23:32:24.421 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:24 smithi157 bash[22215]: audit 2024-04-25T23:31:54.856359+0000 mon.a (mon.0) 178 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:24.421 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:24 smithi157 bash[22215]: audit 2024-04-25T23:31:54.864993+0000 mon.a (mon.0) 179 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:24.421 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:24 smithi157 bash[22215]: audit 2024-04-25T23:31:54.868271+0000 mon.a (mon.0) 180 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi161", "caps": []}]: dispatch 2024-04-25T23:32:24.422 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:24 smithi157 bash[22215]: audit 2024-04-25T23:31:54.869783+0000 mon.a (mon.0) 181 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi161", "caps": []}]': finished 2024-04-25T23:32:24.422 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:24 smithi157 bash[22215]: audit 2024-04-25T23:31:55.058302+0000 mon.a (mon.0) 182 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:24.422 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:24 smithi157 bash[22215]: audit 2024-04-25T23:31:55.063976+0000 mon.a (mon.0) 183 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:24.422 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:24 smithi157 bash[22215]: audit 2024-04-25T23:31:55.074107+0000 mon.a (mon.0) 184 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:24.422 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:24 smithi157 bash[22215]: cephadm 2024-04-25T23:31:55.470405+0000 mgr.a (mgr.14152) 56 : cephadm 1 Deploying daemon agent.smithi161 on smithi161 2024-04-25T23:32:24.422 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:24 smithi157 bash[22215]: cluster 2024-04-25T23:31:55.692919+0000 mgr.a (mgr.14152) 57 : cluster 0 pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:32:24.422 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:24 smithi157 bash[22215]: audit 2024-04-25T23:31:56.386575+0000 mon.a (mon.0) 185 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:24.422 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:24 smithi157 bash[22215]: audit 2024-04-25T23:31:56.440216+0000 mon.a (mon.0) 186 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:24.422 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:24 smithi157 bash[22215]: audit 2024-04-25T23:31:56.446463+0000 mon.a (mon.0) 187 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:24.422 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:24 smithi157 bash[22215]: audit 2024-04-25T23:31:56.544934+0000 mon.a (mon.0) 188 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T23:32:24.422 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:24 smithi157 bash[22215]: audit 2024-04-25T23:31:56.549576+0000 mon.a (mon.0) 189 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:32:24.422 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:24 smithi157 bash[22215]: audit 2024-04-25T23:31:56.550925+0000 mon.a (mon.0) 190 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T23:32:24.422 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:24 smithi157 bash[22215]: audit 2024-04-25T23:31:56.559325+0000 mon.a (mon.0) 191 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:24.423 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:24 smithi157 bash[22215]: audit 2024-04-25T23:31:56.661795+0000 mon.a (mon.0) 192 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T23:32:24.423 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:24 smithi157 bash[22215]: audit 2024-04-25T23:31:56.667118+0000 mon.a (mon.0) 193 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:32:24.423 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:24 smithi157 bash[22215]: audit 2024-04-25T23:31:56.668900+0000 mon.a (mon.0) 194 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T23:32:24.423 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:24 smithi157 bash[22215]: audit 2024-04-25T23:31:56.680276+0000 mon.a (mon.0) 195 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:24.423 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:24 smithi157 bash[22215]: audit 2024-04-25T23:31:56.858564+0000 mon.a (mon.0) 196 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:24.423 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:24 smithi157 bash[22215]: cluster 2024-04-25T23:31:57.693269+0000 mgr.a (mgr.14152) 58 : cluster 0 pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:32:24.423 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:24 smithi157 bash[22215]: audit 2024-04-25T23:31:57.929222+0000 mon.a (mon.0) 197 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:24.423 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:24 smithi157 bash[22215]: audit 2024-04-25T23:31:57.937311+0000 mon.a (mon.0) 198 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:24.424 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:24 smithi157 bash[22215]: cluster 2024-04-25T23:31:59.693671+0000 mgr.a (mgr.14152) 59 : cluster 0 pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:32:24.424 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:24 smithi157 bash[22215]: audit 2024-04-25T23:32:00.415564+0000 mgr.a (mgr.14152) 60 : audit 0 from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-25T23:32:24.424 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:24 smithi157 bash[22215]: audit 2024-04-25T23:32:00.772760+0000 mon.a (mon.0) 199 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:24.424 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:24 smithi157 bash[22215]: cluster 2024-04-25T23:32:01.694103+0000 mgr.a (mgr.14152) 61 : cluster 0 pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:32:24.424 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:24 smithi157 bash[22215]: audit 2024-04-25T23:32:02.768884+0000 mon.a (mon.0) 200 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:24.424 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:24 smithi157 bash[22215]: audit 2024-04-25T23:32:02.775544+0000 mon.a (mon.0) 201 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:24.424 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:24 smithi157 bash[22215]: audit 2024-04-25T23:32:02.783847+0000 mon.a (mon.0) 202 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:24.424 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:24 smithi157 bash[22215]: cluster 2024-04-25T23:32:03.694505+0000 mgr.a (mgr.14152) 62 : cluster 0 pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:32:24.424 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:24 smithi157 bash[22215]: cluster 2024-04-25T23:32:05.694902+0000 mgr.a (mgr.14152) 63 : cluster 0 pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:32:24.424 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:24 smithi157 bash[22215]: audit 2024-04-25T23:32:07.497233+0000 mon.a (mon.0) 203 : audit 1 from='client.? 172.21.15.87:0/1580020722' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-04-25T23:32:24.424 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:24 smithi157 bash[22215]: cluster 2024-04-25T23:32:07.695331+0000 mgr.a (mgr.14152) 64 : cluster 0 pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:32:24.424 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:24 smithi157 bash[22215]: audit 2024-04-25T23:32:07.940051+0000 mon.a (mon.0) 204 : audit 1 from='client.? 172.21.15.87:0/1580020722' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-04-25T23:32:24.424 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:24 smithi157 bash[22215]: cluster 2024-04-25T23:32:07.945718+0000 mon.a (mon.0) 205 : cluster 0 osdmap e4: 0 total, 0 up, 0 in 2024-04-25T23:32:24.425 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:24 smithi157 bash[22215]: cluster 2024-04-25T23:32:09.695739+0000 mgr.a (mgr.14152) 65 : cluster 0 pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:32:24.425 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:24 smithi157 bash[22215]: audit 2024-04-25T23:32:11.345959+0000 mon.a (mon.0) 206 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:24.425 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:24 smithi157 bash[22215]: audit 2024-04-25T23:32:11.354076+0000 mon.a (mon.0) 207 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:24.425 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:24 smithi157 bash[22215]: cluster 2024-04-25T23:32:11.696155+0000 mgr.a (mgr.14152) 66 : cluster 0 pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:32:24.425 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:24 smithi157 bash[22215]: audit 2024-04-25T23:32:13.117369+0000 mon.a (mon.0) 208 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:24.425 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:24 smithi157 bash[22215]: audit 2024-04-25T23:32:13.141556+0000 mon.a (mon.0) 209 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T23:32:24.425 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:24 smithi157 bash[22215]: audit 2024-04-25T23:32:13.147013+0000 mon.a (mon.0) 210 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:32:24.425 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:24 smithi157 bash[22215]: audit 2024-04-25T23:32:13.148783+0000 mon.a (mon.0) 211 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T23:32:24.425 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:24 smithi157 bash[22215]: audit 2024-04-25T23:32:13.157440+0000 mon.a (mon.0) 212 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:24.425 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:24 smithi157 bash[22215]: audit 2024-04-25T23:32:13.162605+0000 mon.a (mon.0) 213 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-25T23:32:24.425 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:24 smithi157 bash[22215]: audit 2024-04-25T23:32:13.164154+0000 mon.a (mon.0) 214 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:32:24.425 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:24 smithi157 bash[22215]: audit 2024-04-25T23:32:13.106386+0000 mgr.a (mgr.14152) 67 : audit 0 from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi087:172.21.15.87=a;smithi157:172.21.15.157=b;smithi161:172.21.15.161=c", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T23:32:24.425 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:24 smithi157 bash[22215]: cephadm 2024-04-25T23:32:13.111830+0000 mgr.a (mgr.14152) 68 : cephadm 1 Saving service mon spec with placement smithi087:172.21.15.87=a;smithi157:172.21.15.157=b;smithi161:172.21.15.161=c;count:3 2024-04-25T23:32:24.426 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:24 smithi157 bash[22215]: cephadm 2024-04-25T23:32:13.166232+0000 mgr.a (mgr.14152) 69 : cephadm 1 Deploying daemon mon.c on smithi161 2024-04-25T23:32:24.426 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:24 smithi157 bash[22215]: cluster 2024-04-25T23:32:13.696581+0000 mgr.a (mgr.14152) 70 : cluster 0 pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:32:24.426 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:24 smithi157 bash[22215]: audit 2024-04-25T23:32:15.270927+0000 mon.a (mon.0) 215 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:24.426 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:24 smithi157 bash[22215]: audit 2024-04-25T23:32:15.277028+0000 mon.a (mon.0) 216 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:24.426 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:24 smithi157 bash[22215]: audit 2024-04-25T23:32:15.287662+0000 mon.a (mon.0) 217 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:24.426 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:24 smithi157 bash[22215]: cluster 2024-04-25T23:32:15.696925+0000 mgr.a (mgr.14152) 71 : cluster 0 pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:32:24.426 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:24 smithi157 bash[22215]: cluster 2024-04-25T23:32:17.697251+0000 mgr.a (mgr.14152) 72 : cluster 0 pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:32:24.426 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:24 smithi157 bash[22215]: audit 2024-04-25T23:32:18.776662+0000 mon.a (mon.0) 218 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:24.426 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:24 smithi157 bash[22215]: audit 2024-04-25T23:32:18.782813+0000 mon.a (mon.0) 219 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:24.426 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:24 smithi157 bash[22215]: audit 2024-04-25T23:32:18.798959+0000 mon.a (mon.0) 220 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:24.426 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:24 smithi157 bash[22215]: audit 2024-04-25T23:32:18.800394+0000 mon.a (mon.0) 221 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-25T23:32:24.426 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:24 smithi157 bash[22215]: audit 2024-04-25T23:32:18.802136+0000 mon.a (mon.0) 222 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:32:24.426 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:24 smithi157 bash[22215]: audit 2024-04-25T23:32:18.961322+0000 mon.a (mon.0) 223 : audit 0 from='client.? 172.21.15.161:0/1359575719' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-25T23:32:24.426 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:24 smithi157 bash[22215]: cephadm 2024-04-25T23:32:18.804218+0000 mgr.a (mgr.14152) 73 : cephadm 1 Deploying daemon mon.b on smithi157 2024-04-25T23:32:24.427 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:24 smithi157 bash[22215]: debug 2024-04-25T23:32:24.256+0000 7f38f8859700 1 mon.b@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-04-25T23:32:24.989 INFO:teuthology.orchestra.run.smithi161.stderr:Inferring config /var/lib/ceph/7567fb78-035b-11ef-bc93-c7b262605968/mon.c/config 2024-04-25T23:32:25.901 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:25 smithi161 bash[22340]: audit 2024-04-25T23:32:20.762085+0000 mon.a (mon.0) 224 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-25T23:32:25.901 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:25 smithi161 bash[22340]: cluster 2024-04-25T23:32:20.762506+0000 mon.a (mon.0) 225 : cluster 1 mon.a calling monitor election 2024-04-25T23:32:25.901 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:25 smithi161 bash[22340]: audit 2024-04-25T23:32:20.781110+0000 mon.a (mon.0) 226 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-25T23:32:25.902 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:25 smithi161 bash[22340]: cluster 2024-04-25T23:32:21.698189+0000 mgr.a (mgr.14152) 75 : cluster 0 pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:32:25.902 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:25 smithi161 bash[22340]: audit 2024-04-25T23:32:21.756848+0000 mon.a (mon.0) 227 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-25T23:32:25.902 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:25 smithi161 bash[22340]: audit 2024-04-25T23:32:22.758218+0000 mon.a (mon.0) 228 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-25T23:32:25.902 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:25 smithi161 bash[22340]: cluster 2024-04-25T23:32:22.758531+0000 mon.c (mon.1) 1 : cluster 1 mon.c calling monitor election 2024-04-25T23:32:25.902 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:25 smithi161 bash[22340]: cluster 2024-04-25T23:32:23.698685+0000 mgr.a (mgr.14152) 76 : cluster 0 pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:32:25.902 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:25 smithi161 bash[22340]: audit 2024-04-25T23:32:23.757620+0000 mon.a (mon.0) 229 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-25T23:32:25.902 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:25 smithi161 bash[22340]: audit 2024-04-25T23:32:24.265075+0000 mon.a (mon.0) 230 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-25T23:32:25.902 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:25 smithi161 bash[22340]: audit 2024-04-25T23:32:24.757843+0000 mon.a (mon.0) 231 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-25T23:32:25.902 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:25 smithi161 bash[22340]: audit 2024-04-25T23:32:25.265156+0000 mon.a (mon.0) 232 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-25T23:32:25.902 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:25 smithi161 bash[22340]: audit 2024-04-25T23:32:25.757579+0000 mon.a (mon.0) 233 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-25T23:32:25.902 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:25 smithi161 bash[22340]: cluster 2024-04-25T23:32:25.801428+0000 mon.a (mon.0) 234 : cluster 1 mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-04-25T23:32:25.902 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:25 smithi161 bash[22340]: cluster 2024-04-25T23:32:25.812098+0000 mon.a (mon.0) 235 : cluster 0 monmap epoch 2 2024-04-25T23:32:25.903 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:25 smithi161 bash[22340]: cluster 2024-04-25T23:32:25.812136+0000 mon.a (mon.0) 236 : cluster 0 fsid 7567fb78-035b-11ef-bc93-c7b262605968 2024-04-25T23:32:25.903 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:25 smithi161 bash[22340]: cluster 2024-04-25T23:32:25.812200+0000 mon.a (mon.0) 237 : cluster 0 last_changed 2024-04-25T23:32:20.756654+0000 2024-04-25T23:32:25.903 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:25 smithi161 bash[22340]: cluster 2024-04-25T23:32:25.812240+0000 mon.a (mon.0) 238 : cluster 0 created 2024-04-25T23:29:34.198083+0000 2024-04-25T23:32:25.903 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:25 smithi161 bash[22340]: cluster 2024-04-25T23:32:25.812276+0000 mon.a (mon.0) 239 : cluster 0 min_mon_release 19 (squid) 2024-04-25T23:32:25.903 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:25 smithi161 bash[22340]: cluster 2024-04-25T23:32:25.812312+0000 mon.a (mon.0) 240 : cluster 0 election_strategy: 1 2024-04-25T23:32:25.903 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:25 smithi161 bash[22340]: cluster 2024-04-25T23:32:25.812348+0000 mon.a (mon.0) 241 : cluster 0 0: [v2:172.21.15.87:3300/0,v1:172.21.15.87:6789/0] mon.a 2024-04-25T23:32:25.903 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:25 smithi161 bash[22340]: cluster 2024-04-25T23:32:25.812386+0000 mon.a (mon.0) 242 : cluster 0 1: [v2:172.21.15.161:3300/0,v1:172.21.15.161:6789/0] mon.c 2024-04-25T23:32:25.903 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:25 smithi161 bash[22340]: cluster 2024-04-25T23:32:25.832539+0000 mon.a (mon.0) 243 : cluster 0 fsmap 2024-04-25T23:32:25.903 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:25 smithi161 bash[22340]: cluster 2024-04-25T23:32:25.832690+0000 mon.a (mon.0) 244 : cluster 0 osdmap e4: 0 total, 0 up, 0 in 2024-04-25T23:32:25.903 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:25 smithi161 bash[22340]: cluster 2024-04-25T23:32:25.832996+0000 mon.a (mon.0) 245 : cluster 0 mgrmap e13: a(active, since 100s) 2024-04-25T23:32:25.903 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:25 smithi161 bash[22340]: cluster 2024-04-25T23:32:25.833289+0000 mon.a (mon.0) 246 : cluster 1 overall HEALTH_OK 2024-04-25T23:32:25.903 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:25 smithi161 bash[22340]: audit 2024-04-25T23:32:25.841229+0000 mon.a (mon.0) 247 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:25.903 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:25 smithi161 bash[22340]: audit 2024-04-25T23:32:25.847275+0000 mon.a (mon.0) 248 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:25.903 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:25 smithi161 bash[22340]: audit 2024-04-25T23:32:25.853752+0000 mon.a (mon.0) 249 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:25.904 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:25 smithi161 bash[22340]: audit 2024-04-25T23:32:25.859481+0000 mon.a (mon.0) 250 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:25.904 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:25 smithi161 bash[22340]: audit 2024-04-25T23:32:25.864983+0000 mon.a (mon.0) 251 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:25.904 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:25 smithi161 bash[22340]: audit 2024-04-25T23:32:25.872428+0000 mon.a (mon.0) 252 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:25.904 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:25 smithi161 bash[22340]: audit 2024-04-25T23:32:25.880997+0000 mon.a (mon.0) 253 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:26.246 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:25 smithi087 bash[21583]: audit 2024-04-25T23:32:20.762085+0000 mon.a (mon.0) 224 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-25T23:32:26.247 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:25 smithi087 bash[21583]: cluster 2024-04-25T23:32:20.762506+0000 mon.a (mon.0) 225 : cluster 1 mon.a calling monitor election 2024-04-25T23:32:26.247 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:25 smithi087 bash[21583]: audit 2024-04-25T23:32:20.781110+0000 mon.a (mon.0) 226 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-25T23:32:26.247 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:25 smithi087 bash[21583]: cluster 2024-04-25T23:32:21.698189+0000 mgr.a (mgr.14152) 75 : cluster 0 pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:32:26.247 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:25 smithi087 bash[21583]: audit 2024-04-25T23:32:21.756848+0000 mon.a (mon.0) 227 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-25T23:32:26.247 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:25 smithi087 bash[21583]: audit 2024-04-25T23:32:22.758218+0000 mon.a (mon.0) 228 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-25T23:32:26.247 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:25 smithi087 bash[21583]: cluster 2024-04-25T23:32:22.758531+0000 mon.c (mon.1) 1 : cluster 1 mon.c calling monitor election 2024-04-25T23:32:26.247 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:25 smithi087 bash[21583]: cluster 2024-04-25T23:32:23.698685+0000 mgr.a (mgr.14152) 76 : cluster 0 pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:32:26.247 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:25 smithi087 bash[21583]: audit 2024-04-25T23:32:23.757620+0000 mon.a (mon.0) 229 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-25T23:32:26.247 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:25 smithi087 bash[21583]: audit 2024-04-25T23:32:24.265075+0000 mon.a (mon.0) 230 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-25T23:32:26.247 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:25 smithi087 bash[21583]: audit 2024-04-25T23:32:24.757843+0000 mon.a (mon.0) 231 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-25T23:32:26.247 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:25 smithi087 bash[21583]: audit 2024-04-25T23:32:25.265156+0000 mon.a (mon.0) 232 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-25T23:32:26.247 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:25 smithi087 bash[21583]: audit 2024-04-25T23:32:25.757579+0000 mon.a (mon.0) 233 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-25T23:32:26.247 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:25 smithi087 bash[21583]: cluster 2024-04-25T23:32:25.801428+0000 mon.a (mon.0) 234 : cluster 1 mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-04-25T23:32:26.248 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:25 smithi087 bash[21583]: cluster 2024-04-25T23:32:25.812098+0000 mon.a (mon.0) 235 : cluster 0 monmap epoch 2 2024-04-25T23:32:26.248 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:25 smithi087 bash[21583]: cluster 2024-04-25T23:32:25.812136+0000 mon.a (mon.0) 236 : cluster 0 fsid 7567fb78-035b-11ef-bc93-c7b262605968 2024-04-25T23:32:26.248 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:25 smithi087 bash[21583]: cluster 2024-04-25T23:32:25.812200+0000 mon.a (mon.0) 237 : cluster 0 last_changed 2024-04-25T23:32:20.756654+0000 2024-04-25T23:32:26.248 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:25 smithi087 bash[21583]: cluster 2024-04-25T23:32:25.812240+0000 mon.a (mon.0) 238 : cluster 0 created 2024-04-25T23:29:34.198083+0000 2024-04-25T23:32:26.248 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:25 smithi087 bash[21583]: cluster 2024-04-25T23:32:25.812276+0000 mon.a (mon.0) 239 : cluster 0 min_mon_release 19 (squid) 2024-04-25T23:32:26.248 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:25 smithi087 bash[21583]: cluster 2024-04-25T23:32:25.812312+0000 mon.a (mon.0) 240 : cluster 0 election_strategy: 1 2024-04-25T23:32:26.248 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:25 smithi087 bash[21583]: cluster 2024-04-25T23:32:25.812348+0000 mon.a (mon.0) 241 : cluster 0 0: [v2:172.21.15.87:3300/0,v1:172.21.15.87:6789/0] mon.a 2024-04-25T23:32:26.248 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:25 smithi087 bash[21583]: cluster 2024-04-25T23:32:25.812386+0000 mon.a (mon.0) 242 : cluster 0 1: [v2:172.21.15.161:3300/0,v1:172.21.15.161:6789/0] mon.c 2024-04-25T23:32:26.248 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:25 smithi087 bash[21583]: cluster 2024-04-25T23:32:25.832539+0000 mon.a (mon.0) 243 : cluster 0 fsmap 2024-04-25T23:32:26.248 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:25 smithi087 bash[21583]: cluster 2024-04-25T23:32:25.832690+0000 mon.a (mon.0) 244 : cluster 0 osdmap e4: 0 total, 0 up, 0 in 2024-04-25T23:32:26.248 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:25 smithi087 bash[21583]: cluster 2024-04-25T23:32:25.832996+0000 mon.a (mon.0) 245 : cluster 0 mgrmap e13: a(active, since 100s) 2024-04-25T23:32:26.248 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:25 smithi087 bash[21583]: cluster 2024-04-25T23:32:25.833289+0000 mon.a (mon.0) 246 : cluster 1 overall HEALTH_OK 2024-04-25T23:32:26.248 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:25 smithi087 bash[21583]: audit 2024-04-25T23:32:25.841229+0000 mon.a (mon.0) 247 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:26.248 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:25 smithi087 bash[21583]: audit 2024-04-25T23:32:25.847275+0000 mon.a (mon.0) 248 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:26.249 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:25 smithi087 bash[21583]: audit 2024-04-25T23:32:25.853752+0000 mon.a (mon.0) 249 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:26.249 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:25 smithi087 bash[21583]: audit 2024-04-25T23:32:25.859481+0000 mon.a (mon.0) 250 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:26.249 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:25 smithi087 bash[21583]: audit 2024-04-25T23:32:25.864983+0000 mon.a (mon.0) 251 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:26.249 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:25 smithi087 bash[21583]: audit 2024-04-25T23:32:25.872428+0000 mon.a (mon.0) 252 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:26.249 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:25 smithi087 bash[21583]: audit 2024-04-25T23:32:25.880997+0000 mon.a (mon.0) 253 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:26.670 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:26 smithi157 bash[22215]: audit 2024-04-25T23:32:20.762085+0000 mon.a (mon.0) 224 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-25T23:32:26.670 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:26 smithi157 bash[22215]: cluster 2024-04-25T23:32:20.762506+0000 mon.a (mon.0) 225 : cluster 1 mon.a calling monitor election 2024-04-25T23:32:26.670 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:26 smithi157 bash[22215]: audit 2024-04-25T23:32:20.781110+0000 mon.a (mon.0) 226 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-25T23:32:26.670 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:26 smithi157 bash[22215]: cluster 2024-04-25T23:32:21.698189+0000 mgr.a (mgr.14152) 75 : cluster 0 pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:32:26.670 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:26 smithi157 bash[22215]: audit 2024-04-25T23:32:21.756848+0000 mon.a (mon.0) 227 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-25T23:32:26.671 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:26 smithi157 bash[22215]: audit 2024-04-25T23:32:22.758218+0000 mon.a (mon.0) 228 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-25T23:32:26.671 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:26 smithi157 bash[22215]: cluster 2024-04-25T23:32:22.758531+0000 mon.c (mon.1) 1 : cluster 1 mon.c calling monitor election 2024-04-25T23:32:26.671 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:26 smithi157 bash[22215]: cluster 2024-04-25T23:32:23.698685+0000 mgr.a (mgr.14152) 76 : cluster 0 pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:32:26.671 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:26 smithi157 bash[22215]: audit 2024-04-25T23:32:23.757620+0000 mon.a (mon.0) 229 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-25T23:32:26.671 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:26 smithi157 bash[22215]: audit 2024-04-25T23:32:24.265075+0000 mon.a (mon.0) 230 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-25T23:32:26.671 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:26 smithi157 bash[22215]: audit 2024-04-25T23:32:24.757843+0000 mon.a (mon.0) 231 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-25T23:32:26.671 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:26 smithi157 bash[22215]: audit 2024-04-25T23:32:25.265156+0000 mon.a (mon.0) 232 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-25T23:32:26.671 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:26 smithi157 bash[22215]: audit 2024-04-25T23:32:25.757579+0000 mon.a (mon.0) 233 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-25T23:32:26.671 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:26 smithi157 bash[22215]: cluster 2024-04-25T23:32:25.801428+0000 mon.a (mon.0) 234 : cluster 1 mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-04-25T23:32:26.671 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:26 smithi157 bash[22215]: cluster 2024-04-25T23:32:25.812098+0000 mon.a (mon.0) 235 : cluster 0 monmap epoch 2 2024-04-25T23:32:26.671 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:26 smithi157 bash[22215]: cluster 2024-04-25T23:32:25.812136+0000 mon.a (mon.0) 236 : cluster 0 fsid 7567fb78-035b-11ef-bc93-c7b262605968 2024-04-25T23:32:26.671 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:26 smithi157 bash[22215]: cluster 2024-04-25T23:32:25.812200+0000 mon.a (mon.0) 237 : cluster 0 last_changed 2024-04-25T23:32:20.756654+0000 2024-04-25T23:32:26.671 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:26 smithi157 bash[22215]: cluster 2024-04-25T23:32:25.812240+0000 mon.a (mon.0) 238 : cluster 0 created 2024-04-25T23:29:34.198083+0000 2024-04-25T23:32:26.671 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:26 smithi157 bash[22215]: cluster 2024-04-25T23:32:25.812276+0000 mon.a (mon.0) 239 : cluster 0 min_mon_release 19 (squid) 2024-04-25T23:32:26.672 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:26 smithi157 bash[22215]: cluster 2024-04-25T23:32:25.812312+0000 mon.a (mon.0) 240 : cluster 0 election_strategy: 1 2024-04-25T23:32:26.672 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:26 smithi157 bash[22215]: cluster 2024-04-25T23:32:25.812348+0000 mon.a (mon.0) 241 : cluster 0 0: [v2:172.21.15.87:3300/0,v1:172.21.15.87:6789/0] mon.a 2024-04-25T23:32:26.672 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:26 smithi157 bash[22215]: cluster 2024-04-25T23:32:25.812386+0000 mon.a (mon.0) 242 : cluster 0 1: [v2:172.21.15.161:3300/0,v1:172.21.15.161:6789/0] mon.c 2024-04-25T23:32:26.672 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:26 smithi157 bash[22215]: cluster 2024-04-25T23:32:25.832539+0000 mon.a (mon.0) 243 : cluster 0 fsmap 2024-04-25T23:32:26.672 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:26 smithi157 bash[22215]: cluster 2024-04-25T23:32:25.832690+0000 mon.a (mon.0) 244 : cluster 0 osdmap e4: 0 total, 0 up, 0 in 2024-04-25T23:32:26.672 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:26 smithi157 bash[22215]: cluster 2024-04-25T23:32:25.832996+0000 mon.a (mon.0) 245 : cluster 0 mgrmap e13: a(active, since 100s) 2024-04-25T23:32:26.672 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:26 smithi157 bash[22215]: cluster 2024-04-25T23:32:25.833289+0000 mon.a (mon.0) 246 : cluster 1 overall HEALTH_OK 2024-04-25T23:32:26.672 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:26 smithi157 bash[22215]: audit 2024-04-25T23:32:25.841229+0000 mon.a (mon.0) 247 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:26.672 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:26 smithi157 bash[22215]: audit 2024-04-25T23:32:25.847275+0000 mon.a (mon.0) 248 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:26.672 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:26 smithi157 bash[22215]: audit 2024-04-25T23:32:25.853752+0000 mon.a (mon.0) 249 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:26.672 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:26 smithi157 bash[22215]: audit 2024-04-25T23:32:25.859481+0000 mon.a (mon.0) 250 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:26.672 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:26 smithi157 bash[22215]: audit 2024-04-25T23:32:25.864983+0000 mon.a (mon.0) 251 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:26.672 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:26 smithi157 bash[22215]: audit 2024-04-25T23:32:25.872428+0000 mon.a (mon.0) 252 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:26.673 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:26 smithi157 bash[22215]: audit 2024-04-25T23:32:25.880997+0000 mon.a (mon.0) 253 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:26.996 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 25 23:32:26 smithi087 bash[21836]: debug 2024-04-25T23:32:26.753+0000 7f472f5bb700 -1 mgr.server handle_report got status from non-daemon mon.c 2024-04-25T23:32:31.670 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:31 smithi157 bash[22215]: cluster 2024-04-25T23:32:25.699152+0000 mgr.a (mgr.14152) 77 : cluster 0 pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:32:31.670 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:31 smithi157 bash[22215]: cephadm 2024-04-25T23:32:26.020955+0000 mgr.a (mgr.14152) 78 : cephadm 1 Updating smithi087:/etc/ceph/ceph.conf 2024-04-25T23:32:31.670 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:31 smithi157 bash[22215]: cephadm 2024-04-25T23:32:26.021287+0000 mgr.a (mgr.14152) 79 : cephadm 1 Updating smithi157:/etc/ceph/ceph.conf 2024-04-25T23:32:31.670 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:31 smithi157 bash[22215]: cephadm 2024-04-25T23:32:26.021537+0000 mgr.a (mgr.14152) 80 : cephadm 1 Updating smithi161:/etc/ceph/ceph.conf 2024-04-25T23:32:31.670 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:31 smithi157 bash[22215]: audit 2024-04-25T23:32:26.277764+0000 mon.a (mon.0) 261 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-25T23:32:31.670 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:31 smithi157 bash[22215]: cluster 2024-04-25T23:32:26.277860+0000 mon.c (mon.1) 2 : cluster 1 mon.c calling monitor election 2024-04-25T23:32:31.670 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:31 smithi157 bash[22215]: cluster 2024-04-25T23:32:26.278006+0000 mon.a (mon.0) 262 : cluster 1 mon.a calling monitor election 2024-04-25T23:32:31.670 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:31 smithi157 bash[22215]: cephadm 2024-04-25T23:32:26.286149+0000 mgr.a (mgr.14152) 81 : cephadm 1 Updating smithi157:/var/lib/ceph/7567fb78-035b-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-25T23:32:31.670 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:31 smithi157 bash[22215]: cephadm 2024-04-25T23:32:26.286725+0000 mgr.a (mgr.14152) 82 : cephadm 1 Updating smithi161:/var/lib/ceph/7567fb78-035b-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-25T23:32:31.671 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:31 smithi157 bash[22215]: cephadm 2024-04-25T23:32:26.287140+0000 mgr.a (mgr.14152) 83 : cephadm 1 Updating smithi087:/var/lib/ceph/7567fb78-035b-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-25T23:32:31.671 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:31 smithi157 bash[22215]: audit 2024-04-25T23:32:26.296494+0000 mon.a (mon.0) 263 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-25T23:32:31.671 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:31 smithi157 bash[22215]: audit 2024-04-25T23:32:26.296644+0000 mon.a (mon.0) 264 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-25T23:32:31.671 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:31 smithi157 bash[22215]: audit 2024-04-25T23:32:27.265721+0000 mon.a (mon.0) 265 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-25T23:32:31.671 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:31 smithi157 bash[22215]: cluster 2024-04-25T23:32:27.699509+0000 mgr.a (mgr.14152) 84 : cluster 0 pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:32:31.671 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:31 smithi157 bash[22215]: audit 2024-04-25T23:32:28.265955+0000 mon.a (mon.0) 266 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-25T23:32:31.671 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:31 smithi157 bash[22215]: cluster 2024-04-25T23:32:28.277015+0000 mon.b (mon.2) 1 : cluster 1 mon.b calling monitor election 2024-04-25T23:32:31.671 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:31 smithi157 bash[22215]: audit 2024-04-25T23:32:29.265592+0000 mon.a (mon.0) 267 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-25T23:32:31.671 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:31 smithi157 bash[22215]: cluster 2024-04-25T23:32:29.699915+0000 mgr.a (mgr.14152) 85 : cluster 0 pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:32:31.671 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:31 smithi157 bash[22215]: audit 2024-04-25T23:32:30.265910+0000 mon.a (mon.0) 268 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-25T23:32:31.671 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:31 smithi157 bash[22215]: audit 2024-04-25T23:32:31.266312+0000 mon.a (mon.0) 269 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-25T23:32:31.671 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:31 smithi157 bash[22215]: cluster 2024-04-25T23:32:31.342018+0000 mon.a (mon.0) 270 : cluster 1 mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-04-25T23:32:31.671 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:31 smithi157 bash[22215]: cluster 2024-04-25T23:32:31.348449+0000 mon.a (mon.0) 271 : cluster 0 monmap epoch 3 2024-04-25T23:32:31.672 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:31 smithi157 bash[22215]: cluster 2024-04-25T23:32:31.348485+0000 mon.a (mon.0) 272 : cluster 0 fsid 7567fb78-035b-11ef-bc93-c7b262605968 2024-04-25T23:32:31.672 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:31 smithi157 bash[22215]: cluster 2024-04-25T23:32:31.348508+0000 mon.a (mon.0) 273 : cluster 0 last_changed 2024-04-25T23:32:26.273371+0000 2024-04-25T23:32:31.672 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:31 smithi157 bash[22215]: cluster 2024-04-25T23:32:31.348532+0000 mon.a (mon.0) 274 : cluster 0 created 2024-04-25T23:29:34.198083+0000 2024-04-25T23:32:31.672 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:31 smithi157 bash[22215]: cluster 2024-04-25T23:32:31.348555+0000 mon.a (mon.0) 275 : cluster 0 min_mon_release 19 (squid) 2024-04-25T23:32:31.672 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:31 smithi157 bash[22215]: cluster 2024-04-25T23:32:31.348582+0000 mon.a (mon.0) 276 : cluster 0 election_strategy: 1 2024-04-25T23:32:31.672 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:31 smithi157 bash[22215]: cluster 2024-04-25T23:32:31.348609+0000 mon.a (mon.0) 277 : cluster 0 0: [v2:172.21.15.87:3300/0,v1:172.21.15.87:6789/0] mon.a 2024-04-25T23:32:31.672 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:31 smithi157 bash[22215]: cluster 2024-04-25T23:32:31.348635+0000 mon.a (mon.0) 278 : cluster 0 1: [v2:172.21.15.161:3300/0,v1:172.21.15.161:6789/0] mon.c 2024-04-25T23:32:31.672 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:31 smithi157 bash[22215]: cluster 2024-04-25T23:32:31.348660+0000 mon.a (mon.0) 279 : cluster 0 2: [v2:172.21.15.157:3300/0,v1:172.21.15.157:6789/0] mon.b 2024-04-25T23:32:31.672 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:31 smithi157 bash[22215]: cluster 2024-04-25T23:32:31.368577+0000 mon.a (mon.0) 280 : cluster 0 fsmap 2024-04-25T23:32:31.672 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:31 smithi157 bash[22215]: cluster 2024-04-25T23:32:31.368672+0000 mon.a (mon.0) 281 : cluster 0 osdmap e4: 0 total, 0 up, 0 in 2024-04-25T23:32:31.673 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:31 smithi157 bash[22215]: cluster 2024-04-25T23:32:31.368969+0000 mon.a (mon.0) 282 : cluster 0 mgrmap e13: a(active, since 105s) 2024-04-25T23:32:31.673 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:31 smithi157 bash[22215]: cluster 2024-04-25T23:32:31.369227+0000 mon.a (mon.0) 283 : cluster 1 overall HEALTH_OK 2024-04-25T23:32:31.673 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:31 smithi157 bash[22215]: audit 2024-04-25T23:32:31.377443+0000 mon.a (mon.0) 284 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:31.673 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:31 smithi157 bash[22215]: audit 2024-04-25T23:32:31.383946+0000 mon.a (mon.0) 285 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:31.673 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:31 smithi157 bash[22215]: audit 2024-04-25T23:32:31.390438+0000 mon.a (mon.0) 286 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:31.673 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:31 smithi157 bash[22215]: audit 2024-04-25T23:32:31.396694+0000 mon.a (mon.0) 287 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:31.673 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:31 smithi157 bash[22215]: audit 2024-04-25T23:32:31.402722+0000 mon.a (mon.0) 288 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:31.673 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:31 smithi157 bash[22215]: audit 2024-04-25T23:32:31.408390+0000 mon.a (mon.0) 289 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:31.673 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:31 smithi157 bash[22215]: audit 2024-04-25T23:32:31.414078+0000 mon.a (mon.0) 290 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:31.747 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:31 smithi087 bash[21583]: cluster 2024-04-25T23:32:25.699152+0000 mgr.a (mgr.14152) 77 : cluster 0 pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:32:31.747 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:31 smithi087 bash[21583]: cephadm 2024-04-25T23:32:26.020955+0000 mgr.a (mgr.14152) 78 : cephadm 1 Updating smithi087:/etc/ceph/ceph.conf 2024-04-25T23:32:31.747 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:31 smithi087 bash[21583]: cephadm 2024-04-25T23:32:26.021287+0000 mgr.a (mgr.14152) 79 : cephadm 1 Updating smithi157:/etc/ceph/ceph.conf 2024-04-25T23:32:31.747 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:31 smithi087 bash[21583]: cephadm 2024-04-25T23:32:26.021537+0000 mgr.a (mgr.14152) 80 : cephadm 1 Updating smithi161:/etc/ceph/ceph.conf 2024-04-25T23:32:31.747 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:31 smithi087 bash[21583]: audit 2024-04-25T23:32:26.277764+0000 mon.a (mon.0) 261 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-25T23:32:31.747 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:31 smithi087 bash[21583]: cluster 2024-04-25T23:32:26.277860+0000 mon.c (mon.1) 2 : cluster 1 mon.c calling monitor election 2024-04-25T23:32:31.747 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:31 smithi087 bash[21583]: cluster 2024-04-25T23:32:26.278006+0000 mon.a (mon.0) 262 : cluster 1 mon.a calling monitor election 2024-04-25T23:32:31.747 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:31 smithi087 bash[21583]: cephadm 2024-04-25T23:32:26.286149+0000 mgr.a (mgr.14152) 81 : cephadm 1 Updating smithi157:/var/lib/ceph/7567fb78-035b-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-25T23:32:31.747 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:31 smithi087 bash[21583]: cephadm 2024-04-25T23:32:26.286725+0000 mgr.a (mgr.14152) 82 : cephadm 1 Updating smithi161:/var/lib/ceph/7567fb78-035b-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-25T23:32:31.747 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:31 smithi087 bash[21583]: cephadm 2024-04-25T23:32:26.287140+0000 mgr.a (mgr.14152) 83 : cephadm 1 Updating smithi087:/var/lib/ceph/7567fb78-035b-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-25T23:32:31.747 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:31 smithi087 bash[21583]: audit 2024-04-25T23:32:26.296494+0000 mon.a (mon.0) 263 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-25T23:32:31.747 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:31 smithi087 bash[21583]: audit 2024-04-25T23:32:26.296644+0000 mon.a (mon.0) 264 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-25T23:32:31.748 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:31 smithi087 bash[21583]: audit 2024-04-25T23:32:27.265721+0000 mon.a (mon.0) 265 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-25T23:32:31.748 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:31 smithi087 bash[21583]: cluster 2024-04-25T23:32:27.699509+0000 mgr.a (mgr.14152) 84 : cluster 0 pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:32:31.748 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:31 smithi087 bash[21583]: audit 2024-04-25T23:32:28.265955+0000 mon.a (mon.0) 266 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-25T23:32:31.748 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:31 smithi087 bash[21583]: cluster 2024-04-25T23:32:28.277015+0000 mon.b (mon.2) 1 : cluster 1 mon.b calling monitor election 2024-04-25T23:32:31.748 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:31 smithi087 bash[21583]: audit 2024-04-25T23:32:29.265592+0000 mon.a (mon.0) 267 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-25T23:32:31.748 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:31 smithi087 bash[21583]: cluster 2024-04-25T23:32:29.699915+0000 mgr.a (mgr.14152) 85 : cluster 0 pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:32:31.748 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:31 smithi087 bash[21583]: audit 2024-04-25T23:32:30.265910+0000 mon.a (mon.0) 268 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-25T23:32:31.748 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:31 smithi087 bash[21583]: audit 2024-04-25T23:32:31.266312+0000 mon.a (mon.0) 269 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-25T23:32:31.748 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:31 smithi087 bash[21583]: cluster 2024-04-25T23:32:31.342018+0000 mon.a (mon.0) 270 : cluster 1 mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-04-25T23:32:31.748 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:31 smithi087 bash[21583]: cluster 2024-04-25T23:32:31.348449+0000 mon.a (mon.0) 271 : cluster 0 monmap epoch 3 2024-04-25T23:32:31.748 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:31 smithi087 bash[21583]: cluster 2024-04-25T23:32:31.348485+0000 mon.a (mon.0) 272 : cluster 0 fsid 7567fb78-035b-11ef-bc93-c7b262605968 2024-04-25T23:32:31.748 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:31 smithi087 bash[21583]: cluster 2024-04-25T23:32:31.348508+0000 mon.a (mon.0) 273 : cluster 0 last_changed 2024-04-25T23:32:26.273371+0000 2024-04-25T23:32:31.748 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:31 smithi087 bash[21583]: cluster 2024-04-25T23:32:31.348532+0000 mon.a (mon.0) 274 : cluster 0 created 2024-04-25T23:29:34.198083+0000 2024-04-25T23:32:31.749 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:31 smithi087 bash[21583]: cluster 2024-04-25T23:32:31.348555+0000 mon.a (mon.0) 275 : cluster 0 min_mon_release 19 (squid) 2024-04-25T23:32:31.749 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:31 smithi087 bash[21583]: cluster 2024-04-25T23:32:31.348582+0000 mon.a (mon.0) 276 : cluster 0 election_strategy: 1 2024-04-25T23:32:31.749 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:31 smithi087 bash[21583]: cluster 2024-04-25T23:32:31.348609+0000 mon.a (mon.0) 277 : cluster 0 0: [v2:172.21.15.87:3300/0,v1:172.21.15.87:6789/0] mon.a 2024-04-25T23:32:31.749 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:31 smithi087 bash[21583]: cluster 2024-04-25T23:32:31.348635+0000 mon.a (mon.0) 278 : cluster 0 1: [v2:172.21.15.161:3300/0,v1:172.21.15.161:6789/0] mon.c 2024-04-25T23:32:31.749 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:31 smithi087 bash[21583]: cluster 2024-04-25T23:32:31.348660+0000 mon.a (mon.0) 279 : cluster 0 2: [v2:172.21.15.157:3300/0,v1:172.21.15.157:6789/0] mon.b 2024-04-25T23:32:31.749 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:31 smithi087 bash[21583]: cluster 2024-04-25T23:32:31.368577+0000 mon.a (mon.0) 280 : cluster 0 fsmap 2024-04-25T23:32:31.749 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:31 smithi087 bash[21583]: cluster 2024-04-25T23:32:31.368672+0000 mon.a (mon.0) 281 : cluster 0 osdmap e4: 0 total, 0 up, 0 in 2024-04-25T23:32:31.749 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:31 smithi087 bash[21583]: cluster 2024-04-25T23:32:31.368969+0000 mon.a (mon.0) 282 : cluster 0 mgrmap e13: a(active, since 105s) 2024-04-25T23:32:31.749 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:31 smithi087 bash[21583]: cluster 2024-04-25T23:32:31.369227+0000 mon.a (mon.0) 283 : cluster 1 overall HEALTH_OK 2024-04-25T23:32:31.749 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:31 smithi087 bash[21583]: audit 2024-04-25T23:32:31.377443+0000 mon.a (mon.0) 284 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:31.749 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:31 smithi087 bash[21583]: audit 2024-04-25T23:32:31.383946+0000 mon.a (mon.0) 285 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:31.749 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:31 smithi087 bash[21583]: audit 2024-04-25T23:32:31.390438+0000 mon.a (mon.0) 286 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:31.749 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:31 smithi087 bash[21583]: audit 2024-04-25T23:32:31.396694+0000 mon.a (mon.0) 287 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:31.749 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:31 smithi087 bash[21583]: audit 2024-04-25T23:32:31.402722+0000 mon.a (mon.0) 288 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:31.749 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:31 smithi087 bash[21583]: audit 2024-04-25T23:32:31.408390+0000 mon.a (mon.0) 289 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:31.750 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:31 smithi087 bash[21583]: audit 2024-04-25T23:32:31.414078+0000 mon.a (mon.0) 290 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:31.793 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-04-25T23:32:31.794 INFO:teuthology.orchestra.run.smithi161.stdout:{"epoch":3,"fsid":"7567fb78-035b-11ef-bc93-c7b262605968","modified":"2024-04-25T23:32:26.273371Z","created":"2024-04-25T23:29:34.198083Z","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.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:3300","nonce":0},{"type":"v1","addr":"172.21.15.161:6789","nonce":0}]},"addr":"172.21.15.161:6789/0","public_addr":"172.21.15.161:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.157:3300","nonce":0},{"type":"v1","addr":"172.21.15.157:6789","nonce":0}]},"addr":"172.21.15.157:6789/0","public_addr":"172.21.15.157:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1,2]} 2024-04-25T23:32:31.796 INFO:teuthology.orchestra.run.smithi161.stderr:dumped monmap epoch 3 2024-04-25T23:32:31.807 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:31 smithi161 bash[22340]: cluster 2024-04-25T23:32:25.699152+0000 mgr.a (mgr.14152) 77 : cluster 0 pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:32:31.808 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:31 smithi161 bash[22340]: cephadm 2024-04-25T23:32:26.020955+0000 mgr.a (mgr.14152) 78 : cephadm 1 Updating smithi087:/etc/ceph/ceph.conf 2024-04-25T23:32:31.808 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:31 smithi161 bash[22340]: cephadm 2024-04-25T23:32:26.021287+0000 mgr.a (mgr.14152) 79 : cephadm 1 Updating smithi157:/etc/ceph/ceph.conf 2024-04-25T23:32:31.808 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:31 smithi161 bash[22340]: cephadm 2024-04-25T23:32:26.021537+0000 mgr.a (mgr.14152) 80 : cephadm 1 Updating smithi161:/etc/ceph/ceph.conf 2024-04-25T23:32:31.808 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:31 smithi161 bash[22340]: audit 2024-04-25T23:32:26.277764+0000 mon.a (mon.0) 261 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-25T23:32:31.808 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:31 smithi161 bash[22340]: cluster 2024-04-25T23:32:26.277860+0000 mon.c (mon.1) 2 : cluster 1 mon.c calling monitor election 2024-04-25T23:32:31.808 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:31 smithi161 bash[22340]: cluster 2024-04-25T23:32:26.278006+0000 mon.a (mon.0) 262 : cluster 1 mon.a calling monitor election 2024-04-25T23:32:31.808 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:31 smithi161 bash[22340]: cephadm 2024-04-25T23:32:26.286149+0000 mgr.a (mgr.14152) 81 : cephadm 1 Updating smithi157:/var/lib/ceph/7567fb78-035b-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-25T23:32:31.808 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:31 smithi161 bash[22340]: cephadm 2024-04-25T23:32:26.286725+0000 mgr.a (mgr.14152) 82 : cephadm 1 Updating smithi161:/var/lib/ceph/7567fb78-035b-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-25T23:32:31.808 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:31 smithi161 bash[22340]: cephadm 2024-04-25T23:32:26.287140+0000 mgr.a (mgr.14152) 83 : cephadm 1 Updating smithi087:/var/lib/ceph/7567fb78-035b-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-25T23:32:31.808 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:31 smithi161 bash[22340]: audit 2024-04-25T23:32:26.296494+0000 mon.a (mon.0) 263 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-25T23:32:31.808 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:31 smithi161 bash[22340]: audit 2024-04-25T23:32:26.296644+0000 mon.a (mon.0) 264 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-25T23:32:31.808 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:31 smithi161 bash[22340]: audit 2024-04-25T23:32:27.265721+0000 mon.a (mon.0) 265 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-25T23:32:31.809 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:31 smithi161 bash[22340]: cluster 2024-04-25T23:32:27.699509+0000 mgr.a (mgr.14152) 84 : cluster 0 pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:32:31.809 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:31 smithi161 bash[22340]: audit 2024-04-25T23:32:28.265955+0000 mon.a (mon.0) 266 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-25T23:32:31.809 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:31 smithi161 bash[22340]: cluster 2024-04-25T23:32:28.277015+0000 mon.b (mon.2) 1 : cluster 1 mon.b calling monitor election 2024-04-25T23:32:31.809 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:31 smithi161 bash[22340]: audit 2024-04-25T23:32:29.265592+0000 mon.a (mon.0) 267 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-25T23:32:31.809 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:31 smithi161 bash[22340]: cluster 2024-04-25T23:32:29.699915+0000 mgr.a (mgr.14152) 85 : cluster 0 pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:32:31.809 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:31 smithi161 bash[22340]: audit 2024-04-25T23:32:30.265910+0000 mon.a (mon.0) 268 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-25T23:32:31.809 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:31 smithi161 bash[22340]: audit 2024-04-25T23:32:31.266312+0000 mon.a (mon.0) 269 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-25T23:32:31.809 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:31 smithi161 bash[22340]: cluster 2024-04-25T23:32:31.342018+0000 mon.a (mon.0) 270 : cluster 1 mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-04-25T23:32:31.809 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:31 smithi161 bash[22340]: cluster 2024-04-25T23:32:31.348449+0000 mon.a (mon.0) 271 : cluster 0 monmap epoch 3 2024-04-25T23:32:31.809 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:31 smithi161 bash[22340]: cluster 2024-04-25T23:32:31.348485+0000 mon.a (mon.0) 272 : cluster 0 fsid 7567fb78-035b-11ef-bc93-c7b262605968 2024-04-25T23:32:31.809 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:31 smithi161 bash[22340]: cluster 2024-04-25T23:32:31.348508+0000 mon.a (mon.0) 273 : cluster 0 last_changed 2024-04-25T23:32:26.273371+0000 2024-04-25T23:32:31.809 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:31 smithi161 bash[22340]: cluster 2024-04-25T23:32:31.348532+0000 mon.a (mon.0) 274 : cluster 0 created 2024-04-25T23:29:34.198083+0000 2024-04-25T23:32:31.809 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:31 smithi161 bash[22340]: cluster 2024-04-25T23:32:31.348555+0000 mon.a (mon.0) 275 : cluster 0 min_mon_release 19 (squid) 2024-04-25T23:32:31.809 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:31 smithi161 bash[22340]: cluster 2024-04-25T23:32:31.348582+0000 mon.a (mon.0) 276 : cluster 0 election_strategy: 1 2024-04-25T23:32:31.809 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:31 smithi161 bash[22340]: cluster 2024-04-25T23:32:31.348609+0000 mon.a (mon.0) 277 : cluster 0 0: [v2:172.21.15.87:3300/0,v1:172.21.15.87:6789/0] mon.a 2024-04-25T23:32:31.810 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:31 smithi161 bash[22340]: cluster 2024-04-25T23:32:31.348635+0000 mon.a (mon.0) 278 : cluster 0 1: [v2:172.21.15.161:3300/0,v1:172.21.15.161:6789/0] mon.c 2024-04-25T23:32:31.810 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:31 smithi161 bash[22340]: cluster 2024-04-25T23:32:31.348660+0000 mon.a (mon.0) 279 : cluster 0 2: [v2:172.21.15.157:3300/0,v1:172.21.15.157:6789/0] mon.b 2024-04-25T23:32:31.810 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:31 smithi161 bash[22340]: cluster 2024-04-25T23:32:31.368577+0000 mon.a (mon.0) 280 : cluster 0 fsmap 2024-04-25T23:32:31.810 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:31 smithi161 bash[22340]: cluster 2024-04-25T23:32:31.368672+0000 mon.a (mon.0) 281 : cluster 0 osdmap e4: 0 total, 0 up, 0 in 2024-04-25T23:32:31.810 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:31 smithi161 bash[22340]: cluster 2024-04-25T23:32:31.368969+0000 mon.a (mon.0) 282 : cluster 0 mgrmap e13: a(active, since 105s) 2024-04-25T23:32:31.810 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:31 smithi161 bash[22340]: cluster 2024-04-25T23:32:31.369227+0000 mon.a (mon.0) 283 : cluster 1 overall HEALTH_OK 2024-04-25T23:32:31.810 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:31 smithi161 bash[22340]: audit 2024-04-25T23:32:31.377443+0000 mon.a (mon.0) 284 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:31.810 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:31 smithi161 bash[22340]: audit 2024-04-25T23:32:31.383946+0000 mon.a (mon.0) 285 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:31.810 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:31 smithi161 bash[22340]: audit 2024-04-25T23:32:31.390438+0000 mon.a (mon.0) 286 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:31.810 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:31 smithi161 bash[22340]: audit 2024-04-25T23:32:31.396694+0000 mon.a (mon.0) 287 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:31.810 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:31 smithi161 bash[22340]: audit 2024-04-25T23:32:31.402722+0000 mon.a (mon.0) 288 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:31.810 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:31 smithi161 bash[22340]: audit 2024-04-25T23:32:31.408390+0000 mon.a (mon.0) 289 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:31.810 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:31 smithi161 bash[22340]: audit 2024-04-25T23:32:31.414078+0000 mon.a (mon.0) 290 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:32.405 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-04-25T23:32:32.405 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d2c45d977142e024a59b68a8f1dce8f0b9840551 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567fb78-035b-11ef-bc93-c7b262605968 -- ceph config generate-minimal-conf 2024-04-25T23:32:32.744 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:32 smithi087 bash[21583]: audit 2024-04-25T23:32:31.419663+0000 mon.a (mon.0) 291 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:32.744 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:32 smithi087 bash[21583]: audit 2024-04-25T23:32:31.425531+0000 mon.a (mon.0) 292 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:32.744 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:32 smithi087 bash[21583]: audit 2024-04-25T23:32:31.436490+0000 mon.a (mon.0) 293 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:32.744 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:32 smithi087 bash[21583]: audit 2024-04-25T23:32:31.444016+0000 mon.a (mon.0) 294 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:32.744 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:32 smithi087 bash[21583]: cephadm 2024-04-25T23:32:31.444864+0000 mgr.a (mgr.14152) 86 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2024-04-25T23:32:32.744 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:32 smithi087 bash[21583]: audit 2024-04-25T23:32:31.451099+0000 mon.a (mon.0) 295 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:32.744 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:32 smithi087 bash[21583]: cephadm 2024-04-25T23:32:31.543440+0000 mgr.a (mgr.14152) 87 : cephadm 1 Reconfiguring mon.a (unknown last config time)... 2024-04-25T23:32:32.744 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:32 smithi087 bash[21583]: audit 2024-04-25T23:32:31.543989+0000 mon.a (mon.0) 296 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-25T23:32:32.745 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:32 smithi087 bash[21583]: audit 2024-04-25T23:32:31.545482+0000 mon.a (mon.0) 297 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-25T23:32:32.745 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:32 smithi087 bash[21583]: audit 2024-04-25T23:32:31.547047+0000 mon.a (mon.0) 298 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:32:32.745 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:32 smithi087 bash[21583]: cephadm 2024-04-25T23:32:31.548969+0000 mgr.a (mgr.14152) 88 : cephadm 1 Reconfiguring daemon mon.a on smithi087 2024-04-25T23:32:32.745 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:32 smithi087 bash[21583]: audit 2024-04-25T23:32:31.606156+0000 mon.a (mon.0) 299 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:32.745 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:32 smithi087 bash[21583]: audit 2024-04-25T23:32:31.613715+0000 mon.a (mon.0) 300 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:32.745 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:32 smithi087 bash[21583]: audit 2024-04-25T23:32:31.622951+0000 mon.a (mon.0) 301 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:32.745 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:32 smithi087 bash[21583]: audit 2024-04-25T23:32:31.805976+0000 mon.a (mon.0) 302 : audit 0 from='client.? 172.21.15.161:0/2604128302' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-25T23:32:32.745 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:32 smithi087 bash[21583]: audit 2024-04-25T23:32:32.266537+0000 mon.a (mon.0) 303 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-25T23:32:32.901 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:32 smithi161 bash[22340]: audit 2024-04-25T23:32:31.419663+0000 mon.a (mon.0) 291 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:32.901 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:32 smithi161 bash[22340]: audit 2024-04-25T23:32:31.425531+0000 mon.a (mon.0) 292 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:32.901 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:32 smithi161 bash[22340]: audit 2024-04-25T23:32:31.436490+0000 mon.a (mon.0) 293 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:32.902 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:32 smithi161 bash[22340]: audit 2024-04-25T23:32:31.444016+0000 mon.a (mon.0) 294 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:32.902 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:32 smithi161 bash[22340]: cephadm 2024-04-25T23:32:31.444864+0000 mgr.a (mgr.14152) 86 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2024-04-25T23:32:32.902 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:32 smithi161 bash[22340]: audit 2024-04-25T23:32:31.451099+0000 mon.a (mon.0) 295 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:32.902 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:32 smithi161 bash[22340]: cephadm 2024-04-25T23:32:31.543440+0000 mgr.a (mgr.14152) 87 : cephadm 1 Reconfiguring mon.a (unknown last config time)... 2024-04-25T23:32:32.902 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:32 smithi161 bash[22340]: audit 2024-04-25T23:32:31.543989+0000 mon.a (mon.0) 296 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-25T23:32:32.902 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:32 smithi161 bash[22340]: audit 2024-04-25T23:32:31.545482+0000 mon.a (mon.0) 297 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-25T23:32:32.902 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:32 smithi161 bash[22340]: audit 2024-04-25T23:32:31.547047+0000 mon.a (mon.0) 298 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:32:32.902 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:32 smithi161 bash[22340]: cephadm 2024-04-25T23:32:31.548969+0000 mgr.a (mgr.14152) 88 : cephadm 1 Reconfiguring daemon mon.a on smithi087 2024-04-25T23:32:32.902 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:32 smithi161 bash[22340]: audit 2024-04-25T23:32:31.606156+0000 mon.a (mon.0) 299 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:32.902 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:32 smithi161 bash[22340]: audit 2024-04-25T23:32:31.613715+0000 mon.a (mon.0) 300 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:32.902 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:32 smithi161 bash[22340]: audit 2024-04-25T23:32:31.622951+0000 mon.a (mon.0) 301 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:32.902 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:32 smithi161 bash[22340]: audit 2024-04-25T23:32:31.805976+0000 mon.a (mon.0) 302 : audit 0 from='client.? 172.21.15.161:0/2604128302' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-25T23:32:32.902 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:32 smithi161 bash[22340]: audit 2024-04-25T23:32:32.266537+0000 mon.a (mon.0) 303 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-25T23:32:32.919 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:32 smithi157 bash[22215]: audit 2024-04-25T23:32:31.419663+0000 mon.a (mon.0) 291 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:32.919 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:32 smithi157 bash[22215]: audit 2024-04-25T23:32:31.425531+0000 mon.a (mon.0) 292 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:32.919 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:32 smithi157 bash[22215]: audit 2024-04-25T23:32:31.436490+0000 mon.a (mon.0) 293 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:32.919 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:32 smithi157 bash[22215]: audit 2024-04-25T23:32:31.444016+0000 mon.a (mon.0) 294 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:32.919 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:32 smithi157 bash[22215]: cephadm 2024-04-25T23:32:31.444864+0000 mgr.a (mgr.14152) 86 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2024-04-25T23:32:32.920 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:32 smithi157 bash[22215]: audit 2024-04-25T23:32:31.451099+0000 mon.a (mon.0) 295 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:32.920 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:32 smithi157 bash[22215]: cephadm 2024-04-25T23:32:31.543440+0000 mgr.a (mgr.14152) 87 : cephadm 1 Reconfiguring mon.a (unknown last config time)... 2024-04-25T23:32:32.920 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:32 smithi157 bash[22215]: audit 2024-04-25T23:32:31.543989+0000 mon.a (mon.0) 296 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-25T23:32:32.920 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:32 smithi157 bash[22215]: audit 2024-04-25T23:32:31.545482+0000 mon.a (mon.0) 297 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-25T23:32:32.920 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:32 smithi157 bash[22215]: audit 2024-04-25T23:32:31.547047+0000 mon.a (mon.0) 298 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:32:32.920 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:32 smithi157 bash[22215]: cephadm 2024-04-25T23:32:31.548969+0000 mgr.a (mgr.14152) 88 : cephadm 1 Reconfiguring daemon mon.a on smithi087 2024-04-25T23:32:32.920 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:32 smithi157 bash[22215]: audit 2024-04-25T23:32:31.606156+0000 mon.a (mon.0) 299 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:32.920 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:32 smithi157 bash[22215]: audit 2024-04-25T23:32:31.613715+0000 mon.a (mon.0) 300 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:32.920 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:32 smithi157 bash[22215]: audit 2024-04-25T23:32:31.622951+0000 mon.a (mon.0) 301 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:32.920 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:32 smithi157 bash[22215]: audit 2024-04-25T23:32:31.805976+0000 mon.a (mon.0) 302 : audit 0 from='client.? 172.21.15.161:0/2604128302' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-25T23:32:32.920 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:32 smithi157 bash[22215]: audit 2024-04-25T23:32:32.266537+0000 mon.a (mon.0) 303 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-25T23:32:33.746 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:33 smithi087 bash[21583]: cluster 2024-04-25T23:32:31.700302+0000 mgr.a (mgr.14152) 89 : cluster 0 pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:32:33.746 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:33 smithi087 bash[21583]: audit 2024-04-25T23:32:33.045666+0000 mon.a (mon.0) 304 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:33.746 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:33 smithi087 bash[21583]: audit 2024-04-25T23:32:33.053470+0000 mon.a (mon.0) 305 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:33.746 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:33 smithi087 bash[21583]: audit 2024-04-25T23:32:33.063637+0000 mon.a (mon.0) 306 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:33.901 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:33 smithi161 bash[22340]: cluster 2024-04-25T23:32:31.700302+0000 mgr.a (mgr.14152) 89 : cluster 0 pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:32:33.901 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:33 smithi161 bash[22340]: audit 2024-04-25T23:32:33.045666+0000 mon.a (mon.0) 304 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:33.901 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:33 smithi161 bash[22340]: audit 2024-04-25T23:32:33.053470+0000 mon.a (mon.0) 305 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:33.901 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:33 smithi161 bash[22340]: audit 2024-04-25T23:32:33.063637+0000 mon.a (mon.0) 306 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:33.919 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:33 smithi157 bash[22215]: cluster 2024-04-25T23:32:31.700302+0000 mgr.a (mgr.14152) 89 : cluster 0 pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:32:33.919 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:33 smithi157 bash[22215]: audit 2024-04-25T23:32:33.045666+0000 mon.a (mon.0) 304 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:33.919 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:33 smithi157 bash[22215]: audit 2024-04-25T23:32:33.053470+0000 mon.a (mon.0) 305 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:33.919 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:33 smithi157 bash[22215]: audit 2024-04-25T23:32:33.063637+0000 mon.a (mon.0) 306 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:34.847 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:34 smithi157 bash[22215]: audit 2024-04-25T23:32:33.566435+0000 mon.a (mon.0) 307 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:34.847 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:34 smithi157 bash[22215]: audit 2024-04-25T23:32:33.573312+0000 mon.a (mon.0) 308 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:34.847 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:34 smithi157 bash[22215]: audit 2024-04-25T23:32:33.619607+0000 mon.a (mon.0) 309 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-25T23:32:34.847 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:34 smithi157 bash[22215]: audit 2024-04-25T23:32:33.621481+0000 mon.a (mon.0) 310 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-25T23:32:34.848 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:34 smithi157 bash[22215]: audit 2024-04-25T23:32:33.623172+0000 mon.a (mon.0) 311 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:32:34.901 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:34 smithi161 bash[22340]: audit 2024-04-25T23:32:33.566435+0000 mon.a (mon.0) 307 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:34.901 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:34 smithi161 bash[22340]: audit 2024-04-25T23:32:33.573312+0000 mon.a (mon.0) 308 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:34.901 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:34 smithi161 bash[22340]: audit 2024-04-25T23:32:33.619607+0000 mon.a (mon.0) 309 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-25T23:32:34.901 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:34 smithi161 bash[22340]: audit 2024-04-25T23:32:33.621481+0000 mon.a (mon.0) 310 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-25T23:32:34.901 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:34 smithi161 bash[22340]: audit 2024-04-25T23:32:33.623172+0000 mon.a (mon.0) 311 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:32:34.996 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:34 smithi087 bash[21583]: audit 2024-04-25T23:32:33.566435+0000 mon.a (mon.0) 307 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:34.996 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:34 smithi087 bash[21583]: audit 2024-04-25T23:32:33.573312+0000 mon.a (mon.0) 308 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:34.996 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:34 smithi087 bash[21583]: audit 2024-04-25T23:32:33.619607+0000 mon.a (mon.0) 309 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-25T23:32:34.996 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:34 smithi087 bash[21583]: audit 2024-04-25T23:32:33.621481+0000 mon.a (mon.0) 310 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-25T23:32:34.996 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:34 smithi087 bash[21583]: audit 2024-04-25T23:32:33.623172+0000 mon.a (mon.0) 311 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:32:35.901 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:35 smithi161 bash[22340]: cephadm 2024-04-25T23:32:33.618983+0000 mgr.a (mgr.14152) 90 : cephadm 1 Reconfiguring mon.b (monmap changed)... 2024-04-25T23:32:35.901 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:35 smithi161 bash[22340]: cephadm 2024-04-25T23:32:33.624993+0000 mgr.a (mgr.14152) 91 : cephadm 1 Reconfiguring daemon mon.b on smithi157 2024-04-25T23:32:35.901 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:35 smithi161 bash[22340]: cluster 2024-04-25T23:32:33.700661+0000 mgr.a (mgr.14152) 92 : cluster 0 pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:32:35.919 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:35 smithi157 bash[22215]: cephadm 2024-04-25T23:32:33.618983+0000 mgr.a (mgr.14152) 90 : cephadm 1 Reconfiguring mon.b (monmap changed)... 2024-04-25T23:32:35.919 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:35 smithi157 bash[22215]: cephadm 2024-04-25T23:32:33.624993+0000 mgr.a (mgr.14152) 91 : cephadm 1 Reconfiguring daemon mon.b on smithi157 2024-04-25T23:32:35.919 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:35 smithi157 bash[22215]: cluster 2024-04-25T23:32:33.700661+0000 mgr.a (mgr.14152) 92 : cluster 0 pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:32:35.996 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:35 smithi087 bash[21583]: cephadm 2024-04-25T23:32:33.618983+0000 mgr.a (mgr.14152) 90 : cephadm 1 Reconfiguring mon.b (monmap changed)... 2024-04-25T23:32:35.996 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:35 smithi087 bash[21583]: cephadm 2024-04-25T23:32:33.624993+0000 mgr.a (mgr.14152) 91 : cephadm 1 Reconfiguring daemon mon.b on smithi157 2024-04-25T23:32:35.996 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:35 smithi087 bash[21583]: cluster 2024-04-25T23:32:33.700661+0000 mgr.a (mgr.14152) 92 : cluster 0 pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:32:36.855 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:36 smithi161 bash[22340]: audit 2024-04-25T23:32:35.589745+0000 mon.a (mon.0) 312 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:36.855 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:36 smithi161 bash[22340]: audit 2024-04-25T23:32:35.593704+0000 mon.a (mon.0) 313 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:36.855 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:36 smithi161 bash[22340]: cephadm 2024-04-25T23:32:35.595214+0000 mgr.a (mgr.14152) 93 : cephadm 1 Reconfiguring mon.c (monmap changed)... 2024-04-25T23:32:36.855 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:36 smithi161 bash[22340]: audit 2024-04-25T23:32:35.595535+0000 mon.a (mon.0) 314 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-25T23:32:36.855 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:36 smithi161 bash[22340]: audit 2024-04-25T23:32:35.596507+0000 mon.a (mon.0) 315 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-25T23:32:36.855 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:36 smithi161 bash[22340]: audit 2024-04-25T23:32:35.597498+0000 mon.a (mon.0) 316 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:32:36.855 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:36 smithi161 bash[22340]: cephadm 2024-04-25T23:32:35.598968+0000 mgr.a (mgr.14152) 94 : cephadm 1 Reconfiguring daemon mon.c on smithi161 2024-04-25T23:32:36.919 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:36 smithi157 bash[22215]: audit 2024-04-25T23:32:35.589745+0000 mon.a (mon.0) 312 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:36.919 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:36 smithi157 bash[22215]: audit 2024-04-25T23:32:35.593704+0000 mon.a (mon.0) 313 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:36.919 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:36 smithi157 bash[22215]: cephadm 2024-04-25T23:32:35.595214+0000 mgr.a (mgr.14152) 93 : cephadm 1 Reconfiguring mon.c (monmap changed)... 2024-04-25T23:32:36.919 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:36 smithi157 bash[22215]: audit 2024-04-25T23:32:35.595535+0000 mon.a (mon.0) 314 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-25T23:32:36.920 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:36 smithi157 bash[22215]: audit 2024-04-25T23:32:35.596507+0000 mon.a (mon.0) 315 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-25T23:32:36.920 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:36 smithi157 bash[22215]: audit 2024-04-25T23:32:35.597498+0000 mon.a (mon.0) 316 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:32:36.920 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:36 smithi157 bash[22215]: cephadm 2024-04-25T23:32:35.598968+0000 mgr.a (mgr.14152) 94 : cephadm 1 Reconfiguring daemon mon.c on smithi161 2024-04-25T23:32:36.996 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:36 smithi087 bash[21583]: audit 2024-04-25T23:32:35.589745+0000 mon.a (mon.0) 312 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:36.996 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:36 smithi087 bash[21583]: audit 2024-04-25T23:32:35.593704+0000 mon.a (mon.0) 313 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:36.996 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:36 smithi087 bash[21583]: cephadm 2024-04-25T23:32:35.595214+0000 mgr.a (mgr.14152) 93 : cephadm 1 Reconfiguring mon.c (monmap changed)... 2024-04-25T23:32:36.997 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:36 smithi087 bash[21583]: audit 2024-04-25T23:32:35.595535+0000 mon.a (mon.0) 314 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-25T23:32:36.997 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:36 smithi087 bash[21583]: audit 2024-04-25T23:32:35.596507+0000 mon.a (mon.0) 315 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-25T23:32:36.997 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:36 smithi087 bash[21583]: audit 2024-04-25T23:32:35.597498+0000 mon.a (mon.0) 316 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:32:36.997 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:36 smithi087 bash[21583]: cephadm 2024-04-25T23:32:35.598968+0000 mgr.a (mgr.14152) 94 : cephadm 1 Reconfiguring daemon mon.c on smithi161 2024-04-25T23:32:37.512 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/7567fb78-035b-11ef-bc93-c7b262605968/mon.a/config 2024-04-25T23:32:37.901 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:37 smithi161 bash[22340]: cluster 2024-04-25T23:32:35.701057+0000 mgr.a (mgr.14152) 95 : cluster 0 pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:32:37.901 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:37 smithi161 bash[22340]: audit 2024-04-25T23:32:37.528227+0000 mon.a (mon.0) 317 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:37.901 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:37 smithi161 bash[22340]: audit 2024-04-25T23:32:37.535659+0000 mon.a (mon.0) 318 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:37.901 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:37 smithi161 bash[22340]: audit 2024-04-25T23:32:37.568428+0000 mon.a (mon.0) 319 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T23:32:37.901 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:37 smithi161 bash[22340]: audit 2024-04-25T23:32:37.571409+0000 mon.a (mon.0) 320 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:32:37.901 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:37 smithi161 bash[22340]: audit 2024-04-25T23:32:37.572278+0000 mon.a (mon.0) 321 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T23:32:37.919 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:37 smithi157 bash[22215]: cluster 2024-04-25T23:32:35.701057+0000 mgr.a (mgr.14152) 95 : cluster 0 pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:32:37.919 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:37 smithi157 bash[22215]: audit 2024-04-25T23:32:37.528227+0000 mon.a (mon.0) 317 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:37.919 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:37 smithi157 bash[22215]: audit 2024-04-25T23:32:37.535659+0000 mon.a (mon.0) 318 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:37.919 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:37 smithi157 bash[22215]: audit 2024-04-25T23:32:37.568428+0000 mon.a (mon.0) 319 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T23:32:37.919 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:37 smithi157 bash[22215]: audit 2024-04-25T23:32:37.571409+0000 mon.a (mon.0) 320 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:32:37.919 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:37 smithi157 bash[22215]: audit 2024-04-25T23:32:37.572278+0000 mon.a (mon.0) 321 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T23:32:37.996 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:37 smithi087 bash[21583]: cluster 2024-04-25T23:32:35.701057+0000 mgr.a (mgr.14152) 95 : cluster 0 pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:32:37.996 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:37 smithi087 bash[21583]: audit 2024-04-25T23:32:37.528227+0000 mon.a (mon.0) 317 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:37.996 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:37 smithi087 bash[21583]: audit 2024-04-25T23:32:37.535659+0000 mon.a (mon.0) 318 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:37.996 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:37 smithi087 bash[21583]: audit 2024-04-25T23:32:37.568428+0000 mon.a (mon.0) 319 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T23:32:37.996 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:37 smithi087 bash[21583]: audit 2024-04-25T23:32:37.571409+0000 mon.a (mon.0) 320 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:32:37.996 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:37 smithi087 bash[21583]: audit 2024-04-25T23:32:37.572278+0000 mon.a (mon.0) 321 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T23:32:38.619 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:38 smithi087 bash[21583]: cephadm 2024-04-25T23:32:37.573536+0000 mgr.a (mgr.14152) 96 : cephadm 1 Updating smithi087:/etc/ceph/ceph.conf 2024-04-25T23:32:38.619 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:38 smithi087 bash[21583]: cephadm 2024-04-25T23:32:37.573903+0000 mgr.a (mgr.14152) 97 : cephadm 1 Updating smithi157:/etc/ceph/ceph.conf 2024-04-25T23:32:38.619 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:38 smithi087 bash[21583]: cephadm 2024-04-25T23:32:37.574117+0000 mgr.a (mgr.14152) 98 : cephadm 1 Updating smithi161:/etc/ceph/ceph.conf 2024-04-25T23:32:38.619 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:38 smithi087 bash[21583]: audit 2024-04-25T23:32:38.010940+0000 mon.a (mon.0) 322 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:38.619 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:38 smithi087 bash[21583]: audit 2024-04-25T23:32:38.016529+0000 mon.a (mon.0) 323 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:38.619 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:38 smithi087 bash[21583]: audit 2024-04-25T23:32:38.021587+0000 mon.a (mon.0) 324 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:38.619 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:38 smithi087 bash[21583]: audit 2024-04-25T23:32:38.027856+0000 mon.a (mon.0) 325 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:38.619 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:38 smithi087 bash[21583]: audit 2024-04-25T23:32:38.063543+0000 mon.a (mon.0) 326 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:38.619 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:38 smithi087 bash[21583]: audit 2024-04-25T23:32:38.071504+0000 mon.a (mon.0) 327 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:38.619 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:38 smithi087 bash[21583]: audit 2024-04-25T23:32:38.078978+0000 mon.a (mon.0) 328 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:38.901 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:38 smithi161 bash[22340]: cephadm 2024-04-25T23:32:37.573536+0000 mgr.a (mgr.14152) 96 : cephadm 1 Updating smithi087:/etc/ceph/ceph.conf 2024-04-25T23:32:38.901 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:38 smithi161 bash[22340]: cephadm 2024-04-25T23:32:37.573903+0000 mgr.a (mgr.14152) 97 : cephadm 1 Updating smithi157:/etc/ceph/ceph.conf 2024-04-25T23:32:38.901 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:38 smithi161 bash[22340]: cephadm 2024-04-25T23:32:37.574117+0000 mgr.a (mgr.14152) 98 : cephadm 1 Updating smithi161:/etc/ceph/ceph.conf 2024-04-25T23:32:38.902 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:38 smithi161 bash[22340]: audit 2024-04-25T23:32:38.010940+0000 mon.a (mon.0) 322 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:38.902 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:38 smithi161 bash[22340]: audit 2024-04-25T23:32:38.016529+0000 mon.a (mon.0) 323 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:38.902 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:38 smithi161 bash[22340]: audit 2024-04-25T23:32:38.021587+0000 mon.a (mon.0) 324 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:38.902 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:38 smithi161 bash[22340]: audit 2024-04-25T23:32:38.027856+0000 mon.a (mon.0) 325 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:38.902 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:38 smithi161 bash[22340]: audit 2024-04-25T23:32:38.063543+0000 mon.a (mon.0) 326 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:38.902 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:38 smithi161 bash[22340]: audit 2024-04-25T23:32:38.071504+0000 mon.a (mon.0) 327 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:38.902 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:38 smithi161 bash[22340]: audit 2024-04-25T23:32:38.078978+0000 mon.a (mon.0) 328 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:38.919 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:38 smithi157 bash[22215]: cephadm 2024-04-25T23:32:37.573536+0000 mgr.a (mgr.14152) 96 : cephadm 1 Updating smithi087:/etc/ceph/ceph.conf 2024-04-25T23:32:38.919 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:38 smithi157 bash[22215]: cephadm 2024-04-25T23:32:37.573903+0000 mgr.a (mgr.14152) 97 : cephadm 1 Updating smithi157:/etc/ceph/ceph.conf 2024-04-25T23:32:38.919 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:38 smithi157 bash[22215]: cephadm 2024-04-25T23:32:37.574117+0000 mgr.a (mgr.14152) 98 : cephadm 1 Updating smithi161:/etc/ceph/ceph.conf 2024-04-25T23:32:38.919 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:38 smithi157 bash[22215]: audit 2024-04-25T23:32:38.010940+0000 mon.a (mon.0) 322 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:38.919 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:38 smithi157 bash[22215]: audit 2024-04-25T23:32:38.016529+0000 mon.a (mon.0) 323 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:38.919 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:38 smithi157 bash[22215]: audit 2024-04-25T23:32:38.021587+0000 mon.a (mon.0) 324 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:38.919 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:38 smithi157 bash[22215]: audit 2024-04-25T23:32:38.027856+0000 mon.a (mon.0) 325 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:38.920 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:38 smithi157 bash[22215]: audit 2024-04-25T23:32:38.063543+0000 mon.a (mon.0) 326 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:38.920 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:38 smithi157 bash[22215]: audit 2024-04-25T23:32:38.071504+0000 mon.a (mon.0) 327 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:38.920 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:38 smithi157 bash[22215]: audit 2024-04-25T23:32:38.078978+0000 mon.a (mon.0) 328 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:39.901 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:39 smithi161 bash[22340]: cluster 2024-04-25T23:32:37.701307+0000 mgr.a (mgr.14152) 99 : cluster 0 pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:32:39.901 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:39 smithi161 bash[22340]: cephadm 2024-04-25T23:32:37.789573+0000 mgr.a (mgr.14152) 100 : cephadm 1 Updating smithi157:/var/lib/ceph/7567fb78-035b-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-25T23:32:39.901 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:39 smithi161 bash[22340]: cephadm 2024-04-25T23:32:37.790492+0000 mgr.a (mgr.14152) 101 : cephadm 1 Updating smithi161:/var/lib/ceph/7567fb78-035b-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-25T23:32:39.901 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:39 smithi161 bash[22340]: cephadm 2024-04-25T23:32:37.840219+0000 mgr.a (mgr.14152) 102 : cephadm 1 Updating smithi087:/var/lib/ceph/7567fb78-035b-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-25T23:32:39.919 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:39 smithi157 bash[22215]: cluster 2024-04-25T23:32:37.701307+0000 mgr.a (mgr.14152) 99 : cluster 0 pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:32:39.919 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:39 smithi157 bash[22215]: cephadm 2024-04-25T23:32:37.789573+0000 mgr.a (mgr.14152) 100 : cephadm 1 Updating smithi157:/var/lib/ceph/7567fb78-035b-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-25T23:32:39.919 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:39 smithi157 bash[22215]: cephadm 2024-04-25T23:32:37.790492+0000 mgr.a (mgr.14152) 101 : cephadm 1 Updating smithi161:/var/lib/ceph/7567fb78-035b-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-25T23:32:39.919 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:39 smithi157 bash[22215]: cephadm 2024-04-25T23:32:37.840219+0000 mgr.a (mgr.14152) 102 : cephadm 1 Updating smithi087:/var/lib/ceph/7567fb78-035b-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-25T23:32:39.996 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:39 smithi087 bash[21583]: cluster 2024-04-25T23:32:37.701307+0000 mgr.a (mgr.14152) 99 : cluster 0 pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:32:39.996 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:39 smithi087 bash[21583]: cephadm 2024-04-25T23:32:37.789573+0000 mgr.a (mgr.14152) 100 : cephadm 1 Updating smithi157:/var/lib/ceph/7567fb78-035b-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-25T23:32:39.996 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:39 smithi087 bash[21583]: cephadm 2024-04-25T23:32:37.790492+0000 mgr.a (mgr.14152) 101 : cephadm 1 Updating smithi161:/var/lib/ceph/7567fb78-035b-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-25T23:32:39.996 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:39 smithi087 bash[21583]: cephadm 2024-04-25T23:32:37.840219+0000 mgr.a (mgr.14152) 102 : cephadm 1 Updating smithi087:/var/lib/ceph/7567fb78-035b-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-25T23:32:40.835 INFO:teuthology.orchestra.run.smithi087.stdout:# minimal ceph.conf for 7567fb78-035b-11ef-bc93-c7b262605968 2024-04-25T23:32:40.835 INFO:teuthology.orchestra.run.smithi087.stdout:[global] 2024-04-25T23:32:40.835 INFO:teuthology.orchestra.run.smithi087.stdout: fsid = 7567fb78-035b-11ef-bc93-c7b262605968 2024-04-25T23:32:40.835 INFO:teuthology.orchestra.run.smithi087.stdout: mon_host = [v2:172.21.15.87:3300/0,v1:172.21.15.87:6789/0] [v2:172.21.15.157:3300/0,v1:172.21.15.157:6789/0] [v2:172.21.15.161:3300/0,v1:172.21.15.161:6789/0] 2024-04-25T23:32:41.531 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-04-25T23:32:41.531 DEBUG:teuthology.orchestra.run.smithi087:> set -ex 2024-04-25T23:32:41.531 DEBUG:teuthology.orchestra.run.smithi087:> sudo dd of=/etc/ceph/ceph.conf 2024-04-25T23:32:41.546 DEBUG:teuthology.orchestra.run.smithi087:> set -ex 2024-04-25T23:32:41.546 DEBUG:teuthology.orchestra.run.smithi087:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-25T23:32:41.603 DEBUG:teuthology.orchestra.run.smithi157:> set -ex 2024-04-25T23:32:41.603 DEBUG:teuthology.orchestra.run.smithi157:> sudo dd of=/etc/ceph/ceph.conf 2024-04-25T23:32:41.617 DEBUG:teuthology.orchestra.run.smithi157:> set -ex 2024-04-25T23:32:41.618 DEBUG:teuthology.orchestra.run.smithi157:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-25T23:32:41.671 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2024-04-25T23:32:41.671 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd of=/etc/ceph/ceph.conf 2024-04-25T23:32:41.686 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2024-04-25T23:32:41.686 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-25T23:32:41.742 INFO:tasks.cephadm:Adding mgr.a on smithi087 2024-04-25T23:32:41.742 INFO:tasks.cephadm:Adding mgr.b on smithi157 2024-04-25T23:32:41.743 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d2c45d977142e024a59b68a8f1dce8f0b9840551 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567fb78-035b-11ef-bc93-c7b262605968 -- ceph orch apply mgr '2;smithi087=a;smithi157=b' 2024-04-25T23:32:41.901 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:41 smithi161 bash[22340]: cluster 2024-04-25T23:32:39.701693+0000 mgr.a (mgr.14152) 103 : cluster 0 pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:32:41.901 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:41 smithi161 bash[22340]: audit 2024-04-25T23:32:40.847870+0000 mon.a (mon.0) 329 : audit 0 from='client.? 172.21.15.87:0/1726688291' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:32:41.919 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:41 smithi157 bash[22215]: cluster 2024-04-25T23:32:39.701693+0000 mgr.a (mgr.14152) 103 : cluster 0 pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:32:41.919 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:41 smithi157 bash[22215]: audit 2024-04-25T23:32:40.847870+0000 mon.a (mon.0) 329 : audit 0 from='client.? 172.21.15.87:0/1726688291' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:32:41.996 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:41 smithi087 bash[21583]: cluster 2024-04-25T23:32:39.701693+0000 mgr.a (mgr.14152) 103 : cluster 0 pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:32:41.996 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:41 smithi087 bash[21583]: audit 2024-04-25T23:32:40.847870+0000 mon.a (mon.0) 329 : audit 0 from='client.? 172.21.15.87:0/1726688291' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:32:42.919 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:42 smithi157 bash[22215]: cluster 2024-04-25T23:32:41.702111+0000 mgr.a (mgr.14152) 104 : cluster 0 pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:32:42.993 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:42 smithi087 bash[21583]: cluster 2024-04-25T23:32:41.702111+0000 mgr.a (mgr.14152) 104 : cluster 0 pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:32:43.151 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:42 smithi161 bash[22340]: cluster 2024-04-25T23:32:41.702111+0000 mgr.a (mgr.14152) 104 : cluster 0 pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:32:44.996 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:44 smithi087 bash[21583]: cluster 2024-04-25T23:32:43.702474+0000 mgr.a (mgr.14152) 105 : cluster 0 pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:32:45.151 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:44 smithi161 bash[22340]: cluster 2024-04-25T23:32:43.702474+0000 mgr.a (mgr.14152) 105 : cluster 0 pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:32:45.169 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:44 smithi157 bash[22215]: cluster 2024-04-25T23:32:43.702474+0000 mgr.a (mgr.14152) 105 : cluster 0 pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:32:45.673 INFO:teuthology.orchestra.run.smithi161.stderr:Inferring config /var/lib/ceph/7567fb78-035b-11ef-bc93-c7b262605968/mon.c/config 2024-04-25T23:32:46.336 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:46 smithi161 bash[22340]: audit 2024-04-25T23:32:45.094081+0000 mon.a (mon.0) 330 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:46.337 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:46 smithi161 bash[22340]: audit 2024-04-25T23:32:45.100846+0000 mon.a (mon.0) 331 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:46.337 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:46 smithi161 bash[22340]: audit 2024-04-25T23:32:45.111413+0000 mon.a (mon.0) 332 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:46.419 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:46 smithi157 bash[22215]: audit 2024-04-25T23:32:45.094081+0000 mon.a (mon.0) 330 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:46.419 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:46 smithi157 bash[22215]: audit 2024-04-25T23:32:45.100846+0000 mon.a (mon.0) 331 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:46.419 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:46 smithi157 bash[22215]: audit 2024-04-25T23:32:45.111413+0000 mon.a (mon.0) 332 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:46.496 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:46 smithi087 bash[21583]: audit 2024-04-25T23:32:45.094081+0000 mon.a (mon.0) 330 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:46.496 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:46 smithi087 bash[21583]: audit 2024-04-25T23:32:45.100846+0000 mon.a (mon.0) 331 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:46.496 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:46 smithi087 bash[21583]: audit 2024-04-25T23:32:45.111413+0000 mon.a (mon.0) 332 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:47.401 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:47 smithi161 bash[22340]: cluster 2024-04-25T23:32:45.702898+0000 mgr.a (mgr.14152) 106 : cluster 0 pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:32:47.419 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:47 smithi157 bash[22215]: cluster 2024-04-25T23:32:45.702898+0000 mgr.a (mgr.14152) 106 : cluster 0 pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:32:47.497 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:47 smithi087 bash[21583]: cluster 2024-04-25T23:32:45.702898+0000 mgr.a (mgr.14152) 106 : cluster 0 pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:32:48.691 INFO:teuthology.orchestra.run.smithi161.stdout:Scheduled mgr update... 2024-04-25T23:32:49.357 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:49 smithi161 bash[22340]: cluster 2024-04-25T23:32:47.703305+0000 mgr.a (mgr.14152) 107 : cluster 0 pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:32:49.358 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:49 smithi161 bash[22340]: audit 2024-04-25T23:32:48.702985+0000 mon.a (mon.0) 333 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:49.358 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:49 smithi161 bash[22340]: audit 2024-04-25T23:32:48.723479+0000 mon.a (mon.0) 334 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T23:32:49.358 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:49 smithi161 bash[22340]: audit 2024-04-25T23:32:48.729162+0000 mon.a (mon.0) 335 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:32:49.358 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:49 smithi161 bash[22340]: audit 2024-04-25T23:32:48.730798+0000 mon.a (mon.0) 336 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T23:32:49.358 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:49 smithi161 bash[22340]: audit 2024-04-25T23:32:48.739813+0000 mon.a (mon.0) 337 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:49.358 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:49 smithi161 bash[22340]: audit 2024-04-25T23:32:48.744712+0000 mon.a (mon.0) 338 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-25T23:32:49.358 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:49 smithi161 bash[22340]: audit 2024-04-25T23:32:48.747546+0000 mon.a (mon.0) 339 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-04-25T23:32:49.358 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:49 smithi161 bash[22340]: audit 2024-04-25T23:32:48.752313+0000 mon.a (mon.0) 340 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-25T23:32:49.358 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:49 smithi161 bash[22340]: audit 2024-04-25T23:32:48.754272+0000 mon.a (mon.0) 341 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:32:49.359 DEBUG:teuthology.orchestra.run.smithi157:mgr.b> sudo journalctl -f -n 0 -u ceph-7567fb78-035b-11ef-bc93-c7b262605968@mgr.b.service 2024-04-25T23:32:49.361 INFO:tasks.cephadm:Deploying OSDs... 2024-04-25T23:32:49.362 DEBUG:teuthology.orchestra.run.smithi087:> set -ex 2024-04-25T23:32:49.362 DEBUG:teuthology.orchestra.run.smithi087:> dd if=/scratch_devs of=/dev/stdout 2024-04-25T23:32:49.369 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:49 smithi157 bash[22215]: cluster 2024-04-25T23:32:47.703305+0000 mgr.a (mgr.14152) 107 : cluster 0 pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:32:49.369 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:49 smithi157 bash[22215]: audit 2024-04-25T23:32:48.702985+0000 mon.a (mon.0) 333 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:49.369 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:49 smithi157 bash[22215]: audit 2024-04-25T23:32:48.723479+0000 mon.a (mon.0) 334 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T23:32:49.369 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:49 smithi157 bash[22215]: audit 2024-04-25T23:32:48.729162+0000 mon.a (mon.0) 335 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:32:49.369 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:49 smithi157 bash[22215]: audit 2024-04-25T23:32:48.730798+0000 mon.a (mon.0) 336 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T23:32:49.369 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:49 smithi157 bash[22215]: audit 2024-04-25T23:32:48.739813+0000 mon.a (mon.0) 337 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:49.369 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:49 smithi157 bash[22215]: audit 2024-04-25T23:32:48.744712+0000 mon.a (mon.0) 338 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-25T23:32:49.369 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:49 smithi157 bash[22215]: audit 2024-04-25T23:32:48.747546+0000 mon.a (mon.0) 339 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-04-25T23:32:49.369 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:49 smithi157 bash[22215]: audit 2024-04-25T23:32:48.752313+0000 mon.a (mon.0) 340 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-25T23:32:49.369 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:49 smithi157 bash[22215]: audit 2024-04-25T23:32:48.754272+0000 mon.a (mon.0) 341 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:32:49.370 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-04-25T23:32:49.371 DEBUG:teuthology.orchestra.run.smithi087:> stat /dev/vg_nvme/lv_1 2024-04-25T23:32:49.419 INFO:teuthology.orchestra.run.smithi087.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-25T23:32:49.419 INFO:teuthology.orchestra.run.smithi087.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-25T23:32:49.419 INFO:teuthology.orchestra.run.smithi087.stdout:Device: 5h/5d Inode: 881 Links: 1 2024-04-25T23:32:49.419 INFO:teuthology.orchestra.run.smithi087.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-25T23:32:49.419 INFO:teuthology.orchestra.run.smithi087.stdout:Access: 2024-04-25 23:22:43.253804707 +0000 2024-04-25T23:32:49.419 INFO:teuthology.orchestra.run.smithi087.stdout:Modify: 2024-04-25 23:22:43.009806886 +0000 2024-04-25T23:32:49.419 INFO:teuthology.orchestra.run.smithi087.stdout:Change: 2024-04-25 23:22:43.009806886 +0000 2024-04-25T23:32:49.420 INFO:teuthology.orchestra.run.smithi087.stdout: Birth: - 2024-04-25T23:32:49.420 DEBUG:teuthology.orchestra.run.smithi087:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-25T23:32:49.472 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:49 smithi087 bash[21583]: cluster 2024-04-25T23:32:47.703305+0000 mgr.a (mgr.14152) 107 : cluster 0 pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:32:49.472 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:49 smithi087 bash[21583]: audit 2024-04-25T23:32:48.702985+0000 mon.a (mon.0) 333 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:49.472 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:49 smithi087 bash[21583]: audit 2024-04-25T23:32:48.723479+0000 mon.a (mon.0) 334 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T23:32:49.472 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:49 smithi087 bash[21583]: audit 2024-04-25T23:32:48.729162+0000 mon.a (mon.0) 335 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:32:49.473 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:49 smithi087 bash[21583]: audit 2024-04-25T23:32:48.730798+0000 mon.a (mon.0) 336 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T23:32:49.473 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:49 smithi087 bash[21583]: audit 2024-04-25T23:32:48.739813+0000 mon.a (mon.0) 337 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:49.473 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:49 smithi087 bash[21583]: audit 2024-04-25T23:32:48.744712+0000 mon.a (mon.0) 338 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-25T23:32:49.473 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:49 smithi087 bash[21583]: audit 2024-04-25T23:32:48.747546+0000 mon.a (mon.0) 339 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-04-25T23:32:49.473 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:49 smithi087 bash[21583]: audit 2024-04-25T23:32:48.752313+0000 mon.a (mon.0) 340 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-25T23:32:49.474 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:49 smithi087 bash[21583]: audit 2024-04-25T23:32:48.754272+0000 mon.a (mon.0) 341 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:32:49.474 INFO:teuthology.orchestra.run.smithi087.stderr:1+0 records in 2024-04-25T23:32:49.474 INFO:teuthology.orchestra.run.smithi087.stderr:1+0 records out 2024-04-25T23:32:49.475 INFO:teuthology.orchestra.run.smithi087.stderr:512 bytes copied, 0.00044743 s, 1.1 MB/s 2024-04-25T23:32:49.477 DEBUG:teuthology.orchestra.run.smithi087:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-25T23:32:49.524 DEBUG:teuthology.orchestra.run.smithi087:> stat /dev/vg_nvme/lv_2 2024-04-25T23:32:49.570 INFO:teuthology.orchestra.run.smithi087.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-25T23:32:49.571 INFO:teuthology.orchestra.run.smithi087.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-25T23:32:49.571 INFO:teuthology.orchestra.run.smithi087.stdout:Device: 5h/5d Inode: 901 Links: 1 2024-04-25T23:32:49.571 INFO:teuthology.orchestra.run.smithi087.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-25T23:32:49.571 INFO:teuthology.orchestra.run.smithi087.stdout:Access: 2024-04-25 23:22:43.773800061 +0000 2024-04-25T23:32:49.571 INFO:teuthology.orchestra.run.smithi087.stdout:Modify: 2024-04-25 23:22:43.493802563 +0000 2024-04-25T23:32:49.571 INFO:teuthology.orchestra.run.smithi087.stdout:Change: 2024-04-25 23:22:43.493802563 +0000 2024-04-25T23:32:49.571 INFO:teuthology.orchestra.run.smithi087.stdout: Birth: - 2024-04-25T23:32:49.571 DEBUG:teuthology.orchestra.run.smithi087:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-25T23:32:49.625 INFO:teuthology.orchestra.run.smithi087.stderr:1+0 records in 2024-04-25T23:32:49.626 INFO:teuthology.orchestra.run.smithi087.stderr:1+0 records out 2024-04-25T23:32:49.626 INFO:teuthology.orchestra.run.smithi087.stderr:512 bytes copied, 0.000426571 s, 1.2 MB/s 2024-04-25T23:32:49.627 DEBUG:teuthology.orchestra.run.smithi087:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-25T23:32:49.676 DEBUG:teuthology.orchestra.run.smithi087:> stat /dev/vg_nvme/lv_3 2024-04-25T23:32:49.727 INFO:teuthology.orchestra.run.smithi087.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-25T23:32:49.727 INFO:teuthology.orchestra.run.smithi087.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-25T23:32:49.727 INFO:teuthology.orchestra.run.smithi087.stdout:Device: 5h/5d Inode: 915 Links: 1 2024-04-25T23:32:49.727 INFO:teuthology.orchestra.run.smithi087.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-25T23:32:49.727 INFO:teuthology.orchestra.run.smithi087.stdout:Access: 2024-04-25 23:22:44.241795881 +0000 2024-04-25T23:32:49.727 INFO:teuthology.orchestra.run.smithi087.stdout:Modify: 2024-04-25 23:22:43.993798096 +0000 2024-04-25T23:32:49.727 INFO:teuthology.orchestra.run.smithi087.stdout:Change: 2024-04-25 23:22:43.993798096 +0000 2024-04-25T23:32:49.727 INFO:teuthology.orchestra.run.smithi087.stdout: Birth: - 2024-04-25T23:32:49.728 DEBUG:teuthology.orchestra.run.smithi087:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-25T23:32:49.786 INFO:teuthology.orchestra.run.smithi087.stderr:1+0 records in 2024-04-25T23:32:49.786 INFO:teuthology.orchestra.run.smithi087.stderr:1+0 records out 2024-04-25T23:32:49.786 INFO:teuthology.orchestra.run.smithi087.stderr:512 bytes copied, 0.000336339 s, 1.5 MB/s 2024-04-25T23:32:49.788 DEBUG:teuthology.orchestra.run.smithi087:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-25T23:32:49.838 DEBUG:teuthology.orchestra.run.smithi087:> stat /dev/vg_nvme/lv_4 2024-04-25T23:32:49.888 INFO:teuthology.orchestra.run.smithi087.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-25T23:32:49.888 INFO:teuthology.orchestra.run.smithi087.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-25T23:32:49.888 INFO:teuthology.orchestra.run.smithi087.stdout:Device: 5h/5d Inode: 932 Links: 1 2024-04-25T23:32:49.888 INFO:teuthology.orchestra.run.smithi087.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-25T23:32:49.889 INFO:teuthology.orchestra.run.smithi087.stdout:Access: 2024-04-25 23:22:44.753791309 +0000 2024-04-25T23:32:49.889 INFO:teuthology.orchestra.run.smithi087.stdout:Modify: 2024-04-25 23:22:44.497793595 +0000 2024-04-25T23:32:49.889 INFO:teuthology.orchestra.run.smithi087.stdout:Change: 2024-04-25 23:22:44.497793595 +0000 2024-04-25T23:32:49.889 INFO:teuthology.orchestra.run.smithi087.stdout: Birth: - 2024-04-25T23:32:49.889 DEBUG:teuthology.orchestra.run.smithi087:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-25T23:32:49.942 INFO:teuthology.orchestra.run.smithi087.stderr:1+0 records in 2024-04-25T23:32:49.942 INFO:teuthology.orchestra.run.smithi087.stderr:1+0 records out 2024-04-25T23:32:49.942 INFO:teuthology.orchestra.run.smithi087.stderr:512 bytes copied, 0.000398459 s, 1.3 MB/s 2024-04-25T23:32:49.943 DEBUG:teuthology.orchestra.run.smithi087:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-25T23:32:49.993 DEBUG:teuthology.orchestra.run.smithi157:> set -ex 2024-04-25T23:32:49.993 DEBUG:teuthology.orchestra.run.smithi157:> dd if=/scratch_devs of=/dev/stdout 2024-04-25T23:32:49.999 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-04-25T23:32:49.999 DEBUG:teuthology.orchestra.run.smithi157:> stat /dev/vg_nvme/lv_1 2024-04-25T23:32:50.051 INFO:teuthology.orchestra.run.smithi157.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-25T23:32:50.052 INFO:teuthology.orchestra.run.smithi157.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-25T23:32:50.052 INFO:teuthology.orchestra.run.smithi157.stdout:Device: 5h/5d Inode: 885 Links: 1 2024-04-25T23:32:50.052 INFO:teuthology.orchestra.run.smithi157.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-25T23:32:50.052 INFO:teuthology.orchestra.run.smithi157.stdout:Access: 2024-04-25 23:22:38.219206236 +0000 2024-04-25T23:32:50.052 INFO:teuthology.orchestra.run.smithi157.stdout:Modify: 2024-04-25 23:22:37.931183891 +0000 2024-04-25T23:32:50.052 INFO:teuthology.orchestra.run.smithi157.stdout:Change: 2024-04-25 23:22:37.931183891 +0000 2024-04-25T23:32:50.052 INFO:teuthology.orchestra.run.smithi157.stdout: Birth: - 2024-04-25T23:32:50.053 DEBUG:teuthology.orchestra.run.smithi157:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-25T23:32:50.110 INFO:teuthology.orchestra.run.smithi157.stderr:1+0 records in 2024-04-25T23:32:50.110 INFO:teuthology.orchestra.run.smithi157.stderr:1+0 records out 2024-04-25T23:32:50.110 INFO:teuthology.orchestra.run.smithi157.stderr:512 bytes copied, 0.000141375 s, 3.6 MB/s 2024-04-25T23:32:50.112 DEBUG:teuthology.orchestra.run.smithi157:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-25T23:32:50.161 DEBUG:teuthology.orchestra.run.smithi157:> stat /dev/vg_nvme/lv_2 2024-04-25T23:32:50.207 INFO:teuthology.orchestra.run.smithi157.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-25T23:32:50.208 INFO:teuthology.orchestra.run.smithi157.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-25T23:32:50.208 INFO:teuthology.orchestra.run.smithi157.stdout:Device: 5h/5d Inode: 902 Links: 1 2024-04-25T23:32:50.208 INFO:teuthology.orchestra.run.smithi157.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-25T23:32:50.208 INFO:teuthology.orchestra.run.smithi157.stdout:Access: 2024-04-25 23:22:38.443223500 +0000 2024-04-25T23:32:50.208 INFO:teuthology.orchestra.run.smithi157.stdout:Modify: 2024-04-25 23:22:38.439223191 +0000 2024-04-25T23:32:50.209 INFO:teuthology.orchestra.run.smithi157.stdout:Change: 2024-04-25 23:22:38.439223191 +0000 2024-04-25T23:32:50.209 INFO:teuthology.orchestra.run.smithi157.stdout: Birth: - 2024-04-25T23:32:50.209 DEBUG:teuthology.orchestra.run.smithi157:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-25T23:32:50.263 INFO:teuthology.orchestra.run.smithi157.stderr:1+0 records in 2024-04-25T23:32:50.263 INFO:teuthology.orchestra.run.smithi157.stderr:1+0 records out 2024-04-25T23:32:50.264 INFO:teuthology.orchestra.run.smithi157.stderr:512 bytes copied, 0.000334057 s, 1.5 MB/s 2024-04-25T23:32:50.265 DEBUG:teuthology.orchestra.run.smithi157:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-25T23:32:50.314 DEBUG:teuthology.orchestra.run.smithi157:> stat /dev/vg_nvme/lv_3 2024-04-25T23:32:50.362 INFO:teuthology.orchestra.run.smithi157.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-25T23:32:50.362 INFO:teuthology.orchestra.run.smithi157.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-25T23:32:50.362 INFO:teuthology.orchestra.run.smithi157.stdout:Device: 5h/5d Inode: 918 Links: 1 2024-04-25T23:32:50.363 INFO:teuthology.orchestra.run.smithi157.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-25T23:32:50.363 INFO:teuthology.orchestra.run.smithi157.stdout:Access: 2024-04-25 23:22:39.167278654 +0000 2024-04-25T23:32:50.363 INFO:teuthology.orchestra.run.smithi157.stdout:Modify: 2024-04-25 23:22:38.939261726 +0000 2024-04-25T23:32:50.363 INFO:teuthology.orchestra.run.smithi157.stdout:Change: 2024-04-25 23:22:38.939261726 +0000 2024-04-25T23:32:50.363 INFO:teuthology.orchestra.run.smithi157.stdout: Birth: - 2024-04-25T23:32:50.363 DEBUG:teuthology.orchestra.run.smithi157:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-25T23:32:50.400 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:50 smithi161 bash[22340]: audit 2024-04-25T23:32:48.692962+0000 mgr.a (mgr.14152) 108 : audit 0 from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi087=a;smithi157=b", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T23:32:50.401 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:50 smithi161 bash[22340]: cephadm 2024-04-25T23:32:48.696643+0000 mgr.a (mgr.14152) 109 : cephadm 1 Saving service mgr spec with placement smithi087=a;smithi157=b;count:2 2024-04-25T23:32:50.401 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:50 smithi161 bash[22340]: cephadm 2024-04-25T23:32:48.756223+0000 mgr.a (mgr.14152) 110 : cephadm 1 Deploying daemon mgr.b on smithi157 2024-04-25T23:32:50.401 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:50 smithi161 bash[22340]: audit 2024-04-25T23:32:49.791060+0000 mon.a (mon.0) 342 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:50.401 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:50 smithi161 bash[22340]: audit 2024-04-25T23:32:49.800020+0000 mon.a (mon.0) 343 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:50.401 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:50 smithi161 bash[22340]: audit 2024-04-25T23:32:49.809818+0000 mon.a (mon.0) 344 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:50.416 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:50 smithi157 bash[22215]: audit 2024-04-25T23:32:48.692962+0000 mgr.a (mgr.14152) 108 : audit 0 from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi087=a;smithi157=b", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T23:32:50.416 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:50 smithi157 bash[22215]: cephadm 2024-04-25T23:32:48.696643+0000 mgr.a (mgr.14152) 109 : cephadm 1 Saving service mgr spec with placement smithi087=a;smithi157=b;count:2 2024-04-25T23:32:50.416 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:50 smithi157 bash[22215]: cephadm 2024-04-25T23:32:48.756223+0000 mgr.a (mgr.14152) 110 : cephadm 1 Deploying daemon mgr.b on smithi157 2024-04-25T23:32:50.416 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:50 smithi157 bash[22215]: audit 2024-04-25T23:32:49.791060+0000 mon.a (mon.0) 342 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:50.416 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:50 smithi157 bash[22215]: audit 2024-04-25T23:32:49.800020+0000 mon.a (mon.0) 343 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:50.416 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:50 smithi157 bash[22215]: audit 2024-04-25T23:32:49.809818+0000 mon.a (mon.0) 344 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:50.417 INFO:teuthology.orchestra.run.smithi157.stderr:1+0 records in 2024-04-25T23:32:50.417 INFO:teuthology.orchestra.run.smithi157.stderr:1+0 records out 2024-04-25T23:32:50.417 INFO:teuthology.orchestra.run.smithi157.stderr:512 bytes copied, 0.000200434 s, 2.6 MB/s 2024-04-25T23:32:50.418 DEBUG:teuthology.orchestra.run.smithi157:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-25T23:32:50.469 DEBUG:teuthology.orchestra.run.smithi157:> stat /dev/vg_nvme/lv_4 2024-04-25T23:32:50.496 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:50 smithi087 bash[21583]: audit 2024-04-25T23:32:48.692962+0000 mgr.a (mgr.14152) 108 : audit 0 from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi087=a;smithi157=b", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T23:32:50.497 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:50 smithi087 bash[21583]: cephadm 2024-04-25T23:32:48.696643+0000 mgr.a (mgr.14152) 109 : cephadm 1 Saving service mgr spec with placement smithi087=a;smithi157=b;count:2 2024-04-25T23:32:50.498 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:50 smithi087 bash[21583]: cephadm 2024-04-25T23:32:48.756223+0000 mgr.a (mgr.14152) 110 : cephadm 1 Deploying daemon mgr.b on smithi157 2024-04-25T23:32:50.498 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:50 smithi087 bash[21583]: audit 2024-04-25T23:32:49.791060+0000 mon.a (mon.0) 342 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:50.498 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:50 smithi087 bash[21583]: audit 2024-04-25T23:32:49.800020+0000 mon.a (mon.0) 343 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:50.498 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:50 smithi087 bash[21583]: audit 2024-04-25T23:32:49.809818+0000 mon.a (mon.0) 344 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:50.516 INFO:teuthology.orchestra.run.smithi157.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-25T23:32:50.516 INFO:teuthology.orchestra.run.smithi157.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-25T23:32:50.516 INFO:teuthology.orchestra.run.smithi157.stdout:Device: 5h/5d Inode: 933 Links: 1 2024-04-25T23:32:50.516 INFO:teuthology.orchestra.run.smithi157.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-25T23:32:50.516 INFO:teuthology.orchestra.run.smithi157.stdout:Access: 2024-04-25 23:22:39.643313433 +0000 2024-04-25T23:32:50.516 INFO:teuthology.orchestra.run.smithi157.stdout:Modify: 2024-04-25 23:22:39.407296189 +0000 2024-04-25T23:32:50.516 INFO:teuthology.orchestra.run.smithi157.stdout:Change: 2024-04-25 23:22:39.407296189 +0000 2024-04-25T23:32:50.516 INFO:teuthology.orchestra.run.smithi157.stdout: Birth: - 2024-04-25T23:32:50.516 DEBUG:teuthology.orchestra.run.smithi157:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-25T23:32:50.570 INFO:teuthology.orchestra.run.smithi157.stderr:1+0 records in 2024-04-25T23:32:50.570 INFO:teuthology.orchestra.run.smithi157.stderr:1+0 records out 2024-04-25T23:32:50.570 INFO:teuthology.orchestra.run.smithi157.stderr:512 bytes copied, 0.000290892 s, 1.8 MB/s 2024-04-25T23:32:50.571 DEBUG:teuthology.orchestra.run.smithi157:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-25T23:32:50.621 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2024-04-25T23:32:50.621 DEBUG:teuthology.orchestra.run.smithi161:> dd if=/scratch_devs of=/dev/stdout 2024-04-25T23:32:50.627 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-04-25T23:32:50.627 DEBUG:teuthology.orchestra.run.smithi161:> stat /dev/vg_nvme/lv_1 2024-04-25T23:32:50.675 INFO:teuthology.orchestra.run.smithi161.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-25T23:32:50.676 INFO:teuthology.orchestra.run.smithi161.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-25T23:32:50.676 INFO:teuthology.orchestra.run.smithi161.stdout:Device: 5h/5d Inode: 876 Links: 1 2024-04-25T23:32:50.676 INFO:teuthology.orchestra.run.smithi161.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-25T23:32:50.676 INFO:teuthology.orchestra.run.smithi161.stdout:Access: 2024-04-25 23:22:43.606445268 +0000 2024-04-25T23:32:50.676 INFO:teuthology.orchestra.run.smithi161.stdout:Modify: 2024-04-25 23:22:43.346447591 +0000 2024-04-25T23:32:50.676 INFO:teuthology.orchestra.run.smithi161.stdout:Change: 2024-04-25 23:22:43.346447591 +0000 2024-04-25T23:32:50.676 INFO:teuthology.orchestra.run.smithi161.stdout: Birth: - 2024-04-25T23:32:50.676 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-25T23:32:50.730 INFO:teuthology.orchestra.run.smithi161.stderr:1+0 records in 2024-04-25T23:32:50.730 INFO:teuthology.orchestra.run.smithi161.stderr:1+0 records out 2024-04-25T23:32:50.730 INFO:teuthology.orchestra.run.smithi161.stderr:512 bytes copied, 0.000365367 s, 1.4 MB/s 2024-04-25T23:32:50.731 DEBUG:teuthology.orchestra.run.smithi161:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-25T23:32:50.780 DEBUG:teuthology.orchestra.run.smithi161:> stat /dev/vg_nvme/lv_2 2024-04-25T23:32:50.827 INFO:teuthology.orchestra.run.smithi161.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-25T23:32:50.827 INFO:teuthology.orchestra.run.smithi161.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-25T23:32:50.827 INFO:teuthology.orchestra.run.smithi161.stdout:Device: 5h/5d Inode: 897 Links: 1 2024-04-25T23:32:50.827 INFO:teuthology.orchestra.run.smithi161.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-25T23:32:50.827 INFO:teuthology.orchestra.run.smithi161.stdout:Access: 2024-04-25 23:22:44.138440517 +0000 2024-04-25T23:32:50.827 INFO:teuthology.orchestra.run.smithi161.stdout:Modify: 2024-04-25 23:22:43.870442910 +0000 2024-04-25T23:32:50.827 INFO:teuthology.orchestra.run.smithi161.stdout:Change: 2024-04-25 23:22:43.870442910 +0000 2024-04-25T23:32:50.827 INFO:teuthology.orchestra.run.smithi161.stdout: Birth: - 2024-04-25T23:32:50.828 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-25T23:32:50.881 INFO:teuthology.orchestra.run.smithi161.stderr:1+0 records in 2024-04-25T23:32:50.881 INFO:teuthology.orchestra.run.smithi161.stderr:1+0 records out 2024-04-25T23:32:50.881 INFO:teuthology.orchestra.run.smithi161.stderr:512 bytes copied, 0.000366946 s, 1.4 MB/s 2024-04-25T23:32:50.882 DEBUG:teuthology.orchestra.run.smithi161:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-25T23:32:50.932 DEBUG:teuthology.orchestra.run.smithi161:> stat /dev/vg_nvme/lv_3 2024-04-25T23:32:50.983 INFO:teuthology.orchestra.run.smithi161.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-25T23:32:50.983 INFO:teuthology.orchestra.run.smithi161.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-25T23:32:50.983 INFO:teuthology.orchestra.run.smithi161.stdout:Device: 5h/5d Inode: 912 Links: 1 2024-04-25T23:32:50.983 INFO:teuthology.orchestra.run.smithi161.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-25T23:32:50.984 INFO:teuthology.orchestra.run.smithi161.stdout:Access: 2024-04-25 23:22:44.606436337 +0000 2024-04-25T23:32:50.984 INFO:teuthology.orchestra.run.smithi161.stdout:Modify: 2024-04-25 23:22:44.346438659 +0000 2024-04-25T23:32:50.984 INFO:teuthology.orchestra.run.smithi161.stdout:Change: 2024-04-25 23:22:44.346438659 +0000 2024-04-25T23:32:50.984 INFO:teuthology.orchestra.run.smithi161.stdout: Birth: - 2024-04-25T23:32:50.984 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-25T23:32:51.037 INFO:teuthology.orchestra.run.smithi161.stderr:1+0 records in 2024-04-25T23:32:51.037 INFO:teuthology.orchestra.run.smithi161.stderr:1+0 records out 2024-04-25T23:32:51.037 INFO:teuthology.orchestra.run.smithi161.stderr:512 bytes copied, 0.000390891 s, 1.3 MB/s 2024-04-25T23:32:51.038 DEBUG:teuthology.orchestra.run.smithi161:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-25T23:32:51.088 DEBUG:teuthology.orchestra.run.smithi161:> stat /dev/vg_nvme/lv_4 2024-04-25T23:32:51.135 INFO:teuthology.orchestra.run.smithi161.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-25T23:32:51.135 INFO:teuthology.orchestra.run.smithi161.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-25T23:32:51.135 INFO:teuthology.orchestra.run.smithi161.stdout:Device: 5h/5d Inode: 930 Links: 1 2024-04-25T23:32:51.135 INFO:teuthology.orchestra.run.smithi161.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-25T23:32:51.135 INFO:teuthology.orchestra.run.smithi161.stdout:Access: 2024-04-25 23:22:45.102431906 +0000 2024-04-25T23:32:51.135 INFO:teuthology.orchestra.run.smithi161.stdout:Modify: 2024-04-25 23:22:44.862434050 +0000 2024-04-25T23:32:51.135 INFO:teuthology.orchestra.run.smithi161.stdout:Change: 2024-04-25 23:22:44.862434050 +0000 2024-04-25T23:32:51.135 INFO:teuthology.orchestra.run.smithi161.stdout: Birth: - 2024-04-25T23:32:51.136 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-25T23:32:51.189 INFO:teuthology.orchestra.run.smithi161.stderr:1+0 records in 2024-04-25T23:32:51.190 INFO:teuthology.orchestra.run.smithi161.stderr:1+0 records out 2024-04-25T23:32:51.190 INFO:teuthology.orchestra.run.smithi161.stderr:512 bytes copied, 0.000395893 s, 1.3 MB/s 2024-04-25T23:32:51.191 DEBUG:teuthology.orchestra.run.smithi161:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-25T23:32:51.240 INFO:tasks.cephadm:Deploying osd.0 on smithi087 with /dev/vg_nvme/lv_4... 2024-04-25T23:32:51.240 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d2c45d977142e024a59b68a8f1dce8f0b9840551 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567fb78-035b-11ef-bc93-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-04-25T23:32:51.400 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:51 smithi161 bash[22340]: cluster 2024-04-25T23:32:49.703607+0000 mgr.a (mgr.14152) 111 : cluster 0 pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:32:51.419 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:51 smithi157 bash[22215]: cluster 2024-04-25T23:32:49.703607+0000 mgr.a (mgr.14152) 111 : cluster 0 pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:32:51.496 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:51 smithi087 bash[21583]: cluster 2024-04-25T23:32:49.703607+0000 mgr.a (mgr.14152) 111 : cluster 0 pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:32:52.556 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:52 smithi157 systemd[1]: /etc/systemd/system/ceph-7567fb78-035b-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-25T23:32:52.919 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:52 smithi157 systemd[1]: /etc/systemd/system/ceph-7567fb78-035b-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-25T23:32:53.369 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:53 smithi087 bash[21583]: cluster 2024-04-25T23:32:51.703969+0000 mgr.a (mgr.14152) 112 : cluster 0 pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:32:53.369 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:53 smithi087 bash[21583]: audit 2024-04-25T23:32:52.719347+0000 mon.a (mon.0) 345 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:53.369 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:53 smithi087 bash[21583]: audit 2024-04-25T23:32:52.727083+0000 mon.a (mon.0) 346 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:53.369 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:53 smithi087 bash[21583]: audit 2024-04-25T23:32:52.736547+0000 mon.a (mon.0) 347 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:53.369 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:53 smithi087 bash[21583]: audit 2024-04-25T23:32:52.743006+0000 mon.a (mon.0) 348 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:53.370 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:53 smithi087 bash[21583]: audit 2024-04-25T23:32:52.843603+0000 mon.a (mon.0) 349 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T23:32:53.370 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:53 smithi087 bash[21583]: audit 2024-04-25T23:32:52.848708+0000 mon.a (mon.0) 350 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:32:53.370 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:53 smithi087 bash[21583]: audit 2024-04-25T23:32:52.850209+0000 mon.a (mon.0) 351 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T23:32:53.370 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:53 smithi087 bash[21583]: audit 2024-04-25T23:32:52.858935+0000 mon.a (mon.0) 352 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:53.370 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:53 smithi087 bash[21583]: audit 2024-04-25T23:32:52.959155+0000 mon.a (mon.0) 353 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-25T23:32:53.370 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:53 smithi087 bash[21583]: audit 2024-04-25T23:32:52.961115+0000 mon.a (mon.0) 354 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-25T23:32:53.370 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:53 smithi087 bash[21583]: audit 2024-04-25T23:32:52.962631+0000 mon.a (mon.0) 355 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:32:53.401 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:53 smithi161 bash[22340]: cluster 2024-04-25T23:32:51.703969+0000 mgr.a (mgr.14152) 112 : cluster 0 pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:32:53.401 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:53 smithi161 bash[22340]: audit 2024-04-25T23:32:52.719347+0000 mon.a (mon.0) 345 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:53.401 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:53 smithi161 bash[22340]: audit 2024-04-25T23:32:52.727083+0000 mon.a (mon.0) 346 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:53.401 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:53 smithi161 bash[22340]: audit 2024-04-25T23:32:52.736547+0000 mon.a (mon.0) 347 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:53.401 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:53 smithi161 bash[22340]: audit 2024-04-25T23:32:52.743006+0000 mon.a (mon.0) 348 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:53.401 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:53 smithi161 bash[22340]: audit 2024-04-25T23:32:52.843603+0000 mon.a (mon.0) 349 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T23:32:53.401 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:53 smithi161 bash[22340]: audit 2024-04-25T23:32:52.848708+0000 mon.a (mon.0) 350 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:32:53.401 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:53 smithi161 bash[22340]: audit 2024-04-25T23:32:52.850209+0000 mon.a (mon.0) 351 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T23:32:53.401 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:53 smithi161 bash[22340]: audit 2024-04-25T23:32:52.858935+0000 mon.a (mon.0) 352 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:53.401 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:53 smithi161 bash[22340]: audit 2024-04-25T23:32:52.959155+0000 mon.a (mon.0) 353 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-25T23:32:53.402 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:53 smithi161 bash[22340]: audit 2024-04-25T23:32:52.961115+0000 mon.a (mon.0) 354 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-25T23:32:53.402 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:53 smithi161 bash[22340]: audit 2024-04-25T23:32:52.962631+0000 mon.a (mon.0) 355 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:32:53.422 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:53 smithi157 bash[22215]: cluster 2024-04-25T23:32:51.703969+0000 mgr.a (mgr.14152) 112 : cluster 0 pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:32:53.422 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:53 smithi157 bash[22215]: audit 2024-04-25T23:32:52.719347+0000 mon.a (mon.0) 345 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:53.422 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:53 smithi157 bash[22215]: audit 2024-04-25T23:32:52.727083+0000 mon.a (mon.0) 346 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:53.422 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:53 smithi157 bash[22215]: audit 2024-04-25T23:32:52.736547+0000 mon.a (mon.0) 347 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:53.422 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:53 smithi157 bash[22215]: audit 2024-04-25T23:32:52.743006+0000 mon.a (mon.0) 348 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:53.422 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:53 smithi157 bash[22215]: audit 2024-04-25T23:32:52.843603+0000 mon.a (mon.0) 349 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T23:32:53.422 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:53 smithi157 bash[22215]: audit 2024-04-25T23:32:52.848708+0000 mon.a (mon.0) 350 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:32:53.422 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:53 smithi157 bash[22215]: audit 2024-04-25T23:32:52.850209+0000 mon.a (mon.0) 351 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T23:32:53.422 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:53 smithi157 bash[22215]: audit 2024-04-25T23:32:52.858935+0000 mon.a (mon.0) 352 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:53.422 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:53 smithi157 bash[22215]: audit 2024-04-25T23:32:52.959155+0000 mon.a (mon.0) 353 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-25T23:32:53.423 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:53 smithi157 bash[22215]: audit 2024-04-25T23:32:52.961115+0000 mon.a (mon.0) 354 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-25T23:32:53.423 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:53 smithi157 bash[22215]: audit 2024-04-25T23:32:52.962631+0000 mon.a (mon.0) 355 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:32:54.356 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:54 smithi157 bash[22215]: cephadm 2024-04-25T23:32:52.859751+0000 mgr.a (mgr.14152) 113 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2024-04-25T23:32:54.356 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:54 smithi157 bash[22215]: cephadm 2024-04-25T23:32:52.958329+0000 mgr.a (mgr.14152) 114 : cephadm 1 Reconfiguring mgr.a (unknown last config time)... 2024-04-25T23:32:54.357 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:54 smithi157 bash[22215]: cephadm 2024-04-25T23:32:52.964389+0000 mgr.a (mgr.14152) 115 : cephadm 1 Reconfiguring daemon mgr.a on smithi087 2024-04-25T23:32:54.357 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:54 smithi157 bash[22215]: audit 2024-04-25T23:32:53.202096+0000 mon.a (mon.0) 356 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:54.357 INFO:journalctl@ceph.mgr.b.smithi157.stdout:Apr 25 23:32:54 smithi157 bash[23238]: debug 2024-04-25T23:32:54.352+0000 7f22ecb7f200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-25T23:32:54.446 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:54 smithi087 bash[21583]: cephadm 2024-04-25T23:32:52.859751+0000 mgr.a (mgr.14152) 113 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2024-04-25T23:32:54.449 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:54 smithi087 bash[21583]: cephadm 2024-04-25T23:32:52.958329+0000 mgr.a (mgr.14152) 114 : cephadm 1 Reconfiguring mgr.a (unknown last config time)... 2024-04-25T23:32:54.449 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:54 smithi087 bash[21583]: cephadm 2024-04-25T23:32:52.964389+0000 mgr.a (mgr.14152) 115 : cephadm 1 Reconfiguring daemon mgr.a on smithi087 2024-04-25T23:32:54.449 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:54 smithi087 bash[21583]: audit 2024-04-25T23:32:53.202096+0000 mon.a (mon.0) 356 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:54.650 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:54 smithi161 bash[22340]: cephadm 2024-04-25T23:32:52.859751+0000 mgr.a (mgr.14152) 113 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2024-04-25T23:32:54.651 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:54 smithi161 bash[22340]: cephadm 2024-04-25T23:32:52.958329+0000 mgr.a (mgr.14152) 114 : cephadm 1 Reconfiguring mgr.a (unknown last config time)... 2024-04-25T23:32:54.651 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:54 smithi161 bash[22340]: cephadm 2024-04-25T23:32:52.964389+0000 mgr.a (mgr.14152) 115 : cephadm 1 Reconfiguring daemon mgr.a on smithi087 2024-04-25T23:32:54.651 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:54 smithi161 bash[22340]: audit 2024-04-25T23:32:53.202096+0000 mon.a (mon.0) 356 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:55.419 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:55 smithi157 bash[22215]: cluster 2024-04-25T23:32:53.704337+0000 mgr.a (mgr.14152) 116 : cluster 0 pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:32:55.419 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:55 smithi157 bash[22215]: audit 2024-04-25T23:32:55.025311+0000 mon.a (mon.0) 357 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:55.419 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:55 smithi157 bash[22215]: audit 2024-04-25T23:32:55.032922+0000 mon.a (mon.0) 358 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:55.419 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:55 smithi157 bash[22215]: audit 2024-04-25T23:32:55.037892+0000 mon.a (mon.0) 359 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T23:32:55.419 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:55 smithi157 bash[22215]: audit 2024-04-25T23:32:55.041581+0000 mon.a (mon.0) 360 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:32:55.419 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:55 smithi157 bash[22215]: audit 2024-04-25T23:32:55.042753+0000 mon.a (mon.0) 361 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T23:32:55.419 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:55 smithi157 bash[22215]: audit 2024-04-25T23:32:55.050254+0000 mon.a (mon.0) 362 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:55.496 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:55 smithi087 bash[21583]: cluster 2024-04-25T23:32:53.704337+0000 mgr.a (mgr.14152) 116 : cluster 0 pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:32:55.496 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:55 smithi087 bash[21583]: audit 2024-04-25T23:32:55.025311+0000 mon.a (mon.0) 357 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:55.496 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:55 smithi087 bash[21583]: audit 2024-04-25T23:32:55.032922+0000 mon.a (mon.0) 358 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:55.496 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:55 smithi087 bash[21583]: audit 2024-04-25T23:32:55.037892+0000 mon.a (mon.0) 359 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T23:32:55.496 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:55 smithi087 bash[21583]: audit 2024-04-25T23:32:55.041581+0000 mon.a (mon.0) 360 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:32:55.497 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:55 smithi087 bash[21583]: audit 2024-04-25T23:32:55.042753+0000 mon.a (mon.0) 361 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T23:32:55.497 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:55 smithi087 bash[21583]: audit 2024-04-25T23:32:55.050254+0000 mon.a (mon.0) 362 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:55.651 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:55 smithi161 bash[22340]: cluster 2024-04-25T23:32:53.704337+0000 mgr.a (mgr.14152) 116 : cluster 0 pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:32:55.651 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:55 smithi161 bash[22340]: audit 2024-04-25T23:32:55.025311+0000 mon.a (mon.0) 357 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:55.651 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:55 smithi161 bash[22340]: audit 2024-04-25T23:32:55.032922+0000 mon.a (mon.0) 358 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:55.651 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:55 smithi161 bash[22340]: audit 2024-04-25T23:32:55.037892+0000 mon.a (mon.0) 359 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T23:32:55.651 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:55 smithi161 bash[22340]: audit 2024-04-25T23:32:55.041581+0000 mon.a (mon.0) 360 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:32:55.651 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:55 smithi161 bash[22340]: audit 2024-04-25T23:32:55.042753+0000 mon.a (mon.0) 361 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T23:32:55.651 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:55 smithi161 bash[22340]: audit 2024-04-25T23:32:55.050254+0000 mon.a (mon.0) 362 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:55.950 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/7567fb78-035b-11ef-bc93-c7b262605968/mon.a/config 2024-04-25T23:32:56.045 INFO:journalctl@ceph.mgr.b.smithi157.stdout:Apr 25 23:32:55 smithi157 bash[23238]: debug 2024-04-25T23:32:55.956+0000 7f22ecb7f200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-25T23:32:56.246 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:56 smithi087 bash[21583]: cephadm 2024-04-25T23:32:55.050945+0000 mgr.a (mgr.14152) 117 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2024-04-25T23:32:56.300 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:56 smithi157 bash[22215]: cephadm 2024-04-25T23:32:55.050945+0000 mgr.a (mgr.14152) 117 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2024-04-25T23:32:56.300 INFO:journalctl@ceph.mgr.b.smithi157.stdout:Apr 25 23:32:56 smithi157 bash[23238]: debug 2024-04-25T23:32:56.056+0000 7f22ecb7f200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-25T23:32:56.576 INFO:journalctl@ceph.mgr.b.smithi157.stdout:Apr 25 23:32:56 smithi157 bash[23238]: debug 2024-04-25T23:32:56.312+0000 7f22ecb7f200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-25T23:32:56.650 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:56 smithi161 bash[22340]: cephadm 2024-04-25T23:32:55.050945+0000 mgr.a (mgr.14152) 117 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2024-04-25T23:32:57.402 INFO:journalctl@ceph.mgr.b.smithi157.stdout:Apr 25 23:32:57 smithi157 bash[23238]: debug 2024-04-25T23:32:57.116+0000 7f22ecb7f200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-25T23:32:57.402 INFO:journalctl@ceph.mgr.b.smithi157.stdout:Apr 25 23:32:57 smithi157 bash[23238]: debug 2024-04-25T23:32:57.232+0000 7f22ecb7f200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-25T23:32:57.402 INFO:journalctl@ceph.mgr.b.smithi157.stdout:Apr 25 23:32:57 smithi157 bash[23238]: debug 2024-04-25T23:32:57.336+0000 7f22ecb7f200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-25T23:32:57.496 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:57 smithi087 bash[21583]: cluster 2024-04-25T23:32:55.704754+0000 mgr.a (mgr.14152) 118 : cluster 0 pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:32:57.496 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:57 smithi087 bash[21583]: audit 2024-04-25T23:32:56.416581+0000 mon.a (mon.0) 363 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:57.496 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:57 smithi087 bash[21583]: audit 2024-04-25T23:32:57.276473+0000 mon.a (mon.0) 364 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:57.668 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:57 smithi157 bash[22215]: cluster 2024-04-25T23:32:55.704754+0000 mgr.a (mgr.14152) 118 : cluster 0 pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:32:57.669 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:57 smithi157 bash[22215]: audit 2024-04-25T23:32:56.416581+0000 mon.a (mon.0) 363 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:57.669 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:57 smithi157 bash[22215]: audit 2024-04-25T23:32:57.276473+0000 mon.a (mon.0) 364 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:57.900 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:57 smithi161 bash[22340]: cluster 2024-04-25T23:32:55.704754+0000 mgr.a (mgr.14152) 118 : cluster 0 pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:32:57.901 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:57 smithi161 bash[22340]: audit 2024-04-25T23:32:56.416581+0000 mon.a (mon.0) 363 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:57.901 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:57 smithi161 bash[22340]: audit 2024-04-25T23:32:57.276473+0000 mon.a (mon.0) 364 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:58.169 INFO:journalctl@ceph.mgr.b.smithi157.stdout:Apr 25 23:32:57 smithi157 bash[23238]: debug 2024-04-25T23:32:57.704+0000 7f22ecb7f200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-25T23:32:58.169 INFO:journalctl@ceph.mgr.b.smithi157.stdout:Apr 25 23:32:57 smithi157 bash[23238]: debug 2024-04-25T23:32:57.820+0000 7f22ecb7f200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-25T23:32:58.169 INFO:journalctl@ceph.mgr.b.smithi157.stdout:Apr 25 23:32:57 smithi157 bash[23238]: debug 2024-04-25T23:32:57.928+0000 7f22ecb7f200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-25T23:32:58.669 INFO:journalctl@ceph.mgr.b.smithi157.stdout:Apr 25 23:32:58 smithi157 bash[23238]: debug 2024-04-25T23:32:58.280+0000 7f22ecb7f200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-25T23:32:58.669 INFO:journalctl@ceph.mgr.b.smithi157.stdout:Apr 25 23:32:58 smithi157 bash[23238]: debug 2024-04-25T23:32:58.520+0000 7f22ecb7f200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-25T23:32:59.154 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:58 smithi157 bash[22215]: cluster 2024-04-25T23:32:57.705104+0000 mgr.a (mgr.14152) 119 : cluster 0 pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:32:59.154 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:32:58 smithi157 bash[22215]: audit 2024-04-25T23:32:57.948670+0000 mon.a (mon.0) 365 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:59.154 INFO:journalctl@ceph.mgr.b.smithi157.stdout:Apr 25 23:32:58 smithi157 bash[23238]: debug 2024-04-25T23:32:58.780+0000 7f22ecb7f200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-25T23:32:59.155 INFO:journalctl@ceph.mgr.b.smithi157.stdout:Apr 25 23:32:58 smithi157 bash[23238]: debug 2024-04-25T23:32:58.892+0000 7f22ecb7f200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-25T23:32:59.264 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:58 smithi087 bash[21583]: cluster 2024-04-25T23:32:57.705104+0000 mgr.a (mgr.14152) 119 : cluster 0 pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:32:59.264 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:32:58 smithi087 bash[21583]: audit 2024-04-25T23:32:57.948670+0000 mon.a (mon.0) 365 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:59.400 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:58 smithi161 bash[22340]: cluster 2024-04-25T23:32:57.705104+0000 mgr.a (mgr.14152) 119 : cluster 0 pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:32:59.401 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:32:58 smithi161 bash[22340]: audit 2024-04-25T23:32:57.948670+0000 mon.a (mon.0) 365 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:32:59.419 INFO:journalctl@ceph.mgr.b.smithi157.stdout:Apr 25 23:32:59 smithi157 bash[23238]: debug 2024-04-25T23:32:59.164+0000 7f22ecb7f200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-25T23:32:59.918 INFO:journalctl@ceph.mgr.b.smithi157.stdout:Apr 25 23:32:59 smithi157 bash[23238]: debug 2024-04-25T23:32:59.576+0000 7f22ecb7f200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-25T23:32:59.919 INFO:journalctl@ceph.mgr.b.smithi157.stdout:Apr 25 23:32:59 smithi157 bash[23238]: debug 2024-04-25T23:32:59.816+0000 7f22ecb7f200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-25T23:33:00.226 INFO:teuthology.orchestra.run.smithi087.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-04-25T23:33:00.226 INFO:teuthology.orchestra.run.smithi087.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-04-25T23:33:00.226 INFO:teuthology.orchestra.run.smithi087.stderr: stderr: 10+0 records in 2024-04-25T23:33:00.226 INFO:teuthology.orchestra.run.smithi087.stderr:10+0 records out 2024-04-25T23:33:00.226 INFO:teuthology.orchestra.run.smithi087.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0142153 s, 738 MB/s 2024-04-25T23:33:00.226 INFO:teuthology.orchestra.run.smithi087.stderr:--> Zapping successful for: 2024-04-25T23:33:00.418 INFO:journalctl@ceph.mgr.b.smithi157.stdout:Apr 25 23:32:59 smithi157 bash[23238]: debug 2024-04-25T23:32:59.936+0000 7f22ecb7f200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-25T23:33:00.419 INFO:journalctl@ceph.mgr.b.smithi157.stdout:Apr 25 23:33:00 smithi157 bash[23238]: debug 2024-04-25T23:33:00.180+0000 7f22ecb7f200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-25T23:33:01.151 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:33:00 smithi161 bash[22340]: cluster 2024-04-25T23:32:59.705506+0000 mgr.a (mgr.14152) 120 : cluster 0 pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:33:01.151 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:33:00 smithi161 bash[22340]: audit 2024-04-25T23:32:59.805409+0000 mon.a (mon.0) 366 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:33:01.151 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:33:00 smithi161 bash[22340]: audit 2024-04-25T23:32:59.809663+0000 mon.a (mon.0) 367 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:33:01.151 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:33:00 smithi161 bash[22340]: audit 2024-04-25T23:32:59.816520+0000 mon.a (mon.0) 368 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:33:01.151 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:33:00 smithi161 bash[22340]: audit 2024-04-25T23:32:59.823932+0000 mon.a (mon.0) 369 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T23:33:01.151 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:33:00 smithi161 bash[22340]: audit 2024-04-25T23:32:59.826107+0000 mon.a (mon.0) 370 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:33:01.151 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:33:00 smithi161 bash[22340]: audit 2024-04-25T23:32:59.826743+0000 mon.a (mon.0) 371 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T23:33:01.151 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:33:00 smithi161 bash[22340]: audit 2024-04-25T23:32:59.831321+0000 mon.a (mon.0) 372 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:33:01.169 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:33:00 smithi157 bash[22215]: cluster 2024-04-25T23:32:59.705506+0000 mgr.a (mgr.14152) 120 : cluster 0 pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:33:01.169 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:33:00 smithi157 bash[22215]: audit 2024-04-25T23:32:59.805409+0000 mon.a (mon.0) 366 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:33:01.169 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:33:00 smithi157 bash[22215]: audit 2024-04-25T23:32:59.809663+0000 mon.a (mon.0) 367 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:33:01.169 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:33:00 smithi157 bash[22215]: audit 2024-04-25T23:32:59.816520+0000 mon.a (mon.0) 368 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:33:01.169 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:33:00 smithi157 bash[22215]: audit 2024-04-25T23:32:59.823932+0000 mon.a (mon.0) 369 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T23:33:01.169 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:33:00 smithi157 bash[22215]: audit 2024-04-25T23:32:59.826107+0000 mon.a (mon.0) 370 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:33:01.169 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:33:00 smithi157 bash[22215]: audit 2024-04-25T23:32:59.826743+0000 mon.a (mon.0) 371 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T23:33:01.169 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:33:00 smithi157 bash[22215]: audit 2024-04-25T23:32:59.831321+0000 mon.a (mon.0) 372 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:33:01.246 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:33:00 smithi087 bash[21583]: cluster 2024-04-25T23:32:59.705506+0000 mgr.a (mgr.14152) 120 : cluster 0 pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:33:01.246 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:33:00 smithi087 bash[21583]: audit 2024-04-25T23:32:59.805409+0000 mon.a (mon.0) 366 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:33:01.246 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:33:00 smithi087 bash[21583]: audit 2024-04-25T23:32:59.809663+0000 mon.a (mon.0) 367 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:33:01.246 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:33:00 smithi087 bash[21583]: audit 2024-04-25T23:32:59.816520+0000 mon.a (mon.0) 368 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:33:01.246 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:33:00 smithi087 bash[21583]: audit 2024-04-25T23:32:59.823932+0000 mon.a (mon.0) 369 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T23:33:01.246 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:33:00 smithi087 bash[21583]: audit 2024-04-25T23:32:59.826107+0000 mon.a (mon.0) 370 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:33:01.247 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:33:00 smithi087 bash[21583]: audit 2024-04-25T23:32:59.826743+0000 mon.a (mon.0) 371 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T23:33:01.247 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:33:00 smithi087 bash[21583]: audit 2024-04-25T23:32:59.831321+0000 mon.a (mon.0) 372 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:33:01.316 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d2c45d977142e024a59b68a8f1dce8f0b9840551 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567fb78-035b-11ef-bc93-c7b262605968 -- ceph orch daemon add osd smithi087:vg_nvme/lv_4 2024-04-25T23:33:01.578 INFO:journalctl@ceph.mgr.b.smithi157.stdout:Apr 25 23:33:01 smithi157 bash[23238]: debug 2024-04-25T23:33:01.184+0000 7f22ecb7f200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-25T23:33:01.579 INFO:journalctl@ceph.mgr.b.smithi157.stdout:Apr 25 23:33:01 smithi157 bash[23238]: debug 2024-04-25T23:33:01.296+0000 7f22ecb7f200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-25T23:33:01.919 INFO:journalctl@ceph.mgr.b.smithi157.stdout:Apr 25 23:33:01 smithi157 bash[23238]: debug 2024-04-25T23:33:01.588+0000 7f22ecb7f200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-25T23:33:01.919 INFO:journalctl@ceph.mgr.b.smithi157.stdout:Apr 25 23:33:01 smithi157 bash[23238]: debug 2024-04-25T23:33:01.700+0000 7f22ecb7f200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-25T23:33:02.419 INFO:journalctl@ceph.mgr.b.smithi157.stdout:Apr 25 23:33:02 smithi157 bash[23238]: debug 2024-04-25T23:33:02.144+0000 7f22ecb7f200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-25T23:33:02.419 INFO:journalctl@ceph.mgr.b.smithi157.stdout:Apr 25 23:33:02 smithi157 bash[23238]: debug 2024-04-25T23:33:02.264+0000 7f22ecb7f200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-25T23:33:03.150 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:33:02 smithi161 bash[22340]: cluster 2024-04-25T23:33:01.706030+0000 mgr.a (mgr.14152) 121 : cluster 0 pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:33:03.151 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:33:02 smithi161 bash[22340]: cluster 2024-04-25T23:33:02.288318+0000 mon.a (mon.0) 373 : cluster 0 Standby manager daemon b started 2024-04-25T23:33:03.151 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:33:02 smithi161 bash[22340]: audit 2024-04-25T23:33:02.292708+0000 mon.b (mon.2) 2 : audit 0 from='mgr.? 172.21.15.157:0/1496537111' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-04-25T23:33:03.151 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:33:02 smithi161 bash[22340]: audit 2024-04-25T23:33:02.293325+0000 mon.b (mon.2) 3 : audit 0 from='mgr.? 172.21.15.157:0/1496537111' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-25T23:33:03.151 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:33:02 smithi161 bash[22340]: audit 2024-04-25T23:33:02.294494+0000 mon.b (mon.2) 4 : audit 0 from='mgr.? 172.21.15.157:0/1496537111' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-04-25T23:33:03.151 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:33:02 smithi161 bash[22340]: audit 2024-04-25T23:33:02.294916+0000 mon.b (mon.2) 5 : audit 0 from='mgr.? 172.21.15.157:0/1496537111' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-25T23:33:03.169 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:33:02 smithi157 bash[22215]: cluster 2024-04-25T23:33:01.706030+0000 mgr.a (mgr.14152) 121 : cluster 0 pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:33:03.169 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:33:02 smithi157 bash[22215]: cluster 2024-04-25T23:33:02.288318+0000 mon.a (mon.0) 373 : cluster 0 Standby manager daemon b started 2024-04-25T23:33:03.169 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:33:02 smithi157 bash[22215]: audit 2024-04-25T23:33:02.292708+0000 mon.b (mon.2) 2 : audit 0 from='mgr.? 172.21.15.157:0/1496537111' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-04-25T23:33:03.169 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:33:02 smithi157 bash[22215]: audit 2024-04-25T23:33:02.293325+0000 mon.b (mon.2) 3 : audit 0 from='mgr.? 172.21.15.157:0/1496537111' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-25T23:33:03.169 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:33:02 smithi157 bash[22215]: audit 2024-04-25T23:33:02.294494+0000 mon.b (mon.2) 4 : audit 0 from='mgr.? 172.21.15.157:0/1496537111' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-04-25T23:33:03.169 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:33:02 smithi157 bash[22215]: audit 2024-04-25T23:33:02.294916+0000 mon.b (mon.2) 5 : audit 0 from='mgr.? 172.21.15.157:0/1496537111' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-25T23:33:03.246 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:33:02 smithi087 bash[21583]: cluster 2024-04-25T23:33:01.706030+0000 mgr.a (mgr.14152) 121 : cluster 0 pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:33:03.246 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:33:02 smithi087 bash[21583]: cluster 2024-04-25T23:33:02.288318+0000 mon.a (mon.0) 373 : cluster 0 Standby manager daemon b started 2024-04-25T23:33:03.246 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:33:02 smithi087 bash[21583]: audit 2024-04-25T23:33:02.292708+0000 mon.b (mon.2) 2 : audit 0 from='mgr.? 172.21.15.157:0/1496537111' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-04-25T23:33:03.246 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:33:02 smithi087 bash[21583]: audit 2024-04-25T23:33:02.293325+0000 mon.b (mon.2) 3 : audit 0 from='mgr.? 172.21.15.157:0/1496537111' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-25T23:33:03.246 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:33:02 smithi087 bash[21583]: audit 2024-04-25T23:33:02.294494+0000 mon.b (mon.2) 4 : audit 0 from='mgr.? 172.21.15.157:0/1496537111' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-04-25T23:33:03.247 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:33:02 smithi087 bash[21583]: audit 2024-04-25T23:33:02.294916+0000 mon.b (mon.2) 5 : audit 0 from='mgr.? 172.21.15.157:0/1496537111' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-25T23:33:03.996 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:33:03 smithi087 bash[21583]: cluster 2024-04-25T23:33:02.830864+0000 mon.a (mon.0) 374 : cluster 0 mgrmap e14: a(active, since 2m), standbys: b 2024-04-25T23:33:03.996 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:33:03 smithi087 bash[21583]: audit 2024-04-25T23:33:02.831172+0000 mon.a (mon.0) 375 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-04-25T23:33:04.150 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:33:03 smithi161 bash[22340]: cluster 2024-04-25T23:33:02.830864+0000 mon.a (mon.0) 374 : cluster 0 mgrmap e14: a(active, since 2m), standbys: b 2024-04-25T23:33:04.151 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:33:03 smithi161 bash[22340]: audit 2024-04-25T23:33:02.831172+0000 mon.a (mon.0) 375 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-04-25T23:33:04.168 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:33:03 smithi157 bash[22215]: cluster 2024-04-25T23:33:02.830864+0000 mon.a (mon.0) 374 : cluster 0 mgrmap e14: a(active, since 2m), standbys: b 2024-04-25T23:33:04.169 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:33:03 smithi157 bash[22215]: audit 2024-04-25T23:33:02.831172+0000 mon.a (mon.0) 375 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-04-25T23:33:05.400 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:33:05 smithi161 bash[22340]: cluster 2024-04-25T23:33:03.706497+0000 mgr.a (mgr.14152) 122 : cluster 0 pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:33:05.401 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:33:05 smithi161 bash[22340]: audit 2024-04-25T23:33:04.313721+0000 mon.a (mon.0) 376 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:33:05.401 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:33:05 smithi161 bash[22340]: audit 2024-04-25T23:33:04.321446+0000 mon.a (mon.0) 377 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:33:05.401 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:33:05 smithi161 bash[22340]: audit 2024-04-25T23:33:04.328528+0000 mon.a (mon.0) 378 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:33:05.555 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/7567fb78-035b-11ef-bc93-c7b262605968/mon.a/config 2024-04-25T23:33:05.576 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:33:05 smithi087 bash[21583]: cluster 2024-04-25T23:33:03.706497+0000 mgr.a (mgr.14152) 122 : cluster 0 pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:33:05.577 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:33:05 smithi087 bash[21583]: audit 2024-04-25T23:33:04.313721+0000 mon.a (mon.0) 376 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:33:05.577 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:33:05 smithi087 bash[21583]: audit 2024-04-25T23:33:04.321446+0000 mon.a (mon.0) 377 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:33:05.577 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:33:05 smithi087 bash[21583]: audit 2024-04-25T23:33:04.328528+0000 mon.a (mon.0) 378 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:33:05.669 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:33:05 smithi157 bash[22215]: cluster 2024-04-25T23:33:03.706497+0000 mgr.a (mgr.14152) 122 : cluster 0 pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:33:05.669 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:33:05 smithi157 bash[22215]: audit 2024-04-25T23:33:04.313721+0000 mon.a (mon.0) 376 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:33:05.669 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:33:05 smithi157 bash[22215]: audit 2024-04-25T23:33:04.321446+0000 mon.a (mon.0) 377 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:33:05.669 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:33:05 smithi157 bash[22215]: audit 2024-04-25T23:33:04.328528+0000 mon.a (mon.0) 378 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:33:07.650 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:33:07 smithi161 bash[22340]: cluster 2024-04-25T23:33:05.706943+0000 mgr.a (mgr.14152) 123 : cluster 0 pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:33:07.668 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:33:07 smithi157 bash[22215]: cluster 2024-04-25T23:33:05.706943+0000 mgr.a (mgr.14152) 123 : cluster 0 pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:33:07.746 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:33:07 smithi087 bash[21583]: cluster 2024-04-25T23:33:05.706943+0000 mgr.a (mgr.14152) 123 : cluster 0 pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:33:09.650 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:33:09 smithi161 bash[22340]: cluster 2024-04-25T23:33:07.707368+0000 mgr.a (mgr.14152) 124 : cluster 0 pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:33:09.651 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:33:09 smithi161 bash[22340]: audit 2024-04-25T23:33:08.401307+0000 mgr.a (mgr.14152) 125 : audit 0 from='client.14211 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi087:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T23:33:09.651 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:33:09 smithi161 bash[22340]: audit 2024-04-25T23:33:08.405442+0000 mon.a (mon.0) 379 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-25T23:33:09.651 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:33:09 smithi161 bash[22340]: audit 2024-04-25T23:33:08.411418+0000 mon.a (mon.0) 380 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-25T23:33:09.651 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:33:09 smithi161 bash[22340]: audit 2024-04-25T23:33:08.412811+0000 mon.a (mon.0) 381 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:33:09.651 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:33:09 smithi161 bash[22340]: audit 2024-04-25T23:33:09.013827+0000 mon.a (mon.0) 382 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:33:09.651 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:33:09 smithi161 bash[22340]: audit 2024-04-25T23:33:09.022433+0000 mon.a (mon.0) 383 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:33:09.651 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:33:09 smithi161 bash[22340]: audit 2024-04-25T23:33:09.032656+0000 mon.a (mon.0) 384 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:33:09.669 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:33:09 smithi157 bash[22215]: cluster 2024-04-25T23:33:07.707368+0000 mgr.a (mgr.14152) 124 : cluster 0 pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:33:09.669 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:33:09 smithi157 bash[22215]: audit 2024-04-25T23:33:08.401307+0000 mgr.a (mgr.14152) 125 : audit 0 from='client.14211 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi087:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T23:33:09.669 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:33:09 smithi157 bash[22215]: audit 2024-04-25T23:33:08.405442+0000 mon.a (mon.0) 379 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-25T23:33:09.669 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:33:09 smithi157 bash[22215]: audit 2024-04-25T23:33:08.411418+0000 mon.a (mon.0) 380 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-25T23:33:09.669 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:33:09 smithi157 bash[22215]: audit 2024-04-25T23:33:08.412811+0000 mon.a (mon.0) 381 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:33:09.669 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:33:09 smithi157 bash[22215]: audit 2024-04-25T23:33:09.013827+0000 mon.a (mon.0) 382 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:33:09.669 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:33:09 smithi157 bash[22215]: audit 2024-04-25T23:33:09.022433+0000 mon.a (mon.0) 383 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:33:09.669 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:33:09 smithi157 bash[22215]: audit 2024-04-25T23:33:09.032656+0000 mon.a (mon.0) 384 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:33:09.746 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:33:09 smithi087 bash[21583]: cluster 2024-04-25T23:33:07.707368+0000 mgr.a (mgr.14152) 124 : cluster 0 pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:33:09.746 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:33:09 smithi087 bash[21583]: audit 2024-04-25T23:33:08.401307+0000 mgr.a (mgr.14152) 125 : audit 0 from='client.14211 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi087:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T23:33:09.746 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:33:09 smithi087 bash[21583]: audit 2024-04-25T23:33:08.405442+0000 mon.a (mon.0) 379 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-25T23:33:09.746 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:33:09 smithi087 bash[21583]: audit 2024-04-25T23:33:08.411418+0000 mon.a (mon.0) 380 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-25T23:33:09.747 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:33:09 smithi087 bash[21583]: audit 2024-04-25T23:33:08.412811+0000 mon.a (mon.0) 381 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:33:09.747 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:33:09 smithi087 bash[21583]: audit 2024-04-25T23:33:09.013827+0000 mon.a (mon.0) 382 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:33:09.747 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:33:09 smithi087 bash[21583]: audit 2024-04-25T23:33:09.022433+0000 mon.a (mon.0) 383 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:33:09.747 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:33:09 smithi087 bash[21583]: audit 2024-04-25T23:33:09.032656+0000 mon.a (mon.0) 384 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:33:11.650 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:33:11 smithi161 bash[22340]: cluster 2024-04-25T23:33:09.707793+0000 mgr.a (mgr.14152) 126 : cluster 0 pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:33:11.668 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:33:11 smithi157 bash[22215]: cluster 2024-04-25T23:33:09.707793+0000 mgr.a (mgr.14152) 126 : cluster 0 pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:33:11.746 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:33:11 smithi087 bash[21583]: cluster 2024-04-25T23:33:09.707793+0000 mgr.a (mgr.14152) 126 : cluster 0 pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:33:13.650 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:33:13 smithi161 bash[22340]: cluster 2024-04-25T23:33:11.708156+0000 mgr.a (mgr.14152) 127 : cluster 0 pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:33:13.668 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:33:13 smithi157 bash[22215]: cluster 2024-04-25T23:33:11.708156+0000 mgr.a (mgr.14152) 127 : cluster 0 pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:33:13.746 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:33:13 smithi087 bash[21583]: cluster 2024-04-25T23:33:11.708156+0000 mgr.a (mgr.14152) 127 : cluster 0 pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:33:15.650 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:33:15 smithi161 bash[22340]: cluster 2024-04-25T23:33:13.708561+0000 mgr.a (mgr.14152) 128 : cluster 0 pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:33:15.668 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:33:15 smithi157 bash[22215]: cluster 2024-04-25T23:33:13.708561+0000 mgr.a (mgr.14152) 128 : cluster 0 pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:33:15.746 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:33:15 smithi087 bash[21583]: cluster 2024-04-25T23:33:13.708561+0000 mgr.a (mgr.14152) 128 : cluster 0 pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:33:17.418 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:33:17 smithi157 bash[22215]: cluster 2024-04-25T23:33:15.708869+0000 mgr.a (mgr.14152) 129 : cluster 0 pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:33:17.419 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:33:17 smithi157 bash[22215]: audit 2024-04-25T23:33:16.388696+0000 mon.a (mon.0) 385 : audit 1 from='client.? 172.21.15.87:0/491762978' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fcfc8da2-67dd-4702-9c14-783b1a9c3248"}]: dispatch 2024-04-25T23:33:17.419 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:33:17 smithi157 bash[22215]: audit 2024-04-25T23:33:16.390970+0000 mon.a (mon.0) 386 : audit 1 from='client.? 172.21.15.87:0/491762978' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "fcfc8da2-67dd-4702-9c14-783b1a9c3248"}]': finished 2024-04-25T23:33:17.419 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:33:17 smithi157 bash[22215]: cluster 2024-04-25T23:33:16.395109+0000 mon.a (mon.0) 387 : cluster 0 osdmap e5: 1 total, 0 up, 1 in 2024-04-25T23:33:17.419 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:33:17 smithi157 bash[22215]: audit 2024-04-25T23:33:16.395399+0000 mon.a (mon.0) 388 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-25T23:33:17.419 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:33:17 smithi157 bash[22215]: audit 2024-04-25T23:33:17.099882+0000 mon.a (mon.0) 389 : audit 0 from='client.? 172.21.15.87:0/274582166' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-25T23:33:17.650 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:33:17 smithi161 bash[22340]: cluster 2024-04-25T23:33:15.708869+0000 mgr.a (mgr.14152) 129 : cluster 0 pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:33:17.650 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:33:17 smithi161 bash[22340]: audit 2024-04-25T23:33:16.388696+0000 mon.a (mon.0) 385 : audit 1 from='client.? 172.21.15.87:0/491762978' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fcfc8da2-67dd-4702-9c14-783b1a9c3248"}]: dispatch 2024-04-25T23:33:17.650 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:33:17 smithi161 bash[22340]: audit 2024-04-25T23:33:16.390970+0000 mon.a (mon.0) 386 : audit 1 from='client.? 172.21.15.87:0/491762978' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "fcfc8da2-67dd-4702-9c14-783b1a9c3248"}]': finished 2024-04-25T23:33:17.650 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:33:17 smithi161 bash[22340]: cluster 2024-04-25T23:33:16.395109+0000 mon.a (mon.0) 387 : cluster 0 osdmap e5: 1 total, 0 up, 1 in 2024-04-25T23:33:17.651 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:33:17 smithi161 bash[22340]: audit 2024-04-25T23:33:16.395399+0000 mon.a (mon.0) 388 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-25T23:33:17.651 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:33:17 smithi161 bash[22340]: audit 2024-04-25T23:33:17.099882+0000 mon.a (mon.0) 389 : audit 0 from='client.? 172.21.15.87:0/274582166' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-25T23:33:17.746 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:33:17 smithi087 bash[21583]: cluster 2024-04-25T23:33:15.708869+0000 mgr.a (mgr.14152) 129 : cluster 0 pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:33:17.746 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:33:17 smithi087 bash[21583]: audit 2024-04-25T23:33:16.388696+0000 mon.a (mon.0) 385 : audit 1 from='client.? 172.21.15.87:0/491762978' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fcfc8da2-67dd-4702-9c14-783b1a9c3248"}]: dispatch 2024-04-25T23:33:17.746 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:33:17 smithi087 bash[21583]: audit 2024-04-25T23:33:16.390970+0000 mon.a (mon.0) 386 : audit 1 from='client.? 172.21.15.87:0/491762978' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "fcfc8da2-67dd-4702-9c14-783b1a9c3248"}]': finished 2024-04-25T23:33:17.746 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:33:17 smithi087 bash[21583]: cluster 2024-04-25T23:33:16.395109+0000 mon.a (mon.0) 387 : cluster 0 osdmap e5: 1 total, 0 up, 1 in 2024-04-25T23:33:17.746 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:33:17 smithi087 bash[21583]: audit 2024-04-25T23:33:16.395399+0000 mon.a (mon.0) 388 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-25T23:33:17.746 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:33:17 smithi087 bash[21583]: audit 2024-04-25T23:33:17.099882+0000 mon.a (mon.0) 389 : audit 0 from='client.? 172.21.15.87:0/274582166' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-25T23:33:19.597 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:33:19 smithi087 bash[21583]: cluster 2024-04-25T23:33:17.709281+0000 mgr.a (mgr.14152) 130 : cluster 0 pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:33:19.650 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:33:19 smithi161 bash[22340]: cluster 2024-04-25T23:33:17.709281+0000 mgr.a (mgr.14152) 130 : cluster 0 pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:33:19.668 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:33:19 smithi157 bash[22215]: cluster 2024-04-25T23:33:17.709281+0000 mgr.a (mgr.14152) 130 : cluster 0 pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:33:21.246 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:33:21 smithi087 bash[21583]: cluster 2024-04-25T23:33:19.709720+0000 mgr.a (mgr.14152) 131 : cluster 0 pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:33:21.246 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:33:21 smithi087 bash[21583]: audit 2024-04-25T23:33:20.019988+0000 mon.a (mon.0) 390 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:33:21.246 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:33:21 smithi087 bash[21583]: audit 2024-04-25T23:33:20.028235+0000 mon.a (mon.0) 391 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:33:21.246 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:33:21 smithi087 bash[21583]: audit 2024-04-25T23:33:20.038326+0000 mon.a (mon.0) 392 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:33:21.400 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:33:21 smithi161 bash[22340]: cluster 2024-04-25T23:33:19.709720+0000 mgr.a (mgr.14152) 131 : cluster 0 pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:33:21.400 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:33:21 smithi161 bash[22340]: audit 2024-04-25T23:33:20.019988+0000 mon.a (mon.0) 390 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:33:21.400 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:33:21 smithi161 bash[22340]: audit 2024-04-25T23:33:20.028235+0000 mon.a (mon.0) 391 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:33:21.400 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:33:21 smithi161 bash[22340]: audit 2024-04-25T23:33:20.038326+0000 mon.a (mon.0) 392 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:33:21.418 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:33:21 smithi157 bash[22215]: cluster 2024-04-25T23:33:19.709720+0000 mgr.a (mgr.14152) 131 : cluster 0 pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:33:21.418 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:33:21 smithi157 bash[22215]: audit 2024-04-25T23:33:20.019988+0000 mon.a (mon.0) 390 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:33:21.418 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:33:21 smithi157 bash[22215]: audit 2024-04-25T23:33:20.028235+0000 mon.a (mon.0) 391 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:33:21.419 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:33:21 smithi157 bash[22215]: audit 2024-04-25T23:33:20.038326+0000 mon.a (mon.0) 392 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:33:23.400 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:33:23 smithi161 bash[22340]: cluster 2024-04-25T23:33:21.710062+0000 mgr.a (mgr.14152) 132 : cluster 0 pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:33:23.418 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:33:23 smithi157 bash[22215]: cluster 2024-04-25T23:33:21.710062+0000 mgr.a (mgr.14152) 132 : cluster 0 pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:33:23.496 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:33:23 smithi087 bash[21583]: cluster 2024-04-25T23:33:21.710062+0000 mgr.a (mgr.14152) 132 : cluster 0 pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:33:24.826 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:33:24 smithi161 bash[22340]: audit 2024-04-25T23:33:23.512766+0000 mon.a (mon.0) 393 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:33:24.826 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:33:24 smithi161 bash[22340]: audit 2024-04-25T23:33:23.519831+0000 mon.a (mon.0) 394 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:33:24.827 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:33:24 smithi161 bash[22340]: cephadm 2024-04-25T23:33:23.521532+0000 mgr.a (mgr.14152) 133 : cephadm 1 Detected new or changed devices on smithi087 2024-04-25T23:33:24.827 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:33:24 smithi161 bash[22340]: audit 2024-04-25T23:33:23.529512+0000 mon.a (mon.0) 395 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:33:24.918 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:33:24 smithi157 bash[22215]: audit 2024-04-25T23:33:23.512766+0000 mon.a (mon.0) 393 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:33:24.918 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:33:24 smithi157 bash[22215]: audit 2024-04-25T23:33:23.519831+0000 mon.a (mon.0) 394 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:33:24.919 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:33:24 smithi157 bash[22215]: cephadm 2024-04-25T23:33:23.521532+0000 mgr.a (mgr.14152) 133 : cephadm 1 Detected new or changed devices on smithi087 2024-04-25T23:33:24.919 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:33:24 smithi157 bash[22215]: audit 2024-04-25T23:33:23.529512+0000 mon.a (mon.0) 395 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:33:24.996 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:33:24 smithi087 bash[21583]: audit 2024-04-25T23:33:23.512766+0000 mon.a (mon.0) 393 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:33:24.996 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:33:24 smithi087 bash[21583]: audit 2024-04-25T23:33:23.519831+0000 mon.a (mon.0) 394 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:33:24.996 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:33:24 smithi087 bash[21583]: cephadm 2024-04-25T23:33:23.521532+0000 mgr.a (mgr.14152) 133 : cephadm 1 Detected new or changed devices on smithi087 2024-04-25T23:33:24.996 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:33:24 smithi087 bash[21583]: audit 2024-04-25T23:33:23.529512+0000 mon.a (mon.0) 395 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:33:25.900 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:33:25 smithi161 bash[22340]: cluster 2024-04-25T23:33:23.710423+0000 mgr.a (mgr.14152) 134 : cluster 0 pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:33:25.918 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:33:25 smithi157 bash[22215]: cluster 2024-04-25T23:33:23.710423+0000 mgr.a (mgr.14152) 134 : cluster 0 pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:33:25.996 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:33:25 smithi087 bash[21583]: cluster 2024-04-25T23:33:23.710423+0000 mgr.a (mgr.14152) 134 : cluster 0 pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:33:27.900 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:33:27 smithi161 bash[22340]: cluster 2024-04-25T23:33:25.710829+0000 mgr.a (mgr.14152) 135 : cluster 0 pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:33:27.918 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:33:27 smithi157 bash[22215]: cluster 2024-04-25T23:33:25.710829+0000 mgr.a (mgr.14152) 135 : cluster 0 pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:33:27.995 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:33:27 smithi087 bash[21583]: cluster 2024-04-25T23:33:25.710829+0000 mgr.a (mgr.14152) 135 : cluster 0 pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:33:29.878 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:33:29 smithi087 bash[21583]: cluster 2024-04-25T23:33:27.711242+0000 mgr.a (mgr.14152) 136 : cluster 0 pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:33:29.878 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:33:29 smithi087 bash[21583]: audit 2024-04-25T23:33:28.686053+0000 mon.a (mon.0) 396 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-25T23:33:29.878 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:33:29 smithi087 bash[21583]: audit 2024-04-25T23:33:28.687707+0000 mon.a (mon.0) 397 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:33:29.878 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:33:29 smithi087 bash[21583]: audit 2024-04-25T23:33:29.214952+0000 mon.a (mon.0) 398 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:33:29.878 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:33:29 smithi087 bash[21583]: audit 2024-04-25T23:33:29.219742+0000 mon.a (mon.0) 399 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:33:29.878 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:33:29 smithi087 bash[21583]: audit 2024-04-25T23:33:29.226052+0000 mon.a (mon.0) 400 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:33:29.900 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:33:29 smithi161 bash[22340]: cluster 2024-04-25T23:33:27.711242+0000 mgr.a (mgr.14152) 136 : cluster 0 pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:33:29.900 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:33:29 smithi161 bash[22340]: audit 2024-04-25T23:33:28.686053+0000 mon.a (mon.0) 396 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-25T23:33:29.900 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:33:29 smithi161 bash[22340]: audit 2024-04-25T23:33:28.687707+0000 mon.a (mon.0) 397 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:33:29.900 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:33:29 smithi161 bash[22340]: audit 2024-04-25T23:33:29.214952+0000 mon.a (mon.0) 398 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:33:29.900 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:33:29 smithi161 bash[22340]: audit 2024-04-25T23:33:29.219742+0000 mon.a (mon.0) 399 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:33:29.900 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:33:29 smithi161 bash[22340]: audit 2024-04-25T23:33:29.226052+0000 mon.a (mon.0) 400 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:33:29.918 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:33:29 smithi157 bash[22215]: cluster 2024-04-25T23:33:27.711242+0000 mgr.a (mgr.14152) 136 : cluster 0 pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:33:29.918 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:33:29 smithi157 bash[22215]: audit 2024-04-25T23:33:28.686053+0000 mon.a (mon.0) 396 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-25T23:33:29.918 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:33:29 smithi157 bash[22215]: audit 2024-04-25T23:33:28.687707+0000 mon.a (mon.0) 397 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:33:29.918 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:33:29 smithi157 bash[22215]: audit 2024-04-25T23:33:29.214952+0000 mon.a (mon.0) 398 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:33:29.918 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:33:29 smithi157 bash[22215]: audit 2024-04-25T23:33:29.219742+0000 mon.a (mon.0) 399 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:33:29.919 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:33:29 smithi157 bash[22215]: audit 2024-04-25T23:33:29.226052+0000 mon.a (mon.0) 400 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:33:30.900 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:33:30 smithi161 bash[22340]: cephadm 2024-04-25T23:33:28.689288+0000 mgr.a (mgr.14152) 137 : cephadm 1 Deploying daemon osd.0 on smithi087 2024-04-25T23:33:30.918 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:33:30 smithi157 bash[22215]: cephadm 2024-04-25T23:33:28.689288+0000 mgr.a (mgr.14152) 137 : cephadm 1 Deploying daemon osd.0 on smithi087 2024-04-25T23:33:30.996 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:33:30 smithi087 bash[21583]: cephadm 2024-04-25T23:33:28.689288+0000 mgr.a (mgr.14152) 137 : cephadm 1 Deploying daemon osd.0 on smithi087 2024-04-25T23:33:31.896 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:33:31 smithi087 bash[21583]: cluster 2024-04-25T23:33:29.711646+0000 mgr.a (mgr.14152) 138 : cluster 0 pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:33:31.900 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:33:31 smithi161 bash[22340]: cluster 2024-04-25T23:33:29.711646+0000 mgr.a (mgr.14152) 138 : cluster 0 pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:33:31.918 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:33:31 smithi157 bash[22215]: cluster 2024-04-25T23:33:29.711646+0000 mgr.a (mgr.14152) 138 : cluster 0 pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:33:32.912 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 25 23:33:32 smithi087 systemd[1]: /etc/systemd/system/ceph-7567fb78-035b-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-25T23:33:32.913 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:33:32 smithi087 systemd[1]: /etc/systemd/system/ceph-7567fb78-035b-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-25T23:33:33.186 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:33:33 smithi087 systemd[1]: /etc/systemd/system/ceph-7567fb78-035b-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-25T23:33:33.187 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 25 23:33:33 smithi087 systemd[1]: /etc/systemd/system/ceph-7567fb78-035b-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-25T23:33:33.900 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:33:33 smithi161 bash[22340]: cluster 2024-04-25T23:33:31.711921+0000 mgr.a (mgr.14152) 139 : cluster 0 pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:33:33.900 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:33:33 smithi161 bash[22340]: audit 2024-04-25T23:33:33.200824+0000 mon.a (mon.0) 401 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:33:33.900 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:33:33 smithi161 bash[22340]: audit 2024-04-25T23:33:33.205122+0000 mon.a (mon.0) 402 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:33:33.900 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:33:33 smithi161 bash[22340]: audit 2024-04-25T23:33:33.230335+0000 mon.a (mon.0) 403 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T23:33:33.900 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:33:33 smithi161 bash[22340]: audit 2024-04-25T23:33:33.232805+0000 mon.a (mon.0) 404 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:33:33.901 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:33:33 smithi161 bash[22340]: audit 2024-04-25T23:33:33.233468+0000 mon.a (mon.0) 405 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T23:33:33.901 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:33:33 smithi161 bash[22340]: audit 2024-04-25T23:33:33.238439+0000 mon.a (mon.0) 406 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:33:33.918 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:33:33 smithi157 bash[22215]: cluster 2024-04-25T23:33:31.711921+0000 mgr.a (mgr.14152) 139 : cluster 0 pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:33:33.918 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:33:33 smithi157 bash[22215]: audit 2024-04-25T23:33:33.200824+0000 mon.a (mon.0) 401 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:33:33.918 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:33:33 smithi157 bash[22215]: audit 2024-04-25T23:33:33.205122+0000 mon.a (mon.0) 402 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:33:33.918 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:33:33 smithi157 bash[22215]: audit 2024-04-25T23:33:33.230335+0000 mon.a (mon.0) 403 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T23:33:33.919 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:33:33 smithi157 bash[22215]: audit 2024-04-25T23:33:33.232805+0000 mon.a (mon.0) 404 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:33:33.919 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:33:33 smithi157 bash[22215]: audit 2024-04-25T23:33:33.233468+0000 mon.a (mon.0) 405 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T23:33:33.919 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:33:33 smithi157 bash[22215]: audit 2024-04-25T23:33:33.238439+0000 mon.a (mon.0) 406 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:33:33.996 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:33:33 smithi087 bash[21583]: cluster 2024-04-25T23:33:31.711921+0000 mgr.a (mgr.14152) 139 : cluster 0 pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:33:33.996 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:33:33 smithi087 bash[21583]: audit 2024-04-25T23:33:33.200824+0000 mon.a (mon.0) 401 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:33:33.996 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:33:33 smithi087 bash[21583]: audit 2024-04-25T23:33:33.205122+0000 mon.a (mon.0) 402 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:33:33.996 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:33:33 smithi087 bash[21583]: audit 2024-04-25T23:33:33.230335+0000 mon.a (mon.0) 403 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T23:33:33.996 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:33:33 smithi087 bash[21583]: audit 2024-04-25T23:33:33.232805+0000 mon.a (mon.0) 404 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:33:33.996 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:33:33 smithi087 bash[21583]: audit 2024-04-25T23:33:33.233468+0000 mon.a (mon.0) 405 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T23:33:33.996 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:33:33 smithi087 bash[21583]: audit 2024-04-25T23:33:33.238439+0000 mon.a (mon.0) 406 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:33:35.663 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:33:35 smithi157 bash[22215]: cluster 2024-04-25T23:33:33.712303+0000 mgr.a (mgr.14152) 140 : cluster 0 pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:33:35.900 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:33:35 smithi161 bash[22340]: cluster 2024-04-25T23:33:33.712303+0000 mgr.a (mgr.14152) 140 : cluster 0 pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:33:35.905 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:33:35 smithi087 bash[21583]: cluster 2024-04-25T23:33:33.712303+0000 mgr.a (mgr.14152) 140 : cluster 0 pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:33:37.900 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:33:37 smithi161 bash[22340]: cluster 2024-04-25T23:33:35.712712+0000 mgr.a (mgr.14152) 141 : cluster 0 pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:33:37.918 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:33:37 smithi157 bash[22215]: cluster 2024-04-25T23:33:35.712712+0000 mgr.a (mgr.14152) 141 : cluster 0 pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:33:37.995 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:33:37 smithi087 bash[21583]: cluster 2024-04-25T23:33:35.712712+0000 mgr.a (mgr.14152) 141 : cluster 0 pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:33:39.676 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:33:39 smithi087 bash[21583]: cluster 2024-04-25T23:33:37.713224+0000 mgr.a (mgr.14152) 142 : cluster 0 pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:33:39.676 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:33:39 smithi087 bash[21583]: audit 2024-04-25T23:33:39.530798+0000 mon.a (mon.0) 407 : audit 1 from='osd.0 [v2:172.21.15.87:6802/1550486809,v1:172.21.15.87:6803/1550486809]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-04-25T23:33:39.900 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:33:39 smithi161 bash[22340]: cluster 2024-04-25T23:33:37.713224+0000 mgr.a (mgr.14152) 142 : cluster 0 pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:33:39.900 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:33:39 smithi161 bash[22340]: audit 2024-04-25T23:33:39.530798+0000 mon.a (mon.0) 407 : audit 1 from='osd.0 [v2:172.21.15.87:6802/1550486809,v1:172.21.15.87:6803/1550486809]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-04-25T23:33:39.918 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:33:39 smithi157 bash[22215]: cluster 2024-04-25T23:33:37.713224+0000 mgr.a (mgr.14152) 142 : cluster 0 pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:33:39.918 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:33:39 smithi157 bash[22215]: audit 2024-04-25T23:33:39.530798+0000 mon.a (mon.0) 407 : audit 1 from='osd.0 [v2:172.21.15.87:6802/1550486809,v1:172.21.15.87:6803/1550486809]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-04-25T23:33:40.746 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:33:40 smithi087 bash[21583]: audit 2024-04-25T23:33:39.567389+0000 mon.a (mon.0) 408 : audit 1 from='osd.0 [v2:172.21.15.87:6802/1550486809,v1:172.21.15.87:6803/1550486809]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-04-25T23:33:40.746 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:33:40 smithi087 bash[21583]: cluster 2024-04-25T23:33:39.572638+0000 mon.a (mon.0) 409 : cluster 0 osdmap e6: 1 total, 0 up, 1 in 2024-04-25T23:33:40.746 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:33:40 smithi087 bash[21583]: audit 2024-04-25T23:33:39.573211+0000 mon.a (mon.0) 410 : audit 1 from='osd.0 [v2:172.21.15.87:6802/1550486809,v1:172.21.15.87:6803/1550486809]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi087", "root=default"]}]: dispatch 2024-04-25T23:33:40.746 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:33:40 smithi087 bash[21583]: audit 2024-04-25T23:33:39.573439+0000 mon.a (mon.0) 411 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-25T23:33:40.746 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:33:40 smithi087 bash[21583]: audit 2024-04-25T23:33:40.242830+0000 mon.a (mon.0) 412 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:33:40.746 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:33:40 smithi087 bash[21583]: audit 2024-04-25T23:33:40.251002+0000 mon.a (mon.0) 413 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:33:40.746 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:33:40 smithi087 bash[21583]: audit 2024-04-25T23:33:40.262721+0000 mon.a (mon.0) 414 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:33:40.746 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:33:40 smithi087 bash[21583]: audit 2024-04-25T23:33:40.569834+0000 mon.a (mon.0) 415 : audit 1 from='osd.0 [v2:172.21.15.87:6802/1550486809,v1:172.21.15.87:6803/1550486809]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi087", "root=default"]}]': finished 2024-04-25T23:33:40.747 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:33:40 smithi087 bash[21583]: cluster 2024-04-25T23:33:40.576549+0000 mon.a (mon.0) 416 : cluster 0 osdmap e7: 1 total, 0 up, 1 in 2024-04-25T23:33:40.900 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:33:40 smithi161 bash[22340]: audit 2024-04-25T23:33:39.567389+0000 mon.a (mon.0) 408 : audit 1 from='osd.0 [v2:172.21.15.87:6802/1550486809,v1:172.21.15.87:6803/1550486809]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-04-25T23:33:40.900 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:33:40 smithi161 bash[22340]: cluster 2024-04-25T23:33:39.572638+0000 mon.a (mon.0) 409 : cluster 0 osdmap e6: 1 total, 0 up, 1 in 2024-04-25T23:33:40.900 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:33:40 smithi161 bash[22340]: audit 2024-04-25T23:33:39.573211+0000 mon.a (mon.0) 410 : audit 1 from='osd.0 [v2:172.21.15.87:6802/1550486809,v1:172.21.15.87:6803/1550486809]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi087", "root=default"]}]: dispatch 2024-04-25T23:33:40.900 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:33:40 smithi161 bash[22340]: audit 2024-04-25T23:33:39.573439+0000 mon.a (mon.0) 411 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-25T23:33:40.900 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:33:40 smithi161 bash[22340]: audit 2024-04-25T23:33:40.242830+0000 mon.a (mon.0) 412 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:33:40.900 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:33:40 smithi161 bash[22340]: audit 2024-04-25T23:33:40.251002+0000 mon.a (mon.0) 413 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:33:40.901 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:33:40 smithi161 bash[22340]: audit 2024-04-25T23:33:40.262721+0000 mon.a (mon.0) 414 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:33:40.901 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:33:40 smithi161 bash[22340]: audit 2024-04-25T23:33:40.569834+0000 mon.a (mon.0) 415 : audit 1 from='osd.0 [v2:172.21.15.87:6802/1550486809,v1:172.21.15.87:6803/1550486809]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi087", "root=default"]}]': finished 2024-04-25T23:33:40.901 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:33:40 smithi161 bash[22340]: cluster 2024-04-25T23:33:40.576549+0000 mon.a (mon.0) 416 : cluster 0 osdmap e7: 1 total, 0 up, 1 in 2024-04-25T23:33:40.918 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:33:40 smithi157 bash[22215]: audit 2024-04-25T23:33:39.567389+0000 mon.a (mon.0) 408 : audit 1 from='osd.0 [v2:172.21.15.87:6802/1550486809,v1:172.21.15.87:6803/1550486809]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-04-25T23:33:40.918 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:33:40 smithi157 bash[22215]: cluster 2024-04-25T23:33:39.572638+0000 mon.a (mon.0) 409 : cluster 0 osdmap e6: 1 total, 0 up, 1 in 2024-04-25T23:33:40.918 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:33:40 smithi157 bash[22215]: audit 2024-04-25T23:33:39.573211+0000 mon.a (mon.0) 410 : audit 1 from='osd.0 [v2:172.21.15.87:6802/1550486809,v1:172.21.15.87:6803/1550486809]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi087", "root=default"]}]: dispatch 2024-04-25T23:33:40.919 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:33:40 smithi157 bash[22215]: audit 2024-04-25T23:33:39.573439+0000 mon.a (mon.0) 411 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-25T23:33:40.919 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:33:40 smithi157 bash[22215]: audit 2024-04-25T23:33:40.242830+0000 mon.a (mon.0) 412 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:33:40.919 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:33:40 smithi157 bash[22215]: audit 2024-04-25T23:33:40.251002+0000 mon.a (mon.0) 413 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:33:40.919 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:33:40 smithi157 bash[22215]: audit 2024-04-25T23:33:40.262721+0000 mon.a (mon.0) 414 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:33:40.919 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:33:40 smithi157 bash[22215]: audit 2024-04-25T23:33:40.569834+0000 mon.a (mon.0) 415 : audit 1 from='osd.0 [v2:172.21.15.87:6802/1550486809,v1:172.21.15.87:6803/1550486809]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi087", "root=default"]}]': finished 2024-04-25T23:33:40.919 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:33:40 smithi157 bash[22215]: cluster 2024-04-25T23:33:40.576549+0000 mon.a (mon.0) 416 : cluster 0 osdmap e7: 1 total, 0 up, 1 in 2024-04-25T23:33:41.900 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:33:41 smithi161 bash[22340]: cluster 2024-04-25T23:33:39.713676+0000 mgr.a (mgr.14152) 143 : cluster 0 pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:33:41.900 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:33:41 smithi161 bash[22340]: audit 2024-04-25T23:33:40.578444+0000 mon.a (mon.0) 417 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-25T23:33:41.900 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:33:41 smithi161 bash[22340]: audit 2024-04-25T23:33:40.588248+0000 mon.a (mon.0) 418 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-25T23:33:41.918 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:33:41 smithi157 bash[22215]: cluster 2024-04-25T23:33:39.713676+0000 mgr.a (mgr.14152) 143 : cluster 0 pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:33:41.918 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:33:41 smithi157 bash[22215]: audit 2024-04-25T23:33:40.578444+0000 mon.a (mon.0) 417 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-25T23:33:41.918 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:33:41 smithi157 bash[22215]: audit 2024-04-25T23:33:40.588248+0000 mon.a (mon.0) 418 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-25T23:33:41.934 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:33:41 smithi087 bash[21583]: cluster 2024-04-25T23:33:39.713676+0000 mgr.a (mgr.14152) 143 : cluster 0 pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:33:41.934 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:33:41 smithi087 bash[21583]: audit 2024-04-25T23:33:40.578444+0000 mon.a (mon.0) 417 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-25T23:33:41.934 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:33:41 smithi087 bash[21583]: audit 2024-04-25T23:33:40.588248+0000 mon.a (mon.0) 418 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-25T23:33:42.389 INFO:teuthology.orchestra.run.smithi087.stdout:Created osd(s) 0 on host 'smithi087' 2024-04-25T23:33:42.746 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:33:42 smithi087 bash[21583]: cluster 2024-04-25T23:33:40.559813+0000 osd.0 (osd.0) 1 : cluster 0 purged_snaps scrub starts 2024-04-25T23:33:42.746 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:33:42 smithi087 bash[21583]: cluster 2024-04-25T23:33:40.559902+0000 osd.0 (osd.0) 2 : cluster 0 purged_snaps scrub ok 2024-04-25T23:33:42.746 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:33:42 smithi087 bash[21583]: audit 2024-04-25T23:33:41.584152+0000 mon.a (mon.0) 419 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-25T23:33:42.746 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:33:42 smithi087 bash[21583]: cluster 2024-04-25T23:33:41.592602+0000 mon.a (mon.0) 420 : cluster 1 osd.0 [v2:172.21.15.87:6802/1550486809,v1:172.21.15.87:6803/1550486809] boot 2024-04-25T23:33:42.746 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:33:42 smithi087 bash[21583]: cluster 2024-04-25T23:33:41.592628+0000 mon.a (mon.0) 421 : cluster 0 osdmap e8: 1 total, 1 up, 1 in 2024-04-25T23:33:42.746 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:33:42 smithi087 bash[21583]: audit 2024-04-25T23:33:41.592924+0000 mon.a (mon.0) 422 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-25T23:33:42.746 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:33:42 smithi087 bash[21583]: audit 2024-04-25T23:33:42.378752+0000 mon.a (mon.0) 423 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:33:42.747 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:33:42 smithi087 bash[21583]: audit 2024-04-25T23:33:42.385034+0000 mon.a (mon.0) 424 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:33:42.747 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:33:42 smithi087 bash[21583]: audit 2024-04-25T23:33:42.410806+0000 mon.a (mon.0) 425 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T23:33:42.747 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:33:42 smithi087 bash[21583]: audit 2024-04-25T23:33:42.413768+0000 mon.a (mon.0) 426 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-25T23:33:42.747 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:33:42 smithi087 bash[21583]: audit 2024-04-25T23:33:42.418229+0000 mon.a (mon.0) 427 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:33:42.747 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:33:42 smithi087 bash[21583]: audit 2024-04-25T23:33:42.420474+0000 mon.a (mon.0) 428 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:33:42.747 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:33:42 smithi087 bash[21583]: audit 2024-04-25T23:33:42.421705+0000 mon.a (mon.0) 429 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T23:33:42.747 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:33:42 smithi087 bash[21583]: audit 2024-04-25T23:33:42.428626+0000 mon.a (mon.0) 430 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:33:42.900 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:33:42 smithi161 bash[22340]: cluster 2024-04-25T23:33:40.559813+0000 osd.0 (osd.0) 1 : cluster 0 purged_snaps scrub starts 2024-04-25T23:33:42.900 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:33:42 smithi161 bash[22340]: cluster 2024-04-25T23:33:40.559902+0000 osd.0 (osd.0) 2 : cluster 0 purged_snaps scrub ok 2024-04-25T23:33:42.900 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:33:42 smithi161 bash[22340]: audit 2024-04-25T23:33:41.584152+0000 mon.a (mon.0) 419 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-25T23:33:42.900 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:33:42 smithi161 bash[22340]: cluster 2024-04-25T23:33:41.592602+0000 mon.a (mon.0) 420 : cluster 1 osd.0 [v2:172.21.15.87:6802/1550486809,v1:172.21.15.87:6803/1550486809] boot 2024-04-25T23:33:42.900 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:33:42 smithi161 bash[22340]: cluster 2024-04-25T23:33:41.592628+0000 mon.a (mon.0) 421 : cluster 0 osdmap e8: 1 total, 1 up, 1 in 2024-04-25T23:33:42.900 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:33:42 smithi161 bash[22340]: audit 2024-04-25T23:33:41.592924+0000 mon.a (mon.0) 422 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-25T23:33:42.901 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:33:42 smithi161 bash[22340]: audit 2024-04-25T23:33:42.378752+0000 mon.a (mon.0) 423 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:33:42.901 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:33:42 smithi161 bash[22340]: audit 2024-04-25T23:33:42.385034+0000 mon.a (mon.0) 424 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:33:42.901 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:33:42 smithi161 bash[22340]: audit 2024-04-25T23:33:42.410806+0000 mon.a (mon.0) 425 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T23:33:42.901 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:33:42 smithi161 bash[22340]: audit 2024-04-25T23:33:42.413768+0000 mon.a (mon.0) 426 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-25T23:33:42.901 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:33:42 smithi161 bash[22340]: audit 2024-04-25T23:33:42.418229+0000 mon.a (mon.0) 427 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:33:42.901 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:33:42 smithi161 bash[22340]: audit 2024-04-25T23:33:42.420474+0000 mon.a (mon.0) 428 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:33:42.901 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:33:42 smithi161 bash[22340]: audit 2024-04-25T23:33:42.421705+0000 mon.a (mon.0) 429 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T23:33:42.901 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:33:42 smithi161 bash[22340]: audit 2024-04-25T23:33:42.428626+0000 mon.a (mon.0) 430 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:33:42.918 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:33:42 smithi157 bash[22215]: cluster 2024-04-25T23:33:40.559813+0000 osd.0 (osd.0) 1 : cluster 0 purged_snaps scrub starts 2024-04-25T23:33:42.918 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:33:42 smithi157 bash[22215]: cluster 2024-04-25T23:33:40.559902+0000 osd.0 (osd.0) 2 : cluster 0 purged_snaps scrub ok 2024-04-25T23:33:42.919 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:33:42 smithi157 bash[22215]: audit 2024-04-25T23:33:41.584152+0000 mon.a (mon.0) 419 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-25T23:33:42.919 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:33:42 smithi157 bash[22215]: cluster 2024-04-25T23:33:41.592602+0000 mon.a (mon.0) 420 : cluster 1 osd.0 [v2:172.21.15.87:6802/1550486809,v1:172.21.15.87:6803/1550486809] boot 2024-04-25T23:33:42.919 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:33:42 smithi157 bash[22215]: cluster 2024-04-25T23:33:41.592628+0000 mon.a (mon.0) 421 : cluster 0 osdmap e8: 1 total, 1 up, 1 in 2024-04-25T23:33:42.919 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:33:42 smithi157 bash[22215]: audit 2024-04-25T23:33:41.592924+0000 mon.a (mon.0) 422 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-25T23:33:42.919 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:33:42 smithi157 bash[22215]: audit 2024-04-25T23:33:42.378752+0000 mon.a (mon.0) 423 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:33:42.919 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:33:42 smithi157 bash[22215]: audit 2024-04-25T23:33:42.385034+0000 mon.a (mon.0) 424 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:33:42.919 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:33:42 smithi157 bash[22215]: audit 2024-04-25T23:33:42.410806+0000 mon.a (mon.0) 425 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T23:33:42.919 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:33:42 smithi157 bash[22215]: audit 2024-04-25T23:33:42.413768+0000 mon.a (mon.0) 426 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-25T23:33:42.919 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:33:42 smithi157 bash[22215]: audit 2024-04-25T23:33:42.418229+0000 mon.a (mon.0) 427 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:33:42.919 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:33:42 smithi157 bash[22215]: audit 2024-04-25T23:33:42.420474+0000 mon.a (mon.0) 428 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:33:42.919 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:33:42 smithi157 bash[22215]: audit 2024-04-25T23:33:42.421705+0000 mon.a (mon.0) 429 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T23:33:42.919 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:33:42 smithi157 bash[22215]: audit 2024-04-25T23:33:42.428626+0000 mon.a (mon.0) 430 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:33:43.466 DEBUG:teuthology.orchestra.run.smithi087:osd.0> sudo journalctl -f -n 0 -u ceph-7567fb78-035b-11ef-bc93-c7b262605968@osd.0.service 2024-04-25T23:33:43.469 INFO:tasks.cephadm:Deploying osd.1 on smithi087 with /dev/vg_nvme/lv_3... 2024-04-25T23:33:43.469 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d2c45d977142e024a59b68a8f1dce8f0b9840551 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567fb78-035b-11ef-bc93-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-04-25T23:33:43.721 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:33:43 smithi087 bash[21583]: cluster 2024-04-25T23:33:41.713989+0000 mgr.a (mgr.14152) 144 : cluster 0 pgmap v86: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:33:43.721 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:33:43 smithi087 bash[21583]: cephadm 2024-04-25T23:33:42.414478+0000 mgr.a (mgr.14152) 145 : cephadm 1 Adjusting osd_memory_target on smithi087 to 16241M 2024-04-25T23:33:43.721 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:33:43 smithi087 bash[21583]: cluster 2024-04-25T23:33:43.434461+0000 mon.a (mon.0) 431 : cluster 0 osdmap e9: 1 total, 1 up, 1 in 2024-04-25T23:33:43.861 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:33:43 smithi161 bash[22340]: cluster 2024-04-25T23:33:41.713989+0000 mgr.a (mgr.14152) 144 : cluster 0 pgmap v86: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:33:43.861 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:33:43 smithi161 bash[22340]: cephadm 2024-04-25T23:33:42.414478+0000 mgr.a (mgr.14152) 145 : cephadm 1 Adjusting osd_memory_target on smithi087 to 16241M 2024-04-25T23:33:43.861 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:33:43 smithi161 bash[22340]: cluster 2024-04-25T23:33:43.434461+0000 mon.a (mon.0) 431 : cluster 0 osdmap e9: 1 total, 1 up, 1 in 2024-04-25T23:33:43.918 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:33:43 smithi157 bash[22215]: cluster 2024-04-25T23:33:41.713989+0000 mgr.a (mgr.14152) 144 : cluster 0 pgmap v86: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T23:33:43.918 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:33:43 smithi157 bash[22215]: cephadm 2024-04-25T23:33:42.414478+0000 mgr.a (mgr.14152) 145 : cephadm 1 Adjusting osd_memory_target on smithi087 to 16241M 2024-04-25T23:33:43.918 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:33:43 smithi157 bash[22215]: cluster 2024-04-25T23:33:43.434461+0000 mon.a (mon.0) 431 : cluster 0 osdmap e9: 1 total, 1 up, 1 in 2024-04-25T23:33:44.746 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:33:44 smithi087 bash[21583]: audit 2024-04-25T23:33:43.667496+0000 mon.a (mon.0) 432 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:33:44.746 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:33:44 smithi087 bash[21583]: audit 2024-04-25T23:33:43.671979+0000 mon.a (mon.0) 433 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:33:44.746 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:33:44 smithi087 bash[21583]: audit 2024-04-25T23:33:43.676548+0000 mon.a (mon.0) 434 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:33:44.746 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:33:44 smithi087 bash[21583]: audit 2024-04-25T23:33:43.678715+0000 mon.a (mon.0) 435 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T23:33:44.746 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:33:44 smithi087 bash[21583]: audit 2024-04-25T23:33:43.681304+0000 mon.a (mon.0) 436 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:33:44.746 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:33:44 smithi087 bash[21583]: audit 2024-04-25T23:33:43.681964+0000 mon.a (mon.0) 437 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T23:33:44.746 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:33:44 smithi087 bash[21583]: cluster 2024-04-25T23:33:43.683472+0000 mgr.a (mgr.14152) 146 : cluster 0 pgmap v88: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-25T23:33:44.746 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:33:44 smithi087 bash[21583]: audit 2024-04-25T23:33:43.686740+0000 mon.a (mon.0) 438 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:33:44.860 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:33:44 smithi161 bash[22340]: audit 2024-04-25T23:33:43.667496+0000 mon.a (mon.0) 432 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:33:44.860 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:33:44 smithi161 bash[22340]: audit 2024-04-25T23:33:43.671979+0000 mon.a (mon.0) 433 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:33:44.860 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:33:44 smithi161 bash[22340]: audit 2024-04-25T23:33:43.676548+0000 mon.a (mon.0) 434 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:33:44.860 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:33:44 smithi161 bash[22340]: audit 2024-04-25T23:33:43.678715+0000 mon.a (mon.0) 435 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T23:33:44.860 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:33:44 smithi161 bash[22340]: audit 2024-04-25T23:33:43.681304+0000 mon.a (mon.0) 436 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:33:44.860 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:33:44 smithi161 bash[22340]: audit 2024-04-25T23:33:43.681964+0000 mon.a (mon.0) 437 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T23:33:44.860 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:33:44 smithi161 bash[22340]: cluster 2024-04-25T23:33:43.683472+0000 mgr.a (mgr.14152) 146 : cluster 0 pgmap v88: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-25T23:33:44.860 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:33:44 smithi161 bash[22340]: audit 2024-04-25T23:33:43.686740+0000 mon.a (mon.0) 438 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:33:44.918 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:33:44 smithi157 bash[22215]: audit 2024-04-25T23:33:43.667496+0000 mon.a (mon.0) 432 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:33:44.918 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:33:44 smithi157 bash[22215]: audit 2024-04-25T23:33:43.671979+0000 mon.a (mon.0) 433 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:33:44.918 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:33:44 smithi157 bash[22215]: audit 2024-04-25T23:33:43.676548+0000 mon.a (mon.0) 434 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:33:44.919 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:33:44 smithi157 bash[22215]: audit 2024-04-25T23:33:43.678715+0000 mon.a (mon.0) 435 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T23:33:44.919 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:33:44 smithi157 bash[22215]: audit 2024-04-25T23:33:43.681304+0000 mon.a (mon.0) 436 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:33:44.919 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:33:44 smithi157 bash[22215]: audit 2024-04-25T23:33:43.681964+0000 mon.a (mon.0) 437 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T23:33:44.919 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:33:44 smithi157 bash[22215]: cluster 2024-04-25T23:33:43.683472+0000 mgr.a (mgr.14152) 146 : cluster 0 pgmap v88: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-25T23:33:44.919 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:33:44 smithi157 bash[22215]: audit 2024-04-25T23:33:43.686740+0000 mon.a (mon.0) 438 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:33:45.918 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:33:45 smithi157 bash[22215]: cluster 2024-04-25T23:33:44.675121+0000 mon.a (mon.0) 439 : cluster 3 Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-25T23:33:45.998 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:33:45 smithi087 bash[21583]: cluster 2024-04-25T23:33:44.675121+0000 mon.a (mon.0) 439 : cluster 3 Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-25T23:33:46.149 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:33:45 smithi161 bash[22340]: cluster 2024-04-25T23:33:44.675121+0000 mon.a (mon.0) 439 : cluster 3 Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-25T23:33:46.900 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:33:46 smithi161 bash[22340]: cluster 2024-04-25T23:33:45.684081+0000 mgr.a (mgr.14152) 147 : cluster 0 pgmap v89: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-25T23:33:46.996 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:33:46 smithi087 bash[21583]: cluster 2024-04-25T23:33:45.684081+0000 mgr.a (mgr.14152) 147 : cluster 0 pgmap v89: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-25T23:33:47.168 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:33:46 smithi157 bash[22215]: cluster 2024-04-25T23:33:45.684081+0000 mgr.a (mgr.14152) 147 : cluster 0 pgmap v89: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-25T23:33:47.960 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/7567fb78-035b-11ef-bc93-c7b262605968/mon.a/config 2024-04-25T23:33:49.650 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:33:49 smithi161 bash[22340]: cluster 2024-04-25T23:33:47.684649+0000 mgr.a (mgr.14152) 148 : cluster 0 pgmap v90: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-25T23:33:49.650 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:33:49 smithi161 bash[22340]: audit 2024-04-25T23:33:48.382316+0000 mon.a (mon.0) 440 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:33:49.650 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:33:49 smithi161 bash[22340]: audit 2024-04-25T23:33:48.387588+0000 mon.a (mon.0) 441 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:33:49.650 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:33:49 smithi161 bash[22340]: audit 2024-04-25T23:33:48.392434+0000 mon.a (mon.0) 442 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:33:49.650 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:33:49 smithi161 bash[22340]: audit 2024-04-25T23:33:48.430131+0000 mon.a (mon.0) 443 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T23:33:49.650 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:33:49 smithi161 bash[22340]: audit 2024-04-25T23:33:48.435154+0000 mon.a (mon.0) 444 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:33:49.650 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:33:49 smithi161 bash[22340]: audit 2024-04-25T23:33:48.436721+0000 mon.a (mon.0) 445 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T23:33:49.650 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:33:49 smithi161 bash[22340]: cluster 2024-04-25T23:33:48.439759+0000 mgr.a (mgr.14152) 149 : cluster 0 pgmap v91: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-25T23:33:49.651 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:33:49 smithi161 bash[22340]: audit 2024-04-25T23:33:48.446109+0000 mon.a (mon.0) 446 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:33:49.668 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:33:49 smithi157 bash[22215]: cluster 2024-04-25T23:33:47.684649+0000 mgr.a (mgr.14152) 148 : cluster 0 pgmap v90: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-25T23:33:49.668 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:33:49 smithi157 bash[22215]: audit 2024-04-25T23:33:48.382316+0000 mon.a (mon.0) 440 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:33:49.668 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:33:49 smithi157 bash[22215]: audit 2024-04-25T23:33:48.387588+0000 mon.a (mon.0) 441 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:33:49.669 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:33:49 smithi157 bash[22215]: audit 2024-04-25T23:33:48.392434+0000 mon.a (mon.0) 442 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:33:49.669 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:33:49 smithi157 bash[22215]: audit 2024-04-25T23:33:48.430131+0000 mon.a (mon.0) 443 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T23:33:49.669 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:33:49 smithi157 bash[22215]: audit 2024-04-25T23:33:48.435154+0000 mon.a (mon.0) 444 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:33:49.669 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:33:49 smithi157 bash[22215]: audit 2024-04-25T23:33:48.436721+0000 mon.a (mon.0) 445 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T23:33:49.669 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:33:49 smithi157 bash[22215]: cluster 2024-04-25T23:33:48.439759+0000 mgr.a (mgr.14152) 149 : cluster 0 pgmap v91: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-25T23:33:49.669 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:33:49 smithi157 bash[22215]: audit 2024-04-25T23:33:48.446109+0000 mon.a (mon.0) 446 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:33:49.746 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:33:49 smithi087 bash[21583]: cluster 2024-04-25T23:33:47.684649+0000 mgr.a (mgr.14152) 148 : cluster 0 pgmap v90: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-25T23:33:49.746 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:33:49 smithi087 bash[21583]: audit 2024-04-25T23:33:48.382316+0000 mon.a (mon.0) 440 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:33:49.746 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:33:49 smithi087 bash[21583]: audit 2024-04-25T23:33:48.387588+0000 mon.a (mon.0) 441 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:33:49.746 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:33:49 smithi087 bash[21583]: audit 2024-04-25T23:33:48.392434+0000 mon.a (mon.0) 442 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:33:49.746 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:33:49 smithi087 bash[21583]: audit 2024-04-25T23:33:48.430131+0000 mon.a (mon.0) 443 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T23:33:49.746 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:33:49 smithi087 bash[21583]: audit 2024-04-25T23:33:48.435154+0000 mon.a (mon.0) 444 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:33:49.746 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:33:49 smithi087 bash[21583]: audit 2024-04-25T23:33:48.436721+0000 mon.a (mon.0) 445 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T23:33:49.746 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:33:49 smithi087 bash[21583]: cluster 2024-04-25T23:33:48.439759+0000 mgr.a (mgr.14152) 149 : cluster 0 pgmap v91: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-25T23:33:49.746 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:33:49 smithi087 bash[21583]: audit 2024-04-25T23:33:48.446109+0000 mon.a (mon.0) 446 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:33:50.650 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:33:50 smithi161 bash[22340]: cluster 2024-04-25T23:33:49.391159+0000 mon.a (mon.0) 447 : cluster 1 Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-04-25T23:33:50.650 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:33:50 smithi161 bash[22340]: cluster 2024-04-25T23:33:49.391211+0000 mon.a (mon.0) 448 : cluster 1 Cluster is now healthy 2024-04-25T23:33:50.650 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:33:50 smithi161 bash[22340]: audit 2024-04-25T23:33:49.426948+0000 mon.a (mon.0) 449 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:33:50.650 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:33:50 smithi161 bash[22340]: audit 2024-04-25T23:33:49.434970+0000 mon.a (mon.0) 450 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:33:50.650 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:33:50 smithi161 bash[22340]: audit 2024-04-25T23:33:49.444829+0000 mon.a (mon.0) 451 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:33:50.668 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:33:50 smithi157 bash[22215]: cluster 2024-04-25T23:33:49.391159+0000 mon.a (mon.0) 447 : cluster 1 Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-04-25T23:33:50.668 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:33:50 smithi157 bash[22215]: cluster 2024-04-25T23:33:49.391211+0000 mon.a (mon.0) 448 : cluster 1 Cluster is now healthy 2024-04-25T23:33:50.668 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:33:50 smithi157 bash[22215]: audit 2024-04-25T23:33:49.426948+0000 mon.a (mon.0) 449 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:33:50.668 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:33:50 smithi157 bash[22215]: audit 2024-04-25T23:33:49.434970+0000 mon.a (mon.0) 450 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:33:50.668 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:33:50 smithi157 bash[22215]: audit 2024-04-25T23:33:49.444829+0000 mon.a (mon.0) 451 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:33:50.746 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:33:50 smithi087 bash[21583]: cluster 2024-04-25T23:33:49.391159+0000 mon.a (mon.0) 447 : cluster 1 Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-04-25T23:33:50.746 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:33:50 smithi087 bash[21583]: cluster 2024-04-25T23:33:49.391211+0000 mon.a (mon.0) 448 : cluster 1 Cluster is now healthy 2024-04-25T23:33:50.746 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:33:50 smithi087 bash[21583]: audit 2024-04-25T23:33:49.426948+0000 mon.a (mon.0) 449 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:33:50.746 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:33:50 smithi087 bash[21583]: audit 2024-04-25T23:33:49.434970+0000 mon.a (mon.0) 450 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:33:50.746 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:33:50 smithi087 bash[21583]: audit 2024-04-25T23:33:49.444829+0000 mon.a (mon.0) 451 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:33:51.095 INFO:teuthology.orchestra.run.smithi087.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-04-25T23:33:51.095 INFO:teuthology.orchestra.run.smithi087.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-04-25T23:33:51.095 INFO:teuthology.orchestra.run.smithi087.stderr: stderr: 10+0 records in 2024-04-25T23:33:51.095 INFO:teuthology.orchestra.run.smithi087.stderr:10+0 records out 2024-04-25T23:33:51.095 INFO:teuthology.orchestra.run.smithi087.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.017461 s, 601 MB/s 2024-04-25T23:33:51.095 INFO:teuthology.orchestra.run.smithi087.stderr:--> Zapping successful for: 2024-04-25T23:33:51.495 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:33:51 smithi087 bash[21583]: cluster 2024-04-25T23:33:50.440069+0000 mgr.a (mgr.14152) 150 : cluster 0 pgmap v92: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-25T23:33:51.649 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:33:51 smithi161 bash[22340]: cluster 2024-04-25T23:33:50.440069+0000 mgr.a (mgr.14152) 150 : cluster 0 pgmap v92: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-25T23:33:51.668 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:33:51 smithi157 bash[22215]: cluster 2024-04-25T23:33:50.440069+0000 mgr.a (mgr.14152) 150 : cluster 0 pgmap v92: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-25T23:33:51.855 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d2c45d977142e024a59b68a8f1dce8f0b9840551 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567fb78-035b-11ef-bc93-c7b262605968 -- ceph orch daemon add osd smithi087:vg_nvme/lv_3 2024-04-25T23:33:53.745 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:33:53 smithi087 bash[21583]: cluster 2024-04-25T23:33:52.440484+0000 mgr.a (mgr.14152) 151 : cluster 0 pgmap v93: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-25T23:33:53.899 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:33:53 smithi161 bash[22340]: cluster 2024-04-25T23:33:52.440484+0000 mgr.a (mgr.14152) 151 : cluster 0 pgmap v93: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-25T23:33:53.918 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:33:53 smithi157 bash[22215]: cluster 2024-04-25T23:33:52.440484+0000 mgr.a (mgr.14152) 151 : cluster 0 pgmap v93: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-25T23:33:55.745 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:33:55 smithi087 bash[21583]: cluster 2024-04-25T23:33:54.440974+0000 mgr.a (mgr.14152) 152 : cluster 0 pgmap v94: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-25T23:33:55.858 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:33:55 smithi157 bash[22215]: cluster 2024-04-25T23:33:54.440974+0000 mgr.a (mgr.14152) 152 : cluster 0 pgmap v94: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-25T23:33:55.899 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:33:55 smithi161 bash[22340]: cluster 2024-04-25T23:33:54.440974+0000 mgr.a (mgr.14152) 152 : cluster 0 pgmap v94: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-25T23:33:56.580 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/7567fb78-035b-11ef-bc93-c7b262605968/mon.a/config 2024-04-25T23:33:57.745 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:33:57 smithi087 bash[21583]: cluster 2024-04-25T23:33:56.441477+0000 mgr.a (mgr.14152) 153 : cluster 0 pgmap v95: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-25T23:33:57.899 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:33:57 smithi161 bash[22340]: cluster 2024-04-25T23:33:56.441477+0000 mgr.a (mgr.14152) 153 : cluster 0 pgmap v95: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-25T23:33:57.918 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:33:57 smithi157 bash[22215]: cluster 2024-04-25T23:33:56.441477+0000 mgr.a (mgr.14152) 153 : cluster 0 pgmap v95: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-25T23:33:59.746 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:33:59 smithi087 bash[21583]: cluster 2024-04-25T23:33:58.441976+0000 mgr.a (mgr.14152) 154 : cluster 0 pgmap v96: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-25T23:33:59.746 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:33:59 smithi087 bash[21583]: audit 2024-04-25T23:33:59.319310+0000 mon.a (mon.0) 452 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-25T23:33:59.746 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:33:59 smithi087 bash[21583]: audit 2024-04-25T23:33:59.325101+0000 mon.a (mon.0) 453 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-25T23:33:59.746 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:33:59 smithi087 bash[21583]: audit 2024-04-25T23:33:59.326781+0000 mon.a (mon.0) 454 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:33:59.899 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:33:59 smithi161 bash[22340]: cluster 2024-04-25T23:33:58.441976+0000 mgr.a (mgr.14152) 154 : cluster 0 pgmap v96: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-25T23:33:59.900 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:33:59 smithi161 bash[22340]: audit 2024-04-25T23:33:59.319310+0000 mon.a (mon.0) 452 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-25T23:33:59.900 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:33:59 smithi161 bash[22340]: audit 2024-04-25T23:33:59.325101+0000 mon.a (mon.0) 453 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-25T23:33:59.900 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:33:59 smithi161 bash[22340]: audit 2024-04-25T23:33:59.326781+0000 mon.a (mon.0) 454 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:33:59.918 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:33:59 smithi157 bash[22215]: cluster 2024-04-25T23:33:58.441976+0000 mgr.a (mgr.14152) 154 : cluster 0 pgmap v96: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-25T23:33:59.918 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:33:59 smithi157 bash[22215]: audit 2024-04-25T23:33:59.319310+0000 mon.a (mon.0) 452 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-25T23:33:59.918 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:33:59 smithi157 bash[22215]: audit 2024-04-25T23:33:59.325101+0000 mon.a (mon.0) 453 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-25T23:33:59.918 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:33:59 smithi157 bash[22215]: audit 2024-04-25T23:33:59.326781+0000 mon.a (mon.0) 454 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:34:00.745 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:34:00 smithi087 bash[21583]: audit 2024-04-25T23:33:59.316531+0000 mgr.a (mgr.14152) 155 : audit 0 from='client.14238 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi087:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T23:34:00.746 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:34:00 smithi087 bash[21583]: audit 2024-04-25T23:34:00.465725+0000 mon.a (mon.0) 455 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:34:00.746 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:34:00 smithi087 bash[21583]: audit 2024-04-25T23:34:00.474309+0000 mon.a (mon.0) 456 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:34:00.746 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:34:00 smithi087 bash[21583]: audit 2024-04-25T23:34:00.484550+0000 mon.a (mon.0) 457 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:34:00.899 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:34:00 smithi161 bash[22340]: audit 2024-04-25T23:33:59.316531+0000 mgr.a (mgr.14152) 155 : audit 0 from='client.14238 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi087:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T23:34:00.900 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:34:00 smithi161 bash[22340]: audit 2024-04-25T23:34:00.465725+0000 mon.a (mon.0) 455 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:34:00.900 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:34:00 smithi161 bash[22340]: audit 2024-04-25T23:34:00.474309+0000 mon.a (mon.0) 456 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:34:00.900 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:34:00 smithi161 bash[22340]: audit 2024-04-25T23:34:00.484550+0000 mon.a (mon.0) 457 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:34:00.918 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:34:00 smithi157 bash[22215]: audit 2024-04-25T23:33:59.316531+0000 mgr.a (mgr.14152) 155 : audit 0 from='client.14238 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi087:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T23:34:00.918 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:34:00 smithi157 bash[22215]: audit 2024-04-25T23:34:00.465725+0000 mon.a (mon.0) 455 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:34:00.918 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:34:00 smithi157 bash[22215]: audit 2024-04-25T23:34:00.474309+0000 mon.a (mon.0) 456 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:34:00.918 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:34:00 smithi157 bash[22215]: audit 2024-04-25T23:34:00.484550+0000 mon.a (mon.0) 457 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:34:01.899 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:34:01 smithi161 bash[22340]: cluster 2024-04-25T23:34:00.442474+0000 mgr.a (mgr.14152) 156 : cluster 0 pgmap v97: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-25T23:34:01.918 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:34:01 smithi157 bash[22215]: cluster 2024-04-25T23:34:00.442474+0000 mgr.a (mgr.14152) 156 : cluster 0 pgmap v97: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-25T23:34:01.995 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:34:01 smithi087 bash[21583]: cluster 2024-04-25T23:34:00.442474+0000 mgr.a (mgr.14152) 156 : cluster 0 pgmap v97: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-25T23:34:03.899 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:34:03 smithi161 bash[22340]: cluster 2024-04-25T23:34:02.442892+0000 mgr.a (mgr.14152) 157 : cluster 0 pgmap v98: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-25T23:34:03.917 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:34:03 smithi157 bash[22215]: cluster 2024-04-25T23:34:02.442892+0000 mgr.a (mgr.14152) 157 : cluster 0 pgmap v98: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-25T23:34:03.995 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:34:03 smithi087 bash[21583]: cluster 2024-04-25T23:34:02.442892+0000 mgr.a (mgr.14152) 157 : cluster 0 pgmap v98: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-25T23:34:05.597 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:34:05 smithi087 bash[21583]: cluster 2024-04-25T23:34:04.443321+0000 mgr.a (mgr.14152) 158 : cluster 0 pgmap v99: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-25T23:34:05.899 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:34:05 smithi161 bash[22340]: cluster 2024-04-25T23:34:04.443321+0000 mgr.a (mgr.14152) 158 : cluster 0 pgmap v99: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-25T23:34:05.918 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:34:05 smithi157 bash[22215]: cluster 2024-04-25T23:34:04.443321+0000 mgr.a (mgr.14152) 158 : cluster 0 pgmap v99: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-25T23:34:07.899 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:34:07 smithi161 bash[22340]: cluster 2024-04-25T23:34:06.443838+0000 mgr.a (mgr.14152) 159 : cluster 0 pgmap v100: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-25T23:34:07.917 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:34:07 smithi157 bash[22215]: cluster 2024-04-25T23:34:06.443838+0000 mgr.a (mgr.14152) 159 : cluster 0 pgmap v100: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-25T23:34:07.995 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:34:07 smithi087 bash[21583]: cluster 2024-04-25T23:34:06.443838+0000 mgr.a (mgr.14152) 159 : cluster 0 pgmap v100: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-25T23:34:08.831 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:34:08 smithi087 bash[21583]: audit 2024-04-25T23:34:07.691024+0000 mon.a (mon.0) 458 : audit 1 from='client.? 172.21.15.87:0/204862417' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d599a0ae-3b17-40fb-9a14-c0f1e978cce5"}]: dispatch 2024-04-25T23:34:08.831 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:34:08 smithi087 bash[21583]: audit 2024-04-25T23:34:07.694123+0000 mon.a (mon.0) 459 : audit 1 from='client.? 172.21.15.87:0/204862417' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d599a0ae-3b17-40fb-9a14-c0f1e978cce5"}]': finished 2024-04-25T23:34:08.831 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:34:08 smithi087 bash[21583]: cluster 2024-04-25T23:34:07.697845+0000 mon.a (mon.0) 460 : cluster 0 osdmap e10: 2 total, 1 up, 2 in 2024-04-25T23:34:08.831 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:34:08 smithi087 bash[21583]: audit 2024-04-25T23:34:07.698126+0000 mon.a (mon.0) 461 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-25T23:34:08.831 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:34:08 smithi087 bash[21583]: audit 2024-04-25T23:34:08.423139+0000 mon.a (mon.0) 462 : audit 0 from='client.? 172.21.15.87:0/1940930163' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-25T23:34:08.899 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:34:08 smithi161 bash[22340]: audit 2024-04-25T23:34:07.691024+0000 mon.a (mon.0) 458 : audit 1 from='client.? 172.21.15.87:0/204862417' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d599a0ae-3b17-40fb-9a14-c0f1e978cce5"}]: dispatch 2024-04-25T23:34:08.899 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:34:08 smithi161 bash[22340]: audit 2024-04-25T23:34:07.694123+0000 mon.a (mon.0) 459 : audit 1 from='client.? 172.21.15.87:0/204862417' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d599a0ae-3b17-40fb-9a14-c0f1e978cce5"}]': finished 2024-04-25T23:34:08.899 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:34:08 smithi161 bash[22340]: cluster 2024-04-25T23:34:07.697845+0000 mon.a (mon.0) 460 : cluster 0 osdmap e10: 2 total, 1 up, 2 in 2024-04-25T23:34:08.900 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:34:08 smithi161 bash[22340]: audit 2024-04-25T23:34:07.698126+0000 mon.a (mon.0) 461 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-25T23:34:08.900 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:34:08 smithi161 bash[22340]: audit 2024-04-25T23:34:08.423139+0000 mon.a (mon.0) 462 : audit 0 from='client.? 172.21.15.87:0/1940930163' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-25T23:34:08.918 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:34:08 smithi157 bash[22215]: audit 2024-04-25T23:34:07.691024+0000 mon.a (mon.0) 458 : audit 1 from='client.? 172.21.15.87:0/204862417' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d599a0ae-3b17-40fb-9a14-c0f1e978cce5"}]: dispatch 2024-04-25T23:34:08.918 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:34:08 smithi157 bash[22215]: audit 2024-04-25T23:34:07.694123+0000 mon.a (mon.0) 459 : audit 1 from='client.? 172.21.15.87:0/204862417' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d599a0ae-3b17-40fb-9a14-c0f1e978cce5"}]': finished 2024-04-25T23:34:08.918 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:34:08 smithi157 bash[22215]: cluster 2024-04-25T23:34:07.697845+0000 mon.a (mon.0) 460 : cluster 0 osdmap e10: 2 total, 1 up, 2 in 2024-04-25T23:34:08.918 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:34:08 smithi157 bash[22215]: audit 2024-04-25T23:34:07.698126+0000 mon.a (mon.0) 461 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-25T23:34:08.918 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:34:08 smithi157 bash[22215]: audit 2024-04-25T23:34:08.423139+0000 mon.a (mon.0) 462 : audit 0 from='client.? 172.21.15.87:0/1940930163' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-25T23:34:09.899 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:34:09 smithi161 bash[22340]: cluster 2024-04-25T23:34:08.444219+0000 mgr.a (mgr.14152) 160 : cluster 0 pgmap v102: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-25T23:34:09.900 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:34:09 smithi161 bash[22340]: audit 2024-04-25T23:34:08.531624+0000 mon.a (mon.0) 463 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:34:09.900 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:34:09 smithi161 bash[22340]: audit 2024-04-25T23:34:08.541868+0000 mon.a (mon.0) 464 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:34:09.900 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:34:09 smithi161 bash[22340]: audit 2024-04-25T23:34:08.546572+0000 mon.a (mon.0) 465 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:34:09.900 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:34:09 smithi161 bash[22340]: audit 2024-04-25T23:34:08.980497+0000 mon.a (mon.0) 466 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:34:09.900 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:34:09 smithi161 bash[22340]: audit 2024-04-25T23:34:08.985480+0000 mon.a (mon.0) 467 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:34:09.900 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:34:09 smithi161 bash[22340]: audit 2024-04-25T23:34:08.992408+0000 mon.a (mon.0) 468 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:34:09.918 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:34:09 smithi157 bash[22215]: cluster 2024-04-25T23:34:08.444219+0000 mgr.a (mgr.14152) 160 : cluster 0 pgmap v102: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-25T23:34:09.918 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:34:09 smithi157 bash[22215]: audit 2024-04-25T23:34:08.531624+0000 mon.a (mon.0) 463 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:34:09.918 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:34:09 smithi157 bash[22215]: audit 2024-04-25T23:34:08.541868+0000 mon.a (mon.0) 464 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:34:09.918 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:34:09 smithi157 bash[22215]: audit 2024-04-25T23:34:08.546572+0000 mon.a (mon.0) 465 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:34:09.918 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:34:09 smithi157 bash[22215]: audit 2024-04-25T23:34:08.980497+0000 mon.a (mon.0) 466 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:34:09.918 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:34:09 smithi157 bash[22215]: audit 2024-04-25T23:34:08.985480+0000 mon.a (mon.0) 467 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:34:09.918 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:34:09 smithi157 bash[22215]: audit 2024-04-25T23:34:08.992408+0000 mon.a (mon.0) 468 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:34:09.996 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:34:09 smithi087 bash[21583]: cluster 2024-04-25T23:34:08.444219+0000 mgr.a (mgr.14152) 160 : cluster 0 pgmap v102: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-25T23:34:09.996 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:34:09 smithi087 bash[21583]: audit 2024-04-25T23:34:08.531624+0000 mon.a (mon.0) 463 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:34:09.996 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:34:09 smithi087 bash[21583]: audit 2024-04-25T23:34:08.541868+0000 mon.a (mon.0) 464 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:34:09.996 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:34:09 smithi087 bash[21583]: audit 2024-04-25T23:34:08.546572+0000 mon.a (mon.0) 465 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:34:09.996 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:34:09 smithi087 bash[21583]: audit 2024-04-25T23:34:08.980497+0000 mon.a (mon.0) 466 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:34:09.996 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:34:09 smithi087 bash[21583]: audit 2024-04-25T23:34:08.985480+0000 mon.a (mon.0) 467 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:34:09.996 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:34:09 smithi087 bash[21583]: audit 2024-04-25T23:34:08.992408+0000 mon.a (mon.0) 468 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:34:10.899 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:34:10 smithi161 bash[22340]: audit 2024-04-25T23:34:09.642296+0000 mon.a (mon.0) 469 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:34:10.899 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:34:10 smithi161 bash[22340]: audit 2024-04-25T23:34:09.647024+0000 mon.a (mon.0) 470 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:34:10.900 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:34:10 smithi161 bash[22340]: audit 2024-04-25T23:34:09.652797+0000 mon.a (mon.0) 471 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:34:10.900 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:34:10 smithi161 bash[22340]: cluster 2024-04-25T23:34:10.444687+0000 mgr.a (mgr.14152) 161 : cluster 0 pgmap v103: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-25T23:34:10.905 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:34:10 smithi087 bash[21583]: audit 2024-04-25T23:34:09.642296+0000 mon.a (mon.0) 469 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:34:10.905 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:34:10 smithi087 bash[21583]: audit 2024-04-25T23:34:09.647024+0000 mon.a (mon.0) 470 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:34:10.905 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:34:10 smithi087 bash[21583]: audit 2024-04-25T23:34:09.652797+0000 mon.a (mon.0) 471 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:34:10.905 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:34:10 smithi087 bash[21583]: cluster 2024-04-25T23:34:10.444687+0000 mgr.a (mgr.14152) 161 : cluster 0 pgmap v103: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-25T23:34:10.918 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:34:10 smithi157 bash[22215]: audit 2024-04-25T23:34:09.642296+0000 mon.a (mon.0) 469 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:34:10.918 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:34:10 smithi157 bash[22215]: audit 2024-04-25T23:34:09.647024+0000 mon.a (mon.0) 470 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:34:10.918 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:34:10 smithi157 bash[22215]: audit 2024-04-25T23:34:09.652797+0000 mon.a (mon.0) 471 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:34:10.918 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:34:10 smithi157 bash[22215]: cluster 2024-04-25T23:34:10.444687+0000 mgr.a (mgr.14152) 161 : cluster 0 pgmap v103: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-25T23:34:13.745 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:34:13 smithi087 bash[21583]: cluster 2024-04-25T23:34:12.445155+0000 mgr.a (mgr.14152) 162 : cluster 0 pgmap v104: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-25T23:34:13.899 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:34:13 smithi161 bash[22340]: cluster 2024-04-25T23:34:12.445155+0000 mgr.a (mgr.14152) 162 : cluster 0 pgmap v104: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-25T23:34:13.917 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:34:13 smithi157 bash[22215]: cluster 2024-04-25T23:34:12.445155+0000 mgr.a (mgr.14152) 162 : cluster 0 pgmap v104: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-25T23:34:15.745 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:34:15 smithi087 bash[21583]: cluster 2024-04-25T23:34:14.445643+0000 mgr.a (mgr.14152) 163 : cluster 0 pgmap v105: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-25T23:34:15.899 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:34:15 smithi161 bash[22340]: cluster 2024-04-25T23:34:14.445643+0000 mgr.a (mgr.14152) 163 : cluster 0 pgmap v105: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-25T23:34:15.918 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:34:15 smithi157 bash[22215]: cluster 2024-04-25T23:34:14.445643+0000 mgr.a (mgr.14152) 163 : cluster 0 pgmap v105: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-25T23:34:17.745 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:34:17 smithi087 bash[21583]: cluster 2024-04-25T23:34:16.446096+0000 mgr.a (mgr.14152) 164 : cluster 0 pgmap v106: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-25T23:34:17.899 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:34:17 smithi161 bash[22340]: cluster 2024-04-25T23:34:16.446096+0000 mgr.a (mgr.14152) 164 : cluster 0 pgmap v106: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-25T23:34:17.917 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:34:17 smithi157 bash[22215]: cluster 2024-04-25T23:34:16.446096+0000 mgr.a (mgr.14152) 164 : cluster 0 pgmap v106: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-25T23:34:19.746 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:34:19 smithi087 bash[21583]: cluster 2024-04-25T23:34:18.446566+0000 mgr.a (mgr.14152) 165 : cluster 0 pgmap v107: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-25T23:34:19.899 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:34:19 smithi161 bash[22340]: cluster 2024-04-25T23:34:18.446566+0000 mgr.a (mgr.14152) 165 : cluster 0 pgmap v107: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-25T23:34:19.917 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:34:19 smithi157 bash[22215]: cluster 2024-04-25T23:34:18.446566+0000 mgr.a (mgr.14152) 165 : cluster 0 pgmap v107: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-25T23:34:21.899 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:34:21 smithi161 bash[22340]: cluster 2024-04-25T23:34:20.447069+0000 mgr.a (mgr.14152) 166 : cluster 0 pgmap v108: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-25T23:34:21.899 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:34:21 smithi161 bash[22340]: audit 2024-04-25T23:34:20.562238+0000 mon.a (mon.0) 472 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-04-25T23:34:21.899 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:34:21 smithi161 bash[22340]: audit 2024-04-25T23:34:20.563082+0000 mon.a (mon.0) 473 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:34:21.899 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:34:21 smithi161 bash[22340]: cephadm 2024-04-25T23:34:20.563823+0000 mgr.a (mgr.14152) 167 : cephadm 1 Deploying daemon osd.1 on smithi087 2024-04-25T23:34:21.900 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:34:21 smithi161 bash[22340]: audit 2024-04-25T23:34:20.672031+0000 mon.a (mon.0) 474 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:34:21.900 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:34:21 smithi161 bash[22340]: audit 2024-04-25T23:34:20.677636+0000 mon.a (mon.0) 475 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:34:21.900 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:34:21 smithi161 bash[22340]: audit 2024-04-25T23:34:20.682545+0000 mon.a (mon.0) 476 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:34:21.918 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:34:21 smithi157 bash[22215]: cluster 2024-04-25T23:34:20.447069+0000 mgr.a (mgr.14152) 166 : cluster 0 pgmap v108: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-25T23:34:21.918 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:34:21 smithi157 bash[22215]: audit 2024-04-25T23:34:20.562238+0000 mon.a (mon.0) 472 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-04-25T23:34:21.918 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:34:21 smithi157 bash[22215]: audit 2024-04-25T23:34:20.563082+0000 mon.a (mon.0) 473 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:34:21.918 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:34:21 smithi157 bash[22215]: cephadm 2024-04-25T23:34:20.563823+0000 mgr.a (mgr.14152) 167 : cephadm 1 Deploying daemon osd.1 on smithi087 2024-04-25T23:34:21.918 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:34:21 smithi157 bash[22215]: audit 2024-04-25T23:34:20.672031+0000 mon.a (mon.0) 474 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:34:21.918 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:34:21 smithi157 bash[22215]: audit 2024-04-25T23:34:20.677636+0000 mon.a (mon.0) 475 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:34:21.918 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:34:21 smithi157 bash[22215]: audit 2024-04-25T23:34:20.682545+0000 mon.a (mon.0) 476 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:34:21.996 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:34:21 smithi087 bash[21583]: cluster 2024-04-25T23:34:20.447069+0000 mgr.a (mgr.14152) 166 : cluster 0 pgmap v108: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-25T23:34:21.996 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:34:21 smithi087 bash[21583]: audit 2024-04-25T23:34:20.562238+0000 mon.a (mon.0) 472 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-04-25T23:34:21.996 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:34:21 smithi087 bash[21583]: audit 2024-04-25T23:34:20.563082+0000 mon.a (mon.0) 473 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:34:21.996 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:34:21 smithi087 bash[21583]: cephadm 2024-04-25T23:34:20.563823+0000 mgr.a (mgr.14152) 167 : cephadm 1 Deploying daemon osd.1 on smithi087 2024-04-25T23:34:21.996 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:34:21 smithi087 bash[21583]: audit 2024-04-25T23:34:20.672031+0000 mon.a (mon.0) 474 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:34:21.996 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:34:21 smithi087 bash[21583]: audit 2024-04-25T23:34:20.677636+0000 mon.a (mon.0) 475 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:34:21.996 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:34:21 smithi087 bash[21583]: audit 2024-04-25T23:34:20.682545+0000 mon.a (mon.0) 476 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:34:23.899 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:34:23 smithi161 bash[22340]: cluster 2024-04-25T23:34:22.447493+0000 mgr.a (mgr.14152) 168 : cluster 0 pgmap v109: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-25T23:34:23.917 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:34:23 smithi157 bash[22215]: cluster 2024-04-25T23:34:22.447493+0000 mgr.a (mgr.14152) 168 : cluster 0 pgmap v109: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-25T23:34:23.985 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:34:23 smithi087 bash[21583]: cluster 2024-04-25T23:34:22.447493+0000 mgr.a (mgr.14152) 168 : cluster 0 pgmap v109: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-25T23:34:25.060 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:34:24 smithi087 systemd[1]: /etc/systemd/system/ceph-7567fb78-035b-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-25T23:34:25.061 INFO:journalctl@ceph.osd.0.smithi087.stdout:Apr 25 23:34:24 smithi087 systemd[1]: /etc/systemd/system/ceph-7567fb78-035b-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-25T23:34:25.061 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 25 23:34:24 smithi087 systemd[1]: /etc/systemd/system/ceph-7567fb78-035b-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-25T23:34:25.329 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:34:25 smithi087 systemd[1]: /etc/systemd/system/ceph-7567fb78-035b-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-25T23:34:25.330 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 25 23:34:25 smithi087 systemd[1]: /etc/systemd/system/ceph-7567fb78-035b-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-25T23:34:25.330 INFO:journalctl@ceph.osd.0.smithi087.stdout:Apr 25 23:34:25 smithi087 systemd[1]: /etc/systemd/system/ceph-7567fb78-035b-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-25T23:34:25.645 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:34:25 smithi161 bash[22340]: cluster 2024-04-25T23:34:24.447975+0000 mgr.a (mgr.14152) 169 : cluster 0 pgmap v110: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-25T23:34:25.645 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:34:25 smithi161 bash[22340]: audit 2024-04-25T23:34:25.336440+0000 mon.a (mon.0) 477 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:34:25.645 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:34:25 smithi161 bash[22340]: audit 2024-04-25T23:34:25.341255+0000 mon.a (mon.0) 478 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:34:25.645 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:34:25 smithi161 bash[22340]: audit 2024-04-25T23:34:25.356698+0000 mon.a (mon.0) 479 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T23:34:25.645 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:34:25 smithi161 bash[22340]: audit 2024-04-25T23:34:25.360441+0000 mon.a (mon.0) 480 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:34:25.645 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:34:25 smithi161 bash[22340]: audit 2024-04-25T23:34:25.361675+0000 mon.a (mon.0) 481 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T23:34:25.645 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:34:25 smithi161 bash[22340]: audit 2024-04-25T23:34:25.367735+0000 mon.a (mon.0) 482 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:34:25.746 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:34:25 smithi087 bash[21583]: cluster 2024-04-25T23:34:24.447975+0000 mgr.a (mgr.14152) 169 : cluster 0 pgmap v110: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-25T23:34:25.746 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:34:25 smithi087 bash[21583]: audit 2024-04-25T23:34:25.336440+0000 mon.a (mon.0) 477 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:34:25.746 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:34:25 smithi087 bash[21583]: audit 2024-04-25T23:34:25.341255+0000 mon.a (mon.0) 478 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:34:25.746 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:34:25 smithi087 bash[21583]: audit 2024-04-25T23:34:25.356698+0000 mon.a (mon.0) 479 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T23:34:25.747 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:34:25 smithi087 bash[21583]: audit 2024-04-25T23:34:25.360441+0000 mon.a (mon.0) 480 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:34:25.747 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:34:25 smithi087 bash[21583]: audit 2024-04-25T23:34:25.361675+0000 mon.a (mon.0) 481 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T23:34:25.747 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:34:25 smithi087 bash[21583]: audit 2024-04-25T23:34:25.367735+0000 mon.a (mon.0) 482 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:34:25.918 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:34:25 smithi157 bash[22215]: cluster 2024-04-25T23:34:24.447975+0000 mgr.a (mgr.14152) 169 : cluster 0 pgmap v110: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-25T23:34:25.918 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:34:25 smithi157 bash[22215]: audit 2024-04-25T23:34:25.336440+0000 mon.a (mon.0) 477 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:34:25.918 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:34:25 smithi157 bash[22215]: audit 2024-04-25T23:34:25.341255+0000 mon.a (mon.0) 478 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:34:25.918 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:34:25 smithi157 bash[22215]: audit 2024-04-25T23:34:25.356698+0000 mon.a (mon.0) 479 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T23:34:25.918 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:34:25 smithi157 bash[22215]: audit 2024-04-25T23:34:25.360441+0000 mon.a (mon.0) 480 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:34:25.918 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:34:25 smithi157 bash[22215]: audit 2024-04-25T23:34:25.361675+0000 mon.a (mon.0) 481 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T23:34:25.918 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:34:25 smithi157 bash[22215]: audit 2024-04-25T23:34:25.367735+0000 mon.a (mon.0) 482 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:34:27.649 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:34:27 smithi161 bash[22340]: cluster 2024-04-25T23:34:26.448409+0000 mgr.a (mgr.14152) 170 : cluster 0 pgmap v111: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-25T23:34:27.760 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:34:27 smithi087 bash[21583]: cluster 2024-04-25T23:34:26.448409+0000 mgr.a (mgr.14152) 170 : cluster 0 pgmap v111: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-25T23:34:27.917 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:34:27 smithi157 bash[22215]: cluster 2024-04-25T23:34:26.448409+0000 mgr.a (mgr.14152) 170 : cluster 0 pgmap v111: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-25T23:34:29.649 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:34:29 smithi161 bash[22340]: cluster 2024-04-25T23:34:28.448825+0000 mgr.a (mgr.14152) 171 : cluster 0 pgmap v112: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-25T23:34:29.649 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:34:29 smithi161 bash[22340]: audit 2024-04-25T23:34:29.096005+0000 mon.a (mon.0) 483 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:34:29.649 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:34:29 smithi161 bash[22340]: audit 2024-04-25T23:34:29.104186+0000 mon.a (mon.0) 484 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:34:29.649 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:34:29 smithi161 bash[22340]: audit 2024-04-25T23:34:29.113791+0000 mon.a (mon.0) 485 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:34:29.649 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:34:29 smithi161 bash[22340]: audit 2024-04-25T23:34:29.157769+0000 mon.a (mon.0) 486 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T23:34:29.649 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:34:29 smithi161 bash[22340]: audit 2024-04-25T23:34:29.162840+0000 mon.a (mon.0) 487 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:34:29.650 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:34:29 smithi161 bash[22340]: audit 2024-04-25T23:34:29.164606+0000 mon.a (mon.0) 488 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T23:34:29.650 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:34:29 smithi161 bash[22340]: audit 2024-04-25T23:34:29.173614+0000 mon.a (mon.0) 489 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:34:29.746 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:34:29 smithi087 bash[21583]: cluster 2024-04-25T23:34:28.448825+0000 mgr.a (mgr.14152) 171 : cluster 0 pgmap v112: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-25T23:34:29.746 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:34:29 smithi087 bash[21583]: audit 2024-04-25T23:34:29.096005+0000 mon.a (mon.0) 483 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:34:29.746 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:34:29 smithi087 bash[21583]: audit 2024-04-25T23:34:29.104186+0000 mon.a (mon.0) 484 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:34:29.746 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:34:29 smithi087 bash[21583]: audit 2024-04-25T23:34:29.113791+0000 mon.a (mon.0) 485 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:34:29.746 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:34:29 smithi087 bash[21583]: audit 2024-04-25T23:34:29.157769+0000 mon.a (mon.0) 486 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T23:34:29.746 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:34:29 smithi087 bash[21583]: audit 2024-04-25T23:34:29.162840+0000 mon.a (mon.0) 487 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:34:29.746 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:34:29 smithi087 bash[21583]: audit 2024-04-25T23:34:29.164606+0000 mon.a (mon.0) 488 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T23:34:29.746 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:34:29 smithi087 bash[21583]: audit 2024-04-25T23:34:29.173614+0000 mon.a (mon.0) 489 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:34:29.918 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:34:29 smithi157 bash[22215]: cluster 2024-04-25T23:34:28.448825+0000 mgr.a (mgr.14152) 171 : cluster 0 pgmap v112: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-25T23:34:29.918 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:34:29 smithi157 bash[22215]: audit 2024-04-25T23:34:29.096005+0000 mon.a (mon.0) 483 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:34:29.918 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:34:29 smithi157 bash[22215]: audit 2024-04-25T23:34:29.104186+0000 mon.a (mon.0) 484 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:34:29.918 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:34:29 smithi157 bash[22215]: audit 2024-04-25T23:34:29.113791+0000 mon.a (mon.0) 485 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:34:29.918 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:34:29 smithi157 bash[22215]: audit 2024-04-25T23:34:29.157769+0000 mon.a (mon.0) 486 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T23:34:29.918 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:34:29 smithi157 bash[22215]: audit 2024-04-25T23:34:29.162840+0000 mon.a (mon.0) 487 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:34:29.918 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:34:29 smithi157 bash[22215]: audit 2024-04-25T23:34:29.164606+0000 mon.a (mon.0) 488 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T23:34:29.919 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:34:29 smithi157 bash[22215]: audit 2024-04-25T23:34:29.173614+0000 mon.a (mon.0) 489 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:34:30.899 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:34:30 smithi161 bash[22340]: cephadm 2024-04-25T23:34:29.106904+0000 mgr.a (mgr.14152) 172 : cephadm 1 Detected new or changed devices on smithi087 2024-04-25T23:34:30.899 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:34:30 smithi161 bash[22340]: audit 2024-04-25T23:34:29.843907+0000 mon.a (mon.0) 490 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:34:30.899 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:34:30 smithi161 bash[22340]: audit 2024-04-25T23:34:29.849063+0000 mon.a (mon.0) 491 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:34:30.900 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:34:30 smithi161 bash[22340]: audit 2024-04-25T23:34:29.854672+0000 mon.a (mon.0) 492 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:34:30.918 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:34:30 smithi157 bash[22215]: cephadm 2024-04-25T23:34:29.106904+0000 mgr.a (mgr.14152) 172 : cephadm 1 Detected new or changed devices on smithi087 2024-04-25T23:34:30.918 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:34:30 smithi157 bash[22215]: audit 2024-04-25T23:34:29.843907+0000 mon.a (mon.0) 490 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:34:30.918 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:34:30 smithi157 bash[22215]: audit 2024-04-25T23:34:29.849063+0000 mon.a (mon.0) 491 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:34:30.919 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:34:30 smithi157 bash[22215]: audit 2024-04-25T23:34:29.854672+0000 mon.a (mon.0) 492 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:34:30.996 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:34:30 smithi087 bash[21583]: cephadm 2024-04-25T23:34:29.106904+0000 mgr.a (mgr.14152) 172 : cephadm 1 Detected new or changed devices on smithi087 2024-04-25T23:34:30.996 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:34:30 smithi087 bash[21583]: audit 2024-04-25T23:34:29.843907+0000 mon.a (mon.0) 490 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:34:30.996 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:34:30 smithi087 bash[21583]: audit 2024-04-25T23:34:29.849063+0000 mon.a (mon.0) 491 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:34:30.996 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:34:30 smithi087 bash[21583]: audit 2024-04-25T23:34:29.854672+0000 mon.a (mon.0) 492 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:34:31.899 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:34:31 smithi161 bash[22340]: cluster 2024-04-25T23:34:30.449412+0000 mgr.a (mgr.14152) 173 : cluster 0 pgmap v113: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-25T23:34:31.917 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:34:31 smithi157 bash[22215]: cluster 2024-04-25T23:34:30.449412+0000 mgr.a (mgr.14152) 173 : cluster 0 pgmap v113: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-25T23:34:31.962 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:34:31 smithi087 bash[21583]: cluster 2024-04-25T23:34:30.449412+0000 mgr.a (mgr.14152) 173 : cluster 0 pgmap v113: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-25T23:34:32.745 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:34:32 smithi087 bash[21583]: audit 2024-04-25T23:34:32.492197+0000 mon.a (mon.0) 493 : audit 1 from='osd.1 [v2:172.21.15.87:6810/517916189,v1:172.21.15.87:6811/517916189]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-25T23:34:32.899 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:34:32 smithi161 bash[22340]: audit 2024-04-25T23:34:32.492197+0000 mon.a (mon.0) 493 : audit 1 from='osd.1 [v2:172.21.15.87:6810/517916189,v1:172.21.15.87:6811/517916189]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-25T23:34:32.918 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:34:32 smithi157 bash[22215]: audit 2024-04-25T23:34:32.492197+0000 mon.a (mon.0) 493 : audit 1 from='osd.1 [v2:172.21.15.87:6810/517916189,v1:172.21.15.87:6811/517916189]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-25T23:34:33.745 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:34:33 smithi087 bash[21583]: cluster 2024-04-25T23:34:32.450014+0000 mgr.a (mgr.14152) 174 : cluster 0 pgmap v114: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-25T23:34:33.746 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:34:33 smithi087 bash[21583]: audit 2024-04-25T23:34:32.544993+0000 mon.a (mon.0) 494 : audit 1 from='osd.1 [v2:172.21.15.87:6810/517916189,v1:172.21.15.87:6811/517916189]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-04-25T23:34:33.746 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:34:33 smithi087 bash[21583]: cluster 2024-04-25T23:34:32.548002+0000 mon.a (mon.0) 495 : cluster 0 osdmap e11: 2 total, 1 up, 2 in 2024-04-25T23:34:33.746 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:34:33 smithi087 bash[21583]: audit 2024-04-25T23:34:32.548311+0000 mon.a (mon.0) 496 : audit 1 from='osd.1 [v2:172.21.15.87:6810/517916189,v1:172.21.15.87:6811/517916189]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi087", "root=default"]}]: dispatch 2024-04-25T23:34:33.746 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:34:33 smithi087 bash[21583]: audit 2024-04-25T23:34:32.548548+0000 mon.a (mon.0) 497 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-25T23:34:33.899 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:34:33 smithi161 bash[22340]: cluster 2024-04-25T23:34:32.450014+0000 mgr.a (mgr.14152) 174 : cluster 0 pgmap v114: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-25T23:34:33.899 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:34:33 smithi161 bash[22340]: audit 2024-04-25T23:34:32.544993+0000 mon.a (mon.0) 494 : audit 1 from='osd.1 [v2:172.21.15.87:6810/517916189,v1:172.21.15.87:6811/517916189]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-04-25T23:34:33.899 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:34:33 smithi161 bash[22340]: cluster 2024-04-25T23:34:32.548002+0000 mon.a (mon.0) 495 : cluster 0 osdmap e11: 2 total, 1 up, 2 in 2024-04-25T23:34:33.899 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:34:33 smithi161 bash[22340]: audit 2024-04-25T23:34:32.548311+0000 mon.a (mon.0) 496 : audit 1 from='osd.1 [v2:172.21.15.87:6810/517916189,v1:172.21.15.87:6811/517916189]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi087", "root=default"]}]: dispatch 2024-04-25T23:34:33.899 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:34:33 smithi161 bash[22340]: audit 2024-04-25T23:34:32.548548+0000 mon.a (mon.0) 497 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-25T23:34:33.917 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:34:33 smithi157 bash[22215]: cluster 2024-04-25T23:34:32.450014+0000 mgr.a (mgr.14152) 174 : cluster 0 pgmap v114: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-25T23:34:33.918 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:34:33 smithi157 bash[22215]: audit 2024-04-25T23:34:32.544993+0000 mon.a (mon.0) 494 : audit 1 from='osd.1 [v2:172.21.15.87:6810/517916189,v1:172.21.15.87:6811/517916189]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-04-25T23:34:33.918 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:34:33 smithi157 bash[22215]: cluster 2024-04-25T23:34:32.548002+0000 mon.a (mon.0) 495 : cluster 0 osdmap e11: 2 total, 1 up, 2 in 2024-04-25T23:34:33.918 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:34:33 smithi157 bash[22215]: audit 2024-04-25T23:34:32.548311+0000 mon.a (mon.0) 496 : audit 1 from='osd.1 [v2:172.21.15.87:6810/517916189,v1:172.21.15.87:6811/517916189]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi087", "root=default"]}]: dispatch 2024-04-25T23:34:33.918 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:34:33 smithi157 bash[22215]: audit 2024-04-25T23:34:32.548548+0000 mon.a (mon.0) 497 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-25T23:34:34.808 INFO:teuthology.orchestra.run.smithi087.stdout:Created osd(s) 1 on host 'smithi087' 2024-04-25T23:34:34.829 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:34:34 smithi087 bash[21583]: audit 2024-04-25T23:34:33.546600+0000 mon.a (mon.0) 498 : audit 1 from='osd.1 [v2:172.21.15.87:6810/517916189,v1:172.21.15.87:6811/517916189]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi087", "root=default"]}]': finished 2024-04-25T23:34:34.829 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:34:34 smithi087 bash[21583]: cluster 2024-04-25T23:34:33.549304+0000 mon.a (mon.0) 499 : cluster 0 osdmap e12: 2 total, 1 up, 2 in 2024-04-25T23:34:34.829 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:34:34 smithi087 bash[21583]: audit 2024-04-25T23:34:33.550041+0000 mon.a (mon.0) 500 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-25T23:34:34.829 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:34:34 smithi087 bash[21583]: audit 2024-04-25T23:34:33.553333+0000 mon.a (mon.0) 501 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-25T23:34:34.829 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:34:34 smithi087 bash[21583]: audit 2024-04-25T23:34:33.685382+0000 mon.a (mon.0) 502 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:34:34.829 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:34:34 smithi087 bash[21583]: audit 2024-04-25T23:34:33.734333+0000 mon.a (mon.0) 503 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:34:34.830 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:34:34 smithi087 bash[21583]: audit 2024-04-25T23:34:33.751531+0000 mon.a (mon.0) 504 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T23:34:34.830 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:34:34 smithi087 bash[21583]: audit 2024-04-25T23:34:33.756742+0000 mon.a (mon.0) 505 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:34:34.830 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:34:34 smithi087 bash[21583]: audit 2024-04-25T23:34:33.758186+0000 mon.a (mon.0) 506 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T23:34:34.830 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:34:34 smithi087 bash[21583]: audit 2024-04-25T23:34:33.765525+0000 mon.a (mon.0) 507 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:34:34.830 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:34:34 smithi087 bash[21583]: audit 2024-04-25T23:34:33.796806+0000 mon.a (mon.0) 508 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:34:34.830 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:34:34 smithi087 bash[21583]: audit 2024-04-25T23:34:34.058378+0000 mon.a (mon.0) 509 : audit 1 from='osd.1 [v2:172.21.15.87:6810/517916189,v1:172.21.15.87:6811/517916189]' entity='osd.1' 2024-04-25T23:34:34.830 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:34:34 smithi087 bash[21583]: audit 2024-04-25T23:34:34.554081+0000 mon.a (mon.0) 510 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-25T23:34:34.899 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:34:34 smithi161 bash[22340]: audit 2024-04-25T23:34:33.546600+0000 mon.a (mon.0) 498 : audit 1 from='osd.1 [v2:172.21.15.87:6810/517916189,v1:172.21.15.87:6811/517916189]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi087", "root=default"]}]': finished 2024-04-25T23:34:34.899 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:34:34 smithi161 bash[22340]: cluster 2024-04-25T23:34:33.549304+0000 mon.a (mon.0) 499 : cluster 0 osdmap e12: 2 total, 1 up, 2 in 2024-04-25T23:34:34.899 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:34:34 smithi161 bash[22340]: audit 2024-04-25T23:34:33.550041+0000 mon.a (mon.0) 500 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-25T23:34:34.899 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:34:34 smithi161 bash[22340]: audit 2024-04-25T23:34:33.553333+0000 mon.a (mon.0) 501 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-25T23:34:34.900 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:34:34 smithi161 bash[22340]: audit 2024-04-25T23:34:33.685382+0000 mon.a (mon.0) 502 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:34:34.900 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:34:34 smithi161 bash[22340]: audit 2024-04-25T23:34:33.734333+0000 mon.a (mon.0) 503 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:34:34.900 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:34:34 smithi161 bash[22340]: audit 2024-04-25T23:34:33.751531+0000 mon.a (mon.0) 504 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T23:34:34.900 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:34:34 smithi161 bash[22340]: audit 2024-04-25T23:34:33.756742+0000 mon.a (mon.0) 505 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:34:34.900 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:34:34 smithi161 bash[22340]: audit 2024-04-25T23:34:33.758186+0000 mon.a (mon.0) 506 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T23:34:34.900 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:34:34 smithi161 bash[22340]: audit 2024-04-25T23:34:33.765525+0000 mon.a (mon.0) 507 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:34:34.900 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:34:34 smithi161 bash[22340]: audit 2024-04-25T23:34:33.796806+0000 mon.a (mon.0) 508 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:34:34.900 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:34:34 smithi161 bash[22340]: audit 2024-04-25T23:34:34.058378+0000 mon.a (mon.0) 509 : audit 1 from='osd.1 [v2:172.21.15.87:6810/517916189,v1:172.21.15.87:6811/517916189]' entity='osd.1' 2024-04-25T23:34:34.900 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:34:34 smithi161 bash[22340]: audit 2024-04-25T23:34:34.554081+0000 mon.a (mon.0) 510 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-25T23:34:34.918 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:34:34 smithi157 bash[22215]: audit 2024-04-25T23:34:33.546600+0000 mon.a (mon.0) 498 : audit 1 from='osd.1 [v2:172.21.15.87:6810/517916189,v1:172.21.15.87:6811/517916189]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi087", "root=default"]}]': finished 2024-04-25T23:34:34.918 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:34:34 smithi157 bash[22215]: cluster 2024-04-25T23:34:33.549304+0000 mon.a (mon.0) 499 : cluster 0 osdmap e12: 2 total, 1 up, 2 in 2024-04-25T23:34:34.918 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:34:34 smithi157 bash[22215]: audit 2024-04-25T23:34:33.550041+0000 mon.a (mon.0) 500 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-25T23:34:34.918 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:34:34 smithi157 bash[22215]: audit 2024-04-25T23:34:33.553333+0000 mon.a (mon.0) 501 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-25T23:34:34.918 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:34:34 smithi157 bash[22215]: audit 2024-04-25T23:34:33.685382+0000 mon.a (mon.0) 502 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:34:34.918 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:34:34 smithi157 bash[22215]: audit 2024-04-25T23:34:33.734333+0000 mon.a (mon.0) 503 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:34:34.918 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:34:34 smithi157 bash[22215]: audit 2024-04-25T23:34:33.751531+0000 mon.a (mon.0) 504 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T23:34:34.918 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:34:34 smithi157 bash[22215]: audit 2024-04-25T23:34:33.756742+0000 mon.a (mon.0) 505 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:34:34.919 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:34:34 smithi157 bash[22215]: audit 2024-04-25T23:34:33.758186+0000 mon.a (mon.0) 506 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T23:34:34.919 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:34:34 smithi157 bash[22215]: audit 2024-04-25T23:34:33.765525+0000 mon.a (mon.0) 507 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:34:34.919 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:34:34 smithi157 bash[22215]: audit 2024-04-25T23:34:33.796806+0000 mon.a (mon.0) 508 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:34:34.919 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:34:34 smithi157 bash[22215]: audit 2024-04-25T23:34:34.058378+0000 mon.a (mon.0) 509 : audit 1 from='osd.1 [v2:172.21.15.87:6810/517916189,v1:172.21.15.87:6811/517916189]' entity='osd.1' 2024-04-25T23:34:34.919 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:34:34 smithi157 bash[22215]: audit 2024-04-25T23:34:34.554081+0000 mon.a (mon.0) 510 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-25T23:34:35.495 DEBUG:teuthology.orchestra.run.smithi087:osd.1> sudo journalctl -f -n 0 -u ceph-7567fb78-035b-11ef-bc93-c7b262605968@osd.1.service 2024-04-25T23:34:35.498 INFO:tasks.cephadm:Deploying osd.2 on smithi157 with /dev/vg_nvme/lv_4... 2024-04-25T23:34:35.498 DEBUG:teuthology.orchestra.run.smithi157:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d2c45d977142e024a59b68a8f1dce8f0b9840551 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567fb78-035b-11ef-bc93-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-04-25T23:34:35.746 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:34:35 smithi087 bash[21583]: cluster 2024-04-25T23:34:33.488188+0000 osd.1 (osd.1) 1 : cluster 0 purged_snaps scrub starts 2024-04-25T23:34:35.746 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:34:35 smithi087 bash[21583]: cluster 2024-04-25T23:34:33.488261+0000 osd.1 (osd.1) 2 : cluster 0 purged_snaps scrub ok 2024-04-25T23:34:35.746 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:34:35 smithi087 bash[21583]: cluster 2024-04-25T23:34:34.450509+0000 mgr.a (mgr.14152) 175 : cluster 0 pgmap v117: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-25T23:34:35.746 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:34:35 smithi087 bash[21583]: audit 2024-04-25T23:34:34.801386+0000 mon.a (mon.0) 511 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:34:35.746 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:34:35 smithi087 bash[21583]: audit 2024-04-25T23:34:34.810479+0000 mon.a (mon.0) 512 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:34:35.746 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:34:35 smithi087 bash[21583]: audit 2024-04-25T23:34:34.813012+0000 mon.a (mon.0) 513 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T23:34:35.746 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:34:35 smithi087 bash[21583]: audit 2024-04-25T23:34:34.818769+0000 mon.a (mon.0) 514 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-25T23:34:35.746 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:34:35 smithi087 bash[21583]: audit 2024-04-25T23:34:34.820359+0000 mon.a (mon.0) 515 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-25T23:34:35.747 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:34:35 smithi087 bash[21583]: audit 2024-04-25T23:34:34.827593+0000 mon.a (mon.0) 516 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:34:35.747 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:34:35 smithi087 bash[21583]: audit 2024-04-25T23:34:34.831382+0000 mon.a (mon.0) 517 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:34:35.747 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:34:35 smithi087 bash[21583]: audit 2024-04-25T23:34:34.832620+0000 mon.a (mon.0) 518 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T23:34:35.747 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:34:35 smithi087 bash[21583]: audit 2024-04-25T23:34:34.840642+0000 mon.a (mon.0) 519 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:34:35.747 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:34:35 smithi087 bash[21583]: cluster 2024-04-25T23:34:35.064410+0000 mon.a (mon.0) 520 : cluster 1 osd.1 [v2:172.21.15.87:6810/517916189,v1:172.21.15.87:6811/517916189] boot 2024-04-25T23:34:35.747 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:34:35 smithi087 bash[21583]: cluster 2024-04-25T23:34:35.064501+0000 mon.a (mon.0) 521 : cluster 0 osdmap e13: 2 total, 2 up, 2 in 2024-04-25T23:34:35.747 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:34:35 smithi087 bash[21583]: audit 2024-04-25T23:34:35.065515+0000 mon.a (mon.0) 522 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-25T23:34:35.899 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:34:35 smithi161 bash[22340]: cluster 2024-04-25T23:34:33.488188+0000 osd.1 (osd.1) 1 : cluster 0 purged_snaps scrub starts 2024-04-25T23:34:35.899 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:34:35 smithi161 bash[22340]: cluster 2024-04-25T23:34:33.488261+0000 osd.1 (osd.1) 2 : cluster 0 purged_snaps scrub ok 2024-04-25T23:34:35.899 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:34:35 smithi161 bash[22340]: cluster 2024-04-25T23:34:34.450509+0000 mgr.a (mgr.14152) 175 : cluster 0 pgmap v117: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-25T23:34:35.899 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:34:35 smithi161 bash[22340]: audit 2024-04-25T23:34:34.801386+0000 mon.a (mon.0) 511 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:34:35.900 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:34:35 smithi161 bash[22340]: audit 2024-04-25T23:34:34.810479+0000 mon.a (mon.0) 512 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:34:35.900 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:34:35 smithi161 bash[22340]: audit 2024-04-25T23:34:34.813012+0000 mon.a (mon.0) 513 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T23:34:35.900 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:34:35 smithi161 bash[22340]: audit 2024-04-25T23:34:34.818769+0000 mon.a (mon.0) 514 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-25T23:34:35.900 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:34:35 smithi161 bash[22340]: audit 2024-04-25T23:34:34.820359+0000 mon.a (mon.0) 515 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-25T23:34:35.900 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:34:35 smithi161 bash[22340]: audit 2024-04-25T23:34:34.827593+0000 mon.a (mon.0) 516 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:34:35.900 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:34:35 smithi161 bash[22340]: audit 2024-04-25T23:34:34.831382+0000 mon.a (mon.0) 517 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:34:35.900 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:34:35 smithi161 bash[22340]: audit 2024-04-25T23:34:34.832620+0000 mon.a (mon.0) 518 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T23:34:35.900 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:34:35 smithi161 bash[22340]: audit 2024-04-25T23:34:34.840642+0000 mon.a (mon.0) 519 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:34:35.900 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:34:35 smithi161 bash[22340]: cluster 2024-04-25T23:34:35.064410+0000 mon.a (mon.0) 520 : cluster 1 osd.1 [v2:172.21.15.87:6810/517916189,v1:172.21.15.87:6811/517916189] boot 2024-04-25T23:34:35.900 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:34:35 smithi161 bash[22340]: cluster 2024-04-25T23:34:35.064501+0000 mon.a (mon.0) 521 : cluster 0 osdmap e13: 2 total, 2 up, 2 in 2024-04-25T23:34:35.900 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:34:35 smithi161 bash[22340]: audit 2024-04-25T23:34:35.065515+0000 mon.a (mon.0) 522 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-25T23:34:35.918 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:34:35 smithi157 bash[22215]: cluster 2024-04-25T23:34:33.488188+0000 osd.1 (osd.1) 1 : cluster 0 purged_snaps scrub starts 2024-04-25T23:34:35.918 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:34:35 smithi157 bash[22215]: cluster 2024-04-25T23:34:33.488261+0000 osd.1 (osd.1) 2 : cluster 0 purged_snaps scrub ok 2024-04-25T23:34:35.918 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:34:35 smithi157 bash[22215]: cluster 2024-04-25T23:34:34.450509+0000 mgr.a (mgr.14152) 175 : cluster 0 pgmap v117: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-25T23:34:35.918 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:34:35 smithi157 bash[22215]: audit 2024-04-25T23:34:34.801386+0000 mon.a (mon.0) 511 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:34:35.918 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:34:35 smithi157 bash[22215]: audit 2024-04-25T23:34:34.810479+0000 mon.a (mon.0) 512 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:34:35.918 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:34:35 smithi157 bash[22215]: audit 2024-04-25T23:34:34.813012+0000 mon.a (mon.0) 513 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T23:34:35.918 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:34:35 smithi157 bash[22215]: audit 2024-04-25T23:34:34.818769+0000 mon.a (mon.0) 514 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-25T23:34:35.918 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:34:35 smithi157 bash[22215]: audit 2024-04-25T23:34:34.820359+0000 mon.a (mon.0) 515 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-25T23:34:35.918 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:34:35 smithi157 bash[22215]: audit 2024-04-25T23:34:34.827593+0000 mon.a (mon.0) 516 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:34:35.918 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:34:35 smithi157 bash[22215]: audit 2024-04-25T23:34:34.831382+0000 mon.a (mon.0) 517 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:34:35.918 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:34:35 smithi157 bash[22215]: audit 2024-04-25T23:34:34.832620+0000 mon.a (mon.0) 518 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T23:34:35.918 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:34:35 smithi157 bash[22215]: audit 2024-04-25T23:34:34.840642+0000 mon.a (mon.0) 519 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:34:35.919 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:34:35 smithi157 bash[22215]: cluster 2024-04-25T23:34:35.064410+0000 mon.a (mon.0) 520 : cluster 1 osd.1 [v2:172.21.15.87:6810/517916189,v1:172.21.15.87:6811/517916189] boot 2024-04-25T23:34:35.919 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:34:35 smithi157 bash[22215]: cluster 2024-04-25T23:34:35.064501+0000 mon.a (mon.0) 521 : cluster 0 osdmap e13: 2 total, 2 up, 2 in 2024-04-25T23:34:35.919 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:34:35 smithi157 bash[22215]: audit 2024-04-25T23:34:35.065515+0000 mon.a (mon.0) 522 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-25T23:34:36.846 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:34:36 smithi157 bash[22215]: cephadm 2024-04-25T23:34:34.821570+0000 mgr.a (mgr.14152) 176 : cephadm 1 Adjusting osd_memory_target on smithi087 to 8120M 2024-04-25T23:34:36.846 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:34:36 smithi157 bash[22215]: cluster 2024-04-25T23:34:36.077955+0000 mon.a (mon.0) 523 : cluster 0 osdmap e14: 2 total, 2 up, 2 in 2024-04-25T23:34:36.899 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:34:36 smithi161 bash[22340]: cephadm 2024-04-25T23:34:34.821570+0000 mgr.a (mgr.14152) 176 : cephadm 1 Adjusting osd_memory_target on smithi087 to 8120M 2024-04-25T23:34:36.899 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:34:36 smithi161 bash[22340]: cluster 2024-04-25T23:34:36.077955+0000 mon.a (mon.0) 523 : cluster 0 osdmap e14: 2 total, 2 up, 2 in 2024-04-25T23:34:36.995 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:34:36 smithi087 bash[21583]: cephadm 2024-04-25T23:34:34.821570+0000 mgr.a (mgr.14152) 176 : cephadm 1 Adjusting osd_memory_target on smithi087 to 8120M 2024-04-25T23:34:36.995 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:34:36 smithi087 bash[21583]: cluster 2024-04-25T23:34:36.077955+0000 mon.a (mon.0) 523 : cluster 0 osdmap e14: 2 total, 2 up, 2 in 2024-04-25T23:34:37.898 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:34:37 smithi161 bash[22340]: cluster 2024-04-25T23:34:36.450974+0000 mgr.a (mgr.14152) 177 : cluster 0 pgmap v120: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-25T23:34:37.917 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:34:37 smithi157 bash[22215]: cluster 2024-04-25T23:34:36.450974+0000 mgr.a (mgr.14152) 177 : cluster 0 pgmap v120: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-25T23:34:37.995 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:34:37 smithi087 bash[21583]: cluster 2024-04-25T23:34:36.450974+0000 mgr.a (mgr.14152) 177 : cluster 0 pgmap v120: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-25T23:34:39.899 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:34:39 smithi161 bash[22340]: cluster 2024-04-25T23:34:38.451412+0000 mgr.a (mgr.14152) 178 : cluster 0 pgmap v121: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-25T23:34:39.917 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:34:39 smithi157 bash[22215]: cluster 2024-04-25T23:34:38.451412+0000 mgr.a (mgr.14152) 178 : cluster 0 pgmap v121: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-25T23:34:39.995 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:34:39 smithi087 bash[21583]: cluster 2024-04-25T23:34:38.451412+0000 mgr.a (mgr.14152) 178 : cluster 0 pgmap v121: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-25T23:34:40.212 INFO:teuthology.orchestra.run.smithi157.stderr:Inferring config /var/lib/ceph/7567fb78-035b-11ef-bc93-c7b262605968/mon.b/config 2024-04-25T23:34:41.899 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:34:41 smithi161 bash[22340]: cluster 2024-04-25T23:34:40.451889+0000 mgr.a (mgr.14152) 179 : cluster 0 pgmap v122: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-25T23:34:41.899 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:34:41 smithi161 bash[22340]: audit 2024-04-25T23:34:40.863153+0000 mon.a (mon.0) 524 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:34:41.899 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:34:41 smithi161 bash[22340]: audit 2024-04-25T23:34:40.872722+0000 mon.a (mon.0) 525 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:34:41.899 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:34:41 smithi161 bash[22340]: audit 2024-04-25T23:34:40.882975+0000 mon.a (mon.0) 526 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:34:41.917 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:34:41 smithi157 bash[22215]: cluster 2024-04-25T23:34:40.451889+0000 mgr.a (mgr.14152) 179 : cluster 0 pgmap v122: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-25T23:34:41.918 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:34:41 smithi157 bash[22215]: audit 2024-04-25T23:34:40.863153+0000 mon.a (mon.0) 524 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:34:41.918 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:34:41 smithi157 bash[22215]: audit 2024-04-25T23:34:40.872722+0000 mon.a (mon.0) 525 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:34:41.918 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:34:41 smithi157 bash[22215]: audit 2024-04-25T23:34:40.882975+0000 mon.a (mon.0) 526 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:34:41.995 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:34:41 smithi087 bash[21583]: cluster 2024-04-25T23:34:40.451889+0000 mgr.a (mgr.14152) 179 : cluster 0 pgmap v122: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-25T23:34:41.996 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:34:41 smithi087 bash[21583]: audit 2024-04-25T23:34:40.863153+0000 mon.a (mon.0) 524 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:34:41.996 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:34:41 smithi087 bash[21583]: audit 2024-04-25T23:34:40.872722+0000 mon.a (mon.0) 525 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:34:41.996 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:34:41 smithi087 bash[21583]: audit 2024-04-25T23:34:40.882975+0000 mon.a (mon.0) 526 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:34:43.120 INFO:teuthology.orchestra.run.smithi157.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-04-25T23:34:43.120 INFO:teuthology.orchestra.run.smithi157.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-04-25T23:34:43.120 INFO:teuthology.orchestra.run.smithi157.stderr: stderr: 10+0 records in 2024-04-25T23:34:43.120 INFO:teuthology.orchestra.run.smithi157.stderr:10+0 records out 2024-04-25T23:34:43.120 INFO:teuthology.orchestra.run.smithi157.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0124738 s, 841 MB/s 2024-04-25T23:34:43.120 INFO:teuthology.orchestra.run.smithi157.stderr:--> Zapping successful for: 2024-04-25T23:34:43.745 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:34:43 smithi087 bash[21583]: cluster 2024-04-25T23:34:42.452366+0000 mgr.a (mgr.14152) 180 : cluster 0 pgmap v123: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-25T23:34:43.790 DEBUG:teuthology.orchestra.run.smithi157:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d2c45d977142e024a59b68a8f1dce8f0b9840551 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567fb78-035b-11ef-bc93-c7b262605968 -- ceph orch daemon add osd smithi157:vg_nvme/lv_4 2024-04-25T23:34:43.898 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:34:43 smithi161 bash[22340]: cluster 2024-04-25T23:34:42.452366+0000 mgr.a (mgr.14152) 180 : cluster 0 pgmap v123: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-25T23:34:43.917 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:34:43 smithi157 bash[22215]: cluster 2024-04-25T23:34:42.452366+0000 mgr.a (mgr.14152) 180 : cluster 0 pgmap v123: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-25T23:34:45.857 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:34:45 smithi087 bash[21583]: cluster 2024-04-25T23:34:44.452901+0000 mgr.a (mgr.14152) 181 : cluster 0 pgmap v124: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-25T23:34:45.887 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:34:45 smithi161 bash[22340]: cluster 2024-04-25T23:34:44.452901+0000 mgr.a (mgr.14152) 181 : cluster 0 pgmap v124: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-25T23:34:45.917 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:34:45 smithi157 bash[22215]: cluster 2024-04-25T23:34:44.452901+0000 mgr.a (mgr.14152) 181 : cluster 0 pgmap v124: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-25T23:34:47.875 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:34:47 smithi161 bash[22340]: cluster 2024-04-25T23:34:46.453374+0000 mgr.a (mgr.14152) 182 : cluster 0 pgmap v125: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-25T23:34:47.917 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:34:47 smithi157 bash[22215]: cluster 2024-04-25T23:34:46.453374+0000 mgr.a (mgr.14152) 182 : cluster 0 pgmap v125: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-25T23:34:47.995 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:34:47 smithi087 bash[21583]: cluster 2024-04-25T23:34:46.453374+0000 mgr.a (mgr.14152) 182 : cluster 0 pgmap v125: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-25T23:34:48.499 INFO:teuthology.orchestra.run.smithi157.stderr:Inferring config /var/lib/ceph/7567fb78-035b-11ef-bc93-c7b262605968/mon.b/config 2024-04-25T23:34:49.852 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:34:49 smithi161 bash[22340]: cluster 2024-04-25T23:34:48.453817+0000 mgr.a (mgr.14152) 183 : cluster 0 pgmap v126: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-25T23:34:49.917 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:34:49 smithi157 bash[22215]: cluster 2024-04-25T23:34:48.453817+0000 mgr.a (mgr.14152) 183 : cluster 0 pgmap v126: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-25T23:34:49.995 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:34:49 smithi087 bash[21583]: cluster 2024-04-25T23:34:48.453817+0000 mgr.a (mgr.14152) 183 : cluster 0 pgmap v126: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-25T23:34:51.167 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:34:50 smithi157 bash[22215]: audit 2024-04-25T23:34:49.995850+0000 mon.a (mon.0) 527 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:34:51.168 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:34:50 smithi157 bash[22215]: audit 2024-04-25T23:34:50.003724+0000 mon.a (mon.0) 528 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:34:51.168 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:34:50 smithi157 bash[22215]: audit 2024-04-25T23:34:50.013885+0000 mon.a (mon.0) 529 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:34:51.168 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:34:50 smithi157 bash[22215]: audit 2024-04-25T23:34:50.220716+0000 mon.a (mon.0) 530 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:34:51.168 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:34:50 smithi157 bash[22215]: audit 2024-04-25T23:34:50.225010+0000 mon.a (mon.0) 531 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:34:51.168 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:34:50 smithi157 bash[22215]: audit 2024-04-25T23:34:50.232007+0000 mon.a (mon.0) 532 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:34:51.168 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:34:50 smithi157 bash[22215]: cluster 2024-04-25T23:34:50.454259+0000 mgr.a (mgr.14152) 184 : cluster 0 pgmap v127: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-25T23:34:51.245 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:34:50 smithi087 bash[21583]: audit 2024-04-25T23:34:49.995850+0000 mon.a (mon.0) 527 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:34:51.245 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:34:50 smithi087 bash[21583]: audit 2024-04-25T23:34:50.003724+0000 mon.a (mon.0) 528 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:34:51.245 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:34:50 smithi087 bash[21583]: audit 2024-04-25T23:34:50.013885+0000 mon.a (mon.0) 529 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:34:51.246 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:34:50 smithi087 bash[21583]: audit 2024-04-25T23:34:50.220716+0000 mon.a (mon.0) 530 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:34:51.246 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:34:50 smithi087 bash[21583]: audit 2024-04-25T23:34:50.225010+0000 mon.a (mon.0) 531 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:34:51.246 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:34:50 smithi087 bash[21583]: audit 2024-04-25T23:34:50.232007+0000 mon.a (mon.0) 532 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:34:51.246 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:34:50 smithi087 bash[21583]: cluster 2024-04-25T23:34:50.454259+0000 mgr.a (mgr.14152) 184 : cluster 0 pgmap v127: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-25T23:34:51.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:34:50 smithi161 bash[22340]: audit 2024-04-25T23:34:49.995850+0000 mon.a (mon.0) 527 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:34:51.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:34:50 smithi161 bash[22340]: audit 2024-04-25T23:34:50.003724+0000 mon.a (mon.0) 528 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:34:51.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:34:50 smithi161 bash[22340]: audit 2024-04-25T23:34:50.013885+0000 mon.a (mon.0) 529 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:34:51.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:34:50 smithi161 bash[22340]: audit 2024-04-25T23:34:50.220716+0000 mon.a (mon.0) 530 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:34:51.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:34:50 smithi161 bash[22340]: audit 2024-04-25T23:34:50.225010+0000 mon.a (mon.0) 531 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:34:51.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:34:50 smithi161 bash[22340]: audit 2024-04-25T23:34:50.232007+0000 mon.a (mon.0) 532 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:34:51.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:34:50 smithi161 bash[22340]: cluster 2024-04-25T23:34:50.454259+0000 mgr.a (mgr.14152) 184 : cluster 0 pgmap v127: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-25T23:34:52.245 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:34:51 smithi087 bash[21583]: audit 2024-04-25T23:34:51.176485+0000 mgr.a (mgr.14152) 185 : audit 0 from='client.24143 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi157:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T23:34:52.245 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:34:51 smithi087 bash[21583]: audit 2024-04-25T23:34:51.185917+0000 mon.a (mon.0) 533 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-25T23:34:52.245 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:34:51 smithi087 bash[21583]: audit 2024-04-25T23:34:51.192411+0000 mon.a (mon.0) 534 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-25T23:34:52.246 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:34:51 smithi087 bash[21583]: audit 2024-04-25T23:34:51.194049+0000 mon.a (mon.0) 535 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:34:52.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:34:51 smithi161 bash[22340]: audit 2024-04-25T23:34:51.176485+0000 mgr.a (mgr.14152) 185 : audit 0 from='client.24143 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi157:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T23:34:52.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:34:51 smithi161 bash[22340]: audit 2024-04-25T23:34:51.185917+0000 mon.a (mon.0) 533 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-25T23:34:52.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:34:51 smithi161 bash[22340]: audit 2024-04-25T23:34:51.192411+0000 mon.a (mon.0) 534 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-25T23:34:52.399 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:34:51 smithi161 bash[22340]: audit 2024-04-25T23:34:51.194049+0000 mon.a (mon.0) 535 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:34:52.417 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:34:51 smithi157 bash[22215]: audit 2024-04-25T23:34:51.176485+0000 mgr.a (mgr.14152) 185 : audit 0 from='client.24143 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi157:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T23:34:52.417 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:34:51 smithi157 bash[22215]: audit 2024-04-25T23:34:51.185917+0000 mon.a (mon.0) 533 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-25T23:34:52.417 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:34:51 smithi157 bash[22215]: audit 2024-04-25T23:34:51.192411+0000 mon.a (mon.0) 534 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-25T23:34:52.418 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:34:52 smithi157 bash[22215]: audit 2024-04-25T23:34:51.194049+0000 mon.a (mon.0) 535 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:34:53.245 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:34:53 smithi087 bash[21583]: cluster 2024-04-25T23:34:52.454713+0000 mgr.a (mgr.14152) 186 : cluster 0 pgmap v128: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-25T23:34:53.398 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:34:53 smithi161 bash[22340]: cluster 2024-04-25T23:34:52.454713+0000 mgr.a (mgr.14152) 186 : cluster 0 pgmap v128: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-25T23:34:53.417 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:34:53 smithi157 bash[22215]: cluster 2024-04-25T23:34:52.454713+0000 mgr.a (mgr.14152) 186 : cluster 0 pgmap v128: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-25T23:34:55.898 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:34:55 smithi161 bash[22340]: cluster 2024-04-25T23:34:54.455171+0000 mgr.a (mgr.14152) 187 : cluster 0 pgmap v129: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-25T23:34:55.917 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:34:55 smithi157 bash[22215]: cluster 2024-04-25T23:34:54.455171+0000 mgr.a (mgr.14152) 187 : cluster 0 pgmap v129: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-25T23:34:55.995 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:34:55 smithi087 bash[21583]: cluster 2024-04-25T23:34:54.455171+0000 mgr.a (mgr.14152) 187 : cluster 0 pgmap v129: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-25T23:34:57.749 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:34:57 smithi157 bash[22215]: cluster 2024-04-25T23:34:56.455615+0000 mgr.a (mgr.14152) 188 : cluster 0 pgmap v130: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-25T23:34:57.898 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:34:57 smithi161 bash[22340]: cluster 2024-04-25T23:34:56.455615+0000 mgr.a (mgr.14152) 188 : cluster 0 pgmap v130: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-25T23:34:57.995 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:34:57 smithi087 bash[21583]: cluster 2024-04-25T23:34:56.455615+0000 mgr.a (mgr.14152) 188 : cluster 0 pgmap v130: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-25T23:34:59.898 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:34:59 smithi161 bash[22340]: cluster 2024-04-25T23:34:58.456085+0000 mgr.a (mgr.14152) 189 : cluster 0 pgmap v131: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-25T23:34:59.917 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:34:59 smithi157 bash[22215]: cluster 2024-04-25T23:34:58.456085+0000 mgr.a (mgr.14152) 189 : cluster 0 pgmap v131: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-25T23:34:59.995 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:34:59 smithi087 bash[21583]: cluster 2024-04-25T23:34:58.456085+0000 mgr.a (mgr.14152) 189 : cluster 0 pgmap v131: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-25T23:35:00.814 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:35:00 smithi157 bash[22215]: audit 2024-04-25T23:35:00.067192+0000 mon.a (mon.0) 536 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "470e18be-0480-498d-b975-8fa1e95ad8f4"}]: dispatch 2024-04-25T23:35:00.814 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:35:00 smithi157 bash[22215]: audit 2024-04-25T23:35:00.068566+0000 mon.b (mon.2) 6 : audit 1 from='client.? 172.21.15.157:0/462641439' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "470e18be-0480-498d-b975-8fa1e95ad8f4"}]: dispatch 2024-04-25T23:35:00.814 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:35:00 smithi157 bash[22215]: audit 2024-04-25T23:35:00.070607+0000 mon.a (mon.0) 537 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "470e18be-0480-498d-b975-8fa1e95ad8f4"}]': finished 2024-04-25T23:35:00.814 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:35:00 smithi157 bash[22215]: cluster 2024-04-25T23:35:00.077252+0000 mon.a (mon.0) 538 : cluster 0 osdmap e15: 3 total, 2 up, 3 in 2024-04-25T23:35:00.814 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:35:00 smithi157 bash[22215]: audit 2024-04-25T23:35:00.077991+0000 mon.a (mon.0) 539 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-25T23:35:00.898 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:35:00 smithi161 bash[22340]: audit 2024-04-25T23:35:00.067192+0000 mon.a (mon.0) 536 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "470e18be-0480-498d-b975-8fa1e95ad8f4"}]: dispatch 2024-04-25T23:35:00.899 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:35:00 smithi161 bash[22340]: audit 2024-04-25T23:35:00.068566+0000 mon.b (mon.2) 6 : audit 1 from='client.? 172.21.15.157:0/462641439' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "470e18be-0480-498d-b975-8fa1e95ad8f4"}]: dispatch 2024-04-25T23:35:00.899 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:35:00 smithi161 bash[22340]: audit 2024-04-25T23:35:00.070607+0000 mon.a (mon.0) 537 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "470e18be-0480-498d-b975-8fa1e95ad8f4"}]': finished 2024-04-25T23:35:00.899 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:35:00 smithi161 bash[22340]: cluster 2024-04-25T23:35:00.077252+0000 mon.a (mon.0) 538 : cluster 0 osdmap e15: 3 total, 2 up, 3 in 2024-04-25T23:35:00.899 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:35:00 smithi161 bash[22340]: audit 2024-04-25T23:35:00.077991+0000 mon.a (mon.0) 539 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-25T23:35:00.995 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:35:00 smithi087 bash[21583]: audit 2024-04-25T23:35:00.067192+0000 mon.a (mon.0) 536 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "470e18be-0480-498d-b975-8fa1e95ad8f4"}]: dispatch 2024-04-25T23:35:00.995 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:35:00 smithi087 bash[21583]: audit 2024-04-25T23:35:00.068566+0000 mon.b (mon.2) 6 : audit 1 from='client.? 172.21.15.157:0/462641439' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "470e18be-0480-498d-b975-8fa1e95ad8f4"}]: dispatch 2024-04-25T23:35:00.995 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:35:00 smithi087 bash[21583]: audit 2024-04-25T23:35:00.070607+0000 mon.a (mon.0) 537 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "470e18be-0480-498d-b975-8fa1e95ad8f4"}]': finished 2024-04-25T23:35:00.995 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:35:00 smithi087 bash[21583]: cluster 2024-04-25T23:35:00.077252+0000 mon.a (mon.0) 538 : cluster 0 osdmap e15: 3 total, 2 up, 3 in 2024-04-25T23:35:00.995 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:35:00 smithi087 bash[21583]: audit 2024-04-25T23:35:00.077991+0000 mon.a (mon.0) 539 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-25T23:35:01.745 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:35:01 smithi087 bash[21583]: cluster 2024-04-25T23:35:00.456493+0000 mgr.a (mgr.14152) 190 : cluster 0 pgmap v133: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-25T23:35:01.745 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:35:01 smithi087 bash[21583]: audit 2024-04-25T23:35:00.763592+0000 mon.b (mon.2) 7 : audit 0 from='client.? 172.21.15.157:0/2009289252' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-25T23:35:01.745 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:35:01 smithi087 bash[21583]: audit 2024-04-25T23:35:01.013426+0000 mon.a (mon.0) 540 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:35:01.745 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:35:01 smithi087 bash[21583]: audit 2024-04-25T23:35:01.021828+0000 mon.a (mon.0) 541 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:35:01.745 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:35:01 smithi087 bash[21583]: audit 2024-04-25T23:35:01.031393+0000 mon.a (mon.0) 542 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:35:01.898 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:35:01 smithi161 bash[22340]: cluster 2024-04-25T23:35:00.456493+0000 mgr.a (mgr.14152) 190 : cluster 0 pgmap v133: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-25T23:35:01.898 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:35:01 smithi161 bash[22340]: audit 2024-04-25T23:35:00.763592+0000 mon.b (mon.2) 7 : audit 0 from='client.? 172.21.15.157:0/2009289252' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-25T23:35:01.899 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:35:01 smithi161 bash[22340]: audit 2024-04-25T23:35:01.013426+0000 mon.a (mon.0) 540 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:35:01.899 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:35:01 smithi161 bash[22340]: audit 2024-04-25T23:35:01.021828+0000 mon.a (mon.0) 541 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:35:01.899 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:35:01 smithi161 bash[22340]: audit 2024-04-25T23:35:01.031393+0000 mon.a (mon.0) 542 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:35:01.917 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:35:01 smithi157 bash[22215]: cluster 2024-04-25T23:35:00.456493+0000 mgr.a (mgr.14152) 190 : cluster 0 pgmap v133: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-25T23:35:01.917 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:35:01 smithi157 bash[22215]: audit 2024-04-25T23:35:00.763592+0000 mon.b (mon.2) 7 : audit 0 from='client.? 172.21.15.157:0/2009289252' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-25T23:35:01.918 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:35:01 smithi157 bash[22215]: audit 2024-04-25T23:35:01.013426+0000 mon.a (mon.0) 540 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:35:01.918 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:35:01 smithi157 bash[22215]: audit 2024-04-25T23:35:01.021828+0000 mon.a (mon.0) 541 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:35:01.918 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:35:01 smithi157 bash[22215]: audit 2024-04-25T23:35:01.031393+0000 mon.a (mon.0) 542 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:35:03.809 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:35:03 smithi087 bash[21583]: cluster 2024-04-25T23:35:02.456840+0000 mgr.a (mgr.14152) 191 : cluster 0 pgmap v134: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-25T23:35:03.898 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:35:03 smithi161 bash[22340]: cluster 2024-04-25T23:35:02.456840+0000 mgr.a (mgr.14152) 191 : cluster 0 pgmap v134: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-25T23:35:03.917 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:35:03 smithi157 bash[22215]: cluster 2024-04-25T23:35:02.456840+0000 mgr.a (mgr.14152) 191 : cluster 0 pgmap v134: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-25T23:35:05.873 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:35:05 smithi157 bash[22215]: cluster 2024-04-25T23:35:04.457089+0000 mgr.a (mgr.14152) 192 : cluster 0 pgmap v135: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-25T23:35:05.876 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:35:05 smithi161 bash[22340]: cluster 2024-04-25T23:35:04.457089+0000 mgr.a (mgr.14152) 192 : cluster 0 pgmap v135: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-25T23:35:05.995 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:35:05 smithi087 bash[21583]: cluster 2024-04-25T23:35:04.457089+0000 mgr.a (mgr.14152) 192 : cluster 0 pgmap v135: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-25T23:35:07.648 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:35:07 smithi161 bash[22340]: cluster 2024-04-25T23:35:06.457548+0000 mgr.a (mgr.14152) 193 : cluster 0 pgmap v136: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-25T23:35:07.917 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:35:07 smithi157 bash[22215]: cluster 2024-04-25T23:35:06.457548+0000 mgr.a (mgr.14152) 193 : cluster 0 pgmap v136: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-25T23:35:07.995 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:35:07 smithi087 bash[21583]: cluster 2024-04-25T23:35:06.457548+0000 mgr.a (mgr.14152) 193 : cluster 0 pgmap v136: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-25T23:35:09.822 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:35:09 smithi157 bash[22215]: cluster 2024-04-25T23:35:08.458045+0000 mgr.a (mgr.14152) 194 : cluster 0 pgmap v137: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-25T23:35:09.898 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:35:09 smithi161 bash[22340]: cluster 2024-04-25T23:35:08.458045+0000 mgr.a (mgr.14152) 194 : cluster 0 pgmap v137: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-25T23:35:09.994 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:35:09 smithi087 bash[21583]: cluster 2024-04-25T23:35:08.458045+0000 mgr.a (mgr.14152) 194 : cluster 0 pgmap v137: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-25T23:35:11.495 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:35:11 smithi087 bash[21583]: audit 2024-04-25T23:35:10.213802+0000 mon.a (mon.0) 543 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:35:11.495 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:35:11 smithi087 bash[21583]: audit 2024-04-25T23:35:10.223689+0000 mon.a (mon.0) 544 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:35:11.495 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:35:11 smithi087 bash[21583]: audit 2024-04-25T23:35:10.235132+0000 mon.a (mon.0) 545 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:35:11.495 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:35:11 smithi087 bash[21583]: audit 2024-04-25T23:35:10.393963+0000 mon.a (mon.0) 546 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:35:11.495 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:35:11 smithi087 bash[21583]: audit 2024-04-25T23:35:10.404682+0000 mon.a (mon.0) 547 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:35:11.495 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:35:11 smithi087 bash[21583]: audit 2024-04-25T23:35:10.414816+0000 mon.a (mon.0) 548 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:35:11.495 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:35:11 smithi087 bash[21583]: cluster 2024-04-25T23:35:10.458518+0000 mgr.a (mgr.14152) 195 : cluster 0 pgmap v138: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-25T23:35:11.648 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:35:11 smithi161 bash[22340]: audit 2024-04-25T23:35:10.213802+0000 mon.a (mon.0) 543 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:35:11.648 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:35:11 smithi161 bash[22340]: audit 2024-04-25T23:35:10.223689+0000 mon.a (mon.0) 544 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:35:11.649 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:35:11 smithi161 bash[22340]: audit 2024-04-25T23:35:10.235132+0000 mon.a (mon.0) 545 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:35:11.649 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:35:11 smithi161 bash[22340]: audit 2024-04-25T23:35:10.393963+0000 mon.a (mon.0) 546 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:35:11.649 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:35:11 smithi161 bash[22340]: audit 2024-04-25T23:35:10.404682+0000 mon.a (mon.0) 547 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:35:11.649 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:35:11 smithi161 bash[22340]: audit 2024-04-25T23:35:10.414816+0000 mon.a (mon.0) 548 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:35:11.649 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:35:11 smithi161 bash[22340]: cluster 2024-04-25T23:35:10.458518+0000 mgr.a (mgr.14152) 195 : cluster 0 pgmap v138: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-25T23:35:11.660 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:35:11 smithi157 bash[22215]: audit 2024-04-25T23:35:10.213802+0000 mon.a (mon.0) 543 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:35:11.660 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:35:11 smithi157 bash[22215]: audit 2024-04-25T23:35:10.223689+0000 mon.a (mon.0) 544 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:35:11.660 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:35:11 smithi157 bash[22215]: audit 2024-04-25T23:35:10.235132+0000 mon.a (mon.0) 545 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:35:11.660 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:35:11 smithi157 bash[22215]: audit 2024-04-25T23:35:10.393963+0000 mon.a (mon.0) 546 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:35:11.660 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:35:11 smithi157 bash[22215]: audit 2024-04-25T23:35:10.404682+0000 mon.a (mon.0) 547 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:35:11.660 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:35:11 smithi157 bash[22215]: audit 2024-04-25T23:35:10.414816+0000 mon.a (mon.0) 548 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:35:11.660 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:35:11 smithi157 bash[22215]: cluster 2024-04-25T23:35:10.458518+0000 mgr.a (mgr.14152) 195 : cluster 0 pgmap v138: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-25T23:35:12.667 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:35:12 smithi157 bash[22215]: audit 2024-04-25T23:35:12.285448+0000 mon.a (mon.0) 549 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-04-25T23:35:12.667 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:35:12 smithi157 bash[22215]: audit 2024-04-25T23:35:12.287398+0000 mon.a (mon.0) 550 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:35:12.745 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:35:12 smithi087 bash[21583]: audit 2024-04-25T23:35:12.285448+0000 mon.a (mon.0) 549 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-04-25T23:35:12.745 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:35:12 smithi087 bash[21583]: audit 2024-04-25T23:35:12.287398+0000 mon.a (mon.0) 550 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:35:12.898 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:35:12 smithi161 bash[22340]: audit 2024-04-25T23:35:12.285448+0000 mon.a (mon.0) 549 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-04-25T23:35:12.898 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:35:12 smithi161 bash[22340]: audit 2024-04-25T23:35:12.287398+0000 mon.a (mon.0) 550 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:35:13.667 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:35:13 smithi157 bash[22215]: cephadm 2024-04-25T23:35:12.289046+0000 mgr.a (mgr.14152) 196 : cephadm 1 Deploying daemon osd.2 on smithi157 2024-04-25T23:35:13.667 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:35:13 smithi157 bash[22215]: cluster 2024-04-25T23:35:12.458977+0000 mgr.a (mgr.14152) 197 : cluster 0 pgmap v139: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-25T23:35:13.745 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:35:13 smithi087 bash[21583]: cephadm 2024-04-25T23:35:12.289046+0000 mgr.a (mgr.14152) 196 : cephadm 1 Deploying daemon osd.2 on smithi157 2024-04-25T23:35:13.745 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:35:13 smithi087 bash[21583]: cluster 2024-04-25T23:35:12.458977+0000 mgr.a (mgr.14152) 197 : cluster 0 pgmap v139: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-25T23:35:13.898 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:35:13 smithi161 bash[22340]: cephadm 2024-04-25T23:35:12.289046+0000 mgr.a (mgr.14152) 196 : cephadm 1 Deploying daemon osd.2 on smithi157 2024-04-25T23:35:13.898 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:35:13 smithi161 bash[22340]: cluster 2024-04-25T23:35:12.458977+0000 mgr.a (mgr.14152) 197 : cluster 0 pgmap v139: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-25T23:35:15.898 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:35:15 smithi161 bash[22340]: cluster 2024-04-25T23:35:14.459452+0000 mgr.a (mgr.14152) 198 : cluster 0 pgmap v140: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-25T23:35:15.917 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:35:15 smithi157 bash[22215]: cluster 2024-04-25T23:35:14.459452+0000 mgr.a (mgr.14152) 198 : cluster 0 pgmap v140: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-25T23:35:15.994 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:35:15 smithi087 bash[21583]: cluster 2024-04-25T23:35:14.459452+0000 mgr.a (mgr.14152) 198 : cluster 0 pgmap v140: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-25T23:35:16.295 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:35:16 smithi157 systemd[1]: /etc/systemd/system/ceph-7567fb78-035b-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-25T23:35:16.295 INFO:journalctl@ceph.mgr.b.smithi157.stdout:Apr 25 23:35:16 smithi157 systemd[1]: /etc/systemd/system/ceph-7567fb78-035b-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-25T23:35:16.667 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:35:16 smithi157 systemd[1]: /etc/systemd/system/ceph-7567fb78-035b-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-25T23:35:16.667 INFO:journalctl@ceph.mgr.b.smithi157.stdout:Apr 25 23:35:16 smithi157 systemd[1]: /etc/systemd/system/ceph-7567fb78-035b-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-25T23:35:17.667 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:35:17 smithi157 bash[22215]: audit 2024-04-25T23:35:16.459549+0000 mon.a (mon.0) 551 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:35:17.667 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:35:17 smithi157 bash[22215]: cluster 2024-04-25T23:35:16.459947+0000 mgr.a (mgr.14152) 199 : cluster 0 pgmap v141: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-25T23:35:17.667 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:35:17 smithi157 bash[22215]: audit 2024-04-25T23:35:16.468513+0000 mon.a (mon.0) 552 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:35:17.667 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:35:17 smithi157 bash[22215]: audit 2024-04-25T23:35:16.469543+0000 mon.a (mon.0) 553 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T23:35:17.668 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:35:17 smithi157 bash[22215]: audit 2024-04-25T23:35:16.479026+0000 mon.a (mon.0) 554 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:35:17.668 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:35:17 smithi157 bash[22215]: audit 2024-04-25T23:35:16.481194+0000 mon.a (mon.0) 555 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T23:35:17.668 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:35:17 smithi157 bash[22215]: audit 2024-04-25T23:35:16.496630+0000 mon.a (mon.0) 556 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:35:17.745 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:35:17 smithi087 bash[21583]: audit 2024-04-25T23:35:16.459549+0000 mon.a (mon.0) 551 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:35:17.745 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:35:17 smithi087 bash[21583]: cluster 2024-04-25T23:35:16.459947+0000 mgr.a (mgr.14152) 199 : cluster 0 pgmap v141: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-25T23:35:17.745 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:35:17 smithi087 bash[21583]: audit 2024-04-25T23:35:16.468513+0000 mon.a (mon.0) 552 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:35:17.745 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:35:17 smithi087 bash[21583]: audit 2024-04-25T23:35:16.469543+0000 mon.a (mon.0) 553 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T23:35:17.745 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:35:17 smithi087 bash[21583]: audit 2024-04-25T23:35:16.479026+0000 mon.a (mon.0) 554 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:35:17.745 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:35:17 smithi087 bash[21583]: audit 2024-04-25T23:35:16.481194+0000 mon.a (mon.0) 555 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T23:35:17.746 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:35:17 smithi087 bash[21583]: audit 2024-04-25T23:35:16.496630+0000 mon.a (mon.0) 556 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:35:17.898 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:35:17 smithi161 bash[22340]: audit 2024-04-25T23:35:16.459549+0000 mon.a (mon.0) 551 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:35:17.898 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:35:17 smithi161 bash[22340]: cluster 2024-04-25T23:35:16.459947+0000 mgr.a (mgr.14152) 199 : cluster 0 pgmap v141: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-25T23:35:17.899 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:35:17 smithi161 bash[22340]: audit 2024-04-25T23:35:16.468513+0000 mon.a (mon.0) 552 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:35:17.899 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:35:17 smithi161 bash[22340]: audit 2024-04-25T23:35:16.469543+0000 mon.a (mon.0) 553 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T23:35:17.899 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:35:17 smithi161 bash[22340]: audit 2024-04-25T23:35:16.479026+0000 mon.a (mon.0) 554 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:35:17.899 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:35:17 smithi161 bash[22340]: audit 2024-04-25T23:35:16.481194+0000 mon.a (mon.0) 555 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T23:35:17.899 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:35:17 smithi161 bash[22340]: audit 2024-04-25T23:35:16.496630+0000 mon.a (mon.0) 556 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:35:19.744 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:35:19 smithi087 bash[21583]: cluster 2024-04-25T23:35:18.460360+0000 mgr.a (mgr.14152) 200 : cluster 0 pgmap v142: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-25T23:35:19.812 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:35:19 smithi157 bash[22215]: cluster 2024-04-25T23:35:18.460360+0000 mgr.a (mgr.14152) 200 : cluster 0 pgmap v142: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-25T23:35:19.898 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:35:19 smithi161 bash[22340]: cluster 2024-04-25T23:35:18.460360+0000 mgr.a (mgr.14152) 200 : cluster 0 pgmap v142: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-25T23:35:21.663 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:35:21 smithi087 bash[21583]: cluster 2024-04-25T23:35:20.460844+0000 mgr.a (mgr.14152) 201 : cluster 0 pgmap v143: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-25T23:35:21.663 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:35:21 smithi087 bash[21583]: audit 2024-04-25T23:35:21.191470+0000 mon.a (mon.0) 557 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:35:21.663 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:35:21 smithi087 bash[21583]: audit 2024-04-25T23:35:21.199154+0000 mon.a (mon.0) 558 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:35:21.663 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:35:21 smithi087 bash[21583]: audit 2024-04-25T23:35:21.210551+0000 mon.a (mon.0) 559 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:35:21.663 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:35:21 smithi087 bash[21583]: audit 2024-04-25T23:35:21.216787+0000 mon.a (mon.0) 560 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T23:35:21.663 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:35:21 smithi087 bash[21583]: audit 2024-04-25T23:35:21.223573+0000 mon.a (mon.0) 561 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:35:21.663 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:35:21 smithi087 bash[21583]: audit 2024-04-25T23:35:21.225308+0000 mon.a (mon.0) 562 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T23:35:21.663 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:35:21 smithi087 bash[21583]: audit 2024-04-25T23:35:21.235055+0000 mon.a (mon.0) 563 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:35:21.898 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:35:21 smithi161 bash[22340]: cluster 2024-04-25T23:35:20.460844+0000 mgr.a (mgr.14152) 201 : cluster 0 pgmap v143: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-25T23:35:21.899 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:35:21 smithi161 bash[22340]: audit 2024-04-25T23:35:21.191470+0000 mon.a (mon.0) 557 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:35:21.899 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:35:21 smithi161 bash[22340]: audit 2024-04-25T23:35:21.199154+0000 mon.a (mon.0) 558 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:35:21.899 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:35:21 smithi161 bash[22340]: audit 2024-04-25T23:35:21.210551+0000 mon.a (mon.0) 559 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:35:21.899 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:35:21 smithi161 bash[22340]: audit 2024-04-25T23:35:21.216787+0000 mon.a (mon.0) 560 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T23:35:21.899 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:35:21 smithi161 bash[22340]: audit 2024-04-25T23:35:21.223573+0000 mon.a (mon.0) 561 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:35:21.900 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:35:21 smithi161 bash[22340]: audit 2024-04-25T23:35:21.225308+0000 mon.a (mon.0) 562 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T23:35:21.900 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:35:21 smithi161 bash[22340]: audit 2024-04-25T23:35:21.235055+0000 mon.a (mon.0) 563 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:35:21.917 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:35:21 smithi157 bash[22215]: cluster 2024-04-25T23:35:20.460844+0000 mgr.a (mgr.14152) 201 : cluster 0 pgmap v143: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-25T23:35:21.917 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:35:21 smithi157 bash[22215]: audit 2024-04-25T23:35:21.191470+0000 mon.a (mon.0) 557 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:35:21.917 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:35:21 smithi157 bash[22215]: audit 2024-04-25T23:35:21.199154+0000 mon.a (mon.0) 558 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:35:21.918 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:35:21 smithi157 bash[22215]: audit 2024-04-25T23:35:21.210551+0000 mon.a (mon.0) 559 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:35:21.918 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:35:21 smithi157 bash[22215]: audit 2024-04-25T23:35:21.216787+0000 mon.a (mon.0) 560 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T23:35:21.918 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:35:21 smithi157 bash[22215]: audit 2024-04-25T23:35:21.223573+0000 mon.a (mon.0) 561 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:35:21.918 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:35:21 smithi157 bash[22215]: audit 2024-04-25T23:35:21.225308+0000 mon.a (mon.0) 562 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T23:35:21.918 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:35:21 smithi157 bash[22215]: audit 2024-04-25T23:35:21.235055+0000 mon.a (mon.0) 563 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:35:22.722 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:35:22 smithi157 bash[22215]: cephadm 2024-04-25T23:35:21.202315+0000 mgr.a (mgr.14152) 202 : cephadm 1 Detected new or changed devices on smithi157 2024-04-25T23:35:22.744 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:35:22 smithi087 bash[21583]: cephadm 2024-04-25T23:35:21.202315+0000 mgr.a (mgr.14152) 202 : cephadm 1 Detected new or changed devices on smithi157 2024-04-25T23:35:22.898 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:35:22 smithi161 bash[22340]: cephadm 2024-04-25T23:35:21.202315+0000 mgr.a (mgr.14152) 202 : cephadm 1 Detected new or changed devices on smithi157 2024-04-25T23:35:23.609 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:35:23 smithi157 bash[22215]: cluster 2024-04-25T23:35:22.461324+0000 mgr.a (mgr.14152) 203 : cluster 0 pgmap v144: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-25T23:35:23.609 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:35:23 smithi157 bash[22215]: audit 2024-04-25T23:35:22.804351+0000 mon.a (mon.0) 564 : audit 1 from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-25T23:35:23.609 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:35:23 smithi157 bash[22215]: audit 2024-04-25T23:35:22.805822+0000 mon.b (mon.2) 8 : audit 1 from='osd.2 [v2:172.21.15.157:6800/3572196533,v1:172.21.15.157:6801/3572196533]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-25T23:35:23.744 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:35:23 smithi087 bash[21583]: cluster 2024-04-25T23:35:22.461324+0000 mgr.a (mgr.14152) 203 : cluster 0 pgmap v144: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-25T23:35:23.745 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:35:23 smithi087 bash[21583]: audit 2024-04-25T23:35:22.804351+0000 mon.a (mon.0) 564 : audit 1 from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-25T23:35:23.745 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:35:23 smithi087 bash[21583]: audit 2024-04-25T23:35:22.805822+0000 mon.b (mon.2) 8 : audit 1 from='osd.2 [v2:172.21.15.157:6800/3572196533,v1:172.21.15.157:6801/3572196533]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-25T23:35:23.898 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:35:23 smithi161 bash[22340]: cluster 2024-04-25T23:35:22.461324+0000 mgr.a (mgr.14152) 203 : cluster 0 pgmap v144: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-25T23:35:23.898 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:35:23 smithi161 bash[22340]: audit 2024-04-25T23:35:22.804351+0000 mon.a (mon.0) 564 : audit 1 from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-25T23:35:23.898 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:35:23 smithi161 bash[22340]: audit 2024-04-25T23:35:22.805822+0000 mon.b (mon.2) 8 : audit 1 from='osd.2 [v2:172.21.15.157:6800/3572196533,v1:172.21.15.157:6801/3572196533]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-25T23:35:24.667 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:35:24 smithi157 bash[22215]: audit 2024-04-25T23:35:23.482808+0000 mon.a (mon.0) 565 : audit 1 from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-04-25T23:35:24.667 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:35:24 smithi157 bash[22215]: cluster 2024-04-25T23:35:23.488162+0000 mon.a (mon.0) 566 : cluster 0 osdmap e16: 3 total, 2 up, 3 in 2024-04-25T23:35:24.667 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:35:24 smithi157 bash[22215]: audit 2024-04-25T23:35:23.489005+0000 mon.a (mon.0) 567 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-25T23:35:24.667 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:35:24 smithi157 bash[22215]: audit 2024-04-25T23:35:23.489878+0000 mon.a (mon.0) 568 : audit 1 from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi157", "root=default"]}]: dispatch 2024-04-25T23:35:24.667 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:35:24 smithi157 bash[22215]: audit 2024-04-25T23:35:23.490969+0000 mon.b (mon.2) 9 : audit 1 from='osd.2 [v2:172.21.15.157:6800/3572196533,v1:172.21.15.157:6801/3572196533]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi157", "root=default"]}]: dispatch 2024-04-25T23:35:24.667 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:35:24 smithi157 bash[22215]: audit 2024-04-25T23:35:24.485183+0000 mon.a (mon.0) 569 : audit 1 from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi157", "root=default"]}]': finished 2024-04-25T23:35:24.668 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:35:24 smithi157 bash[22215]: cluster 2024-04-25T23:35:24.490253+0000 mon.a (mon.0) 570 : cluster 0 osdmap e17: 3 total, 2 up, 3 in 2024-04-25T23:35:24.744 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:35:24 smithi087 bash[21583]: audit 2024-04-25T23:35:23.482808+0000 mon.a (mon.0) 565 : audit 1 from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-04-25T23:35:24.744 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:35:24 smithi087 bash[21583]: cluster 2024-04-25T23:35:23.488162+0000 mon.a (mon.0) 566 : cluster 0 osdmap e16: 3 total, 2 up, 3 in 2024-04-25T23:35:24.744 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:35:24 smithi087 bash[21583]: audit 2024-04-25T23:35:23.489005+0000 mon.a (mon.0) 567 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-25T23:35:24.745 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:35:24 smithi087 bash[21583]: audit 2024-04-25T23:35:23.489878+0000 mon.a (mon.0) 568 : audit 1 from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi157", "root=default"]}]: dispatch 2024-04-25T23:35:24.745 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:35:24 smithi087 bash[21583]: audit 2024-04-25T23:35:23.490969+0000 mon.b (mon.2) 9 : audit 1 from='osd.2 [v2:172.21.15.157:6800/3572196533,v1:172.21.15.157:6801/3572196533]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi157", "root=default"]}]: dispatch 2024-04-25T23:35:24.745 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:35:24 smithi087 bash[21583]: audit 2024-04-25T23:35:24.485183+0000 mon.a (mon.0) 569 : audit 1 from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi157", "root=default"]}]': finished 2024-04-25T23:35:24.745 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:35:24 smithi087 bash[21583]: cluster 2024-04-25T23:35:24.490253+0000 mon.a (mon.0) 570 : cluster 0 osdmap e17: 3 total, 2 up, 3 in 2024-04-25T23:35:24.898 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:35:24 smithi161 bash[22340]: audit 2024-04-25T23:35:23.482808+0000 mon.a (mon.0) 565 : audit 1 from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-04-25T23:35:24.898 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:35:24 smithi161 bash[22340]: cluster 2024-04-25T23:35:23.488162+0000 mon.a (mon.0) 566 : cluster 0 osdmap e16: 3 total, 2 up, 3 in 2024-04-25T23:35:24.898 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:35:24 smithi161 bash[22340]: audit 2024-04-25T23:35:23.489005+0000 mon.a (mon.0) 567 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-25T23:35:24.898 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:35:24 smithi161 bash[22340]: audit 2024-04-25T23:35:23.489878+0000 mon.a (mon.0) 568 : audit 1 from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi157", "root=default"]}]: dispatch 2024-04-25T23:35:24.899 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:35:24 smithi161 bash[22340]: audit 2024-04-25T23:35:23.490969+0000 mon.b (mon.2) 9 : audit 1 from='osd.2 [v2:172.21.15.157:6800/3572196533,v1:172.21.15.157:6801/3572196533]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi157", "root=default"]}]: dispatch 2024-04-25T23:35:24.899 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:35:24 smithi161 bash[22340]: audit 2024-04-25T23:35:24.485183+0000 mon.a (mon.0) 569 : audit 1 from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi157", "root=default"]}]': finished 2024-04-25T23:35:24.899 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:35:24 smithi161 bash[22340]: cluster 2024-04-25T23:35:24.490253+0000 mon.a (mon.0) 570 : cluster 0 osdmap e17: 3 total, 2 up, 3 in 2024-04-25T23:35:25.587 INFO:teuthology.orchestra.run.smithi157.stdout:Created osd(s) 2 on host 'smithi157' 2024-04-25T23:35:25.744 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:35:25 smithi087 bash[21583]: cluster 2024-04-25T23:35:24.461768+0000 mgr.a (mgr.14152) 204 : cluster 0 pgmap v146: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-25T23:35:25.745 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:35:25 smithi087 bash[21583]: audit 2024-04-25T23:35:24.491551+0000 mon.a (mon.0) 571 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-25T23:35:25.745 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:35:25 smithi087 bash[21583]: audit 2024-04-25T23:35:24.492882+0000 mon.a (mon.0) 572 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-25T23:35:25.745 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:35:25 smithi087 bash[21583]: audit 2024-04-25T23:35:24.791970+0000 mon.a (mon.0) 573 : audit 1 from='osd.2 ' entity='osd.2' 2024-04-25T23:35:25.745 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:35:25 smithi087 bash[21583]: audit 2024-04-25T23:35:25.493062+0000 mon.a (mon.0) 574 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-25T23:35:25.898 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:35:25 smithi161 bash[22340]: cluster 2024-04-25T23:35:24.461768+0000 mgr.a (mgr.14152) 204 : cluster 0 pgmap v146: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-25T23:35:25.898 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:35:25 smithi161 bash[22340]: audit 2024-04-25T23:35:24.491551+0000 mon.a (mon.0) 571 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-25T23:35:25.898 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:35:25 smithi161 bash[22340]: audit 2024-04-25T23:35:24.492882+0000 mon.a (mon.0) 572 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-25T23:35:25.898 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:35:25 smithi161 bash[22340]: audit 2024-04-25T23:35:24.791970+0000 mon.a (mon.0) 573 : audit 1 from='osd.2 ' entity='osd.2' 2024-04-25T23:35:25.898 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:35:25 smithi161 bash[22340]: audit 2024-04-25T23:35:25.493062+0000 mon.a (mon.0) 574 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-25T23:35:25.917 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:35:25 smithi157 bash[22215]: cluster 2024-04-25T23:35:24.461768+0000 mgr.a (mgr.14152) 204 : cluster 0 pgmap v146: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-25T23:35:25.917 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:35:25 smithi157 bash[22215]: audit 2024-04-25T23:35:24.491551+0000 mon.a (mon.0) 571 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-25T23:35:25.917 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:35:25 smithi157 bash[22215]: audit 2024-04-25T23:35:24.492882+0000 mon.a (mon.0) 572 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-25T23:35:25.917 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:35:25 smithi157 bash[22215]: audit 2024-04-25T23:35:24.791970+0000 mon.a (mon.0) 573 : audit 1 from='osd.2 ' entity='osd.2' 2024-04-25T23:35:25.917 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:35:25 smithi157 bash[22215]: audit 2024-04-25T23:35:25.493062+0000 mon.a (mon.0) 574 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-25T23:35:26.647 DEBUG:teuthology.orchestra.run.smithi157:osd.2> sudo journalctl -f -n 0 -u ceph-7567fb78-035b-11ef-bc93-c7b262605968@osd.2.service 2024-04-25T23:35:26.650 INFO:tasks.cephadm:Deploying osd.3 on smithi157 with /dev/vg_nvme/lv_3... 2024-04-25T23:35:26.650 DEBUG:teuthology.orchestra.run.smithi157:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d2c45d977142e024a59b68a8f1dce8f0b9840551 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567fb78-035b-11ef-bc93-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-04-25T23:35:26.853 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:35:26 smithi161 bash[22340]: cluster 2024-04-25T23:35:23.819610+0000 osd.2 (osd.2) 1 : cluster 0 purged_snaps scrub starts 2024-04-25T23:35:26.853 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:35:26 smithi161 bash[22340]: cluster 2024-04-25T23:35:23.819707+0000 osd.2 (osd.2) 2 : cluster 0 purged_snaps scrub ok 2024-04-25T23:35:26.853 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:35:26 smithi161 bash[22340]: audit 2024-04-25T23:35:25.584758+0000 mon.a (mon.0) 575 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:35:26.853 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:35:26 smithi161 bash[22340]: audit 2024-04-25T23:35:25.593316+0000 mon.a (mon.0) 576 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:35:26.854 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:35:26 smithi161 bash[22340]: audit 2024-04-25T23:35:25.615496+0000 mon.a (mon.0) 577 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T23:35:26.854 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:35:26 smithi161 bash[22340]: audit 2024-04-25T23:35:25.621356+0000 mon.a (mon.0) 578 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi157", "name": "osd_memory_target"}]: dispatch 2024-04-25T23:35:26.854 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:35:26 smithi161 bash[22340]: audit 2024-04-25T23:35:25.623193+0000 mon.a (mon.0) 579 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:35:26.854 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:35:26 smithi161 bash[22340]: audit 2024-04-25T23:35:25.624919+0000 mon.a (mon.0) 580 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T23:35:26.854 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:35:26 smithi161 bash[22340]: audit 2024-04-25T23:35:25.634246+0000 mon.a (mon.0) 581 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:35:26.854 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:35:26 smithi161 bash[22340]: cluster 2024-04-25T23:35:25.797190+0000 mon.a (mon.0) 582 : cluster 1 osd.2 [v2:172.21.15.157:6800/3572196533,v1:172.21.15.157:6801/3572196533] boot 2024-04-25T23:35:26.854 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:35:26 smithi161 bash[22340]: cluster 2024-04-25T23:35:25.797301+0000 mon.a (mon.0) 583 : cluster 0 osdmap e18: 3 total, 3 up, 3 in 2024-04-25T23:35:26.854 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:35:26 smithi161 bash[22340]: audit 2024-04-25T23:35:25.797548+0000 mon.a (mon.0) 584 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-25T23:35:26.854 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:35:26 smithi161 bash[22340]: audit 2024-04-25T23:35:25.892942+0000 mon.a (mon.0) 585 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2024-04-25T23:35:26.917 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:35:26 smithi157 bash[22215]: cluster 2024-04-25T23:35:23.819610+0000 osd.2 (osd.2) 1 : cluster 0 purged_snaps scrub starts 2024-04-25T23:35:26.917 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:35:26 smithi157 bash[22215]: cluster 2024-04-25T23:35:23.819707+0000 osd.2 (osd.2) 2 : cluster 0 purged_snaps scrub ok 2024-04-25T23:35:26.917 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:35:26 smithi157 bash[22215]: audit 2024-04-25T23:35:25.584758+0000 mon.a (mon.0) 575 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:35:26.917 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:35:26 smithi157 bash[22215]: audit 2024-04-25T23:35:25.593316+0000 mon.a (mon.0) 576 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:35:26.917 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:35:26 smithi157 bash[22215]: audit 2024-04-25T23:35:25.615496+0000 mon.a (mon.0) 577 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T23:35:26.917 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:35:26 smithi157 bash[22215]: audit 2024-04-25T23:35:25.621356+0000 mon.a (mon.0) 578 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi157", "name": "osd_memory_target"}]: dispatch 2024-04-25T23:35:26.917 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:35:26 smithi157 bash[22215]: audit 2024-04-25T23:35:25.623193+0000 mon.a (mon.0) 579 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:35:26.918 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:35:26 smithi157 bash[22215]: audit 2024-04-25T23:35:25.624919+0000 mon.a (mon.0) 580 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T23:35:26.918 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:35:26 smithi157 bash[22215]: audit 2024-04-25T23:35:25.634246+0000 mon.a (mon.0) 581 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:35:26.918 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:35:26 smithi157 bash[22215]: cluster 2024-04-25T23:35:25.797190+0000 mon.a (mon.0) 582 : cluster 1 osd.2 [v2:172.21.15.157:6800/3572196533,v1:172.21.15.157:6801/3572196533] boot 2024-04-25T23:35:26.918 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:35:26 smithi157 bash[22215]: cluster 2024-04-25T23:35:25.797301+0000 mon.a (mon.0) 583 : cluster 0 osdmap e18: 3 total, 3 up, 3 in 2024-04-25T23:35:26.918 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:35:26 smithi157 bash[22215]: audit 2024-04-25T23:35:25.797548+0000 mon.a (mon.0) 584 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-25T23:35:26.918 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:35:26 smithi157 bash[22215]: audit 2024-04-25T23:35:25.892942+0000 mon.a (mon.0) 585 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2024-04-25T23:35:26.995 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:35:26 smithi087 bash[21583]: cluster 2024-04-25T23:35:23.819610+0000 osd.2 (osd.2) 1 : cluster 0 purged_snaps scrub starts 2024-04-25T23:35:26.995 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:35:26 smithi087 bash[21583]: cluster 2024-04-25T23:35:23.819707+0000 osd.2 (osd.2) 2 : cluster 0 purged_snaps scrub ok 2024-04-25T23:35:26.995 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:35:26 smithi087 bash[21583]: audit 2024-04-25T23:35:25.584758+0000 mon.a (mon.0) 575 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:35:26.995 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:35:26 smithi087 bash[21583]: audit 2024-04-25T23:35:25.593316+0000 mon.a (mon.0) 576 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:35:26.995 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:35:26 smithi087 bash[21583]: audit 2024-04-25T23:35:25.615496+0000 mon.a (mon.0) 577 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T23:35:26.995 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:35:26 smithi087 bash[21583]: audit 2024-04-25T23:35:25.621356+0000 mon.a (mon.0) 578 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi157", "name": "osd_memory_target"}]: dispatch 2024-04-25T23:35:26.995 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:35:26 smithi087 bash[21583]: audit 2024-04-25T23:35:25.623193+0000 mon.a (mon.0) 579 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:35:26.995 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:35:26 smithi087 bash[21583]: audit 2024-04-25T23:35:25.624919+0000 mon.a (mon.0) 580 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T23:35:26.995 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:35:26 smithi087 bash[21583]: audit 2024-04-25T23:35:25.634246+0000 mon.a (mon.0) 581 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:35:26.996 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:35:26 smithi087 bash[21583]: cluster 2024-04-25T23:35:25.797190+0000 mon.a (mon.0) 582 : cluster 1 osd.2 [v2:172.21.15.157:6800/3572196533,v1:172.21.15.157:6801/3572196533] boot 2024-04-25T23:35:26.996 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:35:26 smithi087 bash[21583]: cluster 2024-04-25T23:35:25.797301+0000 mon.a (mon.0) 583 : cluster 0 osdmap e18: 3 total, 3 up, 3 in 2024-04-25T23:35:26.996 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:35:26 smithi087 bash[21583]: audit 2024-04-25T23:35:25.797548+0000 mon.a (mon.0) 584 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-25T23:35:26.996 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:35:26 smithi087 bash[21583]: audit 2024-04-25T23:35:25.892942+0000 mon.a (mon.0) 585 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2024-04-25T23:35:27.667 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:35:27 smithi157 bash[22215]: cluster 2024-04-25T23:35:26.462249+0000 mgr.a (mgr.14152) 205 : cluster 0 pgmap v149: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-25T23:35:27.667 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:35:27 smithi157 bash[22215]: audit 2024-04-25T23:35:26.799487+0000 mon.a (mon.0) 586 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-04-25T23:35:27.667 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:35:27 smithi157 bash[22215]: cluster 2024-04-25T23:35:26.804203+0000 mon.a (mon.0) 587 : cluster 0 osdmap e19: 3 total, 3 up, 3 in 2024-04-25T23:35:27.667 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:35:27 smithi157 bash[22215]: audit 2024-04-25T23:35:26.805767+0000 mon.a (mon.0) 588 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-04-25T23:35:27.667 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:35:27 smithi157 bash[22215]: audit 2024-04-25T23:35:27.396566+0000 mon.a (mon.0) 589 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:35:27.668 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:35:27 smithi157 bash[22215]: audit 2024-04-25T23:35:27.402948+0000 mon.a (mon.0) 590 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:35:27.668 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:35:27 smithi157 bash[22215]: audit 2024-04-25T23:35:27.411660+0000 mon.a (mon.0) 591 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:35:27.668 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:35:27 smithi157 bash[22215]: audit 2024-04-25T23:35:27.412323+0000 mon.a (mon.0) 592 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T23:35:27.668 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:35:27 smithi157 bash[22215]: audit 2024-04-25T23:35:27.417826+0000 mon.a (mon.0) 593 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:35:27.668 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:35:27 smithi157 bash[22215]: audit 2024-04-25T23:35:27.419417+0000 mon.a (mon.0) 594 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T23:35:27.668 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:35:27 smithi157 bash[22215]: audit 2024-04-25T23:35:27.429143+0000 mon.a (mon.0) 595 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:35:27.849 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:35:27 smithi161 bash[22340]: cluster 2024-04-25T23:35:26.462249+0000 mgr.a (mgr.14152) 205 : cluster 0 pgmap v149: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-25T23:35:27.849 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:35:27 smithi161 bash[22340]: audit 2024-04-25T23:35:26.799487+0000 mon.a (mon.0) 586 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-04-25T23:35:27.849 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:35:27 smithi161 bash[22340]: cluster 2024-04-25T23:35:26.804203+0000 mon.a (mon.0) 587 : cluster 0 osdmap e19: 3 total, 3 up, 3 in 2024-04-25T23:35:27.849 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:35:27 smithi161 bash[22340]: audit 2024-04-25T23:35:26.805767+0000 mon.a (mon.0) 588 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-04-25T23:35:27.850 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:35:27 smithi161 bash[22340]: audit 2024-04-25T23:35:27.396566+0000 mon.a (mon.0) 589 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:35:27.850 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:35:27 smithi161 bash[22340]: audit 2024-04-25T23:35:27.402948+0000 mon.a (mon.0) 590 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:35:27.850 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:35:27 smithi161 bash[22340]: audit 2024-04-25T23:35:27.411660+0000 mon.a (mon.0) 591 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:35:27.850 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:35:27 smithi161 bash[22340]: audit 2024-04-25T23:35:27.412323+0000 mon.a (mon.0) 592 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T23:35:27.850 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:35:27 smithi161 bash[22340]: audit 2024-04-25T23:35:27.417826+0000 mon.a (mon.0) 593 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:35:27.850 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:35:27 smithi161 bash[22340]: audit 2024-04-25T23:35:27.419417+0000 mon.a (mon.0) 594 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T23:35:27.850 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:35:27 smithi161 bash[22340]: audit 2024-04-25T23:35:27.429143+0000 mon.a (mon.0) 595 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:35:27.995 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:35:27 smithi087 bash[21583]: cluster 2024-04-25T23:35:26.462249+0000 mgr.a (mgr.14152) 205 : cluster 0 pgmap v149: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-25T23:35:27.995 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:35:27 smithi087 bash[21583]: audit 2024-04-25T23:35:26.799487+0000 mon.a (mon.0) 586 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-04-25T23:35:27.995 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:35:27 smithi087 bash[21583]: cluster 2024-04-25T23:35:26.804203+0000 mon.a (mon.0) 587 : cluster 0 osdmap e19: 3 total, 3 up, 3 in 2024-04-25T23:35:27.995 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:35:27 smithi087 bash[21583]: audit 2024-04-25T23:35:26.805767+0000 mon.a (mon.0) 588 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-04-25T23:35:27.995 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:35:27 smithi087 bash[21583]: audit 2024-04-25T23:35:27.396566+0000 mon.a (mon.0) 589 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:35:27.995 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:35:27 smithi087 bash[21583]: audit 2024-04-25T23:35:27.402948+0000 mon.a (mon.0) 590 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:35:27.995 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:35:27 smithi087 bash[21583]: audit 2024-04-25T23:35:27.411660+0000 mon.a (mon.0) 591 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:35:27.995 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:35:27 smithi087 bash[21583]: audit 2024-04-25T23:35:27.412323+0000 mon.a (mon.0) 592 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T23:35:27.996 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:35:27 smithi087 bash[21583]: audit 2024-04-25T23:35:27.417826+0000 mon.a (mon.0) 593 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:35:27.996 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:35:27 smithi087 bash[21583]: audit 2024-04-25T23:35:27.419417+0000 mon.a (mon.0) 594 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T23:35:27.996 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:35:27 smithi087 bash[21583]: audit 2024-04-25T23:35:27.429143+0000 mon.a (mon.0) 595 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:35:28.898 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:35:28 smithi161 bash[22340]: audit 2024-04-25T23:35:27.803544+0000 mon.a (mon.0) 596 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-04-25T23:35:28.898 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:35:28 smithi161 bash[22340]: cluster 2024-04-25T23:35:27.811699+0000 mon.a (mon.0) 597 : cluster 0 osdmap e20: 3 total, 3 up, 3 in 2024-04-25T23:35:28.898 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:35:28 smithi161 bash[22340]: cluster 2024-04-25T23:35:28.462677+0000 mgr.a (mgr.14152) 206 : cluster 0 pgmap v152: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-04-25T23:35:29.167 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:35:28 smithi157 bash[22215]: audit 2024-04-25T23:35:27.803544+0000 mon.a (mon.0) 596 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-04-25T23:35:29.167 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:35:28 smithi157 bash[22215]: cluster 2024-04-25T23:35:27.811699+0000 mon.a (mon.0) 597 : cluster 0 osdmap e20: 3 total, 3 up, 3 in 2024-04-25T23:35:29.167 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:35:28 smithi157 bash[22215]: cluster 2024-04-25T23:35:28.462677+0000 mgr.a (mgr.14152) 206 : cluster 0 pgmap v152: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-04-25T23:35:29.244 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:35:28 smithi087 bash[21583]: audit 2024-04-25T23:35:27.803544+0000 mon.a (mon.0) 596 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-04-25T23:35:29.244 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:35:28 smithi087 bash[21583]: cluster 2024-04-25T23:35:27.811699+0000 mon.a (mon.0) 597 : cluster 0 osdmap e20: 3 total, 3 up, 3 in 2024-04-25T23:35:29.244 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:35:28 smithi087 bash[21583]: cluster 2024-04-25T23:35:28.462677+0000 mgr.a (mgr.14152) 206 : cluster 0 pgmap v152: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-04-25T23:35:30.148 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:35:29 smithi161 bash[22340]: cluster 2024-04-25T23:35:28.822816+0000 mon.a (mon.0) 598 : cluster 0 osdmap e21: 3 total, 3 up, 3 in 2024-04-25T23:35:30.148 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:35:29 smithi161 bash[22340]: audit 2024-04-25T23:35:29.123515+0000 mon.a (mon.0) 599 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:35:30.167 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:35:29 smithi157 bash[22215]: cluster 2024-04-25T23:35:28.822816+0000 mon.a (mon.0) 598 : cluster 0 osdmap e21: 3 total, 3 up, 3 in 2024-04-25T23:35:30.167 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:35:29 smithi157 bash[22215]: audit 2024-04-25T23:35:29.123515+0000 mon.a (mon.0) 599 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:35:30.244 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:35:29 smithi087 bash[21583]: cluster 2024-04-25T23:35:28.822816+0000 mon.a (mon.0) 598 : cluster 0 osdmap e21: 3 total, 3 up, 3 in 2024-04-25T23:35:30.245 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:35:29 smithi087 bash[21583]: audit 2024-04-25T23:35:29.123515+0000 mon.a (mon.0) 599 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:35:31.625 INFO:teuthology.orchestra.run.smithi157.stderr:Inferring config /var/lib/ceph/7567fb78-035b-11ef-bc93-c7b262605968/mon.b/config 2024-04-25T23:35:31.917 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:35:31 smithi157 bash[22215]: audit 2024-04-25T23:35:30.441054+0000 mon.a (mon.0) 600 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:35:31.917 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:35:31 smithi157 bash[22215]: audit 2024-04-25T23:35:30.448659+0000 mon.a (mon.0) 601 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:35:31.917 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:35:31 smithi157 bash[22215]: audit 2024-04-25T23:35:30.458031+0000 mon.a (mon.0) 602 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:35:31.918 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:35:31 smithi157 bash[22215]: cluster 2024-04-25T23:35:30.463066+0000 mgr.a (mgr.14152) 207 : cluster 0 pgmap v154: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-04-25T23:35:31.918 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:35:31 smithi157 bash[22215]: audit 2024-04-25T23:35:30.573773+0000 mon.a (mon.0) 603 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:35:31.918 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:35:31 smithi157 bash[22215]: audit 2024-04-25T23:35:30.582772+0000 mon.a (mon.0) 604 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:35:31.918 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:35:31 smithi157 bash[22215]: audit 2024-04-25T23:35:30.592854+0000 mon.a (mon.0) 605 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:35:31.918 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:35:31 smithi157 bash[22215]: cluster 2024-04-25T23:35:30.832506+0000 mon.a (mon.0) 606 : cluster 0 mgrmap e15: a(active, since 4m), standbys: b 2024-04-25T23:35:31.918 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:35:31 smithi157 bash[22215]: audit 2024-04-25T23:35:30.978758+0000 mon.a (mon.0) 607 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:35:31.918 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:35:31 smithi157 bash[22215]: audit 2024-04-25T23:35:30.981616+0000 mon.a (mon.0) 608 : audit 1 from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-25T23:35:32.148 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:35:31 smithi161 bash[22340]: audit 2024-04-25T23:35:30.441054+0000 mon.a (mon.0) 600 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:35:32.148 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:35:31 smithi161 bash[22340]: audit 2024-04-25T23:35:30.448659+0000 mon.a (mon.0) 601 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:35:32.148 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:35:31 smithi161 bash[22340]: audit 2024-04-25T23:35:30.458031+0000 mon.a (mon.0) 602 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:35:32.148 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:35:31 smithi161 bash[22340]: cluster 2024-04-25T23:35:30.463066+0000 mgr.a (mgr.14152) 207 : cluster 0 pgmap v154: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-04-25T23:35:32.148 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:35:31 smithi161 bash[22340]: audit 2024-04-25T23:35:30.573773+0000 mon.a (mon.0) 603 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:35:32.148 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:35:31 smithi161 bash[22340]: audit 2024-04-25T23:35:30.582772+0000 mon.a (mon.0) 604 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:35:32.148 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:35:31 smithi161 bash[22340]: audit 2024-04-25T23:35:30.592854+0000 mon.a (mon.0) 605 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:35:32.149 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:35:31 smithi161 bash[22340]: cluster 2024-04-25T23:35:30.832506+0000 mon.a (mon.0) 606 : cluster 0 mgrmap e15: a(active, since 4m), standbys: b 2024-04-25T23:35:32.149 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:35:31 smithi161 bash[22340]: audit 2024-04-25T23:35:30.978758+0000 mon.a (mon.0) 607 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:35:32.149 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:35:31 smithi161 bash[22340]: audit 2024-04-25T23:35:30.981616+0000 mon.a (mon.0) 608 : audit 1 from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-25T23:35:32.244 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:35:31 smithi087 bash[21583]: audit 2024-04-25T23:35:30.441054+0000 mon.a (mon.0) 600 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:35:32.245 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:35:31 smithi087 bash[21583]: audit 2024-04-25T23:35:30.448659+0000 mon.a (mon.0) 601 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:35:32.245 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:35:31 smithi087 bash[21583]: audit 2024-04-25T23:35:30.458031+0000 mon.a (mon.0) 602 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:35:32.245 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:35:31 smithi087 bash[21583]: cluster 2024-04-25T23:35:30.463066+0000 mgr.a (mgr.14152) 207 : cluster 0 pgmap v154: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-04-25T23:35:32.245 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:35:31 smithi087 bash[21583]: audit 2024-04-25T23:35:30.573773+0000 mon.a (mon.0) 603 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:35:32.245 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:35:31 smithi087 bash[21583]: audit 2024-04-25T23:35:30.582772+0000 mon.a (mon.0) 604 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:35:32.245 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:35:31 smithi087 bash[21583]: audit 2024-04-25T23:35:30.592854+0000 mon.a (mon.0) 605 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:35:32.245 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:35:31 smithi087 bash[21583]: cluster 2024-04-25T23:35:30.832506+0000 mon.a (mon.0) 606 : cluster 0 mgrmap e15: a(active, since 4m), standbys: b 2024-04-25T23:35:32.245 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:35:31 smithi087 bash[21583]: audit 2024-04-25T23:35:30.978758+0000 mon.a (mon.0) 607 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:35:32.245 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:35:31 smithi087 bash[21583]: audit 2024-04-25T23:35:30.981616+0000 mon.a (mon.0) 608 : audit 1 from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-25T23:35:34.148 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:35:33 smithi161 bash[22340]: audit 2024-04-25T23:35:31.904373+0000 mon.a (mon.0) 609 : audit 1 from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-25T23:35:34.148 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:35:33 smithi161 bash[22340]: audit 2024-04-25T23:35:31.905844+0000 mon.a (mon.0) 610 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-25T23:35:34.148 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:35:33 smithi161 bash[22340]: audit 2024-04-25T23:35:31.906069+0000 mon.a (mon.0) 611 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-25T23:35:34.149 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:35:33 smithi161 bash[22340]: audit 2024-04-25T23:35:31.906341+0000 mon.a (mon.0) 612 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-25T23:35:34.149 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:35:33 smithi161 bash[22340]: audit 2024-04-25T23:35:31.917283+0000 mon.c (mon.1) 3 : audit 1 from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-25T23:35:34.149 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:35:33 smithi161 bash[22340]: audit 2024-04-25T23:35:31.918486+0000 mon.a (mon.0) 613 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-25T23:35:34.149 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:35:33 smithi161 bash[22340]: audit 2024-04-25T23:35:31.918684+0000 mon.a (mon.0) 614 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-25T23:35:34.149 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:35:33 smithi161 bash[22340]: audit 2024-04-25T23:35:31.918894+0000 mon.a (mon.0) 615 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-25T23:35:34.149 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:35:33 smithi161 bash[22340]: cluster 2024-04-25T23:35:32.463587+0000 mgr.a (mgr.14152) 208 : cluster 0 pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-25T23:35:34.149 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:35:33 smithi161 bash[22340]: audit 2024-04-25T23:35:32.828135+0000 mon.c (mon.1) 4 : audit 1 from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-25T23:35:34.149 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:35:33 smithi161 bash[22340]: audit 2024-04-25T23:35:32.884174+0000 mon.a (mon.0) 616 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:35:34.149 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:35:33 smithi161 bash[22340]: audit 2024-04-25T23:35:32.887761+0000 mon.a (mon.0) 617 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-25T23:35:34.149 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:35:33 smithi161 bash[22340]: audit 2024-04-25T23:35:32.888161+0000 mon.a (mon.0) 618 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-25T23:35:34.149 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:35:33 smithi161 bash[22340]: audit 2024-04-25T23:35:32.888558+0000 mon.a (mon.0) 619 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-25T23:35:34.167 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:35:33 smithi157 bash[22215]: audit 2024-04-25T23:35:31.904373+0000 mon.a (mon.0) 609 : audit 1 from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-25T23:35:34.167 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:35:33 smithi157 bash[22215]: audit 2024-04-25T23:35:31.905844+0000 mon.a (mon.0) 610 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-25T23:35:34.167 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:35:33 smithi157 bash[22215]: audit 2024-04-25T23:35:31.906069+0000 mon.a (mon.0) 611 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-25T23:35:34.167 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:35:33 smithi157 bash[22215]: audit 2024-04-25T23:35:31.906341+0000 mon.a (mon.0) 612 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-25T23:35:34.167 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:35:33 smithi157 bash[22215]: audit 2024-04-25T23:35:31.917283+0000 mon.c (mon.1) 3 : audit 1 from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-25T23:35:34.167 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:35:33 smithi157 bash[22215]: audit 2024-04-25T23:35:31.918486+0000 mon.a (mon.0) 613 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-25T23:35:34.167 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:35:33 smithi157 bash[22215]: audit 2024-04-25T23:35:31.918684+0000 mon.a (mon.0) 614 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-25T23:35:34.167 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:35:33 smithi157 bash[22215]: audit 2024-04-25T23:35:31.918894+0000 mon.a (mon.0) 615 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-25T23:35:34.167 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:35:33 smithi157 bash[22215]: cluster 2024-04-25T23:35:32.463587+0000 mgr.a (mgr.14152) 208 : cluster 0 pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-25T23:35:34.167 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:35:33 smithi157 bash[22215]: audit 2024-04-25T23:35:32.828135+0000 mon.c (mon.1) 4 : audit 1 from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-25T23:35:34.168 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:35:33 smithi157 bash[22215]: audit 2024-04-25T23:35:32.884174+0000 mon.a (mon.0) 616 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:35:34.168 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:35:33 smithi157 bash[22215]: audit 2024-04-25T23:35:32.887761+0000 mon.a (mon.0) 617 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-25T23:35:34.168 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:35:33 smithi157 bash[22215]: audit 2024-04-25T23:35:32.888161+0000 mon.a (mon.0) 618 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-25T23:35:34.168 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:35:33 smithi157 bash[22215]: audit 2024-04-25T23:35:32.888558+0000 mon.a (mon.0) 619 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-25T23:35:34.245 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:35:33 smithi087 bash[21583]: audit 2024-04-25T23:35:31.904373+0000 mon.a (mon.0) 609 : audit 1 from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-25T23:35:34.245 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:35:33 smithi087 bash[21583]: audit 2024-04-25T23:35:31.905844+0000 mon.a (mon.0) 610 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-25T23:35:34.245 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:35:33 smithi087 bash[21583]: audit 2024-04-25T23:35:31.906069+0000 mon.a (mon.0) 611 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-25T23:35:34.245 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:35:33 smithi087 bash[21583]: audit 2024-04-25T23:35:31.906341+0000 mon.a (mon.0) 612 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-25T23:35:34.245 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:35:33 smithi087 bash[21583]: audit 2024-04-25T23:35:31.917283+0000 mon.c (mon.1) 3 : audit 1 from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-25T23:35:34.245 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:35:33 smithi087 bash[21583]: audit 2024-04-25T23:35:31.918486+0000 mon.a (mon.0) 613 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-25T23:35:34.245 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:35:33 smithi087 bash[21583]: audit 2024-04-25T23:35:31.918684+0000 mon.a (mon.0) 614 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-25T23:35:34.245 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:35:33 smithi087 bash[21583]: audit 2024-04-25T23:35:31.918894+0000 mon.a (mon.0) 615 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-25T23:35:34.245 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:35:33 smithi087 bash[21583]: cluster 2024-04-25T23:35:32.463587+0000 mgr.a (mgr.14152) 208 : cluster 0 pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-25T23:35:34.246 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:35:33 smithi087 bash[21583]: audit 2024-04-25T23:35:32.828135+0000 mon.c (mon.1) 4 : audit 1 from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-25T23:35:34.246 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:35:33 smithi087 bash[21583]: audit 2024-04-25T23:35:32.884174+0000 mon.a (mon.0) 616 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:35:34.246 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:35:33 smithi087 bash[21583]: audit 2024-04-25T23:35:32.887761+0000 mon.a (mon.0) 617 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-25T23:35:34.246 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:35:33 smithi087 bash[21583]: audit 2024-04-25T23:35:32.888161+0000 mon.a (mon.0) 618 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-25T23:35:34.246 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:35:33 smithi087 bash[21583]: audit 2024-04-25T23:35:32.888558+0000 mon.a (mon.0) 619 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-25T23:35:34.426 INFO:teuthology.orchestra.run.smithi157.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-04-25T23:35:34.427 INFO:teuthology.orchestra.run.smithi157.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-04-25T23:35:34.427 INFO:teuthology.orchestra.run.smithi157.stderr: stderr: 10+0 records in 2024-04-25T23:35:34.427 INFO:teuthology.orchestra.run.smithi157.stderr:10+0 records out 2024-04-25T23:35:34.427 INFO:teuthology.orchestra.run.smithi157.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0101732 s, 1.0 GB/s 2024-04-25T23:35:34.427 INFO:teuthology.orchestra.run.smithi157.stderr:--> Zapping successful for: 2024-04-25T23:35:35.125 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:35:34 smithi157 bash[22215]: audit 2024-04-25T23:35:32.889233+0000 mon.b (mon.2) 10 : audit 1 from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-25T23:35:35.125 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:35:34 smithi157 bash[22215]: audit 2024-04-25T23:35:33.777814+0000 mon.b (mon.2) 11 : audit 1 from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-25T23:35:35.125 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:35:34 smithi157 bash[22215]: cluster 2024-04-25T23:35:34.464134+0000 mgr.a (mgr.14152) 209 : cluster 0 pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-25T23:35:35.126 DEBUG:teuthology.orchestra.run.smithi157:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d2c45d977142e024a59b68a8f1dce8f0b9840551 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567fb78-035b-11ef-bc93-c7b262605968 -- ceph orch daemon add osd smithi157:vg_nvme/lv_3 2024-04-25T23:35:35.148 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:35:34 smithi161 bash[22340]: audit 2024-04-25T23:35:32.889233+0000 mon.b (mon.2) 10 : audit 1 from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-25T23:35:35.148 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:35:34 smithi161 bash[22340]: audit 2024-04-25T23:35:33.777814+0000 mon.b (mon.2) 11 : audit 1 from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-25T23:35:35.148 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:35:34 smithi161 bash[22340]: cluster 2024-04-25T23:35:34.464134+0000 mgr.a (mgr.14152) 209 : cluster 0 pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-25T23:35:35.246 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:35:34 smithi087 bash[21583]: audit 2024-04-25T23:35:32.889233+0000 mon.b (mon.2) 10 : audit 1 from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-25T23:35:35.289 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:35:34 smithi087 bash[21583]: audit 2024-04-25T23:35:33.777814+0000 mon.b (mon.2) 11 : audit 1 from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-25T23:35:35.289 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:35:34 smithi087 bash[21583]: cluster 2024-04-25T23:35:34.464134+0000 mgr.a (mgr.14152) 209 : cluster 0 pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-25T23:35:37.898 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:35:37 smithi161 bash[22340]: cluster 2024-04-25T23:35:36.464697+0000 mgr.a (mgr.14152) 210 : cluster 0 pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-25T23:35:37.917 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:35:37 smithi157 bash[22215]: cluster 2024-04-25T23:35:36.464697+0000 mgr.a (mgr.14152) 210 : cluster 0 pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-25T23:35:37.994 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:35:37 smithi087 bash[21583]: cluster 2024-04-25T23:35:36.464697+0000 mgr.a (mgr.14152) 210 : cluster 0 pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-25T23:35:39.848 INFO:teuthology.orchestra.run.smithi157.stderr:Inferring config /var/lib/ceph/7567fb78-035b-11ef-bc93-c7b262605968/mon.b/config 2024-04-25T23:35:39.870 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:35:39 smithi157 bash[22215]: cluster 2024-04-25T23:35:38.465252+0000 mgr.a (mgr.14152) 211 : cluster 0 pgmap v158: 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-04-25T23:35:39.898 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:35:39 smithi161 bash[22340]: cluster 2024-04-25T23:35:38.465252+0000 mgr.a (mgr.14152) 211 : cluster 0 pgmap v158: 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-04-25T23:35:39.994 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:35:39 smithi087 bash[21583]: cluster 2024-04-25T23:35:38.465252+0000 mgr.a (mgr.14152) 211 : cluster 0 pgmap v158: 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-04-25T23:35:41.667 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:35:41 smithi157 bash[22215]: cluster 2024-04-25T23:35:40.465764+0000 mgr.a (mgr.14152) 212 : cluster 0 pgmap v159: 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-04-25T23:35:41.786 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:35:41 smithi087 bash[21583]: cluster 2024-04-25T23:35:40.465764+0000 mgr.a (mgr.14152) 212 : cluster 0 pgmap v159: 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-04-25T23:35:41.897 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:35:41 smithi161 bash[22340]: cluster 2024-04-25T23:35:40.465764+0000 mgr.a (mgr.14152) 212 : cluster 0 pgmap v159: 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-04-25T23:35:42.898 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:35:42 smithi161 bash[22340]: audit 2024-04-25T23:35:42.366254+0000 mon.a (mon.0) 620 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-25T23:35:42.898 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:35:42 smithi161 bash[22340]: audit 2024-04-25T23:35:42.372848+0000 mon.a (mon.0) 621 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-25T23:35:42.898 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:35:42 smithi161 bash[22340]: audit 2024-04-25T23:35:42.374741+0000 mon.a (mon.0) 622 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:35:42.917 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:35:42 smithi157 bash[22215]: audit 2024-04-25T23:35:42.366254+0000 mon.a (mon.0) 620 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-25T23:35:42.917 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:35:42 smithi157 bash[22215]: audit 2024-04-25T23:35:42.372848+0000 mon.a (mon.0) 621 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-25T23:35:42.917 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:35:42 smithi157 bash[22215]: audit 2024-04-25T23:35:42.374741+0000 mon.a (mon.0) 622 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:35:42.994 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:35:42 smithi087 bash[21583]: audit 2024-04-25T23:35:42.366254+0000 mon.a (mon.0) 620 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-25T23:35:42.995 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:35:42 smithi087 bash[21583]: audit 2024-04-25T23:35:42.372848+0000 mon.a (mon.0) 621 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-25T23:35:42.995 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:35:42 smithi087 bash[21583]: audit 2024-04-25T23:35:42.374741+0000 mon.a (mon.0) 622 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:35:43.897 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:35:43 smithi161 bash[22340]: audit 2024-04-25T23:35:42.358833+0000 mgr.a (mgr.14152) 213 : audit 0 from='client.24179 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi157:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T23:35:43.898 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:35:43 smithi161 bash[22340]: cluster 2024-04-25T23:35:42.466313+0000 mgr.a (mgr.14152) 214 : cluster 0 pgmap v160: 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-04-25T23:35:43.917 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:35:43 smithi157 bash[22215]: audit 2024-04-25T23:35:42.358833+0000 mgr.a (mgr.14152) 213 : audit 0 from='client.24179 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi157:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T23:35:43.917 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:35:43 smithi157 bash[22215]: cluster 2024-04-25T23:35:42.466313+0000 mgr.a (mgr.14152) 214 : cluster 0 pgmap v160: 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-04-25T23:35:43.994 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:35:43 smithi087 bash[21583]: audit 2024-04-25T23:35:42.358833+0000 mgr.a (mgr.14152) 213 : audit 0 from='client.24179 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi157:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T23:35:43.994 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:35:43 smithi087 bash[21583]: cluster 2024-04-25T23:35:42.466313+0000 mgr.a (mgr.14152) 214 : cluster 0 pgmap v160: 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-04-25T23:35:45.898 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:35:45 smithi161 bash[22340]: cluster 2024-04-25T23:35:44.466735+0000 mgr.a (mgr.14152) 215 : cluster 0 pgmap v161: 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-04-25T23:35:45.917 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:35:45 smithi157 bash[22215]: cluster 2024-04-25T23:35:44.466735+0000 mgr.a (mgr.14152) 215 : cluster 0 pgmap v161: 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-04-25T23:35:45.994 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:35:45 smithi087 bash[21583]: cluster 2024-04-25T23:35:44.466735+0000 mgr.a (mgr.14152) 215 : cluster 0 pgmap v161: 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-04-25T23:35:47.577 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:35:47 smithi161 bash[22340]: audit 2024-04-25T23:35:46.404766+0000 mon.a (mon.0) 623 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:35:47.578 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:35:47 smithi161 bash[22340]: audit 2024-04-25T23:35:46.412166+0000 mon.a (mon.0) 624 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:35:47.578 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:35:47 smithi161 bash[22340]: audit 2024-04-25T23:35:46.423567+0000 mon.a (mon.0) 625 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:35:47.578 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:35:47 smithi161 bash[22340]: cluster 2024-04-25T23:35:46.467279+0000 mgr.a (mgr.14152) 216 : cluster 0 pgmap v162: 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-04-25T23:35:47.667 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:35:47 smithi157 bash[22215]: audit 2024-04-25T23:35:46.404766+0000 mon.a (mon.0) 623 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:35:47.667 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:35:47 smithi157 bash[22215]: audit 2024-04-25T23:35:46.412166+0000 mon.a (mon.0) 624 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:35:47.667 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:35:47 smithi157 bash[22215]: audit 2024-04-25T23:35:46.423567+0000 mon.a (mon.0) 625 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:35:47.667 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:35:47 smithi157 bash[22215]: cluster 2024-04-25T23:35:46.467279+0000 mgr.a (mgr.14152) 216 : cluster 0 pgmap v162: 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-04-25T23:35:47.744 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:35:47 smithi087 bash[21583]: audit 2024-04-25T23:35:46.404766+0000 mon.a (mon.0) 623 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:35:47.744 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:35:47 smithi087 bash[21583]: audit 2024-04-25T23:35:46.412166+0000 mon.a (mon.0) 624 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:35:47.745 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:35:47 smithi087 bash[21583]: audit 2024-04-25T23:35:46.423567+0000 mon.a (mon.0) 625 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:35:47.745 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:35:47 smithi087 bash[21583]: cluster 2024-04-25T23:35:46.467279+0000 mgr.a (mgr.14152) 216 : cluster 0 pgmap v162: 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-04-25T23:35:49.824 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:35:49 smithi157 bash[22215]: cluster 2024-04-25T23:35:48.468003+0000 mgr.a (mgr.14152) 217 : cluster 0 pgmap v163: 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-04-25T23:35:49.897 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:35:49 smithi161 bash[22340]: cluster 2024-04-25T23:35:48.468003+0000 mgr.a (mgr.14152) 217 : cluster 0 pgmap v163: 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-04-25T23:35:49.994 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:35:49 smithi087 bash[21583]: cluster 2024-04-25T23:35:48.468003+0000 mgr.a (mgr.14152) 217 : cluster 0 pgmap v163: 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-04-25T23:35:51.898 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:35:51 smithi161 bash[22340]: cluster 2024-04-25T23:35:50.468585+0000 mgr.a (mgr.14152) 218 : cluster 0 pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-25T23:35:51.898 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:35:51 smithi161 bash[22340]: audit 2024-04-25T23:35:50.647445+0000 mon.a (mon.0) 626 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:35:51.898 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:35:51 smithi161 bash[22340]: audit 2024-04-25T23:35:50.656685+0000 mon.a (mon.0) 627 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:35:51.898 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:35:51 smithi161 bash[22340]: audit 2024-04-25T23:35:50.667012+0000 mon.a (mon.0) 628 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:35:51.898 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:35:51 smithi161 bash[22340]: audit 2024-04-25T23:35:50.793936+0000 mon.a (mon.0) 629 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:35:51.898 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:35:51 smithi161 bash[22340]: audit 2024-04-25T23:35:50.802480+0000 mon.a (mon.0) 630 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:35:51.898 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:35:51 smithi161 bash[22340]: audit 2024-04-25T23:35:50.811144+0000 mon.a (mon.0) 631 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:35:51.917 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:35:51 smithi157 bash[22215]: cluster 2024-04-25T23:35:50.468585+0000 mgr.a (mgr.14152) 218 : cluster 0 pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-25T23:35:51.917 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:35:51 smithi157 bash[22215]: audit 2024-04-25T23:35:50.647445+0000 mon.a (mon.0) 626 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:35:51.917 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:35:51 smithi157 bash[22215]: audit 2024-04-25T23:35:50.656685+0000 mon.a (mon.0) 627 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:35:51.917 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:35:51 smithi157 bash[22215]: audit 2024-04-25T23:35:50.667012+0000 mon.a (mon.0) 628 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:35:51.917 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:35:51 smithi157 bash[22215]: audit 2024-04-25T23:35:50.793936+0000 mon.a (mon.0) 629 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:35:51.917 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:35:51 smithi157 bash[22215]: audit 2024-04-25T23:35:50.802480+0000 mon.a (mon.0) 630 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:35:51.917 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:35:51 smithi157 bash[22215]: audit 2024-04-25T23:35:50.811144+0000 mon.a (mon.0) 631 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:35:51.994 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:35:51 smithi087 bash[21583]: cluster 2024-04-25T23:35:50.468585+0000 mgr.a (mgr.14152) 218 : cluster 0 pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-25T23:35:51.994 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:35:51 smithi087 bash[21583]: audit 2024-04-25T23:35:50.647445+0000 mon.a (mon.0) 626 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:35:51.994 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:35:51 smithi087 bash[21583]: audit 2024-04-25T23:35:50.656685+0000 mon.a (mon.0) 627 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:35:51.994 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:35:51 smithi087 bash[21583]: audit 2024-04-25T23:35:50.667012+0000 mon.a (mon.0) 628 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:35:51.995 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:35:51 smithi087 bash[21583]: audit 2024-04-25T23:35:50.793936+0000 mon.a (mon.0) 629 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:35:51.995 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:35:51 smithi087 bash[21583]: audit 2024-04-25T23:35:50.802480+0000 mon.a (mon.0) 630 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:35:51.995 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:35:51 smithi087 bash[21583]: audit 2024-04-25T23:35:50.811144+0000 mon.a (mon.0) 631 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:35:52.897 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:35:52 smithi161 bash[22340]: audit 2024-04-25T23:35:51.959658+0000 mon.a (mon.0) 632 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f09c0fed-d146-4ed4-9d03-f1b15c6d03a3"}]: dispatch 2024-04-25T23:35:52.898 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:35:52 smithi161 bash[22340]: audit 2024-04-25T23:35:51.960620+0000 mon.b (mon.2) 12 : audit 1 from='client.? 172.21.15.157:0/813816283' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f09c0fed-d146-4ed4-9d03-f1b15c6d03a3"}]: dispatch 2024-04-25T23:35:52.898 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:35:52 smithi161 bash[22340]: audit 2024-04-25T23:35:51.963216+0000 mon.a (mon.0) 633 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f09c0fed-d146-4ed4-9d03-f1b15c6d03a3"}]': finished 2024-04-25T23:35:52.898 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:35:52 smithi161 bash[22340]: cluster 2024-04-25T23:35:51.968453+0000 mon.a (mon.0) 634 : cluster 0 osdmap e22: 4 total, 3 up, 4 in 2024-04-25T23:35:52.898 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:35:52 smithi161 bash[22340]: audit 2024-04-25T23:35:51.969024+0000 mon.a (mon.0) 635 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-25T23:35:52.917 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:35:52 smithi157 bash[22215]: audit 2024-04-25T23:35:51.959658+0000 mon.a (mon.0) 632 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f09c0fed-d146-4ed4-9d03-f1b15c6d03a3"}]: dispatch 2024-04-25T23:35:52.917 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:35:52 smithi157 bash[22215]: audit 2024-04-25T23:35:51.960620+0000 mon.b (mon.2) 12 : audit 1 from='client.? 172.21.15.157:0/813816283' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f09c0fed-d146-4ed4-9d03-f1b15c6d03a3"}]: dispatch 2024-04-25T23:35:52.917 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:35:52 smithi157 bash[22215]: audit 2024-04-25T23:35:51.963216+0000 mon.a (mon.0) 633 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f09c0fed-d146-4ed4-9d03-f1b15c6d03a3"}]': finished 2024-04-25T23:35:52.917 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:35:52 smithi157 bash[22215]: cluster 2024-04-25T23:35:51.968453+0000 mon.a (mon.0) 634 : cluster 0 osdmap e22: 4 total, 3 up, 4 in 2024-04-25T23:35:52.917 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:35:52 smithi157 bash[22215]: audit 2024-04-25T23:35:51.969024+0000 mon.a (mon.0) 635 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-25T23:35:52.994 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:35:52 smithi087 bash[21583]: audit 2024-04-25T23:35:51.959658+0000 mon.a (mon.0) 632 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f09c0fed-d146-4ed4-9d03-f1b15c6d03a3"}]: dispatch 2024-04-25T23:35:52.994 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:35:52 smithi087 bash[21583]: audit 2024-04-25T23:35:51.960620+0000 mon.b (mon.2) 12 : audit 1 from='client.? 172.21.15.157:0/813816283' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f09c0fed-d146-4ed4-9d03-f1b15c6d03a3"}]: dispatch 2024-04-25T23:35:52.994 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:35:52 smithi087 bash[21583]: audit 2024-04-25T23:35:51.963216+0000 mon.a (mon.0) 633 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f09c0fed-d146-4ed4-9d03-f1b15c6d03a3"}]': finished 2024-04-25T23:35:52.994 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:35:52 smithi087 bash[21583]: cluster 2024-04-25T23:35:51.968453+0000 mon.a (mon.0) 634 : cluster 0 osdmap e22: 4 total, 3 up, 4 in 2024-04-25T23:35:52.994 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:35:52 smithi087 bash[21583]: audit 2024-04-25T23:35:51.969024+0000 mon.a (mon.0) 635 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-25T23:35:53.897 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:35:53 smithi161 bash[22340]: cluster 2024-04-25T23:35:52.469116+0000 mgr.a (mgr.14152) 219 : cluster 0 pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-25T23:35:53.897 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:35:53 smithi161 bash[22340]: audit 2024-04-25T23:35:52.680308+0000 mon.b (mon.2) 13 : audit 0 from='client.? 172.21.15.157:0/131898297' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-25T23:35:53.916 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:35:53 smithi157 bash[22215]: cluster 2024-04-25T23:35:52.469116+0000 mgr.a (mgr.14152) 219 : cluster 0 pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-25T23:35:53.917 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:35:53 smithi157 bash[22215]: audit 2024-04-25T23:35:52.680308+0000 mon.b (mon.2) 13 : audit 0 from='client.? 172.21.15.157:0/131898297' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-25T23:35:53.994 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:35:53 smithi087 bash[21583]: cluster 2024-04-25T23:35:52.469116+0000 mgr.a (mgr.14152) 219 : cluster 0 pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-25T23:35:53.994 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:35:53 smithi087 bash[21583]: audit 2024-04-25T23:35:52.680308+0000 mon.b (mon.2) 13 : audit 0 from='client.? 172.21.15.157:0/131898297' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-25T23:35:55.897 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:35:55 smithi161 bash[22340]: cluster 2024-04-25T23:35:54.469616+0000 mgr.a (mgr.14152) 220 : cluster 0 pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-25T23:35:55.917 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:35:55 smithi157 bash[22215]: cluster 2024-04-25T23:35:54.469616+0000 mgr.a (mgr.14152) 220 : cluster 0 pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-25T23:35:55.994 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:35:55 smithi087 bash[21583]: cluster 2024-04-25T23:35:54.469616+0000 mgr.a (mgr.14152) 220 : cluster 0 pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-25T23:35:56.994 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:35:56 smithi087 bash[21583]: cluster 2024-04-25T23:35:56.470150+0000 mgr.a (mgr.14152) 221 : cluster 0 pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-25T23:35:57.147 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:35:56 smithi161 bash[22340]: cluster 2024-04-25T23:35:56.470150+0000 mgr.a (mgr.14152) 221 : cluster 0 pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-25T23:35:57.166 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:35:56 smithi157 bash[22215]: cluster 2024-04-25T23:35:56.470150+0000 mgr.a (mgr.14152) 221 : cluster 0 pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-25T23:35:59.801 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:35:59 smithi157 bash[22215]: cluster 2024-04-25T23:35:58.470677+0000 mgr.a (mgr.14152) 222 : cluster 0 pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-25T23:35:59.897 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:35:59 smithi161 bash[22340]: cluster 2024-04-25T23:35:58.470677+0000 mgr.a (mgr.14152) 222 : cluster 0 pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-25T23:35:59.994 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:35:59 smithi087 bash[21583]: cluster 2024-04-25T23:35:58.470677+0000 mgr.a (mgr.14152) 222 : cluster 0 pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-25T23:36:01.801 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:36:01 smithi157 bash[22215]: cluster 2024-04-25T23:36:00.471219+0000 mgr.a (mgr.14152) 223 : cluster 0 pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-25T23:36:01.897 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:36:01 smithi161 bash[22340]: cluster 2024-04-25T23:36:00.471219+0000 mgr.a (mgr.14152) 223 : cluster 0 pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-25T23:36:01.987 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:36:01 smithi087 bash[21583]: cluster 2024-04-25T23:36:00.471219+0000 mgr.a (mgr.14152) 223 : cluster 0 pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-25T23:36:03.897 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:36:03 smithi161 bash[22340]: cluster 2024-04-25T23:36:02.471773+0000 mgr.a (mgr.14152) 224 : cluster 0 pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-25T23:36:03.916 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:36:03 smithi157 bash[22215]: cluster 2024-04-25T23:36:02.471773+0000 mgr.a (mgr.14152) 224 : cluster 0 pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-25T23:36:03.994 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:36:03 smithi087 bash[21583]: cluster 2024-04-25T23:36:02.471773+0000 mgr.a (mgr.14152) 224 : cluster 0 pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-25T23:36:05.805 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:36:05 smithi157 bash[22215]: cluster 2024-04-25T23:36:04.472135+0000 mgr.a (mgr.14152) 225 : cluster 0 pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-25T23:36:05.897 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:36:05 smithi161 bash[22340]: cluster 2024-04-25T23:36:04.472135+0000 mgr.a (mgr.14152) 225 : cluster 0 pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-25T23:36:05.994 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:36:05 smithi087 bash[21583]: cluster 2024-04-25T23:36:04.472135+0000 mgr.a (mgr.14152) 225 : cluster 0 pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-25T23:36:06.897 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:36:06 smithi161 bash[22340]: audit 2024-04-25T23:36:06.253517+0000 mon.a (mon.0) 636 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-04-25T23:36:06.897 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:36:06 smithi161 bash[22340]: audit 2024-04-25T23:36:06.255194+0000 mon.a (mon.0) 637 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:36:06.916 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:36:06 smithi157 bash[22215]: audit 2024-04-25T23:36:06.253517+0000 mon.a (mon.0) 636 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-04-25T23:36:06.917 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:36:06 smithi157 bash[22215]: audit 2024-04-25T23:36:06.255194+0000 mon.a (mon.0) 637 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:36:06.994 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:36:06 smithi087 bash[21583]: audit 2024-04-25T23:36:06.253517+0000 mon.a (mon.0) 636 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-04-25T23:36:06.994 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:36:06 smithi087 bash[21583]: audit 2024-04-25T23:36:06.255194+0000 mon.a (mon.0) 637 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:36:07.862 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:36:07 smithi157 bash[22215]: cephadm 2024-04-25T23:36:06.256813+0000 mgr.a (mgr.14152) 226 : cephadm 1 Deploying daemon osd.3 on smithi157 2024-04-25T23:36:07.862 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:36:07 smithi157 bash[22215]: cluster 2024-04-25T23:36:06.472551+0000 mgr.a (mgr.14152) 227 : cluster 0 pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-25T23:36:07.862 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:36:07 smithi157 bash[22215]: audit 2024-04-25T23:36:06.628809+0000 mon.a (mon.0) 638 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:36:07.863 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:36:07 smithi157 bash[22215]: audit 2024-04-25T23:36:06.637614+0000 mon.a (mon.0) 639 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:36:07.863 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:36:07 smithi157 bash[22215]: cephadm 2024-04-25T23:36:06.640945+0000 mgr.a (mgr.14152) 228 : cephadm 1 Detected new or changed devices on smithi157 2024-04-25T23:36:07.863 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:36:07 smithi157 bash[22215]: audit 2024-04-25T23:36:06.648139+0000 mon.a (mon.0) 640 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:36:07.897 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:36:07 smithi161 bash[22340]: cephadm 2024-04-25T23:36:06.256813+0000 mgr.a (mgr.14152) 226 : cephadm 1 Deploying daemon osd.3 on smithi157 2024-04-25T23:36:07.897 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:36:07 smithi161 bash[22340]: cluster 2024-04-25T23:36:06.472551+0000 mgr.a (mgr.14152) 227 : cluster 0 pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-25T23:36:07.898 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:36:07 smithi161 bash[22340]: audit 2024-04-25T23:36:06.628809+0000 mon.a (mon.0) 638 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:36:07.898 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:36:07 smithi161 bash[22340]: audit 2024-04-25T23:36:06.637614+0000 mon.a (mon.0) 639 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:36:07.898 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:36:07 smithi161 bash[22340]: cephadm 2024-04-25T23:36:06.640945+0000 mgr.a (mgr.14152) 228 : cephadm 1 Detected new or changed devices on smithi157 2024-04-25T23:36:07.898 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:36:07 smithi161 bash[22340]: audit 2024-04-25T23:36:06.648139+0000 mon.a (mon.0) 640 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:36:07.994 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:36:07 smithi087 bash[21583]: cephadm 2024-04-25T23:36:06.256813+0000 mgr.a (mgr.14152) 226 : cephadm 1 Deploying daemon osd.3 on smithi157 2024-04-25T23:36:07.994 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:36:07 smithi087 bash[21583]: cluster 2024-04-25T23:36:06.472551+0000 mgr.a (mgr.14152) 227 : cluster 0 pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-25T23:36:07.994 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:36:07 smithi087 bash[21583]: audit 2024-04-25T23:36:06.628809+0000 mon.a (mon.0) 638 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:36:07.994 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:36:07 smithi087 bash[21583]: audit 2024-04-25T23:36:06.637614+0000 mon.a (mon.0) 639 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:36:07.994 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:36:07 smithi087 bash[21583]: cephadm 2024-04-25T23:36:06.640945+0000 mgr.a (mgr.14152) 228 : cephadm 1 Detected new or changed devices on smithi157 2024-04-25T23:36:07.994 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:36:07 smithi087 bash[21583]: audit 2024-04-25T23:36:06.648139+0000 mon.a (mon.0) 640 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:36:09.897 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:36:09 smithi161 bash[22340]: cluster 2024-04-25T23:36:08.473170+0000 mgr.a (mgr.14152) 229 : cluster 0 pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-25T23:36:09.916 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:36:09 smithi157 bash[22215]: cluster 2024-04-25T23:36:08.473170+0000 mgr.a (mgr.14152) 229 : cluster 0 pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-25T23:36:09.994 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:36:09 smithi087 bash[21583]: cluster 2024-04-25T23:36:08.473170+0000 mgr.a (mgr.14152) 229 : cluster 0 pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-25T23:36:10.396 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:36:10 smithi157 systemd[1]: /etc/systemd/system/ceph-7567fb78-035b-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-25T23:36:10.396 INFO:journalctl@ceph.mgr.b.smithi157.stdout:Apr 25 23:36:10 smithi157 systemd[1]: /etc/systemd/system/ceph-7567fb78-035b-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-25T23:36:10.396 INFO:journalctl@ceph.osd.2.smithi157.stdout:Apr 25 23:36:10 smithi157 systemd[1]: /etc/systemd/system/ceph-7567fb78-035b-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-25T23:36:10.666 INFO:journalctl@ceph.mgr.b.smithi157.stdout:Apr 25 23:36:10 smithi157 systemd[1]: /etc/systemd/system/ceph-7567fb78-035b-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-25T23:36:10.667 INFO:journalctl@ceph.osd.2.smithi157.stdout:Apr 25 23:36:10 smithi157 systemd[1]: /etc/systemd/system/ceph-7567fb78-035b-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-25T23:36:10.667 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:36:10 smithi157 systemd[1]: /etc/systemd/system/ceph-7567fb78-035b-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-25T23:36:11.667 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:36:11 smithi157 bash[22215]: cluster 2024-04-25T23:36:10.473796+0000 mgr.a (mgr.14152) 230 : cluster 0 pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-25T23:36:11.667 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:36:11 smithi157 bash[22215]: audit 2024-04-25T23:36:10.558915+0000 mon.a (mon.0) 641 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:36:11.667 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:36:11 smithi157 bash[22215]: audit 2024-04-25T23:36:10.568812+0000 mon.a (mon.0) 642 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:36:11.667 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:36:11 smithi157 bash[22215]: audit 2024-04-25T23:36:10.569698+0000 mon.a (mon.0) 643 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T23:36:11.667 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:36:11 smithi157 bash[22215]: audit 2024-04-25T23:36:10.578034+0000 mon.a (mon.0) 644 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:36:11.667 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:36:11 smithi157 bash[22215]: audit 2024-04-25T23:36:10.581201+0000 mon.a (mon.0) 645 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T23:36:11.668 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:36:11 smithi157 bash[22215]: audit 2024-04-25T23:36:10.595432+0000 mon.a (mon.0) 646 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:36:11.668 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:36:11 smithi157 bash[22215]: audit 2024-04-25T23:36:10.847168+0000 mon.a (mon.0) 647 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:36:11.668 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:36:11 smithi157 bash[22215]: audit 2024-04-25T23:36:10.853096+0000 mon.a (mon.0) 648 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:36:11.668 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:36:11 smithi157 bash[22215]: audit 2024-04-25T23:36:10.860427+0000 mon.a (mon.0) 649 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:36:11.668 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:36:11 smithi157 bash[22215]: audit 2024-04-25T23:36:10.957023+0000 mon.a (mon.0) 650 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:36:11.668 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:36:11 smithi157 bash[22215]: audit 2024-04-25T23:36:10.964718+0000 mon.a (mon.0) 651 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:36:11.668 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:36:11 smithi157 bash[22215]: audit 2024-04-25T23:36:10.971520+0000 mon.a (mon.0) 652 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:36:11.898 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:36:11 smithi161 bash[22340]: cluster 2024-04-25T23:36:10.473796+0000 mgr.a (mgr.14152) 230 : cluster 0 pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-25T23:36:11.898 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:36:11 smithi161 bash[22340]: audit 2024-04-25T23:36:10.558915+0000 mon.a (mon.0) 641 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:36:11.898 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:36:11 smithi161 bash[22340]: audit 2024-04-25T23:36:10.568812+0000 mon.a (mon.0) 642 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:36:11.898 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:36:11 smithi161 bash[22340]: audit 2024-04-25T23:36:10.569698+0000 mon.a (mon.0) 643 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T23:36:11.898 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:36:11 smithi161 bash[22340]: audit 2024-04-25T23:36:10.578034+0000 mon.a (mon.0) 644 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:36:11.898 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:36:11 smithi161 bash[22340]: audit 2024-04-25T23:36:10.581201+0000 mon.a (mon.0) 645 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T23:36:11.898 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:36:11 smithi161 bash[22340]: audit 2024-04-25T23:36:10.595432+0000 mon.a (mon.0) 646 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:36:11.898 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:36:11 smithi161 bash[22340]: audit 2024-04-25T23:36:10.847168+0000 mon.a (mon.0) 647 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:36:11.898 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:36:11 smithi161 bash[22340]: audit 2024-04-25T23:36:10.853096+0000 mon.a (mon.0) 648 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:36:11.898 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:36:11 smithi161 bash[22340]: audit 2024-04-25T23:36:10.860427+0000 mon.a (mon.0) 649 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:36:11.898 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:36:11 smithi161 bash[22340]: audit 2024-04-25T23:36:10.957023+0000 mon.a (mon.0) 650 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:36:11.898 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:36:11 smithi161 bash[22340]: audit 2024-04-25T23:36:10.964718+0000 mon.a (mon.0) 651 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:36:11.899 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:36:11 smithi161 bash[22340]: audit 2024-04-25T23:36:10.971520+0000 mon.a (mon.0) 652 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:36:11.994 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:36:11 smithi087 bash[21583]: cluster 2024-04-25T23:36:10.473796+0000 mgr.a (mgr.14152) 230 : cluster 0 pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-25T23:36:11.994 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:36:11 smithi087 bash[21583]: audit 2024-04-25T23:36:10.558915+0000 mon.a (mon.0) 641 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:36:11.994 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:36:11 smithi087 bash[21583]: audit 2024-04-25T23:36:10.568812+0000 mon.a (mon.0) 642 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:36:11.994 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:36:11 smithi087 bash[21583]: audit 2024-04-25T23:36:10.569698+0000 mon.a (mon.0) 643 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T23:36:11.994 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:36:11 smithi087 bash[21583]: audit 2024-04-25T23:36:10.578034+0000 mon.a (mon.0) 644 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:36:11.994 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:36:11 smithi087 bash[21583]: audit 2024-04-25T23:36:10.581201+0000 mon.a (mon.0) 645 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T23:36:11.994 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:36:11 smithi087 bash[21583]: audit 2024-04-25T23:36:10.595432+0000 mon.a (mon.0) 646 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:36:11.994 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:36:11 smithi087 bash[21583]: audit 2024-04-25T23:36:10.847168+0000 mon.a (mon.0) 647 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:36:11.994 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:36:11 smithi087 bash[21583]: audit 2024-04-25T23:36:10.853096+0000 mon.a (mon.0) 648 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:36:11.995 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:36:11 smithi087 bash[21583]: audit 2024-04-25T23:36:10.860427+0000 mon.a (mon.0) 649 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:36:11.995 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:36:11 smithi087 bash[21583]: audit 2024-04-25T23:36:10.957023+0000 mon.a (mon.0) 650 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:36:11.995 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:36:11 smithi087 bash[21583]: audit 2024-04-25T23:36:10.964718+0000 mon.a (mon.0) 651 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:36:11.995 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:36:11 smithi087 bash[21583]: audit 2024-04-25T23:36:10.971520+0000 mon.a (mon.0) 652 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:36:13.666 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:36:13 smithi157 bash[22215]: cluster 2024-04-25T23:36:12.474361+0000 mgr.a (mgr.14152) 231 : cluster 0 pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-25T23:36:13.897 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:36:13 smithi161 bash[22340]: cluster 2024-04-25T23:36:12.474361+0000 mgr.a (mgr.14152) 231 : cluster 0 pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-25T23:36:13.993 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:36:13 smithi087 bash[21583]: cluster 2024-04-25T23:36:12.474361+0000 mgr.a (mgr.14152) 231 : cluster 0 pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-25T23:36:15.553 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:36:15 smithi157 bash[22215]: cluster 2024-04-25T23:36:14.474863+0000 mgr.a (mgr.14152) 232 : cluster 0 pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-25T23:36:15.647 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:36:15 smithi161 bash[22340]: cluster 2024-04-25T23:36:14.474863+0000 mgr.a (mgr.14152) 232 : cluster 0 pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-25T23:36:15.744 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:36:15 smithi087 bash[21583]: cluster 2024-04-25T23:36:14.474863+0000 mgr.a (mgr.14152) 232 : cluster 0 pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-25T23:36:17.860 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:36:17 smithi157 bash[22215]: cluster 2024-04-25T23:36:16.475374+0000 mgr.a (mgr.14152) 233 : cluster 0 pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-25T23:36:17.860 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:36:17 smithi157 bash[22215]: audit 2024-04-25T23:36:16.894536+0000 mon.a (mon.0) 653 : audit 1 from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-04-25T23:36:17.860 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:36:17 smithi157 bash[22215]: audit 2024-04-25T23:36:16.895388+0000 mon.b (mon.2) 14 : audit 1 from='osd.3 [v2:172.21.15.157:6808/3965664464,v1:172.21.15.157:6809/3965664464]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-04-25T23:36:17.897 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:36:17 smithi161 bash[22340]: cluster 2024-04-25T23:36:16.475374+0000 mgr.a (mgr.14152) 233 : cluster 0 pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-25T23:36:17.897 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:36:17 smithi161 bash[22340]: audit 2024-04-25T23:36:16.894536+0000 mon.a (mon.0) 653 : audit 1 from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-04-25T23:36:17.897 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:36:17 smithi161 bash[22340]: audit 2024-04-25T23:36:16.895388+0000 mon.b (mon.2) 14 : audit 1 from='osd.3 [v2:172.21.15.157:6808/3965664464,v1:172.21.15.157:6809/3965664464]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-04-25T23:36:17.994 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:36:17 smithi087 bash[21583]: cluster 2024-04-25T23:36:16.475374+0000 mgr.a (mgr.14152) 233 : cluster 0 pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-25T23:36:17.994 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:36:17 smithi087 bash[21583]: audit 2024-04-25T23:36:16.894536+0000 mon.a (mon.0) 653 : audit 1 from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-04-25T23:36:17.994 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:36:17 smithi087 bash[21583]: audit 2024-04-25T23:36:16.895388+0000 mon.b (mon.2) 14 : audit 1 from='osd.3 [v2:172.21.15.157:6808/3965664464,v1:172.21.15.157:6809/3965664464]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-04-25T23:36:18.834 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:36:18 smithi157 bash[22215]: audit 2024-04-25T23:36:17.538136+0000 mon.a (mon.0) 654 : audit 1 from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-04-25T23:36:18.835 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:36:18 smithi157 bash[22215]: cluster 2024-04-25T23:36:17.545052+0000 mon.a (mon.0) 655 : cluster 0 osdmap e23: 4 total, 3 up, 4 in 2024-04-25T23:36:18.835 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:36:18 smithi157 bash[22215]: audit 2024-04-25T23:36:17.545087+0000 mon.b (mon.2) 15 : audit 1 from='osd.3 [v2:172.21.15.157:6808/3965664464,v1:172.21.15.157:6809/3965664464]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi157", "root=default"]}]: dispatch 2024-04-25T23:36:18.835 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:36:18 smithi157 bash[22215]: audit 2024-04-25T23:36:17.545574+0000 mon.a (mon.0) 656 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-25T23:36:18.835 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:36:18 smithi157 bash[22215]: audit 2024-04-25T23:36:17.546555+0000 mon.a (mon.0) 657 : audit 1 from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi157", "root=default"]}]: dispatch 2024-04-25T23:36:18.897 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:36:18 smithi161 bash[22340]: audit 2024-04-25T23:36:17.538136+0000 mon.a (mon.0) 654 : audit 1 from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-04-25T23:36:18.897 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:36:18 smithi161 bash[22340]: cluster 2024-04-25T23:36:17.545052+0000 mon.a (mon.0) 655 : cluster 0 osdmap e23: 4 total, 3 up, 4 in 2024-04-25T23:36:18.898 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:36:18 smithi161 bash[22340]: audit 2024-04-25T23:36:17.545087+0000 mon.b (mon.2) 15 : audit 1 from='osd.3 [v2:172.21.15.157:6808/3965664464,v1:172.21.15.157:6809/3965664464]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi157", "root=default"]}]: dispatch 2024-04-25T23:36:18.898 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:36:18 smithi161 bash[22340]: audit 2024-04-25T23:36:17.545574+0000 mon.a (mon.0) 656 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-25T23:36:18.898 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:36:18 smithi161 bash[22340]: audit 2024-04-25T23:36:17.546555+0000 mon.a (mon.0) 657 : audit 1 from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi157", "root=default"]}]: dispatch 2024-04-25T23:36:18.994 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:36:18 smithi087 bash[21583]: audit 2024-04-25T23:36:17.538136+0000 mon.a (mon.0) 654 : audit 1 from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-04-25T23:36:18.994 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:36:18 smithi087 bash[21583]: cluster 2024-04-25T23:36:17.545052+0000 mon.a (mon.0) 655 : cluster 0 osdmap e23: 4 total, 3 up, 4 in 2024-04-25T23:36:18.994 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:36:18 smithi087 bash[21583]: audit 2024-04-25T23:36:17.545087+0000 mon.b (mon.2) 15 : audit 1 from='osd.3 [v2:172.21.15.157:6808/3965664464,v1:172.21.15.157:6809/3965664464]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi157", "root=default"]}]: dispatch 2024-04-25T23:36:18.994 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:36:18 smithi087 bash[21583]: audit 2024-04-25T23:36:17.545574+0000 mon.a (mon.0) 656 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-25T23:36:18.994 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:36:18 smithi087 bash[21583]: audit 2024-04-25T23:36:17.546555+0000 mon.a (mon.0) 657 : audit 1 from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi157", "root=default"]}]: dispatch 2024-04-25T23:36:19.075 INFO:teuthology.orchestra.run.smithi157.stdout:Created osd(s) 3 on host 'smithi157' 2024-04-25T23:36:19.683 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:36:19 smithi157 bash[22215]: cluster 2024-04-25T23:36:18.475926+0000 mgr.a (mgr.14152) 234 : cluster 0 pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-25T23:36:19.683 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:36:19 smithi157 bash[22215]: audit 2024-04-25T23:36:18.540751+0000 mon.a (mon.0) 658 : audit 1 from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi157", "root=default"]}]': finished 2024-04-25T23:36:19.684 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:36:19 smithi157 bash[22215]: cluster 2024-04-25T23:36:18.548632+0000 mon.a (mon.0) 659 : cluster 0 osdmap e24: 4 total, 3 up, 4 in 2024-04-25T23:36:19.684 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:36:19 smithi157 bash[22215]: audit 2024-04-25T23:36:18.549831+0000 mon.a (mon.0) 660 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-25T23:36:19.684 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:36:19 smithi157 bash[22215]: audit 2024-04-25T23:36:18.558478+0000 mon.a (mon.0) 661 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-25T23:36:19.684 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:36:19 smithi157 bash[22215]: audit 2024-04-25T23:36:18.858488+0000 mon.a (mon.0) 662 : audit 1 from='osd.3 ' entity='osd.3' 2024-04-25T23:36:19.684 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:36:19 smithi157 bash[22215]: audit 2024-04-25T23:36:19.073047+0000 mon.a (mon.0) 663 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T23:36:19.684 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:36:19 smithi157 bash[22215]: audit 2024-04-25T23:36:19.077817+0000 mon.a (mon.0) 664 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:36:19.898 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:36:19 smithi161 bash[22340]: cluster 2024-04-25T23:36:18.475926+0000 mgr.a (mgr.14152) 234 : cluster 0 pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-25T23:36:19.898 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:36:19 smithi161 bash[22340]: audit 2024-04-25T23:36:18.540751+0000 mon.a (mon.0) 658 : audit 1 from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi157", "root=default"]}]': finished 2024-04-25T23:36:19.898 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:36:19 smithi161 bash[22340]: cluster 2024-04-25T23:36:18.548632+0000 mon.a (mon.0) 659 : cluster 0 osdmap e24: 4 total, 3 up, 4 in 2024-04-25T23:36:19.898 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:36:19 smithi161 bash[22340]: audit 2024-04-25T23:36:18.549831+0000 mon.a (mon.0) 660 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-25T23:36:19.899 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:36:19 smithi161 bash[22340]: audit 2024-04-25T23:36:18.558478+0000 mon.a (mon.0) 661 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-25T23:36:19.899 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:36:19 smithi161 bash[22340]: audit 2024-04-25T23:36:18.858488+0000 mon.a (mon.0) 662 : audit 1 from='osd.3 ' entity='osd.3' 2024-04-25T23:36:19.899 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:36:19 smithi161 bash[22340]: audit 2024-04-25T23:36:19.073047+0000 mon.a (mon.0) 663 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T23:36:19.899 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:36:19 smithi161 bash[22340]: audit 2024-04-25T23:36:19.077817+0000 mon.a (mon.0) 664 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:36:19.899 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:36:19 smithi161 bash[22340]: audit 2024-04-25T23:36:19.083576+0000 mon.a (mon.0) 665 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-25T23:36:19.899 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:36:19 smithi161 bash[22340]: audit 2024-04-25T23:36:19.087953+0000 mon.a (mon.0) 666 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:36:19.899 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:36:19 smithi161 bash[22340]: audit 2024-04-25T23:36:19.090652+0000 mon.a (mon.0) 667 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-25T23:36:19.899 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:36:19 smithi161 bash[22340]: audit 2024-04-25T23:36:19.099589+0000 mon.a (mon.0) 668 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:36:19.899 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:36:19 smithi161 bash[22340]: audit 2024-04-25T23:36:19.103974+0000 mon.a (mon.0) 669 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:36:19.899 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:36:19 smithi161 bash[22340]: audit 2024-04-25T23:36:19.105514+0000 mon.a (mon.0) 670 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T23:36:19.899 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:36:19 smithi161 bash[22340]: audit 2024-04-25T23:36:19.116564+0000 mon.a (mon.0) 671 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:36:19.899 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:36:19 smithi161 bash[22340]: cluster 2024-04-25T23:36:19.297629+0000 mon.a (mon.0) 672 : cluster 1 osd.3 [v2:172.21.15.157:6808/3965664464,v1:172.21.15.157:6809/3965664464] boot 2024-04-25T23:36:19.899 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:36:19 smithi161 bash[22340]: cluster 2024-04-25T23:36:19.297752+0000 mon.a (mon.0) 673 : cluster 0 osdmap e25: 4 total, 4 up, 4 in 2024-04-25T23:36:19.900 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:36:19 smithi161 bash[22340]: audit 2024-04-25T23:36:19.298018+0000 mon.a (mon.0) 674 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-25T23:36:19.994 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:36:19 smithi087 bash[21583]: cluster 2024-04-25T23:36:18.475926+0000 mgr.a (mgr.14152) 234 : cluster 0 pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-25T23:36:19.994 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:36:19 smithi087 bash[21583]: audit 2024-04-25T23:36:18.540751+0000 mon.a (mon.0) 658 : audit 1 from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi157", "root=default"]}]': finished 2024-04-25T23:36:19.994 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:36:19 smithi087 bash[21583]: cluster 2024-04-25T23:36:18.548632+0000 mon.a (mon.0) 659 : cluster 0 osdmap e24: 4 total, 3 up, 4 in 2024-04-25T23:36:19.994 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:36:19 smithi087 bash[21583]: audit 2024-04-25T23:36:18.549831+0000 mon.a (mon.0) 660 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-25T23:36:19.994 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:36:19 smithi087 bash[21583]: audit 2024-04-25T23:36:18.558478+0000 mon.a (mon.0) 661 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-25T23:36:19.994 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:36:19 smithi087 bash[21583]: audit 2024-04-25T23:36:18.858488+0000 mon.a (mon.0) 662 : audit 1 from='osd.3 ' entity='osd.3' 2024-04-25T23:36:19.994 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:36:19 smithi087 bash[21583]: audit 2024-04-25T23:36:19.073047+0000 mon.a (mon.0) 663 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T23:36:19.995 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:36:19 smithi087 bash[21583]: audit 2024-04-25T23:36:19.077817+0000 mon.a (mon.0) 664 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:36:19.995 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:36:19 smithi087 bash[21583]: audit 2024-04-25T23:36:19.083576+0000 mon.a (mon.0) 665 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-25T23:36:19.995 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:36:19 smithi087 bash[21583]: audit 2024-04-25T23:36:19.087953+0000 mon.a (mon.0) 666 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:36:19.995 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:36:19 smithi087 bash[21583]: audit 2024-04-25T23:36:19.090652+0000 mon.a (mon.0) 667 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-25T23:36:19.995 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:36:19 smithi087 bash[21583]: audit 2024-04-25T23:36:19.099589+0000 mon.a (mon.0) 668 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:36:19.995 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:36:19 smithi087 bash[21583]: audit 2024-04-25T23:36:19.103974+0000 mon.a (mon.0) 669 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:36:19.995 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:36:19 smithi087 bash[21583]: audit 2024-04-25T23:36:19.105514+0000 mon.a (mon.0) 670 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T23:36:19.995 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:36:19 smithi087 bash[21583]: audit 2024-04-25T23:36:19.116564+0000 mon.a (mon.0) 671 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:36:19.995 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:36:19 smithi087 bash[21583]: cluster 2024-04-25T23:36:19.297629+0000 mon.a (mon.0) 672 : cluster 1 osd.3 [v2:172.21.15.157:6808/3965664464,v1:172.21.15.157:6809/3965664464] boot 2024-04-25T23:36:19.995 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:36:19 smithi087 bash[21583]: cluster 2024-04-25T23:36:19.297752+0000 mon.a (mon.0) 673 : cluster 0 osdmap e25: 4 total, 4 up, 4 in 2024-04-25T23:36:19.995 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:36:19 smithi087 bash[21583]: audit 2024-04-25T23:36:19.298018+0000 mon.a (mon.0) 674 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-25T23:36:20.139 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:36:19 smithi157 bash[22215]: audit 2024-04-25T23:36:19.083576+0000 mon.a (mon.0) 665 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-25T23:36:20.139 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:36:19 smithi157 bash[22215]: audit 2024-04-25T23:36:19.087953+0000 mon.a (mon.0) 666 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:36:20.139 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:36:19 smithi157 bash[22215]: audit 2024-04-25T23:36:19.090652+0000 mon.a (mon.0) 667 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-25T23:36:20.139 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:36:19 smithi157 bash[22215]: audit 2024-04-25T23:36:19.099589+0000 mon.a (mon.0) 668 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:36:20.139 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:36:19 smithi157 bash[22215]: audit 2024-04-25T23:36:19.103974+0000 mon.a (mon.0) 669 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:36:20.140 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:36:19 smithi157 bash[22215]: audit 2024-04-25T23:36:19.105514+0000 mon.a (mon.0) 670 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T23:36:20.140 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:36:19 smithi157 bash[22215]: audit 2024-04-25T23:36:19.116564+0000 mon.a (mon.0) 671 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:36:20.140 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:36:19 smithi157 bash[22215]: cluster 2024-04-25T23:36:19.297629+0000 mon.a (mon.0) 672 : cluster 1 osd.3 [v2:172.21.15.157:6808/3965664464,v1:172.21.15.157:6809/3965664464] boot 2024-04-25T23:36:20.140 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:36:19 smithi157 bash[22215]: cluster 2024-04-25T23:36:19.297752+0000 mon.a (mon.0) 673 : cluster 0 osdmap e25: 4 total, 4 up, 4 in 2024-04-25T23:36:20.140 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:36:19 smithi157 bash[22215]: audit 2024-04-25T23:36:19.298018+0000 mon.a (mon.0) 674 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-25T23:36:20.143 DEBUG:teuthology.orchestra.run.smithi157:osd.3> sudo journalctl -f -n 0 -u ceph-7567fb78-035b-11ef-bc93-c7b262605968@osd.3.service 2024-04-25T23:36:20.146 INFO:tasks.cephadm:Deploying osd.4 on smithi161 with /dev/vg_nvme/lv_4... 2024-04-25T23:36:20.146 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d2c45d977142e024a59b68a8f1dce8f0b9840551 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567fb78-035b-11ef-bc93-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-04-25T23:36:20.897 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:36:20 smithi161 bash[22340]: cluster 2024-04-25T23:36:17.931556+0000 osd.3 (osd.3) 1 : cluster 0 purged_snaps scrub starts 2024-04-25T23:36:20.897 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:36:20 smithi161 bash[22340]: cluster 2024-04-25T23:36:17.931635+0000 osd.3 (osd.3) 2 : cluster 0 purged_snaps scrub ok 2024-04-25T23:36:20.898 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:36:20 smithi161 bash[22340]: cephadm 2024-04-25T23:36:19.091932+0000 mgr.a (mgr.14152) 235 : cephadm 1 Adjusting osd_memory_target on smithi157 to 8120M 2024-04-25T23:36:20.898 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:36:20 smithi161 bash[22340]: cluster 2024-04-25T23:36:20.295625+0000 mon.a (mon.0) 675 : cluster 0 osdmap e26: 4 total, 4 up, 4 in 2024-04-25T23:36:20.916 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:36:20 smithi157 bash[22215]: cluster 2024-04-25T23:36:17.931556+0000 osd.3 (osd.3) 1 : cluster 0 purged_snaps scrub starts 2024-04-25T23:36:20.917 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:36:20 smithi157 bash[22215]: cluster 2024-04-25T23:36:17.931635+0000 osd.3 (osd.3) 2 : cluster 0 purged_snaps scrub ok 2024-04-25T23:36:20.917 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:36:20 smithi157 bash[22215]: cephadm 2024-04-25T23:36:19.091932+0000 mgr.a (mgr.14152) 235 : cephadm 1 Adjusting osd_memory_target on smithi157 to 8120M 2024-04-25T23:36:20.917 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:36:20 smithi157 bash[22215]: cluster 2024-04-25T23:36:20.295625+0000 mon.a (mon.0) 675 : cluster 0 osdmap e26: 4 total, 4 up, 4 in 2024-04-25T23:36:20.993 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:36:20 smithi087 bash[21583]: cluster 2024-04-25T23:36:17.931556+0000 osd.3 (osd.3) 1 : cluster 0 purged_snaps scrub starts 2024-04-25T23:36:20.994 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:36:20 smithi087 bash[21583]: cluster 2024-04-25T23:36:17.931635+0000 osd.3 (osd.3) 2 : cluster 0 purged_snaps scrub ok 2024-04-25T23:36:20.994 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:36:20 smithi087 bash[21583]: cephadm 2024-04-25T23:36:19.091932+0000 mgr.a (mgr.14152) 235 : cephadm 1 Adjusting osd_memory_target on smithi157 to 8120M 2024-04-25T23:36:20.994 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:36:20 smithi087 bash[21583]: cluster 2024-04-25T23:36:20.295625+0000 mon.a (mon.0) 675 : cluster 0 osdmap e26: 4 total, 4 up, 4 in 2024-04-25T23:36:21.897 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:36:21 smithi161 bash[22340]: cluster 2024-04-25T23:36:20.476431+0000 mgr.a (mgr.14152) 236 : cluster 0 pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-25T23:36:21.897 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:36:21 smithi161 bash[22340]: cluster 2024-04-25T23:36:21.302547+0000 mon.a (mon.0) 676 : cluster 0 osdmap e27: 4 total, 4 up, 4 in 2024-04-25T23:36:21.916 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:36:21 smithi157 bash[22215]: cluster 2024-04-25T23:36:20.476431+0000 mgr.a (mgr.14152) 236 : cluster 0 pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-25T23:36:21.917 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:36:21 smithi157 bash[22215]: cluster 2024-04-25T23:36:21.302547+0000 mon.a (mon.0) 676 : cluster 0 osdmap e27: 4 total, 4 up, 4 in 2024-04-25T23:36:21.993 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:36:21 smithi087 bash[21583]: cluster 2024-04-25T23:36:20.476431+0000 mgr.a (mgr.14152) 236 : cluster 0 pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-25T23:36:21.993 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:36:21 smithi087 bash[21583]: cluster 2024-04-25T23:36:21.302547+0000 mon.a (mon.0) 676 : cluster 0 osdmap e27: 4 total, 4 up, 4 in 2024-04-25T23:36:23.416 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:36:23 smithi157 bash[22215]: cluster 2024-04-25T23:36:22.305041+0000 mon.a (mon.0) 677 : cluster 0 osdmap e28: 4 total, 4 up, 4 in 2024-04-25T23:36:23.417 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:36:23 smithi157 bash[22215]: cluster 2024-04-25T23:36:22.477018+0000 mgr.a (mgr.14152) 237 : cluster 0 pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-25T23:36:23.556 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:36:23 smithi087 bash[21583]: cluster 2024-04-25T23:36:22.305041+0000 mon.a (mon.0) 677 : cluster 0 osdmap e28: 4 total, 4 up, 4 in 2024-04-25T23:36:23.556 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:36:23 smithi087 bash[21583]: cluster 2024-04-25T23:36:22.477018+0000 mgr.a (mgr.14152) 237 : cluster 0 pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-25T23:36:23.647 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:36:23 smithi161 bash[22340]: cluster 2024-04-25T23:36:22.305041+0000 mon.a (mon.0) 677 : cluster 0 osdmap e28: 4 total, 4 up, 4 in 2024-04-25T23:36:23.647 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:36:23 smithi161 bash[22340]: cluster 2024-04-25T23:36:22.477018+0000 mgr.a (mgr.14152) 237 : cluster 0 pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-25T23:36:23.849 INFO:teuthology.orchestra.run.smithi161.stderr:Inferring config /var/lib/ceph/7567fb78-035b-11ef-bc93-c7b262605968/mon.c/config 2024-04-25T23:36:24.597 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:36:24 smithi161 bash[22340]: cluster 2024-04-25T23:36:23.314861+0000 mon.a (mon.0) 678 : cluster 0 osdmap e29: 4 total, 4 up, 4 in 2024-04-25T23:36:24.666 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:36:24 smithi157 bash[22215]: cluster 2024-04-25T23:36:23.314861+0000 mon.a (mon.0) 678 : cluster 0 osdmap e29: 4 total, 4 up, 4 in 2024-04-25T23:36:24.743 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:36:24 smithi087 bash[21583]: cluster 2024-04-25T23:36:23.314861+0000 mon.a (mon.0) 678 : cluster 0 osdmap e29: 4 total, 4 up, 4 in 2024-04-25T23:36:25.493 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:36:25 smithi087 bash[21583]: cluster 2024-04-25T23:36:24.477570+0000 mgr.a (mgr.14152) 238 : cluster 0 pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-25T23:36:25.647 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:36:25 smithi161 bash[22340]: cluster 2024-04-25T23:36:24.477570+0000 mgr.a (mgr.14152) 238 : cluster 0 pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-25T23:36:25.666 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:36:25 smithi157 bash[22215]: cluster 2024-04-25T23:36:24.477570+0000 mgr.a (mgr.14152) 238 : cluster 0 pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-25T23:36:26.687 INFO:teuthology.orchestra.run.smithi161.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-04-25T23:36:26.687 INFO:teuthology.orchestra.run.smithi161.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-04-25T23:36:26.687 INFO:teuthology.orchestra.run.smithi161.stderr: stderr: 10+0 records in 2024-04-25T23:36:26.687 INFO:teuthology.orchestra.run.smithi161.stderr:10+0 records out 2024-04-25T23:36:26.687 INFO:teuthology.orchestra.run.smithi161.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0137874 s, 761 MB/s 2024-04-25T23:36:26.687 INFO:teuthology.orchestra.run.smithi161.stderr:--> Zapping successful for: 2024-04-25T23:36:27.572 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d2c45d977142e024a59b68a8f1dce8f0b9840551 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567fb78-035b-11ef-bc93-c7b262605968 -- ceph orch daemon add osd smithi161:vg_nvme/lv_4 2024-04-25T23:36:27.863 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:36:27 smithi161 bash[22340]: cluster 2024-04-25T23:36:26.478115+0000 mgr.a (mgr.14152) 239 : cluster 0 pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-04-25T23:36:27.863 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:36:27 smithi161 bash[22340]: audit 2024-04-25T23:36:26.852508+0000 mon.a (mon.0) 679 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:36:27.863 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:36:27 smithi161 bash[22340]: audit 2024-04-25T23:36:26.861603+0000 mon.a (mon.0) 680 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:36:27.863 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:36:27 smithi161 bash[22340]: audit 2024-04-25T23:36:26.871914+0000 mon.a (mon.0) 681 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:36:27.863 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:36:27 smithi161 bash[22340]: audit 2024-04-25T23:36:26.905873+0000 mon.a (mon.0) 682 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T23:36:27.864 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:36:27 smithi161 bash[22340]: audit 2024-04-25T23:36:26.911718+0000 mon.a (mon.0) 683 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:36:27.864 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:36:27 smithi161 bash[22340]: audit 2024-04-25T23:36:26.913347+0000 mon.a (mon.0) 684 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T23:36:27.864 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:36:27 smithi161 bash[22340]: audit 2024-04-25T23:36:26.923349+0000 mon.a (mon.0) 685 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:36:27.917 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:36:27 smithi157 bash[22215]: cluster 2024-04-25T23:36:26.478115+0000 mgr.a (mgr.14152) 239 : cluster 0 pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-04-25T23:36:27.917 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:36:27 smithi157 bash[22215]: audit 2024-04-25T23:36:26.852508+0000 mon.a (mon.0) 679 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:36:27.917 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:36:27 smithi157 bash[22215]: audit 2024-04-25T23:36:26.861603+0000 mon.a (mon.0) 680 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:36:27.917 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:36:27 smithi157 bash[22215]: audit 2024-04-25T23:36:26.871914+0000 mon.a (mon.0) 681 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:36:27.917 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:36:27 smithi157 bash[22215]: audit 2024-04-25T23:36:26.905873+0000 mon.a (mon.0) 682 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T23:36:27.917 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:36:27 smithi157 bash[22215]: audit 2024-04-25T23:36:26.911718+0000 mon.a (mon.0) 683 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:36:27.917 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:36:27 smithi157 bash[22215]: audit 2024-04-25T23:36:26.913347+0000 mon.a (mon.0) 684 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T23:36:27.917 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:36:27 smithi157 bash[22215]: audit 2024-04-25T23:36:26.923349+0000 mon.a (mon.0) 685 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:36:27.993 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:36:27 smithi087 bash[21583]: cluster 2024-04-25T23:36:26.478115+0000 mgr.a (mgr.14152) 239 : cluster 0 pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-04-25T23:36:27.994 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:36:27 smithi087 bash[21583]: audit 2024-04-25T23:36:26.852508+0000 mon.a (mon.0) 679 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:36:27.994 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:36:27 smithi087 bash[21583]: audit 2024-04-25T23:36:26.861603+0000 mon.a (mon.0) 680 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:36:27.994 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:36:27 smithi087 bash[21583]: audit 2024-04-25T23:36:26.871914+0000 mon.a (mon.0) 681 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:36:27.994 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:36:27 smithi087 bash[21583]: audit 2024-04-25T23:36:26.905873+0000 mon.a (mon.0) 682 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T23:36:27.994 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:36:27 smithi087 bash[21583]: audit 2024-04-25T23:36:26.911718+0000 mon.a (mon.0) 683 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:36:27.994 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:36:27 smithi087 bash[21583]: audit 2024-04-25T23:36:26.913347+0000 mon.a (mon.0) 684 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T23:36:27.994 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:36:27 smithi087 bash[21583]: audit 2024-04-25T23:36:26.923349+0000 mon.a (mon.0) 685 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:36:28.839 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:36:28 smithi157 bash[22215]: cluster 2024-04-25T23:36:26.917336+0000 mgr.a (mgr.14152) 240 : cluster 0 pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail; 103 KiB/s, 0 objects/s recovering 2024-04-25T23:36:28.839 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:36:28 smithi157 bash[22215]: cluster 2024-04-25T23:36:27.868293+0000 mon.a (mon.0) 686 : cluster 3 Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-25T23:36:28.883 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:36:28 smithi161 bash[22340]: cluster 2024-04-25T23:36:26.917336+0000 mgr.a (mgr.14152) 240 : cluster 0 pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail; 103 KiB/s, 0 objects/s recovering 2024-04-25T23:36:28.884 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:36:28 smithi161 bash[22340]: cluster 2024-04-25T23:36:27.868293+0000 mon.a (mon.0) 686 : cluster 3 Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-25T23:36:28.993 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:36:28 smithi087 bash[21583]: cluster 2024-04-25T23:36:26.917336+0000 mgr.a (mgr.14152) 240 : cluster 0 pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail; 103 KiB/s, 0 objects/s recovering 2024-04-25T23:36:28.993 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:36:28 smithi087 bash[21583]: cluster 2024-04-25T23:36:27.868293+0000 mon.a (mon.0) 686 : cluster 3 Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-25T23:36:30.648 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:36:30 smithi161 bash[22340]: cluster 2024-04-25T23:36:28.917938+0000 mgr.a (mgr.14152) 241 : cluster 0 pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail; 87 KiB/s, 0 objects/s recovering 2024-04-25T23:36:30.648 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:36:30 smithi161 bash[22340]: audit 2024-04-25T23:36:29.295699+0000 mon.a (mon.0) 687 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:36:30.648 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:36:30 smithi161 bash[22340]: audit 2024-04-25T23:36:29.304560+0000 mon.a (mon.0) 688 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:36:30.648 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:36:30 smithi161 bash[22340]: audit 2024-04-25T23:36:29.314871+0000 mon.a (mon.0) 689 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:36:30.648 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:36:30 smithi161 bash[22340]: audit 2024-04-25T23:36:29.353498+0000 mon.a (mon.0) 690 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T23:36:30.648 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:36:30 smithi161 bash[22340]: audit 2024-04-25T23:36:29.359045+0000 mon.a (mon.0) 691 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:36:30.648 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:36:30 smithi161 bash[22340]: audit 2024-04-25T23:36:29.360964+0000 mon.a (mon.0) 692 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T23:36:30.648 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:36:30 smithi161 bash[22340]: cluster 2024-04-25T23:36:29.364503+0000 mgr.a (mgr.14152) 242 : cluster 0 pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail; 84 KiB/s, 0 objects/s recovering 2024-04-25T23:36:30.648 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:36:30 smithi161 bash[22340]: audit 2024-04-25T23:36:29.371320+0000 mon.a (mon.0) 693 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:36:30.648 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:36:30 smithi161 bash[22340]: cluster 2024-04-25T23:36:29.536050+0000 mon.a (mon.0) 694 : cluster 1 Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-04-25T23:36:30.649 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:36:30 smithi161 bash[22340]: cluster 2024-04-25T23:36:29.536129+0000 mon.a (mon.0) 695 : cluster 1 Cluster is now healthy 2024-04-25T23:36:30.666 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:36:30 smithi157 bash[22215]: cluster 2024-04-25T23:36:28.917938+0000 mgr.a (mgr.14152) 241 : cluster 0 pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail; 87 KiB/s, 0 objects/s recovering 2024-04-25T23:36:30.667 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:36:30 smithi157 bash[22215]: audit 2024-04-25T23:36:29.295699+0000 mon.a (mon.0) 687 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:36:30.667 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:36:30 smithi157 bash[22215]: audit 2024-04-25T23:36:29.304560+0000 mon.a (mon.0) 688 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:36:30.667 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:36:30 smithi157 bash[22215]: audit 2024-04-25T23:36:29.314871+0000 mon.a (mon.0) 689 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:36:30.667 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:36:30 smithi157 bash[22215]: audit 2024-04-25T23:36:29.353498+0000 mon.a (mon.0) 690 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T23:36:30.667 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:36:30 smithi157 bash[22215]: audit 2024-04-25T23:36:29.359045+0000 mon.a (mon.0) 691 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:36:30.667 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:36:30 smithi157 bash[22215]: audit 2024-04-25T23:36:29.360964+0000 mon.a (mon.0) 692 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T23:36:30.667 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:36:30 smithi157 bash[22215]: cluster 2024-04-25T23:36:29.364503+0000 mgr.a (mgr.14152) 242 : cluster 0 pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail; 84 KiB/s, 0 objects/s recovering 2024-04-25T23:36:30.667 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:36:30 smithi157 bash[22215]: audit 2024-04-25T23:36:29.371320+0000 mon.a (mon.0) 693 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:36:30.667 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:36:30 smithi157 bash[22215]: cluster 2024-04-25T23:36:29.536050+0000 mon.a (mon.0) 694 : cluster 1 Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-04-25T23:36:30.667 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:36:30 smithi157 bash[22215]: cluster 2024-04-25T23:36:29.536129+0000 mon.a (mon.0) 695 : cluster 1 Cluster is now healthy 2024-04-25T23:36:30.744 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:36:30 smithi087 bash[21583]: cluster 2024-04-25T23:36:28.917938+0000 mgr.a (mgr.14152) 241 : cluster 0 pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail; 87 KiB/s, 0 objects/s recovering 2024-04-25T23:36:30.744 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:36:30 smithi087 bash[21583]: audit 2024-04-25T23:36:29.295699+0000 mon.a (mon.0) 687 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:36:30.744 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:36:30 smithi087 bash[21583]: audit 2024-04-25T23:36:29.304560+0000 mon.a (mon.0) 688 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:36:30.744 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:36:30 smithi087 bash[21583]: audit 2024-04-25T23:36:29.314871+0000 mon.a (mon.0) 689 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:36:30.744 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:36:30 smithi087 bash[21583]: audit 2024-04-25T23:36:29.353498+0000 mon.a (mon.0) 690 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T23:36:30.744 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:36:30 smithi087 bash[21583]: audit 2024-04-25T23:36:29.359045+0000 mon.a (mon.0) 691 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:36:30.744 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:36:30 smithi087 bash[21583]: audit 2024-04-25T23:36:29.360964+0000 mon.a (mon.0) 692 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T23:36:30.744 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:36:30 smithi087 bash[21583]: cluster 2024-04-25T23:36:29.364503+0000 mgr.a (mgr.14152) 242 : cluster 0 pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail; 84 KiB/s, 0 objects/s recovering 2024-04-25T23:36:30.744 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:36:30 smithi087 bash[21583]: audit 2024-04-25T23:36:29.371320+0000 mon.a (mon.0) 693 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:36:30.744 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:36:30 smithi087 bash[21583]: cluster 2024-04-25T23:36:29.536050+0000 mon.a (mon.0) 694 : cluster 1 Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-04-25T23:36:30.744 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:36:30 smithi087 bash[21583]: cluster 2024-04-25T23:36:29.536129+0000 mon.a (mon.0) 695 : cluster 1 Cluster is now healthy 2024-04-25T23:36:31.298 INFO:teuthology.orchestra.run.smithi161.stderr:Inferring config /var/lib/ceph/7567fb78-035b-11ef-bc93-c7b262605968/mon.c/config 2024-04-25T23:36:32.397 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:36:32 smithi161 bash[22340]: audit 2024-04-25T23:36:31.046864+0000 mon.a (mon.0) 696 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:36:32.397 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:36:32 smithi161 bash[22340]: audit 2024-04-25T23:36:31.051661+0000 mon.a (mon.0) 697 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:36:32.398 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:36:32 smithi161 bash[22340]: audit 2024-04-25T23:36:31.059075+0000 mon.a (mon.0) 698 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:36:32.398 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:36:32 smithi161 bash[22340]: audit 2024-04-25T23:36:31.175563+0000 mon.a (mon.0) 699 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:36:32.398 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:36:32 smithi161 bash[22340]: audit 2024-04-25T23:36:31.182196+0000 mon.a (mon.0) 700 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:36:32.398 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:36:32 smithi161 bash[22340]: audit 2024-04-25T23:36:31.190235+0000 mon.a (mon.0) 701 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:36:32.398 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:36:32 smithi161 bash[22340]: cluster 2024-04-25T23:36:31.365064+0000 mgr.a (mgr.14152) 243 : cluster 0 pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-04-25T23:36:32.416 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:36:32 smithi157 bash[22215]: audit 2024-04-25T23:36:31.046864+0000 mon.a (mon.0) 696 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:36:32.416 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:36:32 smithi157 bash[22215]: audit 2024-04-25T23:36:31.051661+0000 mon.a (mon.0) 697 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:36:32.417 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:36:32 smithi157 bash[22215]: audit 2024-04-25T23:36:31.059075+0000 mon.a (mon.0) 698 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:36:32.417 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:36:32 smithi157 bash[22215]: audit 2024-04-25T23:36:31.175563+0000 mon.a (mon.0) 699 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:36:32.417 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:36:32 smithi157 bash[22215]: audit 2024-04-25T23:36:31.182196+0000 mon.a (mon.0) 700 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:36:32.417 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:36:32 smithi157 bash[22215]: audit 2024-04-25T23:36:31.190235+0000 mon.a (mon.0) 701 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:36:32.417 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:36:32 smithi157 bash[22215]: cluster 2024-04-25T23:36:31.365064+0000 mgr.a (mgr.14152) 243 : cluster 0 pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-04-25T23:36:32.494 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:36:32 smithi087 bash[21583]: audit 2024-04-25T23:36:31.046864+0000 mon.a (mon.0) 696 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:36:32.494 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:36:32 smithi087 bash[21583]: audit 2024-04-25T23:36:31.051661+0000 mon.a (mon.0) 697 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:36:32.494 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:36:32 smithi087 bash[21583]: audit 2024-04-25T23:36:31.059075+0000 mon.a (mon.0) 698 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:36:32.494 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:36:32 smithi087 bash[21583]: audit 2024-04-25T23:36:31.175563+0000 mon.a (mon.0) 699 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:36:32.494 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:36:32 smithi087 bash[21583]: audit 2024-04-25T23:36:31.182196+0000 mon.a (mon.0) 700 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:36:32.494 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:36:32 smithi087 bash[21583]: audit 2024-04-25T23:36:31.190235+0000 mon.a (mon.0) 701 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:36:32.495 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:36:32 smithi087 bash[21583]: cluster 2024-04-25T23:36:31.365064+0000 mgr.a (mgr.14152) 243 : cluster 0 pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-04-25T23:36:34.667 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:36:34 smithi157 bash[22215]: cluster 2024-04-25T23:36:33.365647+0000 mgr.a (mgr.14152) 244 : cluster 0 pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail; 65 KiB/s, 0 objects/s recovering 2024-04-25T23:36:34.667 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:36:34 smithi157 bash[22215]: audit 2024-04-25T23:36:33.873678+0000 mon.a (mon.0) 702 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-25T23:36:34.667 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:36:34 smithi157 bash[22215]: audit 2024-04-25T23:36:33.880255+0000 mon.a (mon.0) 703 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-25T23:36:34.667 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:36:34 smithi157 bash[22215]: audit 2024-04-25T23:36:33.881961+0000 mon.a (mon.0) 704 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:36:34.743 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:36:34 smithi087 bash[21583]: cluster 2024-04-25T23:36:33.365647+0000 mgr.a (mgr.14152) 244 : cluster 0 pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail; 65 KiB/s, 0 objects/s recovering 2024-04-25T23:36:34.743 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:36:34 smithi087 bash[21583]: audit 2024-04-25T23:36:33.873678+0000 mon.a (mon.0) 702 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-25T23:36:34.743 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:36:34 smithi087 bash[21583]: audit 2024-04-25T23:36:33.880255+0000 mon.a (mon.0) 703 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-25T23:36:34.743 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:36:34 smithi087 bash[21583]: audit 2024-04-25T23:36:33.881961+0000 mon.a (mon.0) 704 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:36:34.897 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:36:34 smithi161 bash[22340]: cluster 2024-04-25T23:36:33.365647+0000 mgr.a (mgr.14152) 244 : cluster 0 pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail; 65 KiB/s, 0 objects/s recovering 2024-04-25T23:36:34.898 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:36:34 smithi161 bash[22340]: audit 2024-04-25T23:36:33.873678+0000 mon.a (mon.0) 702 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-25T23:36:34.898 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:36:34 smithi161 bash[22340]: audit 2024-04-25T23:36:33.880255+0000 mon.a (mon.0) 703 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-25T23:36:34.898 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:36:34 smithi161 bash[22340]: audit 2024-04-25T23:36:33.881961+0000 mon.a (mon.0) 704 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:36:35.666 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:36:35 smithi157 bash[22215]: audit 2024-04-25T23:36:33.866212+0000 mgr.a (mgr.14152) 245 : audit 0 from='client.24178 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi161:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T23:36:35.743 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:36:35 smithi087 bash[21583]: audit 2024-04-25T23:36:33.866212+0000 mgr.a (mgr.14152) 245 : audit 0 from='client.24178 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi161:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T23:36:35.897 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:36:35 smithi161 bash[22340]: audit 2024-04-25T23:36:33.866212+0000 mgr.a (mgr.14152) 245 : audit 0 from='client.24178 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi161:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T23:36:36.666 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:36:36 smithi157 bash[22215]: cluster 2024-04-25T23:36:35.366173+0000 mgr.a (mgr.14152) 246 : cluster 0 pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-25T23:36:36.743 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:36:36 smithi087 bash[21583]: cluster 2024-04-25T23:36:35.366173+0000 mgr.a (mgr.14152) 246 : cluster 0 pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-25T23:36:36.897 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:36:36 smithi161 bash[22340]: cluster 2024-04-25T23:36:35.366173+0000 mgr.a (mgr.14152) 246 : cluster 0 pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-25T23:36:38.743 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:36:38 smithi087 bash[21583]: cluster 2024-04-25T23:36:37.366694+0000 mgr.a (mgr.14152) 247 : cluster 0 pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-25T23:36:38.832 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:36:38 smithi161 bash[22340]: cluster 2024-04-25T23:36:37.366694+0000 mgr.a (mgr.14152) 247 : cluster 0 pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-25T23:36:38.916 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:36:38 smithi157 bash[22215]: cluster 2024-04-25T23:36:37.366694+0000 mgr.a (mgr.14152) 247 : cluster 0 pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-25T23:36:40.647 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:36:40 smithi161 bash[22340]: cluster 2024-04-25T23:36:39.367239+0000 mgr.a (mgr.14152) 248 : cluster 0 pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-25T23:36:40.743 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:36:40 smithi087 bash[21583]: cluster 2024-04-25T23:36:39.367239+0000 mgr.a (mgr.14152) 248 : cluster 0 pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-25T23:36:40.831 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:36:40 smithi157 bash[22215]: cluster 2024-04-25T23:36:39.367239+0000 mgr.a (mgr.14152) 248 : cluster 0 pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-25T23:36:42.743 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:36:42 smithi087 bash[21583]: cluster 2024-04-25T23:36:41.367741+0000 mgr.a (mgr.14152) 249 : cluster 0 pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-25T23:36:42.743 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:36:42 smithi087 bash[21583]: audit 2024-04-25T23:36:41.834626+0000 mon.c (mon.1) 5 : audit 1 from='client.? 172.21.15.161:0/465502654' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "dcbbceae-7770-4d9f-8916-ed2448375412"}]: dispatch 2024-04-25T23:36:42.743 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:36:42 smithi087 bash[21583]: audit 2024-04-25T23:36:41.835245+0000 mon.a (mon.0) 705 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "dcbbceae-7770-4d9f-8916-ed2448375412"}]: dispatch 2024-04-25T23:36:42.744 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:36:42 smithi087 bash[21583]: audit 2024-04-25T23:36:41.838811+0000 mon.a (mon.0) 706 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "dcbbceae-7770-4d9f-8916-ed2448375412"}]': finished 2024-04-25T23:36:42.744 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:36:42 smithi087 bash[21583]: cluster 2024-04-25T23:36:41.846033+0000 mon.a (mon.0) 707 : cluster 0 osdmap e30: 5 total, 4 up, 5 in 2024-04-25T23:36:42.744 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:36:42 smithi087 bash[21583]: audit 2024-04-25T23:36:41.847026+0000 mon.a (mon.0) 708 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-25T23:36:42.813 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:36:42 smithi157 bash[22215]: cluster 2024-04-25T23:36:41.367741+0000 mgr.a (mgr.14152) 249 : cluster 0 pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-25T23:36:42.813 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:36:42 smithi157 bash[22215]: audit 2024-04-25T23:36:41.834626+0000 mon.c (mon.1) 5 : audit 1 from='client.? 172.21.15.161:0/465502654' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "dcbbceae-7770-4d9f-8916-ed2448375412"}]: dispatch 2024-04-25T23:36:42.813 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:36:42 smithi157 bash[22215]: audit 2024-04-25T23:36:41.835245+0000 mon.a (mon.0) 705 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "dcbbceae-7770-4d9f-8916-ed2448375412"}]: dispatch 2024-04-25T23:36:42.813 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:36:42 smithi157 bash[22215]: audit 2024-04-25T23:36:41.838811+0000 mon.a (mon.0) 706 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "dcbbceae-7770-4d9f-8916-ed2448375412"}]': finished 2024-04-25T23:36:42.814 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:36:42 smithi157 bash[22215]: cluster 2024-04-25T23:36:41.846033+0000 mon.a (mon.0) 707 : cluster 0 osdmap e30: 5 total, 4 up, 5 in 2024-04-25T23:36:42.814 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:36:42 smithi157 bash[22215]: audit 2024-04-25T23:36:41.847026+0000 mon.a (mon.0) 708 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-25T23:36:42.898 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:36:42 smithi161 bash[22340]: cluster 2024-04-25T23:36:41.367741+0000 mgr.a (mgr.14152) 249 : cluster 0 pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-25T23:36:42.898 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:36:42 smithi161 bash[22340]: audit 2024-04-25T23:36:41.834626+0000 mon.c (mon.1) 5 : audit 1 from='client.? 172.21.15.161:0/465502654' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "dcbbceae-7770-4d9f-8916-ed2448375412"}]: dispatch 2024-04-25T23:36:42.898 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:36:42 smithi161 bash[22340]: audit 2024-04-25T23:36:41.835245+0000 mon.a (mon.0) 705 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "dcbbceae-7770-4d9f-8916-ed2448375412"}]: dispatch 2024-04-25T23:36:42.898 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:36:42 smithi161 bash[22340]: audit 2024-04-25T23:36:41.838811+0000 mon.a (mon.0) 706 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "dcbbceae-7770-4d9f-8916-ed2448375412"}]': finished 2024-04-25T23:36:42.898 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:36:42 smithi161 bash[22340]: cluster 2024-04-25T23:36:41.846033+0000 mon.a (mon.0) 707 : cluster 0 osdmap e30: 5 total, 4 up, 5 in 2024-04-25T23:36:42.898 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:36:42 smithi161 bash[22340]: audit 2024-04-25T23:36:41.847026+0000 mon.a (mon.0) 708 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-25T23:36:43.743 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:36:43 smithi087 bash[21583]: audit 2024-04-25T23:36:42.558153+0000 mon.c (mon.1) 6 : audit 0 from='client.? 172.21.15.161:0/3321126211' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-25T23:36:43.897 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:36:43 smithi161 bash[22340]: audit 2024-04-25T23:36:42.558153+0000 mon.c (mon.1) 6 : audit 0 from='client.? 172.21.15.161:0/3321126211' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-25T23:36:43.916 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:36:43 smithi157 bash[22215]: audit 2024-04-25T23:36:42.558153+0000 mon.c (mon.1) 6 : audit 0 from='client.? 172.21.15.161:0/3321126211' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-25T23:36:44.701 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:36:44 smithi087 bash[21583]: cluster 2024-04-25T23:36:43.368226+0000 mgr.a (mgr.14152) 250 : cluster 0 pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-25T23:36:44.897 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:36:44 smithi161 bash[22340]: cluster 2024-04-25T23:36:43.368226+0000 mgr.a (mgr.14152) 250 : cluster 0 pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-25T23:36:44.916 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:36:44 smithi157 bash[22215]: cluster 2024-04-25T23:36:43.368226+0000 mgr.a (mgr.14152) 250 : cluster 0 pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-25T23:36:46.743 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:36:46 smithi087 bash[21583]: cluster 2024-04-25T23:36:45.368814+0000 mgr.a (mgr.14152) 251 : cluster 0 pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-25T23:36:46.897 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:36:46 smithi161 bash[22340]: cluster 2024-04-25T23:36:45.368814+0000 mgr.a (mgr.14152) 251 : cluster 0 pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-25T23:36:46.916 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:36:46 smithi157 bash[22215]: cluster 2024-04-25T23:36:45.368814+0000 mgr.a (mgr.14152) 251 : cluster 0 pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-25T23:36:48.743 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:36:48 smithi087 bash[21583]: cluster 2024-04-25T23:36:47.369369+0000 mgr.a (mgr.14152) 252 : cluster 0 pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-25T23:36:48.743 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:36:48 smithi087 bash[21583]: audit 2024-04-25T23:36:47.913072+0000 mon.a (mon.0) 709 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:36:48.743 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:36:48 smithi087 bash[21583]: audit 2024-04-25T23:36:47.923595+0000 mon.a (mon.0) 710 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:36:48.743 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:36:48 smithi087 bash[21583]: audit 2024-04-25T23:36:47.935390+0000 mon.a (mon.0) 711 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:36:48.861 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:36:48 smithi161 bash[22340]: cluster 2024-04-25T23:36:47.369369+0000 mgr.a (mgr.14152) 252 : cluster 0 pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-25T23:36:48.861 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:36:48 smithi161 bash[22340]: audit 2024-04-25T23:36:47.913072+0000 mon.a (mon.0) 709 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:36:48.861 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:36:48 smithi161 bash[22340]: audit 2024-04-25T23:36:47.923595+0000 mon.a (mon.0) 710 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:36:48.861 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:36:48 smithi161 bash[22340]: audit 2024-04-25T23:36:47.935390+0000 mon.a (mon.0) 711 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:36:48.916 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:36:48 smithi157 bash[22215]: cluster 2024-04-25T23:36:47.369369+0000 mgr.a (mgr.14152) 252 : cluster 0 pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-25T23:36:48.916 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:36:48 smithi157 bash[22215]: audit 2024-04-25T23:36:47.913072+0000 mon.a (mon.0) 709 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:36:48.916 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:36:48 smithi157 bash[22215]: audit 2024-04-25T23:36:47.923595+0000 mon.a (mon.0) 710 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:36:48.916 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:36:48 smithi157 bash[22215]: audit 2024-04-25T23:36:47.935390+0000 mon.a (mon.0) 711 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:36:50.743 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:36:50 smithi087 bash[21583]: cluster 2024-04-25T23:36:49.369919+0000 mgr.a (mgr.14152) 253 : cluster 0 pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-25T23:36:50.815 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:36:50 smithi161 bash[22340]: cluster 2024-04-25T23:36:49.369919+0000 mgr.a (mgr.14152) 253 : cluster 0 pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-25T23:36:50.916 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:36:50 smithi157 bash[22215]: cluster 2024-04-25T23:36:49.369919+0000 mgr.a (mgr.14152) 253 : cluster 0 pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-25T23:36:52.493 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:36:52 smithi087 bash[21583]: audit 2024-04-25T23:36:51.230774+0000 mon.a (mon.0) 712 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:36:52.493 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:36:52 smithi087 bash[21583]: audit 2024-04-25T23:36:51.237461+0000 mon.a (mon.0) 713 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:36:52.493 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:36:52 smithi087 bash[21583]: audit 2024-04-25T23:36:51.245980+0000 mon.a (mon.0) 714 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:36:52.493 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:36:52 smithi087 bash[21583]: audit 2024-04-25T23:36:51.361002+0000 mon.a (mon.0) 715 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:36:52.493 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:36:52 smithi087 bash[21583]: cluster 2024-04-25T23:36:51.370446+0000 mgr.a (mgr.14152) 254 : cluster 0 pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-25T23:36:52.493 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:36:52 smithi087 bash[21583]: audit 2024-04-25T23:36:51.370529+0000 mon.a (mon.0) 716 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:36:52.494 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:36:52 smithi087 bash[21583]: audit 2024-04-25T23:36:51.379381+0000 mon.a (mon.0) 717 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:36:52.525 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:36:52 smithi161 bash[22340]: audit 2024-04-25T23:36:51.230774+0000 mon.a (mon.0) 712 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:36:52.525 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:36:52 smithi161 bash[22340]: audit 2024-04-25T23:36:51.237461+0000 mon.a (mon.0) 713 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:36:52.525 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:36:52 smithi161 bash[22340]: audit 2024-04-25T23:36:51.245980+0000 mon.a (mon.0) 714 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:36:52.525 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:36:52 smithi161 bash[22340]: audit 2024-04-25T23:36:51.361002+0000 mon.a (mon.0) 715 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:36:52.525 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:36:52 smithi161 bash[22340]: cluster 2024-04-25T23:36:51.370446+0000 mgr.a (mgr.14152) 254 : cluster 0 pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-25T23:36:52.525 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:36:52 smithi161 bash[22340]: audit 2024-04-25T23:36:51.370529+0000 mon.a (mon.0) 716 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:36:52.526 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:36:52 smithi161 bash[22340]: audit 2024-04-25T23:36:51.379381+0000 mon.a (mon.0) 717 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:36:52.666 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:36:52 smithi157 bash[22215]: audit 2024-04-25T23:36:51.230774+0000 mon.a (mon.0) 712 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:36:52.666 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:36:52 smithi157 bash[22215]: audit 2024-04-25T23:36:51.237461+0000 mon.a (mon.0) 713 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:36:52.667 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:36:52 smithi157 bash[22215]: audit 2024-04-25T23:36:51.245980+0000 mon.a (mon.0) 714 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:36:52.667 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:36:52 smithi157 bash[22215]: audit 2024-04-25T23:36:51.361002+0000 mon.a (mon.0) 715 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:36:52.667 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:36:52 smithi157 bash[22215]: cluster 2024-04-25T23:36:51.370446+0000 mgr.a (mgr.14152) 254 : cluster 0 pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-25T23:36:52.667 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:36:52 smithi157 bash[22215]: audit 2024-04-25T23:36:51.370529+0000 mon.a (mon.0) 716 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:36:52.667 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:36:52 smithi157 bash[22215]: audit 2024-04-25T23:36:51.379381+0000 mon.a (mon.0) 717 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:36:54.666 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:36:54 smithi157 bash[22215]: cluster 2024-04-25T23:36:53.370961+0000 mgr.a (mgr.14152) 255 : cluster 0 pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-25T23:36:54.720 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:36:54 smithi161 bash[22340]: cluster 2024-04-25T23:36:53.370961+0000 mgr.a (mgr.14152) 255 : cluster 0 pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-25T23:36:54.743 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:36:54 smithi087 bash[21583]: cluster 2024-04-25T23:36:53.370961+0000 mgr.a (mgr.14152) 255 : cluster 0 pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-25T23:36:55.743 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:36:55 smithi087 bash[21583]: audit 2024-04-25T23:36:55.165596+0000 mon.a (mon.0) 718 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-04-25T23:36:55.743 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:36:55 smithi087 bash[21583]: audit 2024-04-25T23:36:55.167388+0000 mon.a (mon.0) 719 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:36:55.897 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:36:55 smithi161 bash[22340]: audit 2024-04-25T23:36:55.165596+0000 mon.a (mon.0) 718 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-04-25T23:36:55.897 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:36:55 smithi161 bash[22340]: audit 2024-04-25T23:36:55.167388+0000 mon.a (mon.0) 719 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:36:55.916 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:36:55 smithi157 bash[22215]: audit 2024-04-25T23:36:55.165596+0000 mon.a (mon.0) 718 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-04-25T23:36:55.916 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:36:55 smithi157 bash[22215]: audit 2024-04-25T23:36:55.167388+0000 mon.a (mon.0) 719 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:36:56.647 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:36:56 smithi161 bash[22340]: cephadm 2024-04-25T23:36:55.168960+0000 mgr.a (mgr.14152) 256 : cephadm 1 Deploying daemon osd.4 on smithi161 2024-04-25T23:36:56.647 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:36:56 smithi161 bash[22340]: cluster 2024-04-25T23:36:55.371482+0000 mgr.a (mgr.14152) 257 : cluster 0 pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-25T23:36:56.743 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:36:56 smithi087 bash[21583]: cephadm 2024-04-25T23:36:55.168960+0000 mgr.a (mgr.14152) 256 : cephadm 1 Deploying daemon osd.4 on smithi161 2024-04-25T23:36:56.743 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:36:56 smithi087 bash[21583]: cluster 2024-04-25T23:36:55.371482+0000 mgr.a (mgr.14152) 257 : cluster 0 pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-25T23:36:56.916 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:36:56 smithi157 bash[22215]: cephadm 2024-04-25T23:36:55.168960+0000 mgr.a (mgr.14152) 256 : cephadm 1 Deploying daemon osd.4 on smithi161 2024-04-25T23:36:56.916 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:36:56 smithi157 bash[22215]: cluster 2024-04-25T23:36:55.371482+0000 mgr.a (mgr.14152) 257 : cluster 0 pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-25T23:36:58.743 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:36:58 smithi087 bash[21583]: cluster 2024-04-25T23:36:57.372118+0000 mgr.a (mgr.14152) 258 : cluster 0 pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-25T23:36:58.839 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:36:58 smithi161 bash[22340]: cluster 2024-04-25T23:36:57.372118+0000 mgr.a (mgr.14152) 258 : cluster 0 pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-25T23:36:58.916 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:36:58 smithi157 bash[22215]: cluster 2024-04-25T23:36:57.372118+0000 mgr.a (mgr.14152) 258 : cluster 0 pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-25T23:36:59.100 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:36:59 smithi161 systemd[1]: /etc/systemd/system/ceph-7567fb78-035b-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-25T23:36:59.366 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:36:59 smithi161 systemd[1]: /etc/systemd/system/ceph-7567fb78-035b-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-25T23:37:00.397 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:37:00 smithi161 bash[22340]: cluster 2024-04-25T23:36:59.372725+0000 mgr.a (mgr.14152) 259 : cluster 0 pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-25T23:37:00.397 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:37:00 smithi161 bash[22340]: audit 2024-04-25T23:36:59.386952+0000 mon.a (mon.0) 720 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:37:00.397 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:37:00 smithi161 bash[22340]: audit 2024-04-25T23:36:59.394999+0000 mon.a (mon.0) 721 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:37:00.397 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:37:00 smithi161 bash[22340]: audit 2024-04-25T23:36:59.421435+0000 mon.a (mon.0) 722 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T23:37:00.397 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:37:00 smithi161 bash[22340]: audit 2024-04-25T23:36:59.431203+0000 mon.a (mon.0) 723 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:37:00.397 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:37:00 smithi161 bash[22340]: audit 2024-04-25T23:36:59.434243+0000 mon.a (mon.0) 724 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T23:37:00.397 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:37:00 smithi161 bash[22340]: audit 2024-04-25T23:36:59.451153+0000 mon.a (mon.0) 725 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:37:00.595 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:37:00 smithi157 bash[22215]: cluster 2024-04-25T23:36:59.372725+0000 mgr.a (mgr.14152) 259 : cluster 0 pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-25T23:37:00.596 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:37:00 smithi157 bash[22215]: audit 2024-04-25T23:36:59.386952+0000 mon.a (mon.0) 720 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:37:00.596 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:37:00 smithi157 bash[22215]: audit 2024-04-25T23:36:59.394999+0000 mon.a (mon.0) 721 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:37:00.596 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:37:00 smithi157 bash[22215]: audit 2024-04-25T23:36:59.421435+0000 mon.a (mon.0) 722 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T23:37:00.596 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:37:00 smithi157 bash[22215]: audit 2024-04-25T23:36:59.431203+0000 mon.a (mon.0) 723 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:37:00.596 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:37:00 smithi157 bash[22215]: audit 2024-04-25T23:36:59.434243+0000 mon.a (mon.0) 724 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T23:37:00.596 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:37:00 smithi157 bash[22215]: audit 2024-04-25T23:36:59.451153+0000 mon.a (mon.0) 725 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:37:00.743 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:37:00 smithi087 bash[21583]: cluster 2024-04-25T23:36:59.372725+0000 mgr.a (mgr.14152) 259 : cluster 0 pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-25T23:37:00.743 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:37:00 smithi087 bash[21583]: audit 2024-04-25T23:36:59.386952+0000 mon.a (mon.0) 720 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:37:00.743 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:37:00 smithi087 bash[21583]: audit 2024-04-25T23:36:59.394999+0000 mon.a (mon.0) 721 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:37:00.743 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:37:00 smithi087 bash[21583]: audit 2024-04-25T23:36:59.421435+0000 mon.a (mon.0) 722 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T23:37:00.743 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:37:00 smithi087 bash[21583]: audit 2024-04-25T23:36:59.431203+0000 mon.a (mon.0) 723 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:37:00.743 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:37:00 smithi087 bash[21583]: audit 2024-04-25T23:36:59.434243+0000 mon.a (mon.0) 724 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T23:37:00.743 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:37:00 smithi087 bash[21583]: audit 2024-04-25T23:36:59.451153+0000 mon.a (mon.0) 725 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:37:02.647 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:37:02 smithi161 bash[22340]: cluster 2024-04-25T23:37:01.373372+0000 mgr.a (mgr.14152) 260 : cluster 0 pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-25T23:37:02.666 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:37:02 smithi157 bash[22215]: cluster 2024-04-25T23:37:01.373372+0000 mgr.a (mgr.14152) 260 : cluster 0 pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-25T23:37:02.742 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:37:02 smithi087 bash[21583]: cluster 2024-04-25T23:37:01.373372+0000 mgr.a (mgr.14152) 260 : cluster 0 pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-25T23:37:04.492 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:37:04 smithi087 bash[21583]: cluster 2024-04-25T23:37:03.373994+0000 mgr.a (mgr.14152) 261 : cluster 0 pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-25T23:37:04.647 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:37:04 smithi161 bash[22340]: cluster 2024-04-25T23:37:03.373994+0000 mgr.a (mgr.14152) 261 : cluster 0 pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-25T23:37:04.666 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:37:04 smithi157 bash[22215]: cluster 2024-04-25T23:37:03.373994+0000 mgr.a (mgr.14152) 261 : cluster 0 pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-25T23:37:06.647 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:37:06 smithi161 bash[22340]: cluster 2024-04-25T23:37:05.374649+0000 mgr.a (mgr.14152) 262 : cluster 0 pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-25T23:37:06.647 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:37:06 smithi161 bash[22340]: audit 2024-04-25T23:37:05.620057+0000 mon.c (mon.1) 7 : audit 1 from='osd.4 [v2:172.21.15.161:6800/1988158388,v1:172.21.15.161:6801/1988158388]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-04-25T23:37:06.647 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:37:06 smithi161 bash[22340]: audit 2024-04-25T23:37:05.620778+0000 mon.a (mon.0) 726 : audit 1 from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-04-25T23:37:06.666 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:37:06 smithi157 bash[22215]: cluster 2024-04-25T23:37:05.374649+0000 mgr.a (mgr.14152) 262 : cluster 0 pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-25T23:37:06.666 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:37:06 smithi157 bash[22215]: audit 2024-04-25T23:37:05.620057+0000 mon.c (mon.1) 7 : audit 1 from='osd.4 [v2:172.21.15.161:6800/1988158388,v1:172.21.15.161:6801/1988158388]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-04-25T23:37:06.666 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:37:06 smithi157 bash[22215]: audit 2024-04-25T23:37:05.620778+0000 mon.a (mon.0) 726 : audit 1 from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-04-25T23:37:06.742 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:37:06 smithi087 bash[21583]: cluster 2024-04-25T23:37:05.374649+0000 mgr.a (mgr.14152) 262 : cluster 0 pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-25T23:37:06.742 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:37:06 smithi087 bash[21583]: audit 2024-04-25T23:37:05.620057+0000 mon.c (mon.1) 7 : audit 1 from='osd.4 [v2:172.21.15.161:6800/1988158388,v1:172.21.15.161:6801/1988158388]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-04-25T23:37:06.743 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:37:06 smithi087 bash[21583]: audit 2024-04-25T23:37:05.620778+0000 mon.a (mon.0) 726 : audit 1 from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-04-25T23:37:07.666 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:37:07 smithi157 bash[22215]: audit 2024-04-25T23:37:06.406082+0000 mon.a (mon.0) 727 : audit 1 from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-04-25T23:37:07.666 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:37:07 smithi157 bash[22215]: cluster 2024-04-25T23:37:06.411074+0000 mon.a (mon.0) 728 : cluster 0 osdmap e31: 5 total, 4 up, 5 in 2024-04-25T23:37:07.666 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:37:07 smithi157 bash[22215]: audit 2024-04-25T23:37:06.411600+0000 mon.a (mon.0) 729 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-25T23:37:07.666 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:37:07 smithi157 bash[22215]: audit 2024-04-25T23:37:06.411933+0000 mon.c (mon.1) 8 : audit 1 from='osd.4 [v2:172.21.15.161:6800/1988158388,v1:172.21.15.161:6801/1988158388]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi161", "root=default"]}]: dispatch 2024-04-25T23:37:07.666 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:37:07 smithi157 bash[22215]: audit 2024-04-25T23:37:06.412951+0000 mon.a (mon.0) 730 : audit 1 from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi161", "root=default"]}]: dispatch 2024-04-25T23:37:07.743 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:37:07 smithi087 bash[21583]: audit 2024-04-25T23:37:06.406082+0000 mon.a (mon.0) 727 : audit 1 from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-04-25T23:37:07.743 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:37:07 smithi087 bash[21583]: cluster 2024-04-25T23:37:06.411074+0000 mon.a (mon.0) 728 : cluster 0 osdmap e31: 5 total, 4 up, 5 in 2024-04-25T23:37:07.743 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:37:07 smithi087 bash[21583]: audit 2024-04-25T23:37:06.411600+0000 mon.a (mon.0) 729 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-25T23:37:07.743 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:37:07 smithi087 bash[21583]: audit 2024-04-25T23:37:06.411933+0000 mon.c (mon.1) 8 : audit 1 from='osd.4 [v2:172.21.15.161:6800/1988158388,v1:172.21.15.161:6801/1988158388]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi161", "root=default"]}]: dispatch 2024-04-25T23:37:07.743 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:37:07 smithi087 bash[21583]: audit 2024-04-25T23:37:06.412951+0000 mon.a (mon.0) 730 : audit 1 from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi161", "root=default"]}]: dispatch 2024-04-25T23:37:07.898 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:37:07 smithi161 bash[22340]: audit 2024-04-25T23:37:06.406082+0000 mon.a (mon.0) 727 : audit 1 from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-04-25T23:37:07.898 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:37:07 smithi161 bash[22340]: cluster 2024-04-25T23:37:06.411074+0000 mon.a (mon.0) 728 : cluster 0 osdmap e31: 5 total, 4 up, 5 in 2024-04-25T23:37:07.898 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:37:07 smithi161 bash[22340]: audit 2024-04-25T23:37:06.411600+0000 mon.a (mon.0) 729 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-25T23:37:07.898 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:37:07 smithi161 bash[22340]: audit 2024-04-25T23:37:06.411933+0000 mon.c (mon.1) 8 : audit 1 from='osd.4 [v2:172.21.15.161:6800/1988158388,v1:172.21.15.161:6801/1988158388]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi161", "root=default"]}]: dispatch 2024-04-25T23:37:07.898 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:37:07 smithi161 bash[22340]: audit 2024-04-25T23:37:06.412951+0000 mon.a (mon.0) 730 : audit 1 from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi161", "root=default"]}]: dispatch 2024-04-25T23:37:08.662 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:37:08 smithi161 bash[22340]: cluster 2024-04-25T23:37:07.375168+0000 mgr.a (mgr.14152) 263 : cluster 0 pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-25T23:37:08.662 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:37:08 smithi161 bash[22340]: audit 2024-04-25T23:37:07.414412+0000 mon.a (mon.0) 731 : audit 1 from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi161", "root=default"]}]': finished 2024-04-25T23:37:08.663 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:37:08 smithi161 bash[22340]: cluster 2024-04-25T23:37:07.421486+0000 mon.a (mon.0) 732 : cluster 0 osdmap e32: 5 total, 4 up, 5 in 2024-04-25T23:37:08.663 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:37:08 smithi161 bash[22340]: audit 2024-04-25T23:37:07.422030+0000 mon.a (mon.0) 733 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-25T23:37:08.663 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:37:08 smithi161 bash[22340]: audit 2024-04-25T23:37:07.428386+0000 mon.a (mon.0) 734 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-25T23:37:08.663 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:37:08 smithi161 bash[22340]: audit 2024-04-25T23:37:07.947726+0000 mon.a (mon.0) 735 : audit 1 from='osd.4 ' entity='osd.4' 2024-04-25T23:37:08.663 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:37:08 smithi161 bash[22340]: audit 2024-04-25T23:37:08.138191+0000 mon.a (mon.0) 736 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:37:08.663 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:37:08 smithi161 bash[22340]: audit 2024-04-25T23:37:08.147627+0000 mon.a (mon.0) 737 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:37:08.663 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:37:08 smithi161 bash[22340]: audit 2024-04-25T23:37:08.159581+0000 mon.a (mon.0) 738 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:37:08.666 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:37:08 smithi157 bash[22215]: cluster 2024-04-25T23:37:07.375168+0000 mgr.a (mgr.14152) 263 : cluster 0 pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-25T23:37:08.666 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:37:08 smithi157 bash[22215]: audit 2024-04-25T23:37:07.414412+0000 mon.a (mon.0) 731 : audit 1 from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi161", "root=default"]}]': finished 2024-04-25T23:37:08.666 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:37:08 smithi157 bash[22215]: cluster 2024-04-25T23:37:07.421486+0000 mon.a (mon.0) 732 : cluster 0 osdmap e32: 5 total, 4 up, 5 in 2024-04-25T23:37:08.666 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:37:08 smithi157 bash[22215]: audit 2024-04-25T23:37:07.422030+0000 mon.a (mon.0) 733 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-25T23:37:08.666 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:37:08 smithi157 bash[22215]: audit 2024-04-25T23:37:07.428386+0000 mon.a (mon.0) 734 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-25T23:37:08.666 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:37:08 smithi157 bash[22215]: audit 2024-04-25T23:37:07.947726+0000 mon.a (mon.0) 735 : audit 1 from='osd.4 ' entity='osd.4' 2024-04-25T23:37:08.667 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:37:08 smithi157 bash[22215]: audit 2024-04-25T23:37:08.138191+0000 mon.a (mon.0) 736 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:37:08.667 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:37:08 smithi157 bash[22215]: audit 2024-04-25T23:37:08.147627+0000 mon.a (mon.0) 737 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:37:08.667 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:37:08 smithi157 bash[22215]: audit 2024-04-25T23:37:08.159581+0000 mon.a (mon.0) 738 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:37:08.744 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:37:08 smithi087 bash[21583]: cluster 2024-04-25T23:37:07.375168+0000 mgr.a (mgr.14152) 263 : cluster 0 pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 120 MiB used, 357 GiB / 358 GiB avail 2024-04-25T23:37:08.744 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:37:08 smithi087 bash[21583]: audit 2024-04-25T23:37:07.414412+0000 mon.a (mon.0) 731 : audit 1 from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi161", "root=default"]}]': finished 2024-04-25T23:37:08.744 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:37:08 smithi087 bash[21583]: cluster 2024-04-25T23:37:07.421486+0000 mon.a (mon.0) 732 : cluster 0 osdmap e32: 5 total, 4 up, 5 in 2024-04-25T23:37:08.744 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:37:08 smithi087 bash[21583]: audit 2024-04-25T23:37:07.422030+0000 mon.a (mon.0) 733 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-25T23:37:08.744 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:37:08 smithi087 bash[21583]: audit 2024-04-25T23:37:07.428386+0000 mon.a (mon.0) 734 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-25T23:37:08.744 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:37:08 smithi087 bash[21583]: audit 2024-04-25T23:37:07.947726+0000 mon.a (mon.0) 735 : audit 1 from='osd.4 ' entity='osd.4' 2024-04-25T23:37:08.744 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:37:08 smithi087 bash[21583]: audit 2024-04-25T23:37:08.138191+0000 mon.a (mon.0) 736 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:37:08.744 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:37:08 smithi087 bash[21583]: audit 2024-04-25T23:37:08.147627+0000 mon.a (mon.0) 737 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:37:08.745 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:37:08 smithi087 bash[21583]: audit 2024-04-25T23:37:08.159581+0000 mon.a (mon.0) 738 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:37:09.647 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:37:09 smithi161 bash[22340]: cluster 2024-04-25T23:37:06.590215+0000 osd.4 (osd.4) 1 : cluster 0 purged_snaps scrub starts 2024-04-25T23:37:09.647 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:37:09 smithi161 bash[22340]: cluster 2024-04-25T23:37:06.590334+0000 osd.4 (osd.4) 2 : cluster 0 purged_snaps scrub ok 2024-04-25T23:37:09.647 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:37:09 smithi161 bash[22340]: cluster 2024-04-25T23:37:08.423857+0000 mon.a (mon.0) 739 : cluster 1 osd.4 [v2:172.21.15.161:6800/1988158388,v1:172.21.15.161:6801/1988158388] boot 2024-04-25T23:37:09.647 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:37:09 smithi161 bash[22340]: cluster 2024-04-25T23:37:08.423955+0000 mon.a (mon.0) 740 : cluster 0 osdmap e33: 5 total, 5 up, 5 in 2024-04-25T23:37:09.647 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:37:09 smithi161 bash[22340]: audit 2024-04-25T23:37:08.424599+0000 mon.a (mon.0) 741 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-25T23:37:09.647 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:37:09 smithi161 bash[22340]: cluster 2024-04-25T23:37:09.304317+0000 mon.a (mon.0) 742 : cluster 0 osdmap e34: 5 total, 5 up, 5 in 2024-04-25T23:37:09.666 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:37:09 smithi157 bash[22215]: cluster 2024-04-25T23:37:06.590215+0000 osd.4 (osd.4) 1 : cluster 0 purged_snaps scrub starts 2024-04-25T23:37:09.666 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:37:09 smithi157 bash[22215]: cluster 2024-04-25T23:37:06.590334+0000 osd.4 (osd.4) 2 : cluster 0 purged_snaps scrub ok 2024-04-25T23:37:09.666 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:37:09 smithi157 bash[22215]: cluster 2024-04-25T23:37:08.423857+0000 mon.a (mon.0) 739 : cluster 1 osd.4 [v2:172.21.15.161:6800/1988158388,v1:172.21.15.161:6801/1988158388] boot 2024-04-25T23:37:09.666 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:37:09 smithi157 bash[22215]: cluster 2024-04-25T23:37:08.423955+0000 mon.a (mon.0) 740 : cluster 0 osdmap e33: 5 total, 5 up, 5 in 2024-04-25T23:37:09.666 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:37:09 smithi157 bash[22215]: audit 2024-04-25T23:37:08.424599+0000 mon.a (mon.0) 741 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-25T23:37:09.667 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:37:09 smithi157 bash[22215]: cluster 2024-04-25T23:37:09.304317+0000 mon.a (mon.0) 742 : cluster 0 osdmap e34: 5 total, 5 up, 5 in 2024-04-25T23:37:09.743 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:37:09 smithi087 bash[21583]: cluster 2024-04-25T23:37:06.590215+0000 osd.4 (osd.4) 1 : cluster 0 purged_snaps scrub starts 2024-04-25T23:37:09.743 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:37:09 smithi087 bash[21583]: cluster 2024-04-25T23:37:06.590334+0000 osd.4 (osd.4) 2 : cluster 0 purged_snaps scrub ok 2024-04-25T23:37:09.743 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:37:09 smithi087 bash[21583]: cluster 2024-04-25T23:37:08.423857+0000 mon.a (mon.0) 739 : cluster 1 osd.4 [v2:172.21.15.161:6800/1988158388,v1:172.21.15.161:6801/1988158388] boot 2024-04-25T23:37:09.743 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:37:09 smithi087 bash[21583]: cluster 2024-04-25T23:37:08.423955+0000 mon.a (mon.0) 740 : cluster 0 osdmap e33: 5 total, 5 up, 5 in 2024-04-25T23:37:09.743 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:37:09 smithi087 bash[21583]: audit 2024-04-25T23:37:08.424599+0000 mon.a (mon.0) 741 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-25T23:37:09.743 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:37:09 smithi087 bash[21583]: cluster 2024-04-25T23:37:09.304317+0000 mon.a (mon.0) 742 : cluster 0 osdmap e34: 5 total, 5 up, 5 in 2024-04-25T23:37:10.174 INFO:teuthology.orchestra.run.smithi161.stdout:Created osd(s) 4 on host 'smithi161' 2024-04-25T23:37:10.743 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:37:10 smithi087 bash[21583]: cluster 2024-04-25T23:37:09.375712+0000 mgr.a (mgr.14152) 264 : cluster 0 pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 423 MiB used, 447 GiB / 447 GiB avail 2024-04-25T23:37:10.743 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:37:10 smithi087 bash[21583]: audit 2024-04-25T23:37:10.162506+0000 mon.a (mon.0) 743 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:37:10.743 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:37:10 smithi087 bash[21583]: audit 2024-04-25T23:37:10.171082+0000 mon.a (mon.0) 744 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:37:10.743 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:37:10 smithi087 bash[21583]: audit 2024-04-25T23:37:10.201707+0000 mon.a (mon.0) 745 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T23:37:10.743 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:37:10 smithi087 bash[21583]: audit 2024-04-25T23:37:10.207526+0000 mon.a (mon.0) 746 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-04-25T23:37:10.743 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:37:10 smithi087 bash[21583]: audit 2024-04-25T23:37:10.215159+0000 mon.a (mon.0) 747 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:37:10.743 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:37:10 smithi087 bash[21583]: audit 2024-04-25T23:37:10.219284+0000 mon.a (mon.0) 748 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:37:10.743 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:37:10 smithi087 bash[21583]: audit 2024-04-25T23:37:10.220925+0000 mon.a (mon.0) 749 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T23:37:10.743 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:37:10 smithi087 bash[21583]: audit 2024-04-25T23:37:10.230458+0000 mon.a (mon.0) 750 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:37:10.744 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:37:10 smithi087 bash[21583]: cluster 2024-04-25T23:37:10.311431+0000 mon.a (mon.0) 751 : cluster 0 osdmap e35: 5 total, 5 up, 5 in 2024-04-25T23:37:10.897 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:37:10 smithi161 bash[22340]: cluster 2024-04-25T23:37:09.375712+0000 mgr.a (mgr.14152) 264 : cluster 0 pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 423 MiB used, 447 GiB / 447 GiB avail 2024-04-25T23:37:10.897 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:37:10 smithi161 bash[22340]: audit 2024-04-25T23:37:10.162506+0000 mon.a (mon.0) 743 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:37:10.897 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:37:10 smithi161 bash[22340]: audit 2024-04-25T23:37:10.171082+0000 mon.a (mon.0) 744 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:37:10.897 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:37:10 smithi161 bash[22340]: audit 2024-04-25T23:37:10.201707+0000 mon.a (mon.0) 745 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T23:37:10.898 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:37:10 smithi161 bash[22340]: audit 2024-04-25T23:37:10.207526+0000 mon.a (mon.0) 746 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-04-25T23:37:10.898 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:37:10 smithi161 bash[22340]: audit 2024-04-25T23:37:10.215159+0000 mon.a (mon.0) 747 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:37:10.898 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:37:10 smithi161 bash[22340]: audit 2024-04-25T23:37:10.219284+0000 mon.a (mon.0) 748 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:37:10.898 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:37:10 smithi161 bash[22340]: audit 2024-04-25T23:37:10.220925+0000 mon.a (mon.0) 749 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T23:37:10.898 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:37:10 smithi161 bash[22340]: audit 2024-04-25T23:37:10.230458+0000 mon.a (mon.0) 750 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:37:10.898 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:37:10 smithi161 bash[22340]: cluster 2024-04-25T23:37:10.311431+0000 mon.a (mon.0) 751 : cluster 0 osdmap e35: 5 total, 5 up, 5 in 2024-04-25T23:37:10.916 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:37:10 smithi157 bash[22215]: cluster 2024-04-25T23:37:09.375712+0000 mgr.a (mgr.14152) 264 : cluster 0 pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 423 MiB used, 447 GiB / 447 GiB avail 2024-04-25T23:37:10.916 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:37:10 smithi157 bash[22215]: audit 2024-04-25T23:37:10.162506+0000 mon.a (mon.0) 743 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:37:10.916 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:37:10 smithi157 bash[22215]: audit 2024-04-25T23:37:10.171082+0000 mon.a (mon.0) 744 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:37:10.916 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:37:10 smithi157 bash[22215]: audit 2024-04-25T23:37:10.201707+0000 mon.a (mon.0) 745 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T23:37:10.916 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:37:10 smithi157 bash[22215]: audit 2024-04-25T23:37:10.207526+0000 mon.a (mon.0) 746 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-04-25T23:37:10.916 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:37:10 smithi157 bash[22215]: audit 2024-04-25T23:37:10.215159+0000 mon.a (mon.0) 747 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:37:10.916 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:37:10 smithi157 bash[22215]: audit 2024-04-25T23:37:10.219284+0000 mon.a (mon.0) 748 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:37:10.917 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:37:10 smithi157 bash[22215]: audit 2024-04-25T23:37:10.220925+0000 mon.a (mon.0) 749 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T23:37:10.917 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:37:10 smithi157 bash[22215]: audit 2024-04-25T23:37:10.230458+0000 mon.a (mon.0) 750 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:37:10.917 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:37:10 smithi157 bash[22215]: cluster 2024-04-25T23:37:10.311431+0000 mon.a (mon.0) 751 : cluster 0 osdmap e35: 5 total, 5 up, 5 in 2024-04-25T23:37:11.228 DEBUG:teuthology.orchestra.run.smithi161:osd.4> sudo journalctl -f -n 0 -u ceph-7567fb78-035b-11ef-bc93-c7b262605968@osd.4.service 2024-04-25T23:37:11.231 INFO:tasks.cephadm:Deploying osd.5 on smithi161 with /dev/vg_nvme/lv_3... 2024-04-25T23:37:11.231 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d2c45d977142e024a59b68a8f1dce8f0b9840551 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567fb78-035b-11ef-bc93-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-04-25T23:37:11.647 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:37:11 smithi161 bash[22340]: cephadm 2024-04-25T23:37:10.208801+0000 mgr.a (mgr.14152) 265 : cephadm 1 Adjusting osd_memory_target on smithi161 to 20337M 2024-04-25T23:37:11.647 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:37:11 smithi161 bash[22340]: cluster 2024-04-25T23:37:11.313700+0000 mon.a (mon.0) 752 : cluster 0 osdmap e36: 5 total, 5 up, 5 in 2024-04-25T23:37:11.647 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:37:11 smithi161 bash[22340]: audit 2024-04-25T23:37:11.415641+0000 mon.a (mon.0) 753 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:37:11.647 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:37:11 smithi161 bash[22340]: audit 2024-04-25T23:37:11.420679+0000 mon.a (mon.0) 754 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:37:11.647 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:37:11 smithi161 bash[22340]: audit 2024-04-25T23:37:11.427359+0000 mon.a (mon.0) 755 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:37:11.743 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:37:11 smithi087 bash[21583]: cephadm 2024-04-25T23:37:10.208801+0000 mgr.a (mgr.14152) 265 : cephadm 1 Adjusting osd_memory_target on smithi161 to 20337M 2024-04-25T23:37:11.743 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:37:11 smithi087 bash[21583]: cluster 2024-04-25T23:37:11.313700+0000 mon.a (mon.0) 752 : cluster 0 osdmap e36: 5 total, 5 up, 5 in 2024-04-25T23:37:11.743 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:37:11 smithi087 bash[21583]: audit 2024-04-25T23:37:11.415641+0000 mon.a (mon.0) 753 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:37:11.743 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:37:11 smithi087 bash[21583]: audit 2024-04-25T23:37:11.420679+0000 mon.a (mon.0) 754 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:37:11.743 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:37:11 smithi087 bash[21583]: audit 2024-04-25T23:37:11.427359+0000 mon.a (mon.0) 755 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:37:11.916 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:37:11 smithi157 bash[22215]: cephadm 2024-04-25T23:37:10.208801+0000 mgr.a (mgr.14152) 265 : cephadm 1 Adjusting osd_memory_target on smithi161 to 20337M 2024-04-25T23:37:11.916 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:37:11 smithi157 bash[22215]: cluster 2024-04-25T23:37:11.313700+0000 mon.a (mon.0) 752 : cluster 0 osdmap e36: 5 total, 5 up, 5 in 2024-04-25T23:37:11.916 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:37:11 smithi157 bash[22215]: audit 2024-04-25T23:37:11.415641+0000 mon.a (mon.0) 753 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:37:11.916 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:37:11 smithi157 bash[22215]: audit 2024-04-25T23:37:11.420679+0000 mon.a (mon.0) 754 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:37:11.916 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:37:11 smithi157 bash[22215]: audit 2024-04-25T23:37:11.427359+0000 mon.a (mon.0) 755 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:37:12.647 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:37:12 smithi161 bash[22340]: cluster 2024-04-25T23:37:11.376192+0000 mgr.a (mgr.14152) 266 : cluster 0 pgmap v221: 1 pgs: 1 remapped+peering; 577 KiB data, 423 MiB used, 447 GiB / 447 GiB avail 2024-04-25T23:37:12.647 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:37:12 smithi161 bash[22340]: cephadm 2024-04-25T23:37:11.422265+0000 mgr.a (mgr.14152) 267 : cephadm 1 Detected new or changed devices on smithi161 2024-04-25T23:37:12.647 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:37:12 smithi161 bash[22340]: audit 2024-04-25T23:37:11.452976+0000 mon.a (mon.0) 756 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T23:37:12.647 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:37:12 smithi161 bash[22340]: audit 2024-04-25T23:37:11.457061+0000 mon.a (mon.0) 757 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:37:12.648 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:37:12 smithi161 bash[22340]: audit 2024-04-25T23:37:11.458236+0000 mon.a (mon.0) 758 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T23:37:12.648 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:37:12 smithi161 bash[22340]: cluster 2024-04-25T23:37:11.460884+0000 mgr.a (mgr.14152) 268 : cluster 0 pgmap v222: 1 pgs: 1 remapped+peering; 577 KiB data, 423 MiB used, 447 GiB / 447 GiB avail 2024-04-25T23:37:12.648 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:37:12 smithi161 bash[22340]: audit 2024-04-25T23:37:11.465850+0000 mon.a (mon.0) 759 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:37:12.648 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:37:12 smithi161 bash[22340]: audit 2024-04-25T23:37:11.533440+0000 mon.a (mon.0) 760 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:37:12.648 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:37:12 smithi161 bash[22340]: audit 2024-04-25T23:37:11.538618+0000 mon.a (mon.0) 761 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:37:12.648 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:37:12 smithi161 bash[22340]: audit 2024-04-25T23:37:11.545496+0000 mon.a (mon.0) 762 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:37:12.648 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:37:12 smithi161 bash[22340]: cluster 2024-04-25T23:37:12.308907+0000 mon.a (mon.0) 763 : cluster 3 Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-25T23:37:12.648 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:37:12 smithi161 bash[22340]: cluster 2024-04-25T23:37:12.325576+0000 mon.a (mon.0) 764 : cluster 0 osdmap e37: 5 total, 5 up, 5 in 2024-04-25T23:37:12.743 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:37:12 smithi087 bash[21583]: cluster 2024-04-25T23:37:11.376192+0000 mgr.a (mgr.14152) 266 : cluster 0 pgmap v221: 1 pgs: 1 remapped+peering; 577 KiB data, 423 MiB used, 447 GiB / 447 GiB avail 2024-04-25T23:37:12.868 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:37:12 smithi087 bash[21583]: cephadm 2024-04-25T23:37:11.422265+0000 mgr.a (mgr.14152) 267 : cephadm 1 Detected new or changed devices on smithi161 2024-04-25T23:37:12.868 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:37:12 smithi087 bash[21583]: audit 2024-04-25T23:37:11.452976+0000 mon.a (mon.0) 756 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T23:37:12.868 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:37:12 smithi087 bash[21583]: audit 2024-04-25T23:37:11.457061+0000 mon.a (mon.0) 757 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:37:12.868 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:37:12 smithi087 bash[21583]: audit 2024-04-25T23:37:11.458236+0000 mon.a (mon.0) 758 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T23:37:12.868 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:37:12 smithi087 bash[21583]: cluster 2024-04-25T23:37:11.460884+0000 mgr.a (mgr.14152) 268 : cluster 0 pgmap v222: 1 pgs: 1 remapped+peering; 577 KiB data, 423 MiB used, 447 GiB / 447 GiB avail 2024-04-25T23:37:12.868 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:37:12 smithi087 bash[21583]: audit 2024-04-25T23:37:11.465850+0000 mon.a (mon.0) 759 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:37:12.868 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:37:12 smithi087 bash[21583]: audit 2024-04-25T23:37:11.533440+0000 mon.a (mon.0) 760 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:37:12.868 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:37:12 smithi087 bash[21583]: audit 2024-04-25T23:37:11.538618+0000 mon.a (mon.0) 761 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:37:12.868 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:37:12 smithi087 bash[21583]: audit 2024-04-25T23:37:11.545496+0000 mon.a (mon.0) 762 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:37:12.868 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:37:12 smithi087 bash[21583]: cluster 2024-04-25T23:37:12.308907+0000 mon.a (mon.0) 763 : cluster 3 Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-25T23:37:12.868 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:37:12 smithi087 bash[21583]: cluster 2024-04-25T23:37:12.325576+0000 mon.a (mon.0) 764 : cluster 0 osdmap e37: 5 total, 5 up, 5 in 2024-04-25T23:37:12.916 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:37:12 smithi157 bash[22215]: cluster 2024-04-25T23:37:11.376192+0000 mgr.a (mgr.14152) 266 : cluster 0 pgmap v221: 1 pgs: 1 remapped+peering; 577 KiB data, 423 MiB used, 447 GiB / 447 GiB avail 2024-04-25T23:37:12.916 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:37:12 smithi157 bash[22215]: cephadm 2024-04-25T23:37:11.422265+0000 mgr.a (mgr.14152) 267 : cephadm 1 Detected new or changed devices on smithi161 2024-04-25T23:37:12.916 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:37:12 smithi157 bash[22215]: audit 2024-04-25T23:37:11.452976+0000 mon.a (mon.0) 756 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T23:37:12.917 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:37:12 smithi157 bash[22215]: audit 2024-04-25T23:37:11.457061+0000 mon.a (mon.0) 757 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:37:12.917 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:37:12 smithi157 bash[22215]: audit 2024-04-25T23:37:11.458236+0000 mon.a (mon.0) 758 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T23:37:12.917 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:37:12 smithi157 bash[22215]: cluster 2024-04-25T23:37:11.460884+0000 mgr.a (mgr.14152) 268 : cluster 0 pgmap v222: 1 pgs: 1 remapped+peering; 577 KiB data, 423 MiB used, 447 GiB / 447 GiB avail 2024-04-25T23:37:12.917 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:37:12 smithi157 bash[22215]: audit 2024-04-25T23:37:11.465850+0000 mon.a (mon.0) 759 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:37:12.917 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:37:12 smithi157 bash[22215]: audit 2024-04-25T23:37:11.533440+0000 mon.a (mon.0) 760 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:37:12.917 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:37:12 smithi157 bash[22215]: audit 2024-04-25T23:37:11.538618+0000 mon.a (mon.0) 761 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:37:12.917 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:37:12 smithi157 bash[22215]: audit 2024-04-25T23:37:11.545496+0000 mon.a (mon.0) 762 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:37:12.917 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:37:12 smithi157 bash[22215]: cluster 2024-04-25T23:37:12.308907+0000 mon.a (mon.0) 763 : cluster 3 Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-25T23:37:12.917 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:37:12 smithi157 bash[22215]: cluster 2024-04-25T23:37:12.325576+0000 mon.a (mon.0) 764 : cluster 0 osdmap e37: 5 total, 5 up, 5 in 2024-04-25T23:37:14.897 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:37:14 smithi161 bash[22340]: cluster 2024-04-25T23:37:13.461446+0000 mgr.a (mgr.14152) 269 : cluster 0 pgmap v224: 1 pgs: 1 remapped+peering; 577 KiB data, 152 MiB used, 447 GiB / 447 GiB avail 2024-04-25T23:37:14.916 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:37:14 smithi157 bash[22215]: cluster 2024-04-25T23:37:13.461446+0000 mgr.a (mgr.14152) 269 : cluster 0 pgmap v224: 1 pgs: 1 remapped+peering; 577 KiB data, 152 MiB used, 447 GiB / 447 GiB avail 2024-04-25T23:37:14.992 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:37:14 smithi087 bash[21583]: cluster 2024-04-25T23:37:13.461446+0000 mgr.a (mgr.14152) 269 : cluster 0 pgmap v224: 1 pgs: 1 remapped+peering; 577 KiB data, 152 MiB used, 447 GiB / 447 GiB avail 2024-04-25T23:37:16.285 INFO:teuthology.orchestra.run.smithi161.stderr:Inferring config /var/lib/ceph/7567fb78-035b-11ef-bc93-c7b262605968/mon.c/config 2024-04-25T23:37:16.647 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:37:16 smithi161 bash[22340]: cluster 2024-04-25T23:37:15.461972+0000 mgr.a (mgr.14152) 270 : cluster 0 pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 152 MiB used, 447 GiB / 447 GiB avail; 112 KiB/s, 0 objects/s recovering 2024-04-25T23:37:16.916 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:37:16 smithi157 bash[22215]: cluster 2024-04-25T23:37:15.461972+0000 mgr.a (mgr.14152) 270 : cluster 0 pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 152 MiB used, 447 GiB / 447 GiB avail; 112 KiB/s, 0 objects/s recovering 2024-04-25T23:37:16.992 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:37:16 smithi087 bash[21583]: cluster 2024-04-25T23:37:15.461972+0000 mgr.a (mgr.14152) 270 : cluster 0 pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 152 MiB used, 447 GiB / 447 GiB avail; 112 KiB/s, 0 objects/s recovering 2024-04-25T23:37:18.761 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:37:18 smithi161 bash[22340]: cluster 2024-04-25T23:37:17.462563+0000 mgr.a (mgr.14152) 271 : cluster 0 pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 152 MiB used, 447 GiB / 447 GiB avail; 94 KiB/s, 0 objects/s recovering 2024-04-25T23:37:18.916 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:37:18 smithi157 bash[22215]: cluster 2024-04-25T23:37:17.462563+0000 mgr.a (mgr.14152) 271 : cluster 0 pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 152 MiB used, 447 GiB / 447 GiB avail; 94 KiB/s, 0 objects/s recovering 2024-04-25T23:37:18.992 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:37:18 smithi087 bash[21583]: cluster 2024-04-25T23:37:17.462563+0000 mgr.a (mgr.14152) 271 : cluster 0 pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 152 MiB used, 447 GiB / 447 GiB avail; 94 KiB/s, 0 objects/s recovering 2024-04-25T23:37:19.432 INFO:teuthology.orchestra.run.smithi161.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-04-25T23:37:19.432 INFO:teuthology.orchestra.run.smithi161.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-04-25T23:37:19.432 INFO:teuthology.orchestra.run.smithi161.stderr: stderr: 10+0 records in 2024-04-25T23:37:19.433 INFO:teuthology.orchestra.run.smithi161.stderr:10+0 records out 2024-04-25T23:37:19.433 INFO:teuthology.orchestra.run.smithi161.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0155696 s, 673 MB/s 2024-04-25T23:37:19.433 INFO:teuthology.orchestra.run.smithi161.stderr:--> Zapping successful for: 2024-04-25T23:37:20.161 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d2c45d977142e024a59b68a8f1dce8f0b9840551 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567fb78-035b-11ef-bc93-c7b262605968 -- ceph orch daemon add osd smithi161:vg_nvme/lv_3 2024-04-25T23:37:20.839 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:37:20 smithi157 bash[22215]: cluster 2024-04-25T23:37:19.463088+0000 mgr.a (mgr.14152) 272 : cluster 0 pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail; 71 KiB/s, 0 objects/s recovering 2024-04-25T23:37:20.896 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:37:20 smithi161 bash[22340]: cluster 2024-04-25T23:37:19.463088+0000 mgr.a (mgr.14152) 272 : cluster 0 pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail; 71 KiB/s, 0 objects/s recovering 2024-04-25T23:37:20.992 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:37:20 smithi087 bash[21583]: cluster 2024-04-25T23:37:19.463088+0000 mgr.a (mgr.14152) 272 : cluster 0 pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail; 71 KiB/s, 0 objects/s recovering 2024-04-25T23:37:22.243 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:37:21 smithi087 bash[21583]: audit 2024-04-25T23:37:20.980829+0000 mon.a (mon.0) 765 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:37:22.243 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:37:21 smithi087 bash[21583]: audit 2024-04-25T23:37:20.989989+0000 mon.a (mon.0) 766 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:37:22.243 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:37:21 smithi087 bash[21583]: audit 2024-04-25T23:37:21.000927+0000 mon.a (mon.0) 767 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:37:22.243 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:37:21 smithi087 bash[21583]: audit 2024-04-25T23:37:21.040824+0000 mon.a (mon.0) 768 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T23:37:22.243 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:37:21 smithi087 bash[21583]: audit 2024-04-25T23:37:21.046648+0000 mon.a (mon.0) 769 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:37:22.243 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:37:21 smithi087 bash[21583]: audit 2024-04-25T23:37:21.048465+0000 mon.a (mon.0) 770 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T23:37:22.243 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:37:21 smithi087 bash[21583]: cluster 2024-04-25T23:37:21.052074+0000 mgr.a (mgr.14152) 273 : cluster 0 pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail; 60 KiB/s, 0 objects/s recovering 2024-04-25T23:37:22.243 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:37:21 smithi087 bash[21583]: audit 2024-04-25T23:37:21.058917+0000 mon.a (mon.0) 771 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:37:22.332 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:37:21 smithi157 bash[22215]: audit 2024-04-25T23:37:20.980829+0000 mon.a (mon.0) 765 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:37:22.332 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:37:21 smithi157 bash[22215]: audit 2024-04-25T23:37:20.989989+0000 mon.a (mon.0) 766 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:37:22.332 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:37:21 smithi157 bash[22215]: audit 2024-04-25T23:37:21.000927+0000 mon.a (mon.0) 767 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:37:22.332 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:37:21 smithi157 bash[22215]: audit 2024-04-25T23:37:21.040824+0000 mon.a (mon.0) 768 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T23:37:22.332 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:37:21 smithi157 bash[22215]: audit 2024-04-25T23:37:21.046648+0000 mon.a (mon.0) 769 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:37:22.333 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:37:21 smithi157 bash[22215]: audit 2024-04-25T23:37:21.048465+0000 mon.a (mon.0) 770 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T23:37:22.333 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:37:21 smithi157 bash[22215]: cluster 2024-04-25T23:37:21.052074+0000 mgr.a (mgr.14152) 273 : cluster 0 pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail; 60 KiB/s, 0 objects/s recovering 2024-04-25T23:37:22.333 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:37:21 smithi157 bash[22215]: audit 2024-04-25T23:37:21.058917+0000 mon.a (mon.0) 771 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:37:22.397 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:37:21 smithi161 bash[22340]: audit 2024-04-25T23:37:20.980829+0000 mon.a (mon.0) 765 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:37:22.397 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:37:21 smithi161 bash[22340]: audit 2024-04-25T23:37:20.989989+0000 mon.a (mon.0) 766 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:37:22.397 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:37:21 smithi161 bash[22340]: audit 2024-04-25T23:37:21.000927+0000 mon.a (mon.0) 767 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:37:22.398 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:37:21 smithi161 bash[22340]: audit 2024-04-25T23:37:21.040824+0000 mon.a (mon.0) 768 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T23:37:22.398 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:37:21 smithi161 bash[22340]: audit 2024-04-25T23:37:21.046648+0000 mon.a (mon.0) 769 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:37:22.398 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:37:21 smithi161 bash[22340]: audit 2024-04-25T23:37:21.048465+0000 mon.a (mon.0) 770 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T23:37:22.398 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:37:21 smithi161 bash[22340]: cluster 2024-04-25T23:37:21.052074+0000 mgr.a (mgr.14152) 273 : cluster 0 pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail; 60 KiB/s, 0 objects/s recovering 2024-04-25T23:37:22.398 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:37:21 smithi161 bash[22340]: audit 2024-04-25T23:37:21.058917+0000 mon.a (mon.0) 771 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:37:23.242 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:37:22 smithi087 bash[21583]: cluster 2024-04-25T23:37:21.997051+0000 mon.a (mon.0) 772 : cluster 1 Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-04-25T23:37:23.242 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:37:22 smithi087 bash[21583]: cluster 2024-04-25T23:37:21.997106+0000 mon.a (mon.0) 773 : cluster 1 Cluster is now healthy 2024-04-25T23:37:23.382 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:37:22 smithi157 bash[22215]: cluster 2024-04-25T23:37:21.997051+0000 mon.a (mon.0) 772 : cluster 1 Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-04-25T23:37:23.382 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:37:22 smithi157 bash[22215]: cluster 2024-04-25T23:37:21.997106+0000 mon.a (mon.0) 773 : cluster 1 Cluster is now healthy 2024-04-25T23:37:23.397 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:37:22 smithi161 bash[22340]: cluster 2024-04-25T23:37:21.997051+0000 mon.a (mon.0) 772 : cluster 1 Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-04-25T23:37:23.397 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:37:22 smithi161 bash[22340]: cluster 2024-04-25T23:37:21.997106+0000 mon.a (mon.0) 773 : cluster 1 Cluster is now healthy 2024-04-25T23:37:24.242 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:37:23 smithi087 bash[21583]: cluster 2024-04-25T23:37:23.052619+0000 mgr.a (mgr.14152) 274 : cluster 0 pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail; 54 KiB/s, 0 objects/s recovering 2024-04-25T23:37:24.397 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:37:23 smithi161 bash[22340]: cluster 2024-04-25T23:37:23.052619+0000 mgr.a (mgr.14152) 274 : cluster 0 pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail; 54 KiB/s, 0 objects/s recovering 2024-04-25T23:37:24.416 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:37:23 smithi157 bash[22215]: cluster 2024-04-25T23:37:23.052619+0000 mgr.a (mgr.14152) 274 : cluster 0 pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail; 54 KiB/s, 0 objects/s recovering 2024-04-25T23:37:24.632 INFO:teuthology.orchestra.run.smithi161.stderr:Inferring config /var/lib/ceph/7567fb78-035b-11ef-bc93-c7b262605968/mon.c/config 2024-04-25T23:37:26.242 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:37:26 smithi087 bash[21583]: cluster 2024-04-25T23:37:25.053190+0000 mgr.a (mgr.14152) 275 : cluster 0 pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail; 50 KiB/s, 0 objects/s recovering 2024-04-25T23:37:26.397 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:37:26 smithi161 bash[22340]: cluster 2024-04-25T23:37:25.053190+0000 mgr.a (mgr.14152) 275 : cluster 0 pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail; 50 KiB/s, 0 objects/s recovering 2024-04-25T23:37:26.415 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:37:26 smithi157 bash[22215]: cluster 2024-04-25T23:37:25.053190+0000 mgr.a (mgr.14152) 275 : cluster 0 pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail; 50 KiB/s, 0 objects/s recovering 2024-04-25T23:37:28.353 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:37:28 smithi087 bash[21583]: cluster 2024-04-25T23:37:27.053530+0000 mgr.a (mgr.14152) 276 : cluster 0 pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-25T23:37:28.353 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:37:28 smithi087 bash[21583]: audit 2024-04-25T23:37:27.408667+0000 mgr.a (mgr.14152) 277 : audit 0 from='client.24205 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi161:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T23:37:28.353 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:37:28 smithi087 bash[21583]: audit 2024-04-25T23:37:27.411836+0000 mon.a (mon.0) 774 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-25T23:37:28.354 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:37:28 smithi087 bash[21583]: audit 2024-04-25T23:37:27.414658+0000 mon.a (mon.0) 775 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-25T23:37:28.354 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:37:28 smithi087 bash[21583]: audit 2024-04-25T23:37:27.415382+0000 mon.a (mon.0) 776 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:37:28.374 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:37:28 smithi157 bash[22215]: cluster 2024-04-25T23:37:27.053530+0000 mgr.a (mgr.14152) 276 : cluster 0 pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-25T23:37:28.374 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:37:28 smithi157 bash[22215]: audit 2024-04-25T23:37:27.408667+0000 mgr.a (mgr.14152) 277 : audit 0 from='client.24205 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi161:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T23:37:28.374 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:37:28 smithi157 bash[22215]: audit 2024-04-25T23:37:27.411836+0000 mon.a (mon.0) 774 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-25T23:37:28.374 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:37:28 smithi157 bash[22215]: audit 2024-04-25T23:37:27.414658+0000 mon.a (mon.0) 775 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-25T23:37:28.374 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:37:28 smithi157 bash[22215]: audit 2024-04-25T23:37:27.415382+0000 mon.a (mon.0) 776 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:37:28.397 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:37:28 smithi161 bash[22340]: cluster 2024-04-25T23:37:27.053530+0000 mgr.a (mgr.14152) 276 : cluster 0 pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-25T23:37:28.397 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:37:28 smithi161 bash[22340]: audit 2024-04-25T23:37:27.408667+0000 mgr.a (mgr.14152) 277 : audit 0 from='client.24205 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi161:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T23:37:28.397 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:37:28 smithi161 bash[22340]: audit 2024-04-25T23:37:27.411836+0000 mon.a (mon.0) 774 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-25T23:37:28.398 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:37:28 smithi161 bash[22340]: audit 2024-04-25T23:37:27.414658+0000 mon.a (mon.0) 775 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-25T23:37:28.398 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:37:28 smithi161 bash[22340]: audit 2024-04-25T23:37:27.415382+0000 mon.a (mon.0) 776 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:37:29.647 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:37:29 smithi161 bash[22340]: audit 2024-04-25T23:37:28.362680+0000 mon.a (mon.0) 777 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:37:29.647 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:37:29 smithi161 bash[22340]: audit 2024-04-25T23:37:28.373634+0000 mon.a (mon.0) 778 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:37:29.647 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:37:29 smithi161 bash[22340]: audit 2024-04-25T23:37:28.384795+0000 mon.a (mon.0) 779 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:37:29.665 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:37:29 smithi157 bash[22215]: audit 2024-04-25T23:37:28.362680+0000 mon.a (mon.0) 777 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:37:29.666 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:37:29 smithi157 bash[22215]: audit 2024-04-25T23:37:28.373634+0000 mon.a (mon.0) 778 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:37:29.666 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:37:29 smithi157 bash[22215]: audit 2024-04-25T23:37:28.384795+0000 mon.a (mon.0) 779 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:37:29.742 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:37:29 smithi087 bash[21583]: audit 2024-04-25T23:37:28.362680+0000 mon.a (mon.0) 777 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:37:29.742 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:37:29 smithi087 bash[21583]: audit 2024-04-25T23:37:28.373634+0000 mon.a (mon.0) 778 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:37:29.742 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:37:29 smithi087 bash[21583]: audit 2024-04-25T23:37:28.384795+0000 mon.a (mon.0) 779 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:37:30.631 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:37:30 smithi161 bash[22340]: cluster 2024-04-25T23:37:29.054042+0000 mgr.a (mgr.14152) 278 : cluster 0 pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-25T23:37:30.666 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:37:30 smithi157 bash[22215]: cluster 2024-04-25T23:37:29.054042+0000 mgr.a (mgr.14152) 278 : cluster 0 pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-25T23:37:30.742 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:37:30 smithi087 bash[21583]: cluster 2024-04-25T23:37:29.054042+0000 mgr.a (mgr.14152) 278 : cluster 0 pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-25T23:37:32.647 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:37:32 smithi161 bash[22340]: cluster 2024-04-25T23:37:31.054657+0000 mgr.a (mgr.14152) 279 : cluster 0 pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-25T23:37:32.647 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:37:32 smithi161 bash[22340]: audit 2024-04-25T23:37:31.740463+0000 mon.a (mon.0) 780 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:37:32.647 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:37:32 smithi161 bash[22340]: audit 2024-04-25T23:37:31.749054+0000 mon.a (mon.0) 781 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:37:32.647 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:37:32 smithi161 bash[22340]: audit 2024-04-25T23:37:31.760673+0000 mon.a (mon.0) 782 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:37:32.666 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:37:32 smithi157 bash[22215]: cluster 2024-04-25T23:37:31.054657+0000 mgr.a (mgr.14152) 279 : cluster 0 pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-25T23:37:32.666 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:37:32 smithi157 bash[22215]: audit 2024-04-25T23:37:31.740463+0000 mon.a (mon.0) 780 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:37:32.666 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:37:32 smithi157 bash[22215]: audit 2024-04-25T23:37:31.749054+0000 mon.a (mon.0) 781 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:37:32.666 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:37:32 smithi157 bash[22215]: audit 2024-04-25T23:37:31.760673+0000 mon.a (mon.0) 782 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:37:32.742 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:37:32 smithi087 bash[21583]: cluster 2024-04-25T23:37:31.054657+0000 mgr.a (mgr.14152) 279 : cluster 0 pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-25T23:37:32.742 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:37:32 smithi087 bash[21583]: audit 2024-04-25T23:37:31.740463+0000 mon.a (mon.0) 780 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:37:32.742 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:37:32 smithi087 bash[21583]: audit 2024-04-25T23:37:31.749054+0000 mon.a (mon.0) 781 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:37:32.742 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:37:32 smithi087 bash[21583]: audit 2024-04-25T23:37:31.760673+0000 mon.a (mon.0) 782 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:37:34.647 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:37:34 smithi161 bash[22340]: cluster 2024-04-25T23:37:33.055203+0000 mgr.a (mgr.14152) 280 : cluster 0 pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-25T23:37:34.665 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:37:34 smithi157 bash[22215]: cluster 2024-04-25T23:37:33.055203+0000 mgr.a (mgr.14152) 280 : cluster 0 pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-25T23:37:34.742 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:37:34 smithi087 bash[21583]: cluster 2024-04-25T23:37:33.055203+0000 mgr.a (mgr.14152) 280 : cluster 0 pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-25T23:37:36.647 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:37:36 smithi161 bash[22340]: cluster 2024-04-25T23:37:35.055789+0000 mgr.a (mgr.14152) 281 : cluster 0 pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-25T23:37:36.647 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:37:36 smithi161 bash[22340]: audit 2024-04-25T23:37:36.313841+0000 mon.c (mon.1) 9 : audit 1 from='client.? 172.21.15.161:0/878422799' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0178c94f-5cf8-4aef-83cf-29dfbcfd49ce"}]: dispatch 2024-04-25T23:37:36.647 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:37:36 smithi161 bash[22340]: audit 2024-04-25T23:37:36.315050+0000 mon.a (mon.0) 783 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0178c94f-5cf8-4aef-83cf-29dfbcfd49ce"}]: dispatch 2024-04-25T23:37:36.647 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:37:36 smithi161 bash[22340]: audit 2024-04-25T23:37:36.318790+0000 mon.a (mon.0) 784 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0178c94f-5cf8-4aef-83cf-29dfbcfd49ce"}]': finished 2024-04-25T23:37:36.647 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:37:36 smithi161 bash[22340]: cluster 2024-04-25T23:37:36.324525+0000 mon.a (mon.0) 785 : cluster 0 osdmap e38: 6 total, 5 up, 6 in 2024-04-25T23:37:36.647 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:37:36 smithi161 bash[22340]: audit 2024-04-25T23:37:36.325101+0000 mon.a (mon.0) 786 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T23:37:36.666 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:37:36 smithi157 bash[22215]: cluster 2024-04-25T23:37:35.055789+0000 mgr.a (mgr.14152) 281 : cluster 0 pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-25T23:37:36.666 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:37:36 smithi157 bash[22215]: audit 2024-04-25T23:37:36.313841+0000 mon.c (mon.1) 9 : audit 1 from='client.? 172.21.15.161:0/878422799' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0178c94f-5cf8-4aef-83cf-29dfbcfd49ce"}]: dispatch 2024-04-25T23:37:36.666 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:37:36 smithi157 bash[22215]: audit 2024-04-25T23:37:36.315050+0000 mon.a (mon.0) 783 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0178c94f-5cf8-4aef-83cf-29dfbcfd49ce"}]: dispatch 2024-04-25T23:37:36.666 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:37:36 smithi157 bash[22215]: audit 2024-04-25T23:37:36.318790+0000 mon.a (mon.0) 784 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0178c94f-5cf8-4aef-83cf-29dfbcfd49ce"}]': finished 2024-04-25T23:37:36.666 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:37:36 smithi157 bash[22215]: cluster 2024-04-25T23:37:36.324525+0000 mon.a (mon.0) 785 : cluster 0 osdmap e38: 6 total, 5 up, 6 in 2024-04-25T23:37:36.666 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:37:36 smithi157 bash[22215]: audit 2024-04-25T23:37:36.325101+0000 mon.a (mon.0) 786 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T23:37:36.742 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:37:36 smithi087 bash[21583]: cluster 2024-04-25T23:37:35.055789+0000 mgr.a (mgr.14152) 281 : cluster 0 pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-25T23:37:36.742 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:37:36 smithi087 bash[21583]: audit 2024-04-25T23:37:36.313841+0000 mon.c (mon.1) 9 : audit 1 from='client.? 172.21.15.161:0/878422799' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0178c94f-5cf8-4aef-83cf-29dfbcfd49ce"}]: dispatch 2024-04-25T23:37:36.742 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:37:36 smithi087 bash[21583]: audit 2024-04-25T23:37:36.315050+0000 mon.a (mon.0) 783 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0178c94f-5cf8-4aef-83cf-29dfbcfd49ce"}]: dispatch 2024-04-25T23:37:36.743 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:37:36 smithi087 bash[21583]: audit 2024-04-25T23:37:36.318790+0000 mon.a (mon.0) 784 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0178c94f-5cf8-4aef-83cf-29dfbcfd49ce"}]': finished 2024-04-25T23:37:36.743 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:37:36 smithi087 bash[21583]: cluster 2024-04-25T23:37:36.324525+0000 mon.a (mon.0) 785 : cluster 0 osdmap e38: 6 total, 5 up, 6 in 2024-04-25T23:37:36.743 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:37:36 smithi087 bash[21583]: audit 2024-04-25T23:37:36.325101+0000 mon.a (mon.0) 786 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T23:37:37.647 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:37:37 smithi161 bash[22340]: audit 2024-04-25T23:37:37.101729+0000 mon.c (mon.1) 10 : audit 0 from='client.? 172.21.15.161:0/378526769' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-25T23:37:37.665 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:37:37 smithi157 bash[22215]: audit 2024-04-25T23:37:37.101729+0000 mon.c (mon.1) 10 : audit 0 from='client.? 172.21.15.161:0/378526769' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-25T23:37:37.742 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:37:37 smithi087 bash[21583]: audit 2024-04-25T23:37:37.101729+0000 mon.c (mon.1) 10 : audit 0 from='client.? 172.21.15.161:0/378526769' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-25T23:37:38.646 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:37:38 smithi161 bash[22340]: cluster 2024-04-25T23:37:37.056269+0000 mgr.a (mgr.14152) 282 : cluster 0 pgmap v237: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-25T23:37:38.665 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:37:38 smithi157 bash[22215]: cluster 2024-04-25T23:37:37.056269+0000 mgr.a (mgr.14152) 282 : cluster 0 pgmap v237: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-25T23:37:38.742 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:37:38 smithi087 bash[21583]: cluster 2024-04-25T23:37:37.056269+0000 mgr.a (mgr.14152) 282 : cluster 0 pgmap v237: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-25T23:37:40.851 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:37:40 smithi157 bash[22215]: cluster 2024-04-25T23:37:39.056823+0000 mgr.a (mgr.14152) 283 : cluster 0 pgmap v238: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-25T23:37:40.851 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:37:40 smithi157 bash[22215]: audit 2024-04-25T23:37:39.573035+0000 mon.a (mon.0) 787 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:37:40.851 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:37:40 smithi157 bash[22215]: audit 2024-04-25T23:37:39.582667+0000 mon.a (mon.0) 788 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:37:40.851 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:37:40 smithi157 bash[22215]: audit 2024-04-25T23:37:39.594102+0000 mon.a (mon.0) 789 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:37:40.897 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:37:40 smithi161 bash[22340]: cluster 2024-04-25T23:37:39.056823+0000 mgr.a (mgr.14152) 283 : cluster 0 pgmap v238: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-25T23:37:40.897 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:37:40 smithi161 bash[22340]: audit 2024-04-25T23:37:39.573035+0000 mon.a (mon.0) 787 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:37:40.897 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:37:40 smithi161 bash[22340]: audit 2024-04-25T23:37:39.582667+0000 mon.a (mon.0) 788 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:37:40.897 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:37:40 smithi161 bash[22340]: audit 2024-04-25T23:37:39.594102+0000 mon.a (mon.0) 789 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:37:40.992 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:37:40 smithi087 bash[21583]: cluster 2024-04-25T23:37:39.056823+0000 mgr.a (mgr.14152) 283 : cluster 0 pgmap v238: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-25T23:37:40.992 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:37:40 smithi087 bash[21583]: audit 2024-04-25T23:37:39.573035+0000 mon.a (mon.0) 787 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:37:40.992 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:37:40 smithi087 bash[21583]: audit 2024-04-25T23:37:39.582667+0000 mon.a (mon.0) 788 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:37:40.992 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:37:40 smithi087 bash[21583]: audit 2024-04-25T23:37:39.594102+0000 mon.a (mon.0) 789 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:37:42.665 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:37:42 smithi157 bash[22215]: cluster 2024-04-25T23:37:41.057384+0000 mgr.a (mgr.14152) 284 : cluster 0 pgmap v239: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-25T23:37:42.896 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:37:42 smithi161 bash[22340]: cluster 2024-04-25T23:37:41.057384+0000 mgr.a (mgr.14152) 284 : cluster 0 pgmap v239: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-25T23:37:42.992 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:37:42 smithi087 bash[21583]: cluster 2024-04-25T23:37:41.057384+0000 mgr.a (mgr.14152) 284 : cluster 0 pgmap v239: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-25T23:37:44.896 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:37:44 smithi161 bash[22340]: cluster 2024-04-25T23:37:43.058034+0000 mgr.a (mgr.14152) 285 : cluster 0 pgmap v240: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-25T23:37:44.915 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:37:44 smithi157 bash[22215]: cluster 2024-04-25T23:37:43.058034+0000 mgr.a (mgr.14152) 285 : cluster 0 pgmap v240: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-25T23:37:44.992 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:37:44 smithi087 bash[21583]: cluster 2024-04-25T23:37:43.058034+0000 mgr.a (mgr.14152) 285 : cluster 0 pgmap v240: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-25T23:37:46.646 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:37:46 smithi161 bash[22340]: cluster 2024-04-25T23:37:45.058683+0000 mgr.a (mgr.14152) 286 : cluster 0 pgmap v241: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-25T23:37:46.884 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:37:46 smithi087 bash[21583]: cluster 2024-04-25T23:37:45.058683+0000 mgr.a (mgr.14152) 286 : cluster 0 pgmap v241: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-25T23:37:46.915 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:37:46 smithi157 bash[22215]: cluster 2024-04-25T23:37:45.058683+0000 mgr.a (mgr.14152) 286 : cluster 0 pgmap v241: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-25T23:37:48.892 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:37:48 smithi087 bash[21583]: cluster 2024-04-25T23:37:47.059355+0000 mgr.a (mgr.14152) 287 : cluster 0 pgmap v242: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-25T23:37:48.892 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:37:48 smithi087 bash[21583]: audit 2024-04-25T23:37:48.576697+0000 mon.a (mon.0) 790 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:37:48.896 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:37:48 smithi161 bash[22340]: cluster 2024-04-25T23:37:47.059355+0000 mgr.a (mgr.14152) 287 : cluster 0 pgmap v242: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-25T23:37:48.896 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:37:48 smithi161 bash[22340]: audit 2024-04-25T23:37:48.576697+0000 mon.a (mon.0) 790 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:37:48.915 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:37:48 smithi157 bash[22215]: cluster 2024-04-25T23:37:47.059355+0000 mgr.a (mgr.14152) 287 : cluster 0 pgmap v242: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-25T23:37:48.916 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:37:48 smithi157 bash[22215]: audit 2024-04-25T23:37:48.576697+0000 mon.a (mon.0) 790 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:37:49.896 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:37:49 smithi161 bash[22340]: audit 2024-04-25T23:37:48.586051+0000 mon.a (mon.0) 791 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:37:49.897 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:37:49 smithi161 bash[22340]: audit 2024-04-25T23:37:48.600198+0000 mon.a (mon.0) 792 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:37:49.897 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:37:49 smithi161 bash[22340]: audit 2024-04-25T23:37:48.799123+0000 mon.a (mon.0) 793 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-04-25T23:37:49.897 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:37:49 smithi161 bash[22340]: audit 2024-04-25T23:37:48.801038+0000 mon.a (mon.0) 794 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:37:49.915 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:37:49 smithi157 bash[22215]: audit 2024-04-25T23:37:48.586051+0000 mon.a (mon.0) 791 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:37:49.915 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:37:49 smithi157 bash[22215]: audit 2024-04-25T23:37:48.600198+0000 mon.a (mon.0) 792 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:37:49.915 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:37:49 smithi157 bash[22215]: audit 2024-04-25T23:37:48.799123+0000 mon.a (mon.0) 793 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-04-25T23:37:49.916 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:37:49 smithi157 bash[22215]: audit 2024-04-25T23:37:48.801038+0000 mon.a (mon.0) 794 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:37:49.992 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:37:49 smithi087 bash[21583]: audit 2024-04-25T23:37:48.586051+0000 mon.a (mon.0) 791 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:37:49.992 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:37:49 smithi087 bash[21583]: audit 2024-04-25T23:37:48.600198+0000 mon.a (mon.0) 792 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:37:49.992 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:37:49 smithi087 bash[21583]: audit 2024-04-25T23:37:48.799123+0000 mon.a (mon.0) 793 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-04-25T23:37:49.992 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:37:49 smithi087 bash[21583]: audit 2024-04-25T23:37:48.801038+0000 mon.a (mon.0) 794 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:37:50.896 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:37:50 smithi161 bash[22340]: cephadm 2024-04-25T23:37:48.802678+0000 mgr.a (mgr.14152) 288 : cephadm 1 Deploying daemon osd.5 on smithi161 2024-04-25T23:37:50.897 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:37:50 smithi161 bash[22340]: cluster 2024-04-25T23:37:49.059982+0000 mgr.a (mgr.14152) 289 : cluster 0 pgmap v243: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-25T23:37:50.915 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:37:50 smithi157 bash[22215]: cephadm 2024-04-25T23:37:48.802678+0000 mgr.a (mgr.14152) 288 : cephadm 1 Deploying daemon osd.5 on smithi161 2024-04-25T23:37:50.915 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:37:50 smithi157 bash[22215]: cluster 2024-04-25T23:37:49.059982+0000 mgr.a (mgr.14152) 289 : cluster 0 pgmap v243: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-25T23:37:50.992 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:37:50 smithi087 bash[21583]: cephadm 2024-04-25T23:37:48.802678+0000 mgr.a (mgr.14152) 288 : cephadm 1 Deploying daemon osd.5 on smithi161 2024-04-25T23:37:50.992 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:37:50 smithi087 bash[21583]: cluster 2024-04-25T23:37:49.059982+0000 mgr.a (mgr.14152) 289 : cluster 0 pgmap v243: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-25T23:37:52.842 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:37:52 smithi161 bash[22340]: cluster 2024-04-25T23:37:51.060542+0000 mgr.a (mgr.14152) 290 : cluster 0 pgmap v244: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-25T23:37:52.842 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:37:52 smithi161 bash[22340]: audit 2024-04-25T23:37:51.964667+0000 mon.a (mon.0) 795 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:37:52.842 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:37:52 smithi161 bash[22340]: audit 2024-04-25T23:37:51.974209+0000 mon.a (mon.0) 796 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:37:52.842 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:37:52 smithi161 bash[22340]: audit 2024-04-25T23:37:51.984934+0000 mon.a (mon.0) 797 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:37:52.915 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:37:52 smithi157 bash[22215]: cluster 2024-04-25T23:37:51.060542+0000 mgr.a (mgr.14152) 290 : cluster 0 pgmap v244: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-25T23:37:52.916 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:37:52 smithi157 bash[22215]: audit 2024-04-25T23:37:51.964667+0000 mon.a (mon.0) 795 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:37:52.916 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:37:52 smithi157 bash[22215]: audit 2024-04-25T23:37:51.974209+0000 mon.a (mon.0) 796 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:37:52.916 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:37:52 smithi157 bash[22215]: audit 2024-04-25T23:37:51.984934+0000 mon.a (mon.0) 797 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:37:52.992 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:37:52 smithi087 bash[21583]: cluster 2024-04-25T23:37:51.060542+0000 mgr.a (mgr.14152) 290 : cluster 0 pgmap v244: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-25T23:37:52.992 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:37:52 smithi087 bash[21583]: audit 2024-04-25T23:37:51.964667+0000 mon.a (mon.0) 795 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:37:52.992 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:37:52 smithi087 bash[21583]: audit 2024-04-25T23:37:51.974209+0000 mon.a (mon.0) 796 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:37:52.992 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:37:52 smithi087 bash[21583]: audit 2024-04-25T23:37:51.984934+0000 mon.a (mon.0) 797 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:37:54.317 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:37:54 smithi161 systemd[1]: /etc/systemd/system/ceph-7567fb78-035b-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-25T23:37:54.317 INFO:journalctl@ceph.osd.4.smithi161.stdout:Apr 25 23:37:54 smithi161 systemd[1]: /etc/systemd/system/ceph-7567fb78-035b-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-25T23:37:54.569 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:37:54 smithi161 systemd[1]: /etc/systemd/system/ceph-7567fb78-035b-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-25T23:37:54.570 INFO:journalctl@ceph.osd.4.smithi161.stdout:Apr 25 23:37:54 smithi161 systemd[1]: /etc/systemd/system/ceph-7567fb78-035b-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-25T23:37:54.899 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:37:54 smithi161 bash[22340]: cluster 2024-04-25T23:37:53.061132+0000 mgr.a (mgr.14152) 291 : cluster 0 pgmap v245: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-25T23:37:54.899 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:37:54 smithi161 bash[22340]: audit 2024-04-25T23:37:54.588717+0000 mon.a (mon.0) 798 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:37:54.899 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:37:54 smithi161 bash[22340]: audit 2024-04-25T23:37:54.597285+0000 mon.a (mon.0) 799 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:37:54.915 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:37:54 smithi157 bash[22215]: cluster 2024-04-25T23:37:53.061132+0000 mgr.a (mgr.14152) 291 : cluster 0 pgmap v245: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-25T23:37:54.915 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:37:54 smithi157 bash[22215]: audit 2024-04-25T23:37:54.588717+0000 mon.a (mon.0) 798 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:37:54.915 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:37:54 smithi157 bash[22215]: audit 2024-04-25T23:37:54.597285+0000 mon.a (mon.0) 799 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:37:54.993 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:37:54 smithi087 bash[21583]: cluster 2024-04-25T23:37:53.061132+0000 mgr.a (mgr.14152) 291 : cluster 0 pgmap v245: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-25T23:37:54.993 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:37:54 smithi087 bash[21583]: audit 2024-04-25T23:37:54.588717+0000 mon.a (mon.0) 798 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:37:54.993 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:37:54 smithi087 bash[21583]: audit 2024-04-25T23:37:54.597285+0000 mon.a (mon.0) 799 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:37:55.896 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:37:55 smithi161 bash[22340]: audit 2024-04-25T23:37:54.616586+0000 mon.a (mon.0) 800 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T23:37:55.896 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:37:55 smithi161 bash[22340]: audit 2024-04-25T23:37:54.625987+0000 mon.a (mon.0) 801 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:37:55.897 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:37:55 smithi161 bash[22340]: audit 2024-04-25T23:37:54.629082+0000 mon.a (mon.0) 802 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T23:37:55.897 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:37:55 smithi161 bash[22340]: audit 2024-04-25T23:37:54.644385+0000 mon.a (mon.0) 803 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:37:55.915 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:37:55 smithi157 bash[22215]: audit 2024-04-25T23:37:54.616586+0000 mon.a (mon.0) 800 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T23:37:55.915 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:37:55 smithi157 bash[22215]: audit 2024-04-25T23:37:54.625987+0000 mon.a (mon.0) 801 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:37:55.916 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:37:55 smithi157 bash[22215]: audit 2024-04-25T23:37:54.629082+0000 mon.a (mon.0) 802 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T23:37:55.916 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:37:55 smithi157 bash[22215]: audit 2024-04-25T23:37:54.644385+0000 mon.a (mon.0) 803 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:37:55.992 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:37:55 smithi087 bash[21583]: audit 2024-04-25T23:37:54.616586+0000 mon.a (mon.0) 800 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T23:37:55.992 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:37:55 smithi087 bash[21583]: audit 2024-04-25T23:37:54.625987+0000 mon.a (mon.0) 801 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:37:55.992 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:37:55 smithi087 bash[21583]: audit 2024-04-25T23:37:54.629082+0000 mon.a (mon.0) 802 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T23:37:55.992 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:37:55 smithi087 bash[21583]: audit 2024-04-25T23:37:54.644385+0000 mon.a (mon.0) 803 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:37:56.847 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:37:56 smithi161 bash[22340]: cluster 2024-04-25T23:37:55.061783+0000 mgr.a (mgr.14152) 292 : cluster 0 pgmap v246: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-25T23:37:56.915 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:37:56 smithi157 bash[22215]: cluster 2024-04-25T23:37:55.061783+0000 mgr.a (mgr.14152) 292 : cluster 0 pgmap v246: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-25T23:37:56.992 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:37:56 smithi087 bash[21583]: cluster 2024-04-25T23:37:55.061783+0000 mgr.a (mgr.14152) 292 : cluster 0 pgmap v246: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-25T23:37:58.896 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:37:58 smithi161 bash[22340]: cluster 2024-04-25T23:37:57.062363+0000 mgr.a (mgr.14152) 293 : cluster 0 pgmap v247: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-25T23:37:58.915 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:37:58 smithi157 bash[22215]: cluster 2024-04-25T23:37:57.062363+0000 mgr.a (mgr.14152) 293 : cluster 0 pgmap v247: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-25T23:37:58.991 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:37:58 smithi087 bash[21583]: cluster 2024-04-25T23:37:57.062363+0000 mgr.a (mgr.14152) 293 : cluster 0 pgmap v247: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-25T23:38:00.897 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:38:00 smithi161 bash[22340]: cluster 2024-04-25T23:37:59.062928+0000 mgr.a (mgr.14152) 294 : cluster 0 pgmap v248: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-25T23:38:00.897 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:38:00 smithi161 bash[22340]: audit 2024-04-25T23:37:59.758807+0000 mon.a (mon.0) 804 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:38:00.897 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:38:00 smithi161 bash[22340]: audit 2024-04-25T23:37:59.767261+0000 mon.a (mon.0) 805 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:38:00.897 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:38:00 smithi161 bash[22340]: audit 2024-04-25T23:37:59.777837+0000 mon.a (mon.0) 806 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:38:00.897 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:38:00 smithi161 bash[22340]: audit 2024-04-25T23:37:59.812724+0000 mon.a (mon.0) 807 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T23:38:00.897 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:38:00 smithi161 bash[22340]: audit 2024-04-25T23:37:59.818708+0000 mon.a (mon.0) 808 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:38:00.897 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:38:00 smithi161 bash[22340]: audit 2024-04-25T23:37:59.820304+0000 mon.a (mon.0) 809 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T23:38:00.897 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:38:00 smithi161 bash[22340]: audit 2024-04-25T23:37:59.829706+0000 mon.a (mon.0) 810 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:38:00.915 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:38:00 smithi157 bash[22215]: cluster 2024-04-25T23:37:59.062928+0000 mgr.a (mgr.14152) 294 : cluster 0 pgmap v248: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-25T23:38:00.915 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:38:00 smithi157 bash[22215]: audit 2024-04-25T23:37:59.758807+0000 mon.a (mon.0) 804 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:38:00.916 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:38:00 smithi157 bash[22215]: audit 2024-04-25T23:37:59.767261+0000 mon.a (mon.0) 805 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:38:00.916 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:38:00 smithi157 bash[22215]: audit 2024-04-25T23:37:59.777837+0000 mon.a (mon.0) 806 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:38:00.916 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:38:00 smithi157 bash[22215]: audit 2024-04-25T23:37:59.812724+0000 mon.a (mon.0) 807 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T23:38:00.916 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:38:00 smithi157 bash[22215]: audit 2024-04-25T23:37:59.818708+0000 mon.a (mon.0) 808 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:38:00.916 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:38:00 smithi157 bash[22215]: audit 2024-04-25T23:37:59.820304+0000 mon.a (mon.0) 809 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T23:38:00.916 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:38:00 smithi157 bash[22215]: audit 2024-04-25T23:37:59.829706+0000 mon.a (mon.0) 810 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:38:00.992 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:38:00 smithi087 bash[21583]: cluster 2024-04-25T23:37:59.062928+0000 mgr.a (mgr.14152) 294 : cluster 0 pgmap v248: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-25T23:38:00.992 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:38:00 smithi087 bash[21583]: audit 2024-04-25T23:37:59.758807+0000 mon.a (mon.0) 804 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:38:00.992 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:38:00 smithi087 bash[21583]: audit 2024-04-25T23:37:59.767261+0000 mon.a (mon.0) 805 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:38:00.992 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:38:00 smithi087 bash[21583]: audit 2024-04-25T23:37:59.777837+0000 mon.a (mon.0) 806 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:38:00.992 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:38:00 smithi087 bash[21583]: audit 2024-04-25T23:37:59.812724+0000 mon.a (mon.0) 807 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T23:38:00.992 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:38:00 smithi087 bash[21583]: audit 2024-04-25T23:37:59.818708+0000 mon.a (mon.0) 808 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:38:00.992 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:38:00 smithi087 bash[21583]: audit 2024-04-25T23:37:59.820304+0000 mon.a (mon.0) 809 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T23:38:00.992 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:38:00 smithi087 bash[21583]: audit 2024-04-25T23:37:59.829706+0000 mon.a (mon.0) 810 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:38:01.868 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:38:01 smithi161 bash[22340]: cephadm 2024-04-25T23:37:59.770551+0000 mgr.a (mgr.14152) 295 : cephadm 1 Detected new or changed devices on smithi161 2024-04-25T23:38:01.915 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:38:01 smithi157 bash[22215]: cephadm 2024-04-25T23:37:59.770551+0000 mgr.a (mgr.14152) 295 : cephadm 1 Detected new or changed devices on smithi161 2024-04-25T23:38:01.991 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:38:01 smithi087 bash[21583]: cephadm 2024-04-25T23:37:59.770551+0000 mgr.a (mgr.14152) 295 : cephadm 1 Detected new or changed devices on smithi161 2024-04-25T23:38:02.915 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:38:02 smithi157 bash[22215]: cluster 2024-04-25T23:38:01.063555+0000 mgr.a (mgr.14152) 296 : cluster 0 pgmap v249: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-25T23:38:02.916 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:38:02 smithi157 bash[22215]: audit 2024-04-25T23:38:01.998241+0000 mon.c (mon.1) 11 : audit 1 from='osd.5 [v2:172.21.15.161:6808/3019366999,v1:172.21.15.161:6809/3019366999]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-04-25T23:38:02.916 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:38:02 smithi157 bash[22215]: audit 2024-04-25T23:38:01.999713+0000 mon.a (mon.0) 811 : audit 1 from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-04-25T23:38:02.991 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:38:02 smithi087 bash[21583]: cluster 2024-04-25T23:38:01.063555+0000 mgr.a (mgr.14152) 296 : cluster 0 pgmap v249: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-25T23:38:02.992 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:38:02 smithi087 bash[21583]: audit 2024-04-25T23:38:01.998241+0000 mon.c (mon.1) 11 : audit 1 from='osd.5 [v2:172.21.15.161:6808/3019366999,v1:172.21.15.161:6809/3019366999]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-04-25T23:38:02.992 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:38:02 smithi087 bash[21583]: audit 2024-04-25T23:38:01.999713+0000 mon.a (mon.0) 811 : audit 1 from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-04-25T23:38:03.146 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:38:02 smithi161 bash[22340]: cluster 2024-04-25T23:38:01.063555+0000 mgr.a (mgr.14152) 296 : cluster 0 pgmap v249: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-25T23:38:03.146 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:38:02 smithi161 bash[22340]: audit 2024-04-25T23:38:01.998241+0000 mon.c (mon.1) 11 : audit 1 from='osd.5 [v2:172.21.15.161:6808/3019366999,v1:172.21.15.161:6809/3019366999]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-04-25T23:38:03.146 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:38:02 smithi161 bash[22340]: audit 2024-04-25T23:38:01.999713+0000 mon.a (mon.0) 811 : audit 1 from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-04-25T23:38:03.916 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:38:03 smithi157 bash[22215]: audit 2024-04-25T23:38:02.660849+0000 mon.a (mon.0) 812 : audit 1 from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-04-25T23:38:03.916 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:38:03 smithi157 bash[22215]: cluster 2024-04-25T23:38:02.665741+0000 mon.a (mon.0) 813 : cluster 0 osdmap e39: 6 total, 5 up, 6 in 2024-04-25T23:38:03.916 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:38:03 smithi157 bash[22215]: audit 2024-04-25T23:38:02.666538+0000 mon.a (mon.0) 814 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T23:38:03.916 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:38:03 smithi157 bash[22215]: audit 2024-04-25T23:38:02.667000+0000 mon.c (mon.1) 12 : audit 1 from='osd.5 [v2:172.21.15.161:6808/3019366999,v1:172.21.15.161:6809/3019366999]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi161", "root=default"]}]: dispatch 2024-04-25T23:38:03.916 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:38:03 smithi157 bash[22215]: audit 2024-04-25T23:38:02.674246+0000 mon.a (mon.0) 815 : audit 1 from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi161", "root=default"]}]: dispatch 2024-04-25T23:38:03.916 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:38:03 smithi157 bash[22215]: audit 2024-04-25T23:38:03.241563+0000 mon.a (mon.0) 816 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:38:03.917 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:38:03 smithi157 bash[22215]: audit 2024-04-25T23:38:03.250252+0000 mon.a (mon.0) 817 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:38:03.917 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:38:03 smithi157 bash[22215]: audit 2024-04-25T23:38:03.260428+0000 mon.a (mon.0) 818 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:38:03.917 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:38:03 smithi157 bash[22215]: audit 2024-04-25T23:38:03.261142+0000 mon.a (mon.0) 819 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T23:38:03.917 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:38:03 smithi157 bash[22215]: audit 2024-04-25T23:38:03.267212+0000 mon.a (mon.0) 820 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:38:03.917 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:38:03 smithi157 bash[22215]: audit 2024-04-25T23:38:03.268876+0000 mon.a (mon.0) 821 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T23:38:03.917 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:38:03 smithi157 bash[22215]: audit 2024-04-25T23:38:03.278264+0000 mon.a (mon.0) 822 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:38:03.944 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:38:03 smithi161 bash[22340]: audit 2024-04-25T23:38:02.660849+0000 mon.a (mon.0) 812 : audit 1 from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-04-25T23:38:03.944 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:38:03 smithi161 bash[22340]: cluster 2024-04-25T23:38:02.665741+0000 mon.a (mon.0) 813 : cluster 0 osdmap e39: 6 total, 5 up, 6 in 2024-04-25T23:38:03.944 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:38:03 smithi161 bash[22340]: audit 2024-04-25T23:38:02.666538+0000 mon.a (mon.0) 814 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T23:38:03.944 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:38:03 smithi161 bash[22340]: audit 2024-04-25T23:38:02.667000+0000 mon.c (mon.1) 12 : audit 1 from='osd.5 [v2:172.21.15.161:6808/3019366999,v1:172.21.15.161:6809/3019366999]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi161", "root=default"]}]: dispatch 2024-04-25T23:38:03.944 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:38:03 smithi161 bash[22340]: audit 2024-04-25T23:38:02.674246+0000 mon.a (mon.0) 815 : audit 1 from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi161", "root=default"]}]: dispatch 2024-04-25T23:38:03.945 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:38:03 smithi161 bash[22340]: audit 2024-04-25T23:38:03.241563+0000 mon.a (mon.0) 816 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:38:03.945 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:38:03 smithi161 bash[22340]: audit 2024-04-25T23:38:03.250252+0000 mon.a (mon.0) 817 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:38:03.945 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:38:03 smithi161 bash[22340]: audit 2024-04-25T23:38:03.260428+0000 mon.a (mon.0) 818 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:38:03.945 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:38:03 smithi161 bash[22340]: audit 2024-04-25T23:38:03.261142+0000 mon.a (mon.0) 819 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T23:38:03.945 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:38:03 smithi161 bash[22340]: audit 2024-04-25T23:38:03.267212+0000 mon.a (mon.0) 820 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:38:03.945 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:38:03 smithi161 bash[22340]: audit 2024-04-25T23:38:03.268876+0000 mon.a (mon.0) 821 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T23:38:03.945 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:38:03 smithi161 bash[22340]: audit 2024-04-25T23:38:03.278264+0000 mon.a (mon.0) 822 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:38:03.992 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:38:03 smithi087 bash[21583]: audit 2024-04-25T23:38:02.660849+0000 mon.a (mon.0) 812 : audit 1 from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-04-25T23:38:03.992 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:38:03 smithi087 bash[21583]: cluster 2024-04-25T23:38:02.665741+0000 mon.a (mon.0) 813 : cluster 0 osdmap e39: 6 total, 5 up, 6 in 2024-04-25T23:38:03.992 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:38:03 smithi087 bash[21583]: audit 2024-04-25T23:38:02.666538+0000 mon.a (mon.0) 814 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T23:38:03.992 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:38:03 smithi087 bash[21583]: audit 2024-04-25T23:38:02.667000+0000 mon.c (mon.1) 12 : audit 1 from='osd.5 [v2:172.21.15.161:6808/3019366999,v1:172.21.15.161:6809/3019366999]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi161", "root=default"]}]: dispatch 2024-04-25T23:38:03.992 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:38:03 smithi087 bash[21583]: audit 2024-04-25T23:38:02.674246+0000 mon.a (mon.0) 815 : audit 1 from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi161", "root=default"]}]: dispatch 2024-04-25T23:38:03.992 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:38:03 smithi087 bash[21583]: audit 2024-04-25T23:38:03.241563+0000 mon.a (mon.0) 816 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:38:03.993 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:38:03 smithi087 bash[21583]: audit 2024-04-25T23:38:03.250252+0000 mon.a (mon.0) 817 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:38:03.993 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:38:03 smithi087 bash[21583]: audit 2024-04-25T23:38:03.260428+0000 mon.a (mon.0) 818 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:38:03.993 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:38:03 smithi087 bash[21583]: audit 2024-04-25T23:38:03.261142+0000 mon.a (mon.0) 819 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T23:38:03.993 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:38:03 smithi087 bash[21583]: audit 2024-04-25T23:38:03.267212+0000 mon.a (mon.0) 820 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:38:03.993 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:38:03 smithi087 bash[21583]: audit 2024-04-25T23:38:03.268876+0000 mon.a (mon.0) 821 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T23:38:03.993 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:38:03 smithi087 bash[21583]: audit 2024-04-25T23:38:03.278264+0000 mon.a (mon.0) 822 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:38:04.563 INFO:teuthology.orchestra.run.smithi161.stdout:Created osd(s) 5 on host 'smithi161' 2024-04-25T23:38:04.897 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:38:04 smithi161 bash[22340]: cluster 2024-04-25T23:38:03.064128+0000 mgr.a (mgr.14152) 297 : cluster 0 pgmap v251: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-25T23:38:04.897 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:38:04 smithi161 bash[22340]: audit 2024-04-25T23:38:03.670644+0000 mon.a (mon.0) 823 : audit 1 from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi161", "root=default"]}]': finished 2024-04-25T23:38:04.897 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:38:04 smithi161 bash[22340]: cluster 2024-04-25T23:38:03.675587+0000 mon.a (mon.0) 824 : cluster 0 osdmap e40: 6 total, 5 up, 6 in 2024-04-25T23:38:04.897 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:38:04 smithi161 bash[22340]: audit 2024-04-25T23:38:03.676411+0000 mon.a (mon.0) 825 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T23:38:04.897 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:38:04 smithi161 bash[22340]: audit 2024-04-25T23:38:03.685334+0000 mon.a (mon.0) 826 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T23:38:04.898 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:38:04 smithi161 bash[22340]: audit 2024-04-25T23:38:04.197896+0000 mon.a (mon.0) 827 : audit 1 from='osd.5 ' entity='osd.5' 2024-04-25T23:38:04.898 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:38:04 smithi161 bash[22340]: cluster 2024-04-25T23:38:04.319440+0000 mon.a (mon.0) 828 : cluster 1 osd.5 [v2:172.21.15.161:6808/3019366999,v1:172.21.15.161:6809/3019366999] boot 2024-04-25T23:38:04.898 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:38:04 smithi161 bash[22340]: cluster 2024-04-25T23:38:04.319514+0000 mon.a (mon.0) 829 : cluster 0 osdmap e41: 6 total, 6 up, 6 in 2024-04-25T23:38:04.898 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:38:04 smithi161 bash[22340]: audit 2024-04-25T23:38:04.319749+0000 mon.a (mon.0) 830 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T23:38:04.898 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:38:04 smithi161 bash[22340]: audit 2024-04-25T23:38:04.523160+0000 mon.a (mon.0) 831 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:38:04.898 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:38:04 smithi161 bash[22340]: audit 2024-04-25T23:38:04.533676+0000 mon.a (mon.0) 832 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:38:04.898 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:38:04 smithi161 bash[22340]: audit 2024-04-25T23:38:04.555137+0000 mon.a (mon.0) 833 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T23:38:04.898 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:38:04 smithi161 bash[22340]: audit 2024-04-25T23:38:04.561271+0000 mon.a (mon.0) 834 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-04-25T23:38:04.898 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:38:04 smithi161 bash[22340]: audit 2024-04-25T23:38:04.563036+0000 mon.a (mon.0) 835 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-04-25T23:38:04.898 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:38:04 smithi161 bash[22340]: cephadm 2024-04-25T23:38:04.564344+0000 mgr.a (mgr.14152) 298 : cephadm 1 Adjusting osd_memory_target on smithi161 to 10168M 2024-04-25T23:38:04.898 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:38:04 smithi161 bash[22340]: audit 2024-04-25T23:38:04.572207+0000 mon.a (mon.0) 836 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:38:04.898 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:38:04 smithi161 bash[22340]: audit 2024-04-25T23:38:04.576258+0000 mon.a (mon.0) 837 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:38:04.899 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:38:04 smithi161 bash[22340]: audit 2024-04-25T23:38:04.577943+0000 mon.a (mon.0) 838 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T23:38:04.899 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:38:04 smithi161 bash[22340]: audit 2024-04-25T23:38:04.589659+0000 mon.a (mon.0) 839 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:38:04.916 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:38:04 smithi157 bash[22215]: cluster 2024-04-25T23:38:03.064128+0000 mgr.a (mgr.14152) 297 : cluster 0 pgmap v251: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-25T23:38:04.916 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:38:04 smithi157 bash[22215]: audit 2024-04-25T23:38:03.670644+0000 mon.a (mon.0) 823 : audit 1 from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi161", "root=default"]}]': finished 2024-04-25T23:38:04.916 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:38:04 smithi157 bash[22215]: cluster 2024-04-25T23:38:03.675587+0000 mon.a (mon.0) 824 : cluster 0 osdmap e40: 6 total, 5 up, 6 in 2024-04-25T23:38:04.916 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:38:04 smithi157 bash[22215]: audit 2024-04-25T23:38:03.676411+0000 mon.a (mon.0) 825 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T23:38:04.916 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:38:04 smithi157 bash[22215]: audit 2024-04-25T23:38:03.685334+0000 mon.a (mon.0) 826 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T23:38:04.916 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:38:04 smithi157 bash[22215]: audit 2024-04-25T23:38:04.197896+0000 mon.a (mon.0) 827 : audit 1 from='osd.5 ' entity='osd.5' 2024-04-25T23:38:04.916 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:38:04 smithi157 bash[22215]: cluster 2024-04-25T23:38:04.319440+0000 mon.a (mon.0) 828 : cluster 1 osd.5 [v2:172.21.15.161:6808/3019366999,v1:172.21.15.161:6809/3019366999] boot 2024-04-25T23:38:04.917 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:38:04 smithi157 bash[22215]: cluster 2024-04-25T23:38:04.319514+0000 mon.a (mon.0) 829 : cluster 0 osdmap e41: 6 total, 6 up, 6 in 2024-04-25T23:38:04.917 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:38:04 smithi157 bash[22215]: audit 2024-04-25T23:38:04.319749+0000 mon.a (mon.0) 830 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T23:38:04.917 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:38:04 smithi157 bash[22215]: audit 2024-04-25T23:38:04.523160+0000 mon.a (mon.0) 831 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:38:04.917 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:38:04 smithi157 bash[22215]: audit 2024-04-25T23:38:04.533676+0000 mon.a (mon.0) 832 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:38:04.917 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:38:04 smithi157 bash[22215]: audit 2024-04-25T23:38:04.555137+0000 mon.a (mon.0) 833 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T23:38:04.917 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:38:04 smithi157 bash[22215]: audit 2024-04-25T23:38:04.561271+0000 mon.a (mon.0) 834 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-04-25T23:38:04.917 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:38:04 smithi157 bash[22215]: audit 2024-04-25T23:38:04.563036+0000 mon.a (mon.0) 835 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-04-25T23:38:04.917 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:38:04 smithi157 bash[22215]: cephadm 2024-04-25T23:38:04.564344+0000 mgr.a (mgr.14152) 298 : cephadm 1 Adjusting osd_memory_target on smithi161 to 10168M 2024-04-25T23:38:04.917 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:38:04 smithi157 bash[22215]: audit 2024-04-25T23:38:04.572207+0000 mon.a (mon.0) 836 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:38:04.917 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:38:04 smithi157 bash[22215]: audit 2024-04-25T23:38:04.576258+0000 mon.a (mon.0) 837 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:38:04.917 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:38:04 smithi157 bash[22215]: audit 2024-04-25T23:38:04.577943+0000 mon.a (mon.0) 838 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T23:38:04.917 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:38:04 smithi157 bash[22215]: audit 2024-04-25T23:38:04.589659+0000 mon.a (mon.0) 839 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:38:04.992 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:38:04 smithi087 bash[21583]: cluster 2024-04-25T23:38:03.064128+0000 mgr.a (mgr.14152) 297 : cluster 0 pgmap v251: 1 pgs: 1 active+clean; 577 KiB data, 151 MiB used, 447 GiB / 447 GiB avail 2024-04-25T23:38:04.992 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:38:04 smithi087 bash[21583]: audit 2024-04-25T23:38:03.670644+0000 mon.a (mon.0) 823 : audit 1 from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi161", "root=default"]}]': finished 2024-04-25T23:38:04.992 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:38:04 smithi087 bash[21583]: cluster 2024-04-25T23:38:03.675587+0000 mon.a (mon.0) 824 : cluster 0 osdmap e40: 6 total, 5 up, 6 in 2024-04-25T23:38:04.992 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:38:04 smithi087 bash[21583]: audit 2024-04-25T23:38:03.676411+0000 mon.a (mon.0) 825 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T23:38:04.992 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:38:04 smithi087 bash[21583]: audit 2024-04-25T23:38:03.685334+0000 mon.a (mon.0) 826 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T23:38:04.993 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:38:04 smithi087 bash[21583]: audit 2024-04-25T23:38:04.197896+0000 mon.a (mon.0) 827 : audit 1 from='osd.5 ' entity='osd.5' 2024-04-25T23:38:04.993 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:38:04 smithi087 bash[21583]: cluster 2024-04-25T23:38:04.319440+0000 mon.a (mon.0) 828 : cluster 1 osd.5 [v2:172.21.15.161:6808/3019366999,v1:172.21.15.161:6809/3019366999] boot 2024-04-25T23:38:04.993 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:38:04 smithi087 bash[21583]: cluster 2024-04-25T23:38:04.319514+0000 mon.a (mon.0) 829 : cluster 0 osdmap e41: 6 total, 6 up, 6 in 2024-04-25T23:38:04.993 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:38:04 smithi087 bash[21583]: audit 2024-04-25T23:38:04.319749+0000 mon.a (mon.0) 830 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T23:38:04.993 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:38:04 smithi087 bash[21583]: audit 2024-04-25T23:38:04.523160+0000 mon.a (mon.0) 831 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:38:04.993 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:38:04 smithi087 bash[21583]: audit 2024-04-25T23:38:04.533676+0000 mon.a (mon.0) 832 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:38:04.993 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:38:04 smithi087 bash[21583]: audit 2024-04-25T23:38:04.555137+0000 mon.a (mon.0) 833 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T23:38:04.993 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:38:04 smithi087 bash[21583]: audit 2024-04-25T23:38:04.561271+0000 mon.a (mon.0) 834 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-04-25T23:38:04.993 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:38:04 smithi087 bash[21583]: audit 2024-04-25T23:38:04.563036+0000 mon.a (mon.0) 835 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-04-25T23:38:04.993 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:38:04 smithi087 bash[21583]: cephadm 2024-04-25T23:38:04.564344+0000 mgr.a (mgr.14152) 298 : cephadm 1 Adjusting osd_memory_target on smithi161 to 10168M 2024-04-25T23:38:04.993 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:38:04 smithi087 bash[21583]: audit 2024-04-25T23:38:04.572207+0000 mon.a (mon.0) 836 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:38:04.993 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:38:04 smithi087 bash[21583]: audit 2024-04-25T23:38:04.576258+0000 mon.a (mon.0) 837 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:38:04.993 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:38:04 smithi087 bash[21583]: audit 2024-04-25T23:38:04.577943+0000 mon.a (mon.0) 838 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T23:38:04.994 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:38:04 smithi087 bash[21583]: audit 2024-04-25T23:38:04.589659+0000 mon.a (mon.0) 839 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:38:05.271 DEBUG:teuthology.orchestra.run.smithi161:osd.5> sudo journalctl -f -n 0 -u ceph-7567fb78-035b-11ef-bc93-c7b262605968@osd.5.service 2024-04-25T23:38:05.274 INFO:tasks.cephadm:Waiting for 6 OSDs to come up... 2024-04-25T23:38:05.275 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d2c45d977142e024a59b68a8f1dce8f0b9840551 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567fb78-035b-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-25T23:38:05.991 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:38:05 smithi087 bash[21583]: cluster 2024-04-25T23:38:02.981852+0000 osd.5 (osd.5) 1 : cluster 0 purged_snaps scrub starts 2024-04-25T23:38:05.992 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:38:05 smithi087 bash[21583]: cluster 2024-04-25T23:38:02.981913+0000 osd.5 (osd.5) 2 : cluster 0 purged_snaps scrub ok 2024-04-25T23:38:05.992 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:38:05 smithi087 bash[21583]: cluster 2024-04-25T23:38:05.064643+0000 mgr.a (mgr.14152) 299 : cluster 0 pgmap v254: 1 pgs: 1 remapped+peering; 577 KiB data, 566 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:38:05.992 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:38:05 smithi087 bash[21583]: cluster 2024-04-25T23:38:05.317789+0000 mon.a (mon.0) 840 : cluster 0 osdmap e42: 6 total, 6 up, 6 in 2024-04-25T23:38:06.146 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:38:05 smithi161 bash[22340]: cluster 2024-04-25T23:38:02.981852+0000 osd.5 (osd.5) 1 : cluster 0 purged_snaps scrub starts 2024-04-25T23:38:06.146 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:38:05 smithi161 bash[22340]: cluster 2024-04-25T23:38:02.981913+0000 osd.5 (osd.5) 2 : cluster 0 purged_snaps scrub ok 2024-04-25T23:38:06.147 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:38:05 smithi161 bash[22340]: cluster 2024-04-25T23:38:05.064643+0000 mgr.a (mgr.14152) 299 : cluster 0 pgmap v254: 1 pgs: 1 remapped+peering; 577 KiB data, 566 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:38:06.147 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:38:05 smithi161 bash[22340]: cluster 2024-04-25T23:38:05.317789+0000 mon.a (mon.0) 840 : cluster 0 osdmap e42: 6 total, 6 up, 6 in 2024-04-25T23:38:06.165 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:38:05 smithi157 bash[22215]: cluster 2024-04-25T23:38:02.981852+0000 osd.5 (osd.5) 1 : cluster 0 purged_snaps scrub starts 2024-04-25T23:38:06.165 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:38:05 smithi157 bash[22215]: cluster 2024-04-25T23:38:02.981913+0000 osd.5 (osd.5) 2 : cluster 0 purged_snaps scrub ok 2024-04-25T23:38:06.165 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:38:05 smithi157 bash[22215]: cluster 2024-04-25T23:38:05.064643+0000 mgr.a (mgr.14152) 299 : cluster 0 pgmap v254: 1 pgs: 1 remapped+peering; 577 KiB data, 566 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:38:06.166 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:38:05 smithi157 bash[22215]: cluster 2024-04-25T23:38:05.317789+0000 mon.a (mon.0) 840 : cluster 0 osdmap e42: 6 total, 6 up, 6 in 2024-04-25T23:38:07.646 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:38:07 smithi161 bash[22340]: cluster 2024-04-25T23:38:06.321292+0000 mon.a (mon.0) 841 : cluster 0 osdmap e43: 6 total, 6 up, 6 in 2024-04-25T23:38:07.656 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:38:07 smithi087 bash[21583]: cluster 2024-04-25T23:38:06.321292+0000 mon.a (mon.0) 841 : cluster 0 osdmap e43: 6 total, 6 up, 6 in 2024-04-25T23:38:07.665 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:38:07 smithi157 bash[22215]: cluster 2024-04-25T23:38:06.321292+0000 mon.a (mon.0) 841 : cluster 0 osdmap e43: 6 total, 6 up, 6 in 2024-04-25T23:38:08.491 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:38:08 smithi087 bash[21583]: cluster 2024-04-25T23:38:07.065220+0000 mgr.a (mgr.14152) 300 : cluster 0 pgmap v257: 1 pgs: 1 remapped+peering; 577 KiB data, 570 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:38:08.491 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:38:08 smithi087 bash[21583]: cluster 2024-04-25T23:38:07.331603+0000 mon.a (mon.0) 842 : cluster 0 osdmap e44: 6 total, 6 up, 6 in 2024-04-25T23:38:08.647 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:38:08 smithi161 bash[22340]: cluster 2024-04-25T23:38:07.065220+0000 mgr.a (mgr.14152) 300 : cluster 0 pgmap v257: 1 pgs: 1 remapped+peering; 577 KiB data, 570 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:38:08.647 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:38:08 smithi161 bash[22340]: cluster 2024-04-25T23:38:07.331603+0000 mon.a (mon.0) 842 : cluster 0 osdmap e44: 6 total, 6 up, 6 in 2024-04-25T23:38:08.665 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:38:08 smithi157 bash[22215]: cluster 2024-04-25T23:38:07.065220+0000 mgr.a (mgr.14152) 300 : cluster 0 pgmap v257: 1 pgs: 1 remapped+peering; 577 KiB data, 570 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:38:08.665 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:38:08 smithi157 bash[22215]: cluster 2024-04-25T23:38:07.331603+0000 mon.a (mon.0) 842 : cluster 0 osdmap e44: 6 total, 6 up, 6 in 2024-04-25T23:38:09.580 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:38:09 smithi087 bash[21583]: cluster 2024-04-25T23:38:08.333222+0000 mon.a (mon.0) 843 : cluster 0 osdmap e45: 6 total, 6 up, 6 in 2024-04-25T23:38:09.580 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:38:09 smithi087 bash[21583]: audit 2024-04-25T23:38:08.791134+0000 mon.a (mon.0) 844 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:38:09.580 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:38:09 smithi087 bash[21583]: audit 2024-04-25T23:38:08.800750+0000 mon.a (mon.0) 845 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:38:09.580 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:38:09 smithi087 bash[21583]: audit 2024-04-25T23:38:08.810686+0000 mon.a (mon.0) 846 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:38:09.646 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:38:09 smithi161 bash[22340]: cluster 2024-04-25T23:38:08.333222+0000 mon.a (mon.0) 843 : cluster 0 osdmap e45: 6 total, 6 up, 6 in 2024-04-25T23:38:09.646 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:38:09 smithi161 bash[22340]: audit 2024-04-25T23:38:08.791134+0000 mon.a (mon.0) 844 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:38:09.646 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:38:09 smithi161 bash[22340]: audit 2024-04-25T23:38:08.800750+0000 mon.a (mon.0) 845 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:38:09.646 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:38:09 smithi161 bash[22340]: audit 2024-04-25T23:38:08.810686+0000 mon.a (mon.0) 846 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:38:09.665 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:38:09 smithi157 bash[22215]: cluster 2024-04-25T23:38:08.333222+0000 mon.a (mon.0) 843 : cluster 0 osdmap e45: 6 total, 6 up, 6 in 2024-04-25T23:38:09.665 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:38:09 smithi157 bash[22215]: audit 2024-04-25T23:38:08.791134+0000 mon.a (mon.0) 844 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:38:09.665 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:38:09 smithi157 bash[22215]: audit 2024-04-25T23:38:08.800750+0000 mon.a (mon.0) 845 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:38:09.665 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:38:09 smithi157 bash[22215]: audit 2024-04-25T23:38:08.810686+0000 mon.a (mon.0) 846 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:38:10.646 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:38:10 smithi161 bash[22340]: cluster 2024-04-25T23:38:09.065782+0000 mgr.a (mgr.14152) 301 : cluster 0 pgmap v260: 1 pgs: 1 remapped+peering; 577 KiB data, 570 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:38:10.665 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:38:10 smithi157 bash[22215]: cluster 2024-04-25T23:38:09.065782+0000 mgr.a (mgr.14152) 301 : cluster 0 pgmap v260: 1 pgs: 1 remapped+peering; 577 KiB data, 570 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:38:10.741 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:38:10 smithi087 bash[21583]: cluster 2024-04-25T23:38:09.065782+0000 mgr.a (mgr.14152) 301 : cluster 0 pgmap v260: 1 pgs: 1 remapped+peering; 577 KiB data, 570 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:38:11.656 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/7567fb78-035b-11ef-bc93-c7b262605968/mon.a/config 2024-04-25T23:38:12.447 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:38:12 smithi087 bash[21583]: cluster 2024-04-25T23:38:11.066421+0000 mgr.a (mgr.14152) 302 : cluster 0 pgmap v261: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail; 100 KiB/s, 0 objects/s recovering 2024-04-25T23:38:12.448 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:38:12 smithi087 bash[21583]: audit 2024-04-25T23:38:12.160697+0000 mon.a (mon.0) 847 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:38:12.448 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:38:12 smithi087 bash[21583]: audit 2024-04-25T23:38:12.169851+0000 mon.a (mon.0) 848 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:38:12.448 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:38:12 smithi087 bash[21583]: audit 2024-04-25T23:38:12.179713+0000 mon.a (mon.0) 849 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:38:12.646 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:38:12 smithi161 bash[22340]: cluster 2024-04-25T23:38:11.066421+0000 mgr.a (mgr.14152) 302 : cluster 0 pgmap v261: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail; 100 KiB/s, 0 objects/s recovering 2024-04-25T23:38:12.647 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:38:12 smithi161 bash[22340]: audit 2024-04-25T23:38:12.160697+0000 mon.a (mon.0) 847 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:38:12.647 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:38:12 smithi161 bash[22340]: audit 2024-04-25T23:38:12.169851+0000 mon.a (mon.0) 848 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:38:12.647 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:38:12 smithi161 bash[22340]: audit 2024-04-25T23:38:12.179713+0000 mon.a (mon.0) 849 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:38:12.665 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:38:12 smithi157 bash[22215]: cluster 2024-04-25T23:38:11.066421+0000 mgr.a (mgr.14152) 302 : cluster 0 pgmap v261: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail; 100 KiB/s, 0 objects/s recovering 2024-04-25T23:38:12.666 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:38:12 smithi157 bash[22215]: audit 2024-04-25T23:38:12.160697+0000 mon.a (mon.0) 847 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:38:12.666 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:38:12 smithi157 bash[22215]: audit 2024-04-25T23:38:12.169851+0000 mon.a (mon.0) 848 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:38:12.666 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:38:12 smithi157 bash[22215]: audit 2024-04-25T23:38:12.179713+0000 mon.a (mon.0) 849 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:38:14.393 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-04-25T23:38:14.588 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:38:14 smithi087 bash[21583]: cluster 2024-04-25T23:38:13.066940+0000 mgr.a (mgr.14152) 303 : cluster 0 pgmap v262: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail; 85 KiB/s, 0 objects/s recovering 2024-04-25T23:38:14.646 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:38:14 smithi161 bash[22340]: cluster 2024-04-25T23:38:13.066940+0000 mgr.a (mgr.14152) 303 : cluster 0 pgmap v262: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail; 85 KiB/s, 0 objects/s recovering 2024-04-25T23:38:14.665 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:38:14 smithi157 bash[22215]: cluster 2024-04-25T23:38:13.066940+0000 mgr.a (mgr.14152) 303 : cluster 0 pgmap v262: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail; 85 KiB/s, 0 objects/s recovering 2024-04-25T23:38:15.055 INFO:teuthology.orchestra.run.smithi087.stdout:{"epoch":45,"num_osds":6,"num_up_osds":6,"osd_up_since":1714088284,"num_in_osds":6,"osd_in_since":1714088256,"num_remapped_pgs":0} 2024-04-25T23:38:15.056 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d2c45d977142e024a59b68a8f1dce8f0b9840551 shell --fsid 7567fb78-035b-11ef-bc93-c7b262605968 -- ceph osd dump --format=json 2024-04-25T23:38:15.646 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:38:15 smithi161 bash[22340]: audit 2024-04-25T23:38:14.411403+0000 mon.a (mon.0) 850 : audit 0 from='client.? 172.21.15.87:0/341621538' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-25T23:38:15.665 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:38:15 smithi157 bash[22215]: audit 2024-04-25T23:38:14.411403+0000 mon.a (mon.0) 850 : audit 0 from='client.? 172.21.15.87:0/341621538' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-25T23:38:15.741 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:38:15 smithi087 bash[21583]: audit 2024-04-25T23:38:14.411403+0000 mon.a (mon.0) 850 : audit 0 from='client.? 172.21.15.87:0/341621538' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-25T23:38:16.646 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:38:16 smithi161 bash[22340]: cluster 2024-04-25T23:38:15.067555+0000 mgr.a (mgr.14152) 304 : cluster 0 pgmap v263: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-04-25T23:38:16.665 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:38:16 smithi157 bash[22215]: cluster 2024-04-25T23:38:15.067555+0000 mgr.a (mgr.14152) 304 : cluster 0 pgmap v263: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-04-25T23:38:16.741 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:38:16 smithi087 bash[21583]: cluster 2024-04-25T23:38:15.067555+0000 mgr.a (mgr.14152) 304 : cluster 0 pgmap v263: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-04-25T23:38:18.646 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:38:18 smithi161 bash[22340]: cluster 2024-04-25T23:38:17.068117+0000 mgr.a (mgr.14152) 305 : cluster 0 pgmap v264: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail; 59 KiB/s, 0 objects/s recovering 2024-04-25T23:38:18.665 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:38:18 smithi157 bash[22215]: cluster 2024-04-25T23:38:17.068117+0000 mgr.a (mgr.14152) 305 : cluster 0 pgmap v264: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail; 59 KiB/s, 0 objects/s recovering 2024-04-25T23:38:18.741 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:38:18 smithi087 bash[21583]: cluster 2024-04-25T23:38:17.068117+0000 mgr.a (mgr.14152) 305 : cluster 0 pgmap v264: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail; 59 KiB/s, 0 objects/s recovering 2024-04-25T23:38:19.788 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/7567fb78-035b-11ef-bc93-c7b262605968/mon.a/config 2024-04-25T23:38:20.602 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:38:20 smithi087 bash[21583]: cluster 2024-04-25T23:38:19.068674+0000 mgr.a (mgr.14152) 306 : cluster 0 pgmap v265: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail; 54 KiB/s, 0 objects/s recovering 2024-04-25T23:38:20.640 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:38:20 smithi161 bash[22340]: cluster 2024-04-25T23:38:19.068674+0000 mgr.a (mgr.14152) 306 : cluster 0 pgmap v265: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail; 54 KiB/s, 0 objects/s recovering 2024-04-25T23:38:20.665 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:38:20 smithi157 bash[22215]: cluster 2024-04-25T23:38:19.068674+0000 mgr.a (mgr.14152) 306 : cluster 0 pgmap v265: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail; 54 KiB/s, 0 objects/s recovering 2024-04-25T23:38:22.146 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:38:21 smithi161 bash[22340]: audit 2024-04-25T23:38:20.882241+0000 mon.a (mon.0) 851 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:38:22.146 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:38:21 smithi161 bash[22340]: audit 2024-04-25T23:38:20.892697+0000 mon.a (mon.0) 852 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:38:22.146 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:38:21 smithi161 bash[22340]: audit 2024-04-25T23:38:20.903197+0000 mon.a (mon.0) 853 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:38:22.146 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:38:21 smithi161 bash[22340]: cluster 2024-04-25T23:38:21.069260+0000 mgr.a (mgr.14152) 307 : cluster 0 pgmap v266: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-04-25T23:38:22.165 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:38:21 smithi157 bash[22215]: audit 2024-04-25T23:38:20.882241+0000 mon.a (mon.0) 851 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:38:22.165 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:38:21 smithi157 bash[22215]: audit 2024-04-25T23:38:20.892697+0000 mon.a (mon.0) 852 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:38:22.165 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:38:21 smithi157 bash[22215]: audit 2024-04-25T23:38:20.903197+0000 mon.a (mon.0) 853 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:38:22.165 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:38:21 smithi157 bash[22215]: cluster 2024-04-25T23:38:21.069260+0000 mgr.a (mgr.14152) 307 : cluster 0 pgmap v266: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-04-25T23:38:22.241 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:38:21 smithi087 bash[21583]: audit 2024-04-25T23:38:20.882241+0000 mon.a (mon.0) 851 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:38:22.241 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:38:21 smithi087 bash[21583]: audit 2024-04-25T23:38:20.892697+0000 mon.a (mon.0) 852 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:38:22.241 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:38:21 smithi087 bash[21583]: audit 2024-04-25T23:38:20.903197+0000 mon.a (mon.0) 853 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:38:22.241 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:38:21 smithi087 bash[21583]: cluster 2024-04-25T23:38:21.069260+0000 mgr.a (mgr.14152) 307 : cluster 0 pgmap v266: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-04-25T23:38:22.468 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-04-25T23:38:22.468 INFO:teuthology.orchestra.run.smithi087.stdout:{"epoch":45,"fsid":"7567fb78-035b-11ef-bc93-c7b262605968","created":"2024-04-25T23:29:38.628313+0000","modified":"2024-04-25T23:38:08.325342+0000","last_up_change":"2024-04-25T23:38:04.309754+0000","last_in_change":"2024-04-25T23:37:36.316145+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":14,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":6,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-04-25T23:35:26.331800+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":"fcfc8da2-67dd-4702-9c14-783b1a9c3248","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.87:6802","nonce":1550486809},{"type":"v1","addr":"172.21.15.87:6803","nonce":1550486809}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6804","nonce":1550486809},{"type":"v1","addr":"172.21.15.87:6805","nonce":1550486809}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6808","nonce":1550486809},{"type":"v1","addr":"172.21.15.87:6809","nonce":1550486809}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6806","nonce":1550486809},{"type":"v1","addr":"172.21.15.87:6807","nonce":1550486809}]},"public_addr":"172.21.15.87:6803/1550486809","cluster_addr":"172.21.15.87:6805/1550486809","heartbeat_back_addr":"172.21.15.87:6809/1550486809","heartbeat_front_addr":"172.21.15.87:6807/1550486809","state":["exists","up"]},{"osd":1,"uuid":"d599a0ae-3b17-40fb-9a14-c0f1e978cce5","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.87:6810","nonce":517916189},{"type":"v1","addr":"172.21.15.87:6811","nonce":517916189}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6812","nonce":517916189},{"type":"v1","addr":"172.21.15.87:6813","nonce":517916189}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6816","nonce":517916189},{"type":"v1","addr":"172.21.15.87:6817","nonce":517916189}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6814","nonce":517916189},{"type":"v1","addr":"172.21.15.87:6815","nonce":517916189}]},"public_addr":"172.21.15.87:6811/517916189","cluster_addr":"172.21.15.87:6813/517916189","heartbeat_back_addr":"172.21.15.87:6817/517916189","heartbeat_front_addr":"172.21.15.87:6815/517916189","state":["exists","up"]},{"osd":2,"uuid":"470e18be-0480-498d-b975-8fa1e95ad8f4","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.157:6800","nonce":3572196533},{"type":"v1","addr":"172.21.15.157:6801","nonce":3572196533}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.157:6802","nonce":3572196533},{"type":"v1","addr":"172.21.15.157:6803","nonce":3572196533}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.157:6806","nonce":3572196533},{"type":"v1","addr":"172.21.15.157:6807","nonce":3572196533}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.157:6804","nonce":3572196533},{"type":"v1","addr":"172.21.15.157:6805","nonce":3572196533}]},"public_addr":"172.21.15.157:6801/3572196533","cluster_addr":"172.21.15.157:6803/3572196533","heartbeat_back_addr":"172.21.15.157:6807/3572196533","heartbeat_front_addr":"172.21.15.157:6805/3572196533","state":["exists","up"]},{"osd":3,"uuid":"f09c0fed-d146-4ed4-9d03-f1b15c6d03a3","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.157:6808","nonce":3965664464},{"type":"v1","addr":"172.21.15.157:6809","nonce":3965664464}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.157:6810","nonce":3965664464},{"type":"v1","addr":"172.21.15.157:6811","nonce":3965664464}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.157:6814","nonce":3965664464},{"type":"v1","addr":"172.21.15.157:6815","nonce":3965664464}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.157:6812","nonce":3965664464},{"type":"v1","addr":"172.21.15.157:6813","nonce":3965664464}]},"public_addr":"172.21.15.157:6809/3965664464","cluster_addr":"172.21.15.157:6811/3965664464","heartbeat_back_addr":"172.21.15.157:6815/3965664464","heartbeat_front_addr":"172.21.15.157:6813/3965664464","state":["exists","up"]},{"osd":4,"uuid":"dcbbceae-7770-4d9f-8916-ed2448375412","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.161:6800","nonce":1988158388},{"type":"v1","addr":"172.21.15.161:6801","nonce":1988158388}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6802","nonce":1988158388},{"type":"v1","addr":"172.21.15.161:6803","nonce":1988158388}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6806","nonce":1988158388},{"type":"v1","addr":"172.21.15.161:6807","nonce":1988158388}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6804","nonce":1988158388},{"type":"v1","addr":"172.21.15.161:6805","nonce":1988158388}]},"public_addr":"172.21.15.161:6801/1988158388","cluster_addr":"172.21.15.161:6803/1988158388","heartbeat_back_addr":"172.21.15.161:6807/1988158388","heartbeat_front_addr":"172.21.15.161:6805/1988158388","state":["exists","up"]},{"osd":5,"uuid":"0178c94f-5cf8-4aef-83cf-29dfbcfd49ce","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.161:6808","nonce":3019366999},{"type":"v1","addr":"172.21.15.161:6809","nonce":3019366999}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6810","nonce":3019366999},{"type":"v1","addr":"172.21.15.161:6811","nonce":3019366999}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6814","nonce":3019366999},{"type":"v1","addr":"172.21.15.161:6815","nonce":3019366999}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6812","nonce":3019366999},{"type":"v1","addr":"172.21.15.161:6813","nonce":3019366999}]},"public_addr":"172.21.15.161:6809/3019366999","cluster_addr":"172.21.15.161:6811/3019366999","heartbeat_back_addr":"172.21.15.161:6815/3019366999","heartbeat_front_addr":"172.21.15.161:6813/3019366999","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-25T23:33:40.559910+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-25T23:34:33.488264+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-25T23:35:23.819713+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-25T23:36:17.931638+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-25T23:37:06.590340+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-25T23:38:02.981915+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.87:0/1611926433":"2024-04-26T23:30:45.669473+0000","172.21.15.87:6801/3022561315":"2024-04-26T23:30:45.669473+0000","172.21.15.87:6801/4267973903":"2024-04-26T23:30:10.425645+0000","172.21.15.87:6800/4267973903":"2024-04-26T23:30:10.425645+0000","172.21.15.87:0/1882625748":"2024-04-26T23:30:45.669473+0000","172.21.15.87:0/2831952216":"2024-04-26T23:30:10.425645+0000","172.21.15.87:0/1704491173":"2024-04-26T23:30:45.669473+0000","172.21.15.87:0/3482439486":"2024-04-26T23:30:10.425645+0000","172.21.15.87:0/2475921732":"2024-04-26T23:30:10.425645+0000","172.21.15.87:6800/3022561315":"2024-04-26T23:30:45.669473+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-04-25T23:38:23.135 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2024-04-25T23:35:26.331800+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '21', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr': {}}, 'read_balance': {'score_type': 'Fair distribution', 'score_acting': 6, 'score_stable': 6, 'optimal_score': 0.5, 'raw_score_acting': 3, 'raw_score_stable': 3, 'primary_affinity_weighted': 1, 'average_primary_affinity': 1, 'average_primary_affinity_weighted': 1}}] 2024-04-25T23:38:23.136 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d2c45d977142e024a59b68a8f1dce8f0b9840551 shell --fsid 7567fb78-035b-11ef-bc93-c7b262605968 -- ceph osd pool get .mgr pg_num 2024-04-25T23:38:23.146 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:38:22 smithi161 bash[22340]: audit 2024-04-25T23:38:22.484102+0000 mon.a (mon.0) 854 : audit 0 from='client.? 172.21.15.87:0/3756706284' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-25T23:38:23.146 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:38:22 smithi087 bash[21583]: audit 2024-04-25T23:38:22.484102+0000 mon.a (mon.0) 854 : audit 0 from='client.? 172.21.15.87:0/3756706284' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-25T23:38:23.165 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:38:22 smithi157 bash[22215]: audit 2024-04-25T23:38:22.484102+0000 mon.a (mon.0) 854 : audit 0 from='client.? 172.21.15.87:0/3756706284' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-25T23:38:24.119 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:38:23 smithi157 bash[22215]: cluster 2024-04-25T23:38:23.069821+0000 mgr.a (mgr.14152) 308 : cluster 0 pgmap v267: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:38:24.146 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:38:23 smithi161 bash[22340]: cluster 2024-04-25T23:38:23.069821+0000 mgr.a (mgr.14152) 308 : cluster 0 pgmap v267: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:38:24.241 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:38:23 smithi087 bash[21583]: cluster 2024-04-25T23:38:23.069821+0000 mgr.a (mgr.14152) 308 : cluster 0 pgmap v267: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:38:26.396 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:38:26 smithi161 bash[22340]: cluster 2024-04-25T23:38:25.070411+0000 mgr.a (mgr.14152) 309 : cluster 0 pgmap v268: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:38:26.415 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:38:26 smithi157 bash[22215]: cluster 2024-04-25T23:38:25.070411+0000 mgr.a (mgr.14152) 309 : cluster 0 pgmap v268: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:38:26.491 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:38:26 smithi087 bash[21583]: cluster 2024-04-25T23:38:25.070411+0000 mgr.a (mgr.14152) 309 : cluster 0 pgmap v268: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:38:27.868 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/7567fb78-035b-11ef-bc93-c7b262605968/mon.a/config 2024-04-25T23:38:28.396 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:38:28 smithi161 bash[22340]: cluster 2024-04-25T23:38:27.070891+0000 mgr.a (mgr.14152) 310 : cluster 0 pgmap v269: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:38:28.415 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:38:28 smithi157 bash[22215]: cluster 2024-04-25T23:38:27.070891+0000 mgr.a (mgr.14152) 310 : cluster 0 pgmap v269: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:38:28.465 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:38:28 smithi087 bash[21583]: cluster 2024-04-25T23:38:27.070891+0000 mgr.a (mgr.14152) 310 : cluster 0 pgmap v269: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:38:30.241 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:38:30 smithi087 bash[21583]: audit 2024-04-25T23:38:29.004497+0000 mon.a (mon.0) 855 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:38:30.241 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:38:30 smithi087 bash[21583]: audit 2024-04-25T23:38:29.012273+0000 mon.a (mon.0) 856 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:38:30.241 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:38:30 smithi087 bash[21583]: audit 2024-04-25T23:38:29.022568+0000 mon.a (mon.0) 857 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:38:30.241 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:38:30 smithi087 bash[21583]: cluster 2024-04-25T23:38:29.071382+0000 mgr.a (mgr.14152) 311 : cluster 0 pgmap v270: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:38:30.396 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:38:30 smithi161 bash[22340]: audit 2024-04-25T23:38:29.004497+0000 mon.a (mon.0) 855 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:38:30.396 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:38:30 smithi161 bash[22340]: audit 2024-04-25T23:38:29.012273+0000 mon.a (mon.0) 856 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:38:30.396 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:38:30 smithi161 bash[22340]: audit 2024-04-25T23:38:29.022568+0000 mon.a (mon.0) 857 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:38:30.396 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:38:30 smithi161 bash[22340]: cluster 2024-04-25T23:38:29.071382+0000 mgr.a (mgr.14152) 311 : cluster 0 pgmap v270: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:38:30.415 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:38:30 smithi157 bash[22215]: audit 2024-04-25T23:38:29.004497+0000 mon.a (mon.0) 855 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:38:30.415 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:38:30 smithi157 bash[22215]: audit 2024-04-25T23:38:29.012273+0000 mon.a (mon.0) 856 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:38:30.415 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:38:30 smithi157 bash[22215]: audit 2024-04-25T23:38:29.022568+0000 mon.a (mon.0) 857 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:38:30.415 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:38:30 smithi157 bash[22215]: cluster 2024-04-25T23:38:29.071382+0000 mgr.a (mgr.14152) 311 : cluster 0 pgmap v270: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:38:31.370 INFO:teuthology.orchestra.run.smithi087.stdout:pg_num: 1 2024-04-25T23:38:32.298 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:38:32 smithi087 bash[21583]: cluster 2024-04-25T23:38:31.071746+0000 mgr.a (mgr.14152) 312 : cluster 0 pgmap v271: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:38:32.298 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:38:32 smithi087 bash[21583]: audit 2024-04-25T23:38:31.388580+0000 mon.a (mon.0) 858 : audit 0 from='client.? 172.21.15.87:0/972880312' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-04-25T23:38:32.396 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:38:32 smithi161 bash[22340]: cluster 2024-04-25T23:38:31.071746+0000 mgr.a (mgr.14152) 312 : cluster 0 pgmap v271: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:38:32.396 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:38:32 smithi161 bash[22340]: audit 2024-04-25T23:38:31.388580+0000 mon.a (mon.0) 858 : audit 0 from='client.? 172.21.15.87:0/972880312' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-04-25T23:38:32.415 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:38:32 smithi157 bash[22215]: cluster 2024-04-25T23:38:31.071746+0000 mgr.a (mgr.14152) 312 : cluster 0 pgmap v271: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:38:32.415 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:38:32 smithi157 bash[22215]: audit 2024-04-25T23:38:31.388580+0000 mon.a (mon.0) 858 : audit 0 from='client.? 172.21.15.87:0/972880312' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-04-25T23:38:32.455 INFO:tasks.cephadm:Setting up client nodes... 2024-04-25T23:38:32.455 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-04-25T23:38:32.455 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-04-25T23:38:32.456 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d2c45d977142e024a59b68a8f1dce8f0b9840551 shell --fsid 7567fb78-035b-11ef-bc93-c7b262605968 -- ceph mgr dump --format=json 2024-04-25T23:38:33.637 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:38:33 smithi161 bash[22340]: audit 2024-04-25T23:38:32.304300+0000 mon.a (mon.0) 859 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:38:33.637 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:38:33 smithi161 bash[22340]: audit 2024-04-25T23:38:32.308850+0000 mon.a (mon.0) 860 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:38:33.637 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:38:33 smithi161 bash[22340]: audit 2024-04-25T23:38:32.315228+0000 mon.a (mon.0) 861 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:38:33.665 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:38:33 smithi157 bash[22215]: audit 2024-04-25T23:38:32.304300+0000 mon.a (mon.0) 859 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:38:33.665 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:38:33 smithi157 bash[22215]: audit 2024-04-25T23:38:32.308850+0000 mon.a (mon.0) 860 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:38:33.665 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:38:33 smithi157 bash[22215]: audit 2024-04-25T23:38:32.315228+0000 mon.a (mon.0) 861 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:38:33.741 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:38:33 smithi087 bash[21583]: audit 2024-04-25T23:38:32.304300+0000 mon.a (mon.0) 859 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:38:33.741 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:38:33 smithi087 bash[21583]: audit 2024-04-25T23:38:32.308850+0000 mon.a (mon.0) 860 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:38:33.741 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:38:33 smithi087 bash[21583]: audit 2024-04-25T23:38:32.315228+0000 mon.a (mon.0) 861 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:38:34.646 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:38:34 smithi161 bash[22340]: cluster 2024-04-25T23:38:33.072310+0000 mgr.a (mgr.14152) 313 : cluster 0 pgmap v272: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:38:34.665 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:38:34 smithi157 bash[22215]: cluster 2024-04-25T23:38:33.072310+0000 mgr.a (mgr.14152) 313 : cluster 0 pgmap v272: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:38:34.741 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:38:34 smithi087 bash[21583]: cluster 2024-04-25T23:38:33.072310+0000 mgr.a (mgr.14152) 313 : cluster 0 pgmap v272: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:38:36.646 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:38:36 smithi161 bash[22340]: cluster 2024-04-25T23:38:35.072765+0000 mgr.a (mgr.14152) 314 : cluster 0 pgmap v273: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:38:36.665 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:38:36 smithi157 bash[22215]: cluster 2024-04-25T23:38:35.072765+0000 mgr.a (mgr.14152) 314 : cluster 0 pgmap v273: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:38:36.741 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:38:36 smithi087 bash[21583]: cluster 2024-04-25T23:38:35.072765+0000 mgr.a (mgr.14152) 314 : cluster 0 pgmap v273: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:38:36.997 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/7567fb78-035b-11ef-bc93-c7b262605968/mon.a/config 2024-04-25T23:38:38.491 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:38:38 smithi087 bash[21583]: cluster 2024-04-25T23:38:37.073182+0000 mgr.a (mgr.14152) 315 : cluster 0 pgmap v274: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:38:38.646 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:38:38 smithi161 bash[22340]: cluster 2024-04-25T23:38:37.073182+0000 mgr.a (mgr.14152) 315 : cluster 0 pgmap v274: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:38:38.665 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:38:38 smithi157 bash[22215]: cluster 2024-04-25T23:38:37.073182+0000 mgr.a (mgr.14152) 315 : cluster 0 pgmap v274: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:38:39.889 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-04-25T23:38:40.559 INFO:teuthology.orchestra.run.smithi087.stdout:{"epoch":15,"flags":0,"active_gid":14152,"active_name":"a","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6800","nonce":3224364032},{"type":"v1","addr":"172.21.15.87:6801","nonce":3224364032}]},"active_addr":"172.21.15.87:6801/3224364032","active_change":"2024-04-25T23:30:45.669721+0000","active_mgr_features":4540701547738038271,"available":true,"standbys":[{"gid":24104,"name":"b","mgr_features":4540701547738038271,"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"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.87: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.87:0","nonce":944024489}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.87:0","nonce":4184613351}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.87:0","nonce":3343174184}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.87:0","nonce":316054575}]}]} 2024-04-25T23:38:40.565 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-04-25T23:38:40.566 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-04-25T23:38:40.566 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d2c45d977142e024a59b68a8f1dce8f0b9840551 shell --fsid 7567fb78-035b-11ef-bc93-c7b262605968 -- ceph osd dump --format=json 2024-04-25T23:38:40.577 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:38:40 smithi087 bash[21583]: cluster 2024-04-25T23:38:39.073710+0000 mgr.a (mgr.14152) 316 : cluster 0 pgmap v275: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:38:40.577 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:38:40 smithi087 bash[21583]: audit 2024-04-25T23:38:39.897252+0000 mon.a (mon.0) 862 : audit 0 from='client.? 172.21.15.87:0/1919816516' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-04-25T23:38:40.646 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:38:40 smithi161 bash[22340]: cluster 2024-04-25T23:38:39.073710+0000 mgr.a (mgr.14152) 316 : cluster 0 pgmap v275: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:38:40.646 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:38:40 smithi161 bash[22340]: audit 2024-04-25T23:38:39.897252+0000 mon.a (mon.0) 862 : audit 0 from='client.? 172.21.15.87:0/1919816516' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-04-25T23:38:40.665 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:38:40 smithi157 bash[22215]: cluster 2024-04-25T23:38:39.073710+0000 mgr.a (mgr.14152) 316 : cluster 0 pgmap v275: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:38:40.665 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:38:40 smithi157 bash[22215]: audit 2024-04-25T23:38:39.897252+0000 mon.a (mon.0) 862 : audit 0 from='client.? 172.21.15.87:0/1919816516' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-04-25T23:38:42.396 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:38:42 smithi161 bash[22340]: cluster 2024-04-25T23:38:41.074285+0000 mgr.a (mgr.14152) 317 : cluster 0 pgmap v276: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:38:42.396 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:38:42 smithi161 bash[22340]: audit 2024-04-25T23:38:41.105070+0000 mon.a (mon.0) 863 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:38:42.396 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:38:42 smithi161 bash[22340]: audit 2024-04-25T23:38:41.114008+0000 mon.a (mon.0) 864 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:38:42.396 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:38:42 smithi161 bash[22340]: audit 2024-04-25T23:38:41.125742+0000 mon.a (mon.0) 865 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:38:42.415 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:38:42 smithi157 bash[22215]: cluster 2024-04-25T23:38:41.074285+0000 mgr.a (mgr.14152) 317 : cluster 0 pgmap v276: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:38:42.415 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:38:42 smithi157 bash[22215]: audit 2024-04-25T23:38:41.105070+0000 mon.a (mon.0) 863 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:38:42.415 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:38:42 smithi157 bash[22215]: audit 2024-04-25T23:38:41.114008+0000 mon.a (mon.0) 864 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:38:42.415 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:38:42 smithi157 bash[22215]: audit 2024-04-25T23:38:41.125742+0000 mon.a (mon.0) 865 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:38:42.491 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:38:42 smithi087 bash[21583]: cluster 2024-04-25T23:38:41.074285+0000 mgr.a (mgr.14152) 317 : cluster 0 pgmap v276: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:38:42.491 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:38:42 smithi087 bash[21583]: audit 2024-04-25T23:38:41.105070+0000 mon.a (mon.0) 863 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:38:42.491 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:38:42 smithi087 bash[21583]: audit 2024-04-25T23:38:41.114008+0000 mon.a (mon.0) 864 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:38:42.491 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:38:42 smithi087 bash[21583]: audit 2024-04-25T23:38:41.125742+0000 mon.a (mon.0) 865 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:38:44.396 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:38:44 smithi161 bash[22340]: cluster 2024-04-25T23:38:43.074784+0000 mgr.a (mgr.14152) 318 : cluster 0 pgmap v277: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:38:44.401 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:38:44 smithi157 bash[22215]: cluster 2024-04-25T23:38:43.074784+0000 mgr.a (mgr.14152) 318 : cluster 0 pgmap v277: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:38:44.491 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:38:44 smithi087 bash[21583]: cluster 2024-04-25T23:38:43.074784+0000 mgr.a (mgr.14152) 318 : cluster 0 pgmap v277: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:38:45.290 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/7567fb78-035b-11ef-bc93-c7b262605968/mon.a/config 2024-04-25T23:38:46.396 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:38:46 smithi161 bash[22340]: cluster 2024-04-25T23:38:45.075352+0000 mgr.a (mgr.14152) 319 : cluster 0 pgmap v278: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:38:46.415 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:38:46 smithi157 bash[22215]: cluster 2024-04-25T23:38:45.075352+0000 mgr.a (mgr.14152) 319 : cluster 0 pgmap v278: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:38:46.450 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:38:46 smithi087 bash[21583]: cluster 2024-04-25T23:38:45.075352+0000 mgr.a (mgr.14152) 319 : cluster 0 pgmap v278: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:38:47.986 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-04-25T23:38:47.986 INFO:teuthology.orchestra.run.smithi087.stdout:{"epoch":45,"fsid":"7567fb78-035b-11ef-bc93-c7b262605968","created":"2024-04-25T23:29:38.628313+0000","modified":"2024-04-25T23:38:08.325342+0000","last_up_change":"2024-04-25T23:38:04.309754+0000","last_in_change":"2024-04-25T23:37:36.316145+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":14,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":6,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-04-25T23:35:26.331800+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":"fcfc8da2-67dd-4702-9c14-783b1a9c3248","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.87:6802","nonce":1550486809},{"type":"v1","addr":"172.21.15.87:6803","nonce":1550486809}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6804","nonce":1550486809},{"type":"v1","addr":"172.21.15.87:6805","nonce":1550486809}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6808","nonce":1550486809},{"type":"v1","addr":"172.21.15.87:6809","nonce":1550486809}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6806","nonce":1550486809},{"type":"v1","addr":"172.21.15.87:6807","nonce":1550486809}]},"public_addr":"172.21.15.87:6803/1550486809","cluster_addr":"172.21.15.87:6805/1550486809","heartbeat_back_addr":"172.21.15.87:6809/1550486809","heartbeat_front_addr":"172.21.15.87:6807/1550486809","state":["exists","up"]},{"osd":1,"uuid":"d599a0ae-3b17-40fb-9a14-c0f1e978cce5","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.87:6810","nonce":517916189},{"type":"v1","addr":"172.21.15.87:6811","nonce":517916189}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6812","nonce":517916189},{"type":"v1","addr":"172.21.15.87:6813","nonce":517916189}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6816","nonce":517916189},{"type":"v1","addr":"172.21.15.87:6817","nonce":517916189}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6814","nonce":517916189},{"type":"v1","addr":"172.21.15.87:6815","nonce":517916189}]},"public_addr":"172.21.15.87:6811/517916189","cluster_addr":"172.21.15.87:6813/517916189","heartbeat_back_addr":"172.21.15.87:6817/517916189","heartbeat_front_addr":"172.21.15.87:6815/517916189","state":["exists","up"]},{"osd":2,"uuid":"470e18be-0480-498d-b975-8fa1e95ad8f4","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.157:6800","nonce":3572196533},{"type":"v1","addr":"172.21.15.157:6801","nonce":3572196533}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.157:6802","nonce":3572196533},{"type":"v1","addr":"172.21.15.157:6803","nonce":3572196533}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.157:6806","nonce":3572196533},{"type":"v1","addr":"172.21.15.157:6807","nonce":3572196533}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.157:6804","nonce":3572196533},{"type":"v1","addr":"172.21.15.157:6805","nonce":3572196533}]},"public_addr":"172.21.15.157:6801/3572196533","cluster_addr":"172.21.15.157:6803/3572196533","heartbeat_back_addr":"172.21.15.157:6807/3572196533","heartbeat_front_addr":"172.21.15.157:6805/3572196533","state":["exists","up"]},{"osd":3,"uuid":"f09c0fed-d146-4ed4-9d03-f1b15c6d03a3","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.157:6808","nonce":3965664464},{"type":"v1","addr":"172.21.15.157:6809","nonce":3965664464}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.157:6810","nonce":3965664464},{"type":"v1","addr":"172.21.15.157:6811","nonce":3965664464}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.157:6814","nonce":3965664464},{"type":"v1","addr":"172.21.15.157:6815","nonce":3965664464}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.157:6812","nonce":3965664464},{"type":"v1","addr":"172.21.15.157:6813","nonce":3965664464}]},"public_addr":"172.21.15.157:6809/3965664464","cluster_addr":"172.21.15.157:6811/3965664464","heartbeat_back_addr":"172.21.15.157:6815/3965664464","heartbeat_front_addr":"172.21.15.157:6813/3965664464","state":["exists","up"]},{"osd":4,"uuid":"dcbbceae-7770-4d9f-8916-ed2448375412","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.161:6800","nonce":1988158388},{"type":"v1","addr":"172.21.15.161:6801","nonce":1988158388}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6802","nonce":1988158388},{"type":"v1","addr":"172.21.15.161:6803","nonce":1988158388}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6806","nonce":1988158388},{"type":"v1","addr":"172.21.15.161:6807","nonce":1988158388}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6804","nonce":1988158388},{"type":"v1","addr":"172.21.15.161:6805","nonce":1988158388}]},"public_addr":"172.21.15.161:6801/1988158388","cluster_addr":"172.21.15.161:6803/1988158388","heartbeat_back_addr":"172.21.15.161:6807/1988158388","heartbeat_front_addr":"172.21.15.161:6805/1988158388","state":["exists","up"]},{"osd":5,"uuid":"0178c94f-5cf8-4aef-83cf-29dfbcfd49ce","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.161:6808","nonce":3019366999},{"type":"v1","addr":"172.21.15.161:6809","nonce":3019366999}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6810","nonce":3019366999},{"type":"v1","addr":"172.21.15.161:6811","nonce":3019366999}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6814","nonce":3019366999},{"type":"v1","addr":"172.21.15.161:6815","nonce":3019366999}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6812","nonce":3019366999},{"type":"v1","addr":"172.21.15.161:6813","nonce":3019366999}]},"public_addr":"172.21.15.161:6809/3019366999","cluster_addr":"172.21.15.161:6811/3019366999","heartbeat_back_addr":"172.21.15.161:6815/3019366999","heartbeat_front_addr":"172.21.15.161:6813/3019366999","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-25T23:33:40.559910+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-25T23:34:33.488264+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-25T23:35:23.819713+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-25T23:36:17.931638+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-25T23:37:06.590340+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-25T23:38:02.981915+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.87:0/1611926433":"2024-04-26T23:30:45.669473+0000","172.21.15.87:6801/3022561315":"2024-04-26T23:30:45.669473+0000","172.21.15.87:6801/4267973903":"2024-04-26T23:30:10.425645+0000","172.21.15.87:6800/4267973903":"2024-04-26T23:30:10.425645+0000","172.21.15.87:0/1882625748":"2024-04-26T23:30:45.669473+0000","172.21.15.87:0/2831952216":"2024-04-26T23:30:10.425645+0000","172.21.15.87:0/1704491173":"2024-04-26T23:30:45.669473+0000","172.21.15.87:0/3482439486":"2024-04-26T23:30:10.425645+0000","172.21.15.87:0/2475921732":"2024-04-26T23:30:10.425645+0000","172.21.15.87:6800/3022561315":"2024-04-26T23:30:45.669473+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-04-25T23:38:48.301 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:38:48 smithi087 bash[21583]: cluster 2024-04-25T23:38:47.075945+0000 mgr.a (mgr.14152) 320 : cluster 0 pgmap v279: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:38:48.301 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:38:48 smithi087 bash[21583]: audit 2024-04-25T23:38:48.002727+0000 mon.a (mon.0) 866 : audit 0 from='client.? 172.21.15.87:0/894920460' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-25T23:38:48.396 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:38:48 smithi161 bash[22340]: cluster 2024-04-25T23:38:47.075945+0000 mgr.a (mgr.14152) 320 : cluster 0 pgmap v279: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:38:48.396 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:38:48 smithi161 bash[22340]: audit 2024-04-25T23:38:48.002727+0000 mon.a (mon.0) 866 : audit 0 from='client.? 172.21.15.87:0/894920460' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-25T23:38:48.415 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:38:48 smithi157 bash[22215]: cluster 2024-04-25T23:38:47.075945+0000 mgr.a (mgr.14152) 320 : cluster 0 pgmap v279: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:38:48.415 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:38:48 smithi157 bash[22215]: audit 2024-04-25T23:38:48.002727+0000 mon.a (mon.0) 866 : audit 0 from='client.? 172.21.15.87:0/894920460' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-25T23:38:49.076 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-04-25T23:38:49.076 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d2c45d977142e024a59b68a8f1dce8f0b9840551 shell --fsid 7567fb78-035b-11ef-bc93-c7b262605968 -- ceph osd dump --format=json 2024-04-25T23:38:50.491 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:38:50 smithi087 bash[21583]: cluster 2024-04-25T23:38:49.076587+0000 mgr.a (mgr.14152) 321 : cluster 0 pgmap v280: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:38:50.491 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:38:50 smithi087 bash[21583]: audit 2024-04-25T23:38:49.215688+0000 mon.a (mon.0) 867 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:38:50.491 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:38:50 smithi087 bash[21583]: audit 2024-04-25T23:38:49.223533+0000 mon.a (mon.0) 868 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:38:50.491 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:38:50 smithi087 bash[21583]: audit 2024-04-25T23:38:49.233363+0000 mon.a (mon.0) 869 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:38:50.646 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:38:50 smithi161 bash[22340]: cluster 2024-04-25T23:38:49.076587+0000 mgr.a (mgr.14152) 321 : cluster 0 pgmap v280: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:38:50.646 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:38:50 smithi161 bash[22340]: audit 2024-04-25T23:38:49.215688+0000 mon.a (mon.0) 867 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:38:50.646 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:38:50 smithi161 bash[22340]: audit 2024-04-25T23:38:49.223533+0000 mon.a (mon.0) 868 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:38:50.646 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:38:50 smithi161 bash[22340]: audit 2024-04-25T23:38:49.233363+0000 mon.a (mon.0) 869 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:38:50.665 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:38:50 smithi157 bash[22215]: cluster 2024-04-25T23:38:49.076587+0000 mgr.a (mgr.14152) 321 : cluster 0 pgmap v280: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:38:50.665 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:38:50 smithi157 bash[22215]: audit 2024-04-25T23:38:49.215688+0000 mon.a (mon.0) 867 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:38:50.665 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:38:50 smithi157 bash[22215]: audit 2024-04-25T23:38:49.223533+0000 mon.a (mon.0) 868 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:38:50.665 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:38:50 smithi157 bash[22215]: audit 2024-04-25T23:38:49.233363+0000 mon.a (mon.0) 869 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:38:52.396 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:38:52 smithi161 bash[22340]: cluster 2024-04-25T23:38:51.077053+0000 mgr.a (mgr.14152) 322 : cluster 0 pgmap v281: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:38:52.470 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:38:52 smithi087 bash[21583]: cluster 2024-04-25T23:38:51.077053+0000 mgr.a (mgr.14152) 322 : cluster 0 pgmap v281: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:38:52.665 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:38:52 smithi157 bash[22215]: cluster 2024-04-25T23:38:51.077053+0000 mgr.a (mgr.14152) 322 : cluster 0 pgmap v281: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:38:53.741 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:38:53 smithi087 bash[21583]: audit 2024-04-25T23:38:52.472576+0000 mon.a (mon.0) 870 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:38:53.741 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:38:53 smithi087 bash[21583]: audit 2024-04-25T23:38:52.479458+0000 mon.a (mon.0) 871 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:38:53.741 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:38:53 smithi087 bash[21583]: audit 2024-04-25T23:38:52.486856+0000 mon.a (mon.0) 872 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:38:53.896 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:38:53 smithi161 bash[22340]: audit 2024-04-25T23:38:52.472576+0000 mon.a (mon.0) 870 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:38:53.896 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:38:53 smithi161 bash[22340]: audit 2024-04-25T23:38:52.479458+0000 mon.a (mon.0) 871 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:38:53.896 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:38:53 smithi161 bash[22340]: audit 2024-04-25T23:38:52.486856+0000 mon.a (mon.0) 872 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:38:53.915 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:38:53 smithi157 bash[22215]: audit 2024-04-25T23:38:52.472576+0000 mon.a (mon.0) 870 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:38:53.915 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:38:53 smithi157 bash[22215]: audit 2024-04-25T23:38:52.479458+0000 mon.a (mon.0) 871 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:38:53.915 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:38:53 smithi157 bash[22215]: audit 2024-04-25T23:38:52.486856+0000 mon.a (mon.0) 872 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:38:54.741 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:38:54 smithi087 bash[21583]: cluster 2024-04-25T23:38:53.077704+0000 mgr.a (mgr.14152) 323 : cluster 0 pgmap v282: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:38:54.896 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:38:54 smithi161 bash[22340]: cluster 2024-04-25T23:38:53.077704+0000 mgr.a (mgr.14152) 323 : cluster 0 pgmap v282: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:38:54.907 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/7567fb78-035b-11ef-bc93-c7b262605968/mon.a/config 2024-04-25T23:38:54.914 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:38:54 smithi157 bash[22215]: cluster 2024-04-25T23:38:53.077704+0000 mgr.a (mgr.14152) 323 : cluster 0 pgmap v282: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:38:56.740 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:38:56 smithi087 bash[21583]: cluster 2024-04-25T23:38:55.078362+0000 mgr.a (mgr.14152) 324 : cluster 0 pgmap v283: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:38:56.896 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:38:56 smithi161 bash[22340]: cluster 2024-04-25T23:38:55.078362+0000 mgr.a (mgr.14152) 324 : cluster 0 pgmap v283: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:38:56.915 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:38:56 smithi157 bash[22215]: cluster 2024-04-25T23:38:55.078362+0000 mgr.a (mgr.14152) 324 : cluster 0 pgmap v283: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:38:57.512 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-04-25T23:38:57.512 INFO:teuthology.orchestra.run.smithi087.stdout:{"epoch":45,"fsid":"7567fb78-035b-11ef-bc93-c7b262605968","created":"2024-04-25T23:29:38.628313+0000","modified":"2024-04-25T23:38:08.325342+0000","last_up_change":"2024-04-25T23:38:04.309754+0000","last_in_change":"2024-04-25T23:37:36.316145+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":14,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":6,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-04-25T23:35:26.331800+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":"fcfc8da2-67dd-4702-9c14-783b1a9c3248","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.87:6802","nonce":1550486809},{"type":"v1","addr":"172.21.15.87:6803","nonce":1550486809}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6804","nonce":1550486809},{"type":"v1","addr":"172.21.15.87:6805","nonce":1550486809}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6808","nonce":1550486809},{"type":"v1","addr":"172.21.15.87:6809","nonce":1550486809}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6806","nonce":1550486809},{"type":"v1","addr":"172.21.15.87:6807","nonce":1550486809}]},"public_addr":"172.21.15.87:6803/1550486809","cluster_addr":"172.21.15.87:6805/1550486809","heartbeat_back_addr":"172.21.15.87:6809/1550486809","heartbeat_front_addr":"172.21.15.87:6807/1550486809","state":["exists","up"]},{"osd":1,"uuid":"d599a0ae-3b17-40fb-9a14-c0f1e978cce5","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.87:6810","nonce":517916189},{"type":"v1","addr":"172.21.15.87:6811","nonce":517916189}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6812","nonce":517916189},{"type":"v1","addr":"172.21.15.87:6813","nonce":517916189}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6816","nonce":517916189},{"type":"v1","addr":"172.21.15.87:6817","nonce":517916189}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6814","nonce":517916189},{"type":"v1","addr":"172.21.15.87:6815","nonce":517916189}]},"public_addr":"172.21.15.87:6811/517916189","cluster_addr":"172.21.15.87:6813/517916189","heartbeat_back_addr":"172.21.15.87:6817/517916189","heartbeat_front_addr":"172.21.15.87:6815/517916189","state":["exists","up"]},{"osd":2,"uuid":"470e18be-0480-498d-b975-8fa1e95ad8f4","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.157:6800","nonce":3572196533},{"type":"v1","addr":"172.21.15.157:6801","nonce":3572196533}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.157:6802","nonce":3572196533},{"type":"v1","addr":"172.21.15.157:6803","nonce":3572196533}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.157:6806","nonce":3572196533},{"type":"v1","addr":"172.21.15.157:6807","nonce":3572196533}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.157:6804","nonce":3572196533},{"type":"v1","addr":"172.21.15.157:6805","nonce":3572196533}]},"public_addr":"172.21.15.157:6801/3572196533","cluster_addr":"172.21.15.157:6803/3572196533","heartbeat_back_addr":"172.21.15.157:6807/3572196533","heartbeat_front_addr":"172.21.15.157:6805/3572196533","state":["exists","up"]},{"osd":3,"uuid":"f09c0fed-d146-4ed4-9d03-f1b15c6d03a3","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.157:6808","nonce":3965664464},{"type":"v1","addr":"172.21.15.157:6809","nonce":3965664464}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.157:6810","nonce":3965664464},{"type":"v1","addr":"172.21.15.157:6811","nonce":3965664464}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.157:6814","nonce":3965664464},{"type":"v1","addr":"172.21.15.157:6815","nonce":3965664464}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.157:6812","nonce":3965664464},{"type":"v1","addr":"172.21.15.157:6813","nonce":3965664464}]},"public_addr":"172.21.15.157:6809/3965664464","cluster_addr":"172.21.15.157:6811/3965664464","heartbeat_back_addr":"172.21.15.157:6815/3965664464","heartbeat_front_addr":"172.21.15.157:6813/3965664464","state":["exists","up"]},{"osd":4,"uuid":"dcbbceae-7770-4d9f-8916-ed2448375412","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.161:6800","nonce":1988158388},{"type":"v1","addr":"172.21.15.161:6801","nonce":1988158388}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6802","nonce":1988158388},{"type":"v1","addr":"172.21.15.161:6803","nonce":1988158388}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6806","nonce":1988158388},{"type":"v1","addr":"172.21.15.161:6807","nonce":1988158388}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6804","nonce":1988158388},{"type":"v1","addr":"172.21.15.161:6805","nonce":1988158388}]},"public_addr":"172.21.15.161:6801/1988158388","cluster_addr":"172.21.15.161:6803/1988158388","heartbeat_back_addr":"172.21.15.161:6807/1988158388","heartbeat_front_addr":"172.21.15.161:6805/1988158388","state":["exists","up"]},{"osd":5,"uuid":"0178c94f-5cf8-4aef-83cf-29dfbcfd49ce","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.161:6808","nonce":3019366999},{"type":"v1","addr":"172.21.15.161:6809","nonce":3019366999}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6810","nonce":3019366999},{"type":"v1","addr":"172.21.15.161:6811","nonce":3019366999}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6814","nonce":3019366999},{"type":"v1","addr":"172.21.15.161:6815","nonce":3019366999}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6812","nonce":3019366999},{"type":"v1","addr":"172.21.15.161:6813","nonce":3019366999}]},"public_addr":"172.21.15.161:6809/3019366999","cluster_addr":"172.21.15.161:6811/3019366999","heartbeat_back_addr":"172.21.15.161:6815/3019366999","heartbeat_front_addr":"172.21.15.161:6813/3019366999","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-25T23:33:40.559910+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-25T23:34:33.488264+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-25T23:35:23.819713+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-25T23:36:17.931638+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-25T23:37:06.590340+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-25T23:38:02.981915+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.87:0/1611926433":"2024-04-26T23:30:45.669473+0000","172.21.15.87:6801/3022561315":"2024-04-26T23:30:45.669473+0000","172.21.15.87:6801/4267973903":"2024-04-26T23:30:10.425645+0000","172.21.15.87:6800/4267973903":"2024-04-26T23:30:10.425645+0000","172.21.15.87:0/1882625748":"2024-04-26T23:30:45.669473+0000","172.21.15.87:0/2831952216":"2024-04-26T23:30:10.425645+0000","172.21.15.87:0/1704491173":"2024-04-26T23:30:45.669473+0000","172.21.15.87:0/3482439486":"2024-04-26T23:30:10.425645+0000","172.21.15.87:0/2475921732":"2024-04-26T23:30:10.425645+0000","172.21.15.87:6800/3022561315":"2024-04-26T23:30:45.669473+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-04-25T23:38:58.168 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d2c45d977142e024a59b68a8f1dce8f0b9840551 shell --fsid 7567fb78-035b-11ef-bc93-c7b262605968 -- ceph tell osd.0 flush_pg_stats 2024-04-25T23:38:58.169 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d2c45d977142e024a59b68a8f1dce8f0b9840551 shell --fsid 7567fb78-035b-11ef-bc93-c7b262605968 -- ceph tell osd.1 flush_pg_stats 2024-04-25T23:38:58.169 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d2c45d977142e024a59b68a8f1dce8f0b9840551 shell --fsid 7567fb78-035b-11ef-bc93-c7b262605968 -- ceph tell osd.2 flush_pg_stats 2024-04-25T23:38:58.170 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d2c45d977142e024a59b68a8f1dce8f0b9840551 shell --fsid 7567fb78-035b-11ef-bc93-c7b262605968 -- ceph tell osd.3 flush_pg_stats 2024-04-25T23:38:58.170 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d2c45d977142e024a59b68a8f1dce8f0b9840551 shell --fsid 7567fb78-035b-11ef-bc93-c7b262605968 -- ceph tell osd.4 flush_pg_stats 2024-04-25T23:38:58.170 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d2c45d977142e024a59b68a8f1dce8f0b9840551 shell --fsid 7567fb78-035b-11ef-bc93-c7b262605968 -- ceph tell osd.5 flush_pg_stats 2024-04-25T23:38:58.740 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:38:58 smithi087 bash[21583]: cluster 2024-04-25T23:38:57.078910+0000 mgr.a (mgr.14152) 325 : cluster 0 pgmap v284: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:38:58.741 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:38:58 smithi087 bash[21583]: audit 2024-04-25T23:38:57.529383+0000 mon.a (mon.0) 873 : audit 0 from='client.? 172.21.15.87:0/3186467565' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-25T23:38:58.896 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:38:58 smithi161 bash[22340]: cluster 2024-04-25T23:38:57.078910+0000 mgr.a (mgr.14152) 325 : cluster 0 pgmap v284: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:38:58.896 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:38:58 smithi161 bash[22340]: audit 2024-04-25T23:38:57.529383+0000 mon.a (mon.0) 873 : audit 0 from='client.? 172.21.15.87:0/3186467565' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-25T23:38:58.914 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:38:58 smithi157 bash[22215]: cluster 2024-04-25T23:38:57.078910+0000 mgr.a (mgr.14152) 325 : cluster 0 pgmap v284: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:38:58.915 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:38:58 smithi157 bash[22215]: audit 2024-04-25T23:38:57.529383+0000 mon.a (mon.0) 873 : audit 0 from='client.? 172.21.15.87:0/3186467565' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-25T23:39:00.740 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:39:00 smithi087 bash[21583]: cluster 2024-04-25T23:38:59.079445+0000 mgr.a (mgr.14152) 326 : cluster 0 pgmap v285: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:39:00.896 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:39:00 smithi161 bash[22340]: cluster 2024-04-25T23:38:59.079445+0000 mgr.a (mgr.14152) 326 : cluster 0 pgmap v285: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:39:00.914 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:39:00 smithi157 bash[22215]: cluster 2024-04-25T23:38:59.079445+0000 mgr.a (mgr.14152) 326 : cluster 0 pgmap v285: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:39:02.646 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:39:02 smithi161 bash[22340]: cluster 2024-04-25T23:39:01.080054+0000 mgr.a (mgr.14152) 327 : cluster 0 pgmap v286: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:39:02.646 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:39:02 smithi161 bash[22340]: audit 2024-04-25T23:39:01.328568+0000 mon.a (mon.0) 874 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:39:02.646 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:39:02 smithi161 bash[22340]: audit 2024-04-25T23:39:01.337508+0000 mon.a (mon.0) 875 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:39:02.646 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:39:02 smithi161 bash[22340]: audit 2024-04-25T23:39:01.348064+0000 mon.a (mon.0) 876 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:39:02.664 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:39:02 smithi157 bash[22215]: cluster 2024-04-25T23:39:01.080054+0000 mgr.a (mgr.14152) 327 : cluster 0 pgmap v286: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:39:02.665 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:39:02 smithi157 bash[22215]: audit 2024-04-25T23:39:01.328568+0000 mon.a (mon.0) 874 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:39:02.665 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:39:02 smithi157 bash[22215]: audit 2024-04-25T23:39:01.337508+0000 mon.a (mon.0) 875 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:39:02.665 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:39:02 smithi157 bash[22215]: audit 2024-04-25T23:39:01.348064+0000 mon.a (mon.0) 876 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:39:02.740 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:39:02 smithi087 bash[21583]: cluster 2024-04-25T23:39:01.080054+0000 mgr.a (mgr.14152) 327 : cluster 0 pgmap v286: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:39:02.741 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:39:02 smithi087 bash[21583]: audit 2024-04-25T23:39:01.328568+0000 mon.a (mon.0) 874 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:39:02.741 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:39:02 smithi087 bash[21583]: audit 2024-04-25T23:39:01.337508+0000 mon.a (mon.0) 875 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:39:02.741 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:39:02 smithi087 bash[21583]: audit 2024-04-25T23:39:01.348064+0000 mon.a (mon.0) 876 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:39:02.928 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/7567fb78-035b-11ef-bc93-c7b262605968/mon.a/config 2024-04-25T23:39:02.931 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/7567fb78-035b-11ef-bc93-c7b262605968/mon.a/config 2024-04-25T23:39:02.931 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/7567fb78-035b-11ef-bc93-c7b262605968/mon.a/config 2024-04-25T23:39:02.931 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/7567fb78-035b-11ef-bc93-c7b262605968/mon.a/config 2024-04-25T23:39:02.931 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/7567fb78-035b-11ef-bc93-c7b262605968/mon.a/config 2024-04-25T23:39:02.932 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/7567fb78-035b-11ef-bc93-c7b262605968/mon.a/config 2024-04-25T23:39:04.646 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:39:04 smithi161 bash[22340]: cluster 2024-04-25T23:39:03.080625+0000 mgr.a (mgr.14152) 328 : cluster 0 pgmap v287: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:39:04.646 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:39:04 smithi087 bash[21583]: cluster 2024-04-25T23:39:03.080625+0000 mgr.a (mgr.14152) 328 : cluster 0 pgmap v287: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:39:04.664 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:39:04 smithi157 bash[22215]: cluster 2024-04-25T23:39:03.080625+0000 mgr.a (mgr.14152) 328 : cluster 0 pgmap v287: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:39:05.415 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:39:05 smithi157 bash[22215]: audit 2024-04-25T23:39:04.730450+0000 mon.a (mon.0) 877 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T23:39:05.415 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:39:05 smithi157 bash[22215]: audit 2024-04-25T23:39:04.733181+0000 mon.a (mon.0) 878 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:39:05.415 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:39:05 smithi157 bash[22215]: audit 2024-04-25T23:39:04.733920+0000 mon.a (mon.0) 879 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T23:39:05.415 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:39:05 smithi157 bash[22215]: audit 2024-04-25T23:39:04.739320+0000 mon.a (mon.0) 880 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:39:05.490 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:39:05 smithi087 bash[21583]: audit 2024-04-25T23:39:04.730450+0000 mon.a (mon.0) 877 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T23:39:05.491 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:39:05 smithi087 bash[21583]: audit 2024-04-25T23:39:04.733181+0000 mon.a (mon.0) 878 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:39:05.491 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:39:05 smithi087 bash[21583]: audit 2024-04-25T23:39:04.733920+0000 mon.a (mon.0) 879 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T23:39:05.491 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:39:05 smithi087 bash[21583]: audit 2024-04-25T23:39:04.739320+0000 mon.a (mon.0) 880 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:39:05.646 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:39:05 smithi161 bash[22340]: audit 2024-04-25T23:39:04.730450+0000 mon.a (mon.0) 877 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T23:39:05.646 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:39:05 smithi161 bash[22340]: audit 2024-04-25T23:39:04.733181+0000 mon.a (mon.0) 878 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:39:05.646 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:39:05 smithi161 bash[22340]: audit 2024-04-25T23:39:04.733920+0000 mon.a (mon.0) 879 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T23:39:05.646 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:39:05 smithi161 bash[22340]: audit 2024-04-25T23:39:04.739320+0000 mon.a (mon.0) 880 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:39:06.646 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:39:06 smithi161 bash[22340]: cluster 2024-04-25T23:39:05.081189+0000 mgr.a (mgr.14152) 329 : cluster 0 pgmap v288: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:39:06.664 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:39:06 smithi157 bash[22215]: cluster 2024-04-25T23:39:05.081189+0000 mgr.a (mgr.14152) 329 : cluster 0 pgmap v288: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:39:06.669 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:39:06 smithi087 bash[21583]: cluster 2024-04-25T23:39:05.081189+0000 mgr.a (mgr.14152) 329 : cluster 0 pgmap v288: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:39:08.604 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:39:08 smithi087 bash[21583]: cluster 2024-04-25T23:39:07.081633+0000 mgr.a (mgr.14152) 330 : cluster 0 pgmap v289: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:39:08.645 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:39:08 smithi161 bash[22340]: cluster 2024-04-25T23:39:07.081633+0000 mgr.a (mgr.14152) 330 : cluster 0 pgmap v289: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:39:08.665 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:39:08 smithi157 bash[22215]: cluster 2024-04-25T23:39:07.081633+0000 mgr.a (mgr.14152) 330 : cluster 0 pgmap v289: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:39:10.614 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:39:10 smithi087 bash[21583]: cluster 2024-04-25T23:39:09.082099+0000 mgr.a (mgr.14152) 331 : cluster 0 pgmap v290: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:39:10.615 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:39:10 smithi087 bash[21583]: audit 2024-04-25T23:39:09.384491+0000 mon.a (mon.0) 881 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:39:10.615 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:39:10 smithi087 bash[21583]: audit 2024-04-25T23:39:09.392995+0000 mon.a (mon.0) 882 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:39:10.615 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:39:10 smithi087 bash[21583]: audit 2024-04-25T23:39:09.401736+0000 mon.a (mon.0) 883 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:39:10.645 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:39:10 smithi161 bash[22340]: cluster 2024-04-25T23:39:09.082099+0000 mgr.a (mgr.14152) 331 : cluster 0 pgmap v290: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:39:10.645 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:39:10 smithi161 bash[22340]: audit 2024-04-25T23:39:09.384491+0000 mon.a (mon.0) 881 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:39:10.646 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:39:10 smithi161 bash[22340]: audit 2024-04-25T23:39:09.392995+0000 mon.a (mon.0) 882 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:39:10.646 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:39:10 smithi161 bash[22340]: audit 2024-04-25T23:39:09.401736+0000 mon.a (mon.0) 883 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:39:10.665 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:39:10 smithi157 bash[22215]: cluster 2024-04-25T23:39:09.082099+0000 mgr.a (mgr.14152) 331 : cluster 0 pgmap v290: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:39:10.665 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:39:10 smithi157 bash[22215]: audit 2024-04-25T23:39:09.384491+0000 mon.a (mon.0) 881 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:39:10.665 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:39:10 smithi157 bash[22215]: audit 2024-04-25T23:39:09.392995+0000 mon.a (mon.0) 882 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:39:10.665 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:39:10 smithi157 bash[22215]: audit 2024-04-25T23:39:09.401736+0000 mon.a (mon.0) 883 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:39:12.588 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:39:12 smithi087 bash[21583]: cluster 2024-04-25T23:39:11.082765+0000 mgr.a (mgr.14152) 332 : cluster 0 pgmap v291: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:39:12.645 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:39:12 smithi161 bash[22340]: cluster 2024-04-25T23:39:11.082765+0000 mgr.a (mgr.14152) 332 : cluster 0 pgmap v291: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:39:12.664 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:39:12 smithi157 bash[22215]: cluster 2024-04-25T23:39:11.082765+0000 mgr.a (mgr.14152) 332 : cluster 0 pgmap v291: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:39:13.022 INFO:teuthology.orchestra.run.smithi087.stdout:55834574906 2024-04-25T23:39:13.023 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d2c45d977142e024a59b68a8f1dce8f0b9840551 shell --fsid 7567fb78-035b-11ef-bc93-c7b262605968 -- ceph osd last-stat-seq osd.1 2024-04-25T23:39:13.895 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:39:13 smithi161 bash[22340]: audit 2024-04-25T23:39:12.594257+0000 mon.a (mon.0) 884 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:39:13.896 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:39:13 smithi161 bash[22340]: audit 2024-04-25T23:39:12.599144+0000 mon.a (mon.0) 885 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:39:13.896 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:39:13 smithi161 bash[22340]: audit 2024-04-25T23:39:12.605809+0000 mon.a (mon.0) 886 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:39:13.914 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:39:13 smithi157 bash[22215]: audit 2024-04-25T23:39:12.594257+0000 mon.a (mon.0) 884 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:39:13.914 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:39:13 smithi157 bash[22215]: audit 2024-04-25T23:39:12.599144+0000 mon.a (mon.0) 885 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:39:13.915 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:39:13 smithi157 bash[22215]: audit 2024-04-25T23:39:12.605809+0000 mon.a (mon.0) 886 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:39:13.990 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:39:13 smithi087 bash[21583]: audit 2024-04-25T23:39:12.594257+0000 mon.a (mon.0) 884 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:39:13.990 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:39:13 smithi087 bash[21583]: audit 2024-04-25T23:39:12.599144+0000 mon.a (mon.0) 885 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:39:13.991 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:39:13 smithi087 bash[21583]: audit 2024-04-25T23:39:12.605809+0000 mon.a (mon.0) 886 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:39:14.585 INFO:teuthology.orchestra.run.smithi087.stdout:176093659152 2024-04-25T23:39:14.585 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d2c45d977142e024a59b68a8f1dce8f0b9840551 shell --fsid 7567fb78-035b-11ef-bc93-c7b262605968 -- ceph osd last-stat-seq osd.5 2024-04-25T23:39:14.605 INFO:teuthology.orchestra.run.smithi087.stdout:77309411377 2024-04-25T23:39:14.605 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d2c45d977142e024a59b68a8f1dce8f0b9840551 shell --fsid 7567fb78-035b-11ef-bc93-c7b262605968 -- ceph osd last-stat-seq osd.2 2024-04-25T23:39:14.657 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:39:14 smithi087 bash[21583]: cluster 2024-04-25T23:39:13.083143+0000 mgr.a (mgr.14152) 333 : cluster 0 pgmap v292: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:39:14.882 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:39:14 smithi161 bash[22340]: cluster 2024-04-25T23:39:13.083143+0000 mgr.a (mgr.14152) 333 : cluster 0 pgmap v292: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:39:14.914 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:39:14 smithi157 bash[22215]: cluster 2024-04-25T23:39:13.083143+0000 mgr.a (mgr.14152) 333 : cluster 0 pgmap v292: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:39:15.778 INFO:teuthology.orchestra.run.smithi087.stdout:34359738437 2024-04-25T23:39:15.778 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d2c45d977142e024a59b68a8f1dce8f0b9840551 shell --fsid 7567fb78-035b-11ef-bc93-c7b262605968 -- ceph osd last-stat-seq osd.0 2024-04-25T23:39:15.792 INFO:teuthology.orchestra.run.smithi087.stdout:107374182437 2024-04-25T23:39:15.793 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d2c45d977142e024a59b68a8f1dce8f0b9840551 shell --fsid 7567fb78-035b-11ef-bc93-c7b262605968 -- ceph osd last-stat-seq osd.3 2024-04-25T23:39:15.834 INFO:teuthology.orchestra.run.smithi087.stdout:141733920796 2024-04-25T23:39:15.834 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d2c45d977142e024a59b68a8f1dce8f0b9840551 shell --fsid 7567fb78-035b-11ef-bc93-c7b262605968 -- ceph osd last-stat-seq osd.4 2024-04-25T23:39:16.895 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:39:16 smithi161 bash[22340]: cluster 2024-04-25T23:39:15.083631+0000 mgr.a (mgr.14152) 334 : cluster 0 pgmap v293: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:39:16.914 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:39:16 smithi157 bash[22215]: cluster 2024-04-25T23:39:15.083631+0000 mgr.a (mgr.14152) 334 : cluster 0 pgmap v293: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:39:16.990 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:39:16 smithi087 bash[21583]: cluster 2024-04-25T23:39:15.083631+0000 mgr.a (mgr.14152) 334 : cluster 0 pgmap v293: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:39:18.895 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:39:18 smithi161 bash[22340]: cluster 2024-04-25T23:39:17.084031+0000 mgr.a (mgr.14152) 335 : cluster 0 pgmap v294: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:39:18.914 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:39:18 smithi157 bash[22215]: cluster 2024-04-25T23:39:17.084031+0000 mgr.a (mgr.14152) 335 : cluster 0 pgmap v294: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:39:18.990 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:39:18 smithi087 bash[21583]: cluster 2024-04-25T23:39:17.084031+0000 mgr.a (mgr.14152) 335 : cluster 0 pgmap v294: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:39:19.649 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/7567fb78-035b-11ef-bc93-c7b262605968/mon.a/config 2024-04-25T23:39:19.650 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/7567fb78-035b-11ef-bc93-c7b262605968/mon.a/config 2024-04-25T23:39:19.650 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/7567fb78-035b-11ef-bc93-c7b262605968/mon.a/config 2024-04-25T23:39:20.659 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/7567fb78-035b-11ef-bc93-c7b262605968/mon.a/config 2024-04-25T23:39:20.659 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/7567fb78-035b-11ef-bc93-c7b262605968/mon.a/config 2024-04-25T23:39:20.659 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/7567fb78-035b-11ef-bc93-c7b262605968/mon.a/config 2024-04-25T23:39:20.895 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:39:20 smithi161 bash[22340]: cluster 2024-04-25T23:39:19.084501+0000 mgr.a (mgr.14152) 336 : cluster 0 pgmap v295: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:39:20.914 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:39:20 smithi157 bash[22215]: cluster 2024-04-25T23:39:19.084501+0000 mgr.a (mgr.14152) 336 : cluster 0 pgmap v295: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:39:20.990 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:39:20 smithi087 bash[21583]: cluster 2024-04-25T23:39:19.084501+0000 mgr.a (mgr.14152) 336 : cluster 0 pgmap v295: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:39:22.896 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:39:22 smithi087 bash[21583]: cluster 2024-04-25T23:39:21.085102+0000 mgr.a (mgr.14152) 337 : cluster 0 pgmap v296: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:39:22.896 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:39:22 smithi087 bash[21583]: audit 2024-04-25T23:39:21.540413+0000 mon.a (mon.0) 887 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:39:22.896 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:39:22 smithi087 bash[21583]: audit 2024-04-25T23:39:21.546234+0000 mon.a (mon.0) 888 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:39:22.896 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:39:22 smithi087 bash[21583]: audit 2024-04-25T23:39:21.551768+0000 mon.a (mon.0) 889 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:39:22.896 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:39:22 smithi161 bash[22340]: cluster 2024-04-25T23:39:21.085102+0000 mgr.a (mgr.14152) 337 : cluster 0 pgmap v296: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:39:22.896 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:39:22 smithi161 bash[22340]: audit 2024-04-25T23:39:21.540413+0000 mon.a (mon.0) 887 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:39:22.896 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:39:22 smithi161 bash[22340]: audit 2024-04-25T23:39:21.546234+0000 mon.a (mon.0) 888 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:39:22.896 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:39:22 smithi161 bash[22340]: audit 2024-04-25T23:39:21.551768+0000 mon.a (mon.0) 889 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:39:22.914 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:39:22 smithi157 bash[22215]: cluster 2024-04-25T23:39:21.085102+0000 mgr.a (mgr.14152) 337 : cluster 0 pgmap v296: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:39:22.914 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:39:22 smithi157 bash[22215]: audit 2024-04-25T23:39:21.540413+0000 mon.a (mon.0) 887 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:39:22.914 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:39:22 smithi157 bash[22215]: audit 2024-04-25T23:39:21.546234+0000 mon.a (mon.0) 888 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:39:22.915 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:39:22 smithi157 bash[22215]: audit 2024-04-25T23:39:21.551768+0000 mon.a (mon.0) 889 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:39:24.740 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:39:24 smithi087 bash[21583]: cluster 2024-04-25T23:39:23.085660+0000 mgr.a (mgr.14152) 338 : cluster 0 pgmap v297: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:39:24.895 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:39:24 smithi161 bash[22340]: cluster 2024-04-25T23:39:23.085660+0000 mgr.a (mgr.14152) 338 : cluster 0 pgmap v297: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:39:24.914 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:39:24 smithi157 bash[22215]: cluster 2024-04-25T23:39:23.085660+0000 mgr.a (mgr.14152) 338 : cluster 0 pgmap v297: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:39:26.664 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:39:26 smithi157 bash[22215]: cluster 2024-04-25T23:39:25.086174+0000 mgr.a (mgr.14152) 339 : cluster 0 pgmap v298: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:39:26.895 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:39:26 smithi161 bash[22340]: cluster 2024-04-25T23:39:25.086174+0000 mgr.a (mgr.14152) 339 : cluster 0 pgmap v298: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:39:26.986 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:39:26 smithi087 bash[21583]: cluster 2024-04-25T23:39:25.086174+0000 mgr.a (mgr.14152) 339 : cluster 0 pgmap v298: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:39:28.086 INFO:teuthology.orchestra.run.smithi087.stdout:176093659155 2024-04-25T23:39:28.740 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:39:28 smithi087 bash[21583]: cluster 2024-04-25T23:39:27.086541+0000 mgr.a (mgr.14152) 340 : cluster 0 pgmap v299: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:39:28.740 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:39:28 smithi087 bash[21583]: audit 2024-04-25T23:39:28.105525+0000 mon.a (mon.0) 890 : audit 0 from='client.? 172.21.15.87:0/1782975054' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-04-25T23:39:28.846 INFO:teuthology.orchestra.run.smithi087.stdout:77309411380 2024-04-25T23:39:28.895 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:39:28 smithi161 bash[22340]: cluster 2024-04-25T23:39:27.086541+0000 mgr.a (mgr.14152) 340 : cluster 0 pgmap v299: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:39:28.895 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:39:28 smithi161 bash[22340]: audit 2024-04-25T23:39:28.105525+0000 mon.a (mon.0) 890 : audit 0 from='client.? 172.21.15.87:0/1782975054' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-04-25T23:39:28.914 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:39:28 smithi157 bash[22215]: cluster 2024-04-25T23:39:27.086541+0000 mgr.a (mgr.14152) 340 : cluster 0 pgmap v299: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:39:28.915 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:39:28 smithi157 bash[22215]: audit 2024-04-25T23:39:28.105525+0000 mon.a (mon.0) 890 : audit 0 from='client.? 172.21.15.87:0/1782975054' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-04-25T23:39:29.664 INFO:teuthology.orchestra.run.smithi087.stdout:55834574910 2024-04-25T23:39:29.895 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:39:29 smithi161 bash[22340]: audit 2024-04-25T23:39:28.865675+0000 mon.a (mon.0) 891 : audit 0 from='client.? 172.21.15.87:0/842255993' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-04-25T23:39:29.915 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:39:29 smithi157 bash[22215]: audit 2024-04-25T23:39:28.865675+0000 mon.a (mon.0) 891 : audit 0 from='client.? 172.21.15.87:0/842255993' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-04-25T23:39:29.990 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:39:29 smithi087 bash[21583]: audit 2024-04-25T23:39:28.865675+0000 mon.a (mon.0) 891 : audit 0 from='client.? 172.21.15.87:0/842255993' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-04-25T23:39:30.120 INFO:tasks.cephadm.ceph_manager.ceph:need seq 176093659152 got 176093659155 for osd.5 2024-04-25T23:39:30.120 DEBUG:teuthology.parallel:result is None 2024-04-25T23:39:30.125 INFO:teuthology.orchestra.run.smithi087.stdout:34359738440 2024-04-25T23:39:30.741 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:39:30 smithi087 bash[21583]: cluster 2024-04-25T23:39:29.086871+0000 mgr.a (mgr.14152) 341 : cluster 0 pgmap v300: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:39:30.741 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:39:30 smithi087 bash[21583]: audit 2024-04-25T23:39:29.602737+0000 mon.a (mon.0) 892 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:39:30.741 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:39:30 smithi087 bash[21583]: audit 2024-04-25T23:39:29.611448+0000 mon.a (mon.0) 893 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:39:30.742 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:39:30 smithi087 bash[21583]: audit 2024-04-25T23:39:29.621621+0000 mon.a (mon.0) 894 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:39:30.742 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:39:30 smithi087 bash[21583]: audit 2024-04-25T23:39:29.683238+0000 mon.a (mon.0) 895 : audit 0 from='client.? 172.21.15.87:0/1388457775' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-04-25T23:39:30.742 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:39:30 smithi087 bash[21583]: audit 2024-04-25T23:39:30.144052+0000 mon.a (mon.0) 896 : audit 0 from='client.? 172.21.15.87:0/333062746' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-04-25T23:39:30.896 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:39:30 smithi161 bash[22340]: cluster 2024-04-25T23:39:29.086871+0000 mgr.a (mgr.14152) 341 : cluster 0 pgmap v300: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:39:30.896 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:39:30 smithi161 bash[22340]: audit 2024-04-25T23:39:29.602737+0000 mon.a (mon.0) 892 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:39:30.896 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:39:30 smithi161 bash[22340]: audit 2024-04-25T23:39:29.611448+0000 mon.a (mon.0) 893 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:39:30.896 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:39:30 smithi161 bash[22340]: audit 2024-04-25T23:39:29.621621+0000 mon.a (mon.0) 894 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:39:30.896 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:39:30 smithi161 bash[22340]: audit 2024-04-25T23:39:29.683238+0000 mon.a (mon.0) 895 : audit 0 from='client.? 172.21.15.87:0/1388457775' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-04-25T23:39:30.896 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:39:30 smithi161 bash[22340]: audit 2024-04-25T23:39:30.144052+0000 mon.a (mon.0) 896 : audit 0 from='client.? 172.21.15.87:0/333062746' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-04-25T23:39:30.914 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:39:30 smithi157 bash[22215]: cluster 2024-04-25T23:39:29.086871+0000 mgr.a (mgr.14152) 341 : cluster 0 pgmap v300: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:39:30.917 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:39:30 smithi157 bash[22215]: audit 2024-04-25T23:39:29.602737+0000 mon.a (mon.0) 892 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:39:30.917 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:39:30 smithi157 bash[22215]: audit 2024-04-25T23:39:29.611448+0000 mon.a (mon.0) 893 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:39:30.917 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:39:30 smithi157 bash[22215]: audit 2024-04-25T23:39:29.621621+0000 mon.a (mon.0) 894 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:39:30.917 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:39:30 smithi157 bash[22215]: audit 2024-04-25T23:39:29.683238+0000 mon.a (mon.0) 895 : audit 0 from='client.? 172.21.15.87:0/1388457775' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-04-25T23:39:30.918 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:39:30 smithi157 bash[22215]: audit 2024-04-25T23:39:30.144052+0000 mon.a (mon.0) 896 : audit 0 from='client.? 172.21.15.87:0/333062746' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-04-25T23:39:31.440 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574906 got 55834574910 for osd.1 2024-04-25T23:39:31.440 DEBUG:teuthology.parallel:result is None 2024-04-25T23:39:31.496 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411377 got 77309411380 for osd.2 2024-04-25T23:39:31.496 DEBUG:teuthology.parallel:result is None 2024-04-25T23:39:32.126 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738437 got 34359738440 for osd.0 2024-04-25T23:39:32.126 DEBUG:teuthology.parallel:result is None 2024-04-25T23:39:32.247 INFO:teuthology.orchestra.run.smithi087.stdout:107374182441 2024-04-25T23:39:32.324 INFO:teuthology.orchestra.run.smithi087.stdout:141733920799 2024-04-25T23:39:32.645 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:39:32 smithi161 bash[22340]: cluster 2024-04-25T23:39:31.087397+0000 mgr.a (mgr.14152) 342 : cluster 0 pgmap v301: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:39:32.645 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:39:32 smithi161 bash[22340]: audit 2024-04-25T23:39:32.266366+0000 mon.a (mon.0) 897 : audit 0 from='client.? 172.21.15.87:0/1356614562' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-04-25T23:39:32.645 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:39:32 smithi161 bash[22340]: audit 2024-04-25T23:39:32.344005+0000 mon.a (mon.0) 898 : audit 0 from='client.? 172.21.15.87:0/3781090466' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-04-25T23:39:32.914 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:39:32 smithi157 bash[22215]: cluster 2024-04-25T23:39:31.087397+0000 mgr.a (mgr.14152) 342 : cluster 0 pgmap v301: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:39:32.915 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:39:32 smithi157 bash[22215]: audit 2024-04-25T23:39:32.266366+0000 mon.a (mon.0) 897 : audit 0 from='client.? 172.21.15.87:0/1356614562' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-04-25T23:39:32.915 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:39:32 smithi157 bash[22215]: audit 2024-04-25T23:39:32.344005+0000 mon.a (mon.0) 898 : audit 0 from='client.? 172.21.15.87:0/3781090466' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-04-25T23:39:32.990 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:39:32 smithi087 bash[21583]: cluster 2024-04-25T23:39:31.087397+0000 mgr.a (mgr.14152) 342 : cluster 0 pgmap v301: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:39:32.990 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:39:32 smithi087 bash[21583]: audit 2024-04-25T23:39:32.266366+0000 mon.a (mon.0) 897 : audit 0 from='client.? 172.21.15.87:0/1356614562' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-04-25T23:39:32.990 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:39:32 smithi087 bash[21583]: audit 2024-04-25T23:39:32.344005+0000 mon.a (mon.0) 898 : audit 0 from='client.? 172.21.15.87:0/3781090466' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-04-25T23:39:33.895 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:39:33 smithi161 bash[22340]: audit 2024-04-25T23:39:32.730516+0000 mon.a (mon.0) 899 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:39:33.895 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:39:33 smithi161 bash[22340]: audit 2024-04-25T23:39:32.735233+0000 mon.a (mon.0) 900 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:39:33.895 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:39:33 smithi161 bash[22340]: audit 2024-04-25T23:39:32.740364+0000 mon.a (mon.0) 901 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:39:33.896 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:39:33 smithi161 bash[22340]: cluster 2024-04-25T23:39:33.088060+0000 mgr.a (mgr.14152) 343 : cluster 0 pgmap v302: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:39:33.963 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:39:33 smithi087 bash[21583]: audit 2024-04-25T23:39:32.730516+0000 mon.a (mon.0) 899 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:39:33.963 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:39:33 smithi087 bash[21583]: audit 2024-04-25T23:39:32.735233+0000 mon.a (mon.0) 900 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:39:33.963 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:39:33 smithi087 bash[21583]: audit 2024-04-25T23:39:32.740364+0000 mon.a (mon.0) 901 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:39:33.963 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:39:33 smithi087 bash[21583]: cluster 2024-04-25T23:39:33.088060+0000 mgr.a (mgr.14152) 343 : cluster 0 pgmap v302: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:39:33.964 INFO:tasks.cephadm.ceph_manager.ceph:need seq 107374182437 got 107374182441 for osd.3 2024-04-25T23:39:33.964 DEBUG:teuthology.parallel:result is None 2024-04-25T23:39:34.039 INFO:tasks.cephadm.ceph_manager.ceph:need seq 141733920796 got 141733920799 for osd.4 2024-04-25T23:39:34.039 DEBUG:teuthology.parallel:result is None 2024-04-25T23:39:34.039 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-04-25T23:39:34.040 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d2c45d977142e024a59b68a8f1dce8f0b9840551 shell --fsid 7567fb78-035b-11ef-bc93-c7b262605968 -- ceph pg dump --format=json 2024-04-25T23:39:34.164 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:39:33 smithi157 bash[22215]: audit 2024-04-25T23:39:32.730516+0000 mon.a (mon.0) 899 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:39:34.165 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:39:33 smithi157 bash[22215]: audit 2024-04-25T23:39:32.735233+0000 mon.a (mon.0) 900 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:39:34.165 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:39:33 smithi157 bash[22215]: audit 2024-04-25T23:39:32.740364+0000 mon.a (mon.0) 901 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:39:34.165 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:39:33 smithi157 bash[22215]: cluster 2024-04-25T23:39:33.088060+0000 mgr.a (mgr.14152) 343 : cluster 0 pgmap v302: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:39:36.645 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:39:36 smithi161 bash[22340]: cluster 2024-04-25T23:39:35.088616+0000 mgr.a (mgr.14152) 344 : cluster 0 pgmap v303: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:39:36.665 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:39:36 smithi157 bash[22215]: cluster 2024-04-25T23:39:35.088616+0000 mgr.a (mgr.14152) 344 : cluster 0 pgmap v303: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:39:36.694 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:39:36 smithi087 bash[21583]: cluster 2024-04-25T23:39:35.088616+0000 mgr.a (mgr.14152) 344 : cluster 0 pgmap v303: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:39:37.931 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/7567fb78-035b-11ef-bc93-c7b262605968/mon.a/config 2024-04-25T23:39:38.645 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:39:38 smithi161 bash[22340]: cluster 2024-04-25T23:39:37.089110+0000 mgr.a (mgr.14152) 345 : cluster 0 pgmap v304: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:39:38.664 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:39:38 smithi157 bash[22215]: cluster 2024-04-25T23:39:37.089110+0000 mgr.a (mgr.14152) 345 : cluster 0 pgmap v304: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:39:38.728 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:39:38 smithi087 bash[21583]: cluster 2024-04-25T23:39:37.089110+0000 mgr.a (mgr.14152) 345 : cluster 0 pgmap v304: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:39:40.645 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:39:40 smithi161 bash[22340]: cluster 2024-04-25T23:39:39.089670+0000 mgr.a (mgr.14152) 346 : cluster 0 pgmap v305: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:39:40.664 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:39:40 smithi157 bash[22215]: cluster 2024-04-25T23:39:39.089670+0000 mgr.a (mgr.14152) 346 : cluster 0 pgmap v305: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:39:40.702 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-04-25T23:39:40.704 INFO:teuthology.orchestra.run.smithi087.stderr:dumped all 2024-04-25T23:39:40.715 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:39:40 smithi087 bash[21583]: cluster 2024-04-25T23:39:39.089670+0000 mgr.a (mgr.14152) 346 : cluster 0 pgmap v305: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:39:41.434 INFO:teuthology.orchestra.run.smithi087.stdout:{"pg_ready":true,"pg_map":{"version":305,"stamp":"2024-04-25T23:39:39.089399+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":191236,"kb_used_data":4140,"kb_used_omap":9,"kb_used_meta":186998,"kb_avail":562279676,"statfs":{"total":575970213888,"available":575774388224,"internally_reserved":0,"allocated":4239360,"data_stored":2732460,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":9568,"internal_metadata":191486624},"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.003030"},"pg_stats":[{"pgid":"1.0","version":"21'137","reported_seq":261,"reported_epoch":45,"state":"active+clean","last_fresh":"2024-04-25T23:38:08.338757+0000","last_change":"2024-04-25T23:38:08.337987+0000","last_active":"2024-04-25T23:38:08.338757+0000","last_peered":"2024-04-25T23:38:08.338757+0000","last_clean":"2024-04-25T23:38:08.338757+0000","last_became_active":"2024-04-25T23:38:08.337052+0000","last_became_peered":"2024-04-25T23:38:08.337052+0000","last_unstale":"2024-04-25T23:38:08.338757+0000","last_undegraded":"2024-04-25T23:38:08.338757+0000","last_fullsized":"2024-04-25T23:38:08.338757+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-25T23:35:26.792358+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-25T23:35:26.792358+0000","last_clean_scrub_stamp":"2024-04-25T23:35:26.792358+0000","objects_scrubbed":0,"log_size":137,"log_dups_size":0,"ondisk_log_size":137,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-04-27T09:22:13.323802+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1771104,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,5,2],"acting":[3,5,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1771104,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":3563520,"data_stored":3542208,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":137,"ondisk_log_size":137,"up":3,"acting":3,"num_store_stats":6}],"osd_stats":[{"osd":5,"up_from":41,"seq":176093659157,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":32164,"kb_used_data":980,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93712988,"statfs":{"total":95995035648,"available":95962099712,"internally_reserved":0,"allocated":1003520,"data_stored":750594,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"hb_peers":[0,1,2,3,4],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":4,"up_from":33,"seq":141733920801,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":31580,"kb_used_data":400,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93713572,"statfs":{"total":95995035648,"available":95962697728,"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,1,2,3,5],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":3,"up_from":25,"seq":107374182442,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":32164,"kb_used_data":980,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93712988,"statfs":{"total":95995035648,"available":95962099712,"internally_reserved":0,"allocated":1003520,"data_stored":750594,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1593,"internal_metadata":31914439},"hb_peers":[0,1,2,4,5],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":2,"up_from":18,"seq":77309411382,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":36324,"kb_used_data":980,"kb_used_omap":1,"kb_used_meta":35326,"kb_avail":93708828,"statfs":{"total":95995035648,"available":95957839872,"internally_reserved":0,"allocated":1003520,"data_stored":750594,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":36174277},"hb_peers":[0,1,3,4,5],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":0,"up_from":8,"seq":34359738442,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":27424,"kb_used_data":400,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717728,"statfs":{"total":95995035648,"available":95966953472,"internally_reserved":0,"allocated":409600,"data_stored":160226,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[1,2,3,4,5],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":1,"up_from":13,"seq":55834574912,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":31580,"kb_used_data":400,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93713572,"statfs":{"total":95995035648,"available":95962697728,"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":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-04-25T23:39:41.435 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d2c45d977142e024a59b68a8f1dce8f0b9840551 shell --fsid 7567fb78-035b-11ef-bc93-c7b262605968 -- ceph pg dump --format=json 2024-04-25T23:39:42.645 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:39:42 smithi161 bash[22340]: audit 2024-04-25T23:39:40.719219+0000 mgr.a (mgr.14152) 347 : audit 0 from='client.14421 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-25T23:39:42.645 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:39:42 smithi161 bash[22340]: cluster 2024-04-25T23:39:41.090280+0000 mgr.a (mgr.14152) 348 : cluster 0 pgmap v306: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:39:42.645 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:39:42 smithi161 bash[22340]: audit 2024-04-25T23:39:41.754519+0000 mon.a (mon.0) 902 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:39:42.646 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:39:42 smithi161 bash[22340]: audit 2024-04-25T23:39:41.763328+0000 mon.a (mon.0) 903 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:39:42.646 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:39:42 smithi161 bash[22340]: audit 2024-04-25T23:39:41.773227+0000 mon.a (mon.0) 904 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:39:42.665 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:39:42 smithi157 bash[22215]: audit 2024-04-25T23:39:40.719219+0000 mgr.a (mgr.14152) 347 : audit 0 from='client.14421 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-25T23:39:42.665 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:39:42 smithi157 bash[22215]: cluster 2024-04-25T23:39:41.090280+0000 mgr.a (mgr.14152) 348 : cluster 0 pgmap v306: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:39:42.665 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:39:42 smithi157 bash[22215]: audit 2024-04-25T23:39:41.754519+0000 mon.a (mon.0) 902 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:39:42.665 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:39:42 smithi157 bash[22215]: audit 2024-04-25T23:39:41.763328+0000 mon.a (mon.0) 903 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:39:42.665 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:39:42 smithi157 bash[22215]: audit 2024-04-25T23:39:41.773227+0000 mon.a (mon.0) 904 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:39:42.740 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:39:42 smithi087 bash[21583]: audit 2024-04-25T23:39:40.719219+0000 mgr.a (mgr.14152) 347 : audit 0 from='client.14421 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-25T23:39:42.740 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:39:42 smithi087 bash[21583]: cluster 2024-04-25T23:39:41.090280+0000 mgr.a (mgr.14152) 348 : cluster 0 pgmap v306: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:39:42.740 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:39:42 smithi087 bash[21583]: audit 2024-04-25T23:39:41.754519+0000 mon.a (mon.0) 902 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:39:42.740 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:39:42 smithi087 bash[21583]: audit 2024-04-25T23:39:41.763328+0000 mon.a (mon.0) 903 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:39:42.740 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:39:42 smithi087 bash[21583]: audit 2024-04-25T23:39:41.773227+0000 mon.a (mon.0) 904 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:39:44.646 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:39:44 smithi161 bash[22340]: cluster 2024-04-25T23:39:43.090840+0000 mgr.a (mgr.14152) 349 : cluster 0 pgmap v307: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:39:44.664 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:39:44 smithi157 bash[22215]: cluster 2024-04-25T23:39:43.090840+0000 mgr.a (mgr.14152) 349 : cluster 0 pgmap v307: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:39:44.739 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:39:44 smithi087 bash[21583]: cluster 2024-04-25T23:39:43.090840+0000 mgr.a (mgr.14152) 349 : cluster 0 pgmap v307: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:39:46.164 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/7567fb78-035b-11ef-bc93-c7b262605968/mon.a/config 2024-04-25T23:39:46.489 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:39:46 smithi087 bash[21583]: cluster 2024-04-25T23:39:45.091415+0000 mgr.a (mgr.14152) 350 : cluster 0 pgmap v308: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:39:46.645 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:39:46 smithi161 bash[22340]: cluster 2024-04-25T23:39:45.091415+0000 mgr.a (mgr.14152) 350 : cluster 0 pgmap v308: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:39:46.664 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:39:46 smithi157 bash[22215]: cluster 2024-04-25T23:39:45.091415+0000 mgr.a (mgr.14152) 350 : cluster 0 pgmap v308: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:39:48.624 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:39:48 smithi157 bash[22215]: cluster 2024-04-25T23:39:47.091996+0000 mgr.a (mgr.14152) 351 : cluster 0 pgmap v309: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:39:48.645 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:39:48 smithi161 bash[22340]: cluster 2024-04-25T23:39:47.091996+0000 mgr.a (mgr.14152) 351 : cluster 0 pgmap v309: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:39:48.741 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:39:48 smithi087 bash[21583]: cluster 2024-04-25T23:39:47.091996+0000 mgr.a (mgr.14152) 351 : cluster 0 pgmap v309: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:39:48.903 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-04-25T23:39:48.905 INFO:teuthology.orchestra.run.smithi087.stderr:dumped all 2024-04-25T23:39:49.612 INFO:teuthology.orchestra.run.smithi087.stdout:{"pg_ready":true,"pg_map":{"version":309,"stamp":"2024-04-25T23:39:47.091764+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":191236,"kb_used_data":4140,"kb_used_omap":9,"kb_used_meta":186998,"kb_avail":562279676,"statfs":{"total":575970213888,"available":575774388224,"internally_reserved":0,"allocated":4239360,"data_stored":2732460,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":9568,"internal_metadata":191486624},"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.003397"},"pg_stats":[{"pgid":"1.0","version":"21'137","reported_seq":261,"reported_epoch":45,"state":"active+clean","last_fresh":"2024-04-25T23:38:08.338757+0000","last_change":"2024-04-25T23:38:08.337987+0000","last_active":"2024-04-25T23:38:08.338757+0000","last_peered":"2024-04-25T23:38:08.338757+0000","last_clean":"2024-04-25T23:38:08.338757+0000","last_became_active":"2024-04-25T23:38:08.337052+0000","last_became_peered":"2024-04-25T23:38:08.337052+0000","last_unstale":"2024-04-25T23:38:08.338757+0000","last_undegraded":"2024-04-25T23:38:08.338757+0000","last_fullsized":"2024-04-25T23:38:08.338757+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-25T23:35:26.792358+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-25T23:35:26.792358+0000","last_clean_scrub_stamp":"2024-04-25T23:35:26.792358+0000","objects_scrubbed":0,"log_size":137,"log_dups_size":0,"ondisk_log_size":137,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-04-27T09:22:13.323802+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1771104,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,5,2],"acting":[3,5,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1771104,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":3563520,"data_stored":3542208,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":137,"ondisk_log_size":137,"up":3,"acting":3,"num_store_stats":6}],"osd_stats":[{"osd":5,"up_from":41,"seq":176093659159,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":32164,"kb_used_data":980,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93712988,"statfs":{"total":95995035648,"available":95962099712,"internally_reserved":0,"allocated":1003520,"data_stored":750594,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"hb_peers":[0,1,2,3,4],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":4,"up_from":33,"seq":141733920802,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":31580,"kb_used_data":400,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93713572,"statfs":{"total":95995035648,"available":95962697728,"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,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":32164,"kb_used_data":980,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93712988,"statfs":{"total":95995035648,"available":95962099712,"internally_reserved":0,"allocated":1003520,"data_stored":750594,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1593,"internal_metadata":31914439},"hb_peers":[0,1,2,4,5],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":2,"up_from":18,"seq":77309411384,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":36324,"kb_used_data":980,"kb_used_omap":1,"kb_used_meta":35326,"kb_avail":93708828,"statfs":{"total":95995035648,"available":95957839872,"internally_reserved":0,"allocated":1003520,"data_stored":750594,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":36174277},"hb_peers":[0,1,3,4,5],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":0,"up_from":8,"seq":34359738443,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":27424,"kb_used_data":400,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717728,"statfs":{"total":95995035648,"available":95966953472,"internally_reserved":0,"allocated":409600,"data_stored":160226,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[1,2,3,4,5],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":1,"up_from":13,"seq":55834574914,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":31580,"kb_used_data":400,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93713572,"statfs":{"total":95995035648,"available":95962697728,"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":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-04-25T23:39:49.612 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-04-25T23:39:49.613 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-04-25T23:39:49.613 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-04-25T23:39:49.613 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d2c45d977142e024a59b68a8f1dce8f0b9840551 shell --fsid 7567fb78-035b-11ef-bc93-c7b262605968 -- ceph health --format=json 2024-04-25T23:39:50.645 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:39:50 smithi161 bash[22340]: audit 2024-04-25T23:39:48.920673+0000 mgr.a (mgr.14152) 352 : audit 0 from='client.14427 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-25T23:39:50.645 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:39:50 smithi161 bash[22340]: cluster 2024-04-25T23:39:49.092484+0000 mgr.a (mgr.14152) 353 : cluster 0 pgmap v310: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:39:50.645 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:39:50 smithi161 bash[22340]: audit 2024-04-25T23:39:49.818699+0000 mon.a (mon.0) 905 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:39:50.645 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:39:50 smithi161 bash[22340]: audit 2024-04-25T23:39:49.823591+0000 mon.a (mon.0) 906 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:39:50.645 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:39:50 smithi161 bash[22340]: audit 2024-04-25T23:39:49.828583+0000 mon.a (mon.0) 907 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:39:50.665 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:39:50 smithi157 bash[22215]: audit 2024-04-25T23:39:48.920673+0000 mgr.a (mgr.14152) 352 : audit 0 from='client.14427 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-25T23:39:50.665 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:39:50 smithi157 bash[22215]: cluster 2024-04-25T23:39:49.092484+0000 mgr.a (mgr.14152) 353 : cluster 0 pgmap v310: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:39:50.665 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:39:50 smithi157 bash[22215]: audit 2024-04-25T23:39:49.818699+0000 mon.a (mon.0) 905 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:39:50.665 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:39:50 smithi157 bash[22215]: audit 2024-04-25T23:39:49.823591+0000 mon.a (mon.0) 906 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:39:50.665 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:39:50 smithi157 bash[22215]: audit 2024-04-25T23:39:49.828583+0000 mon.a (mon.0) 907 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:39:50.739 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:39:50 smithi087 bash[21583]: audit 2024-04-25T23:39:48.920673+0000 mgr.a (mgr.14152) 352 : audit 0 from='client.14427 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-25T23:39:50.740 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:39:50 smithi087 bash[21583]: cluster 2024-04-25T23:39:49.092484+0000 mgr.a (mgr.14152) 353 : cluster 0 pgmap v310: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:39:50.740 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:39:50 smithi087 bash[21583]: audit 2024-04-25T23:39:49.818699+0000 mon.a (mon.0) 905 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:39:50.740 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:39:50 smithi087 bash[21583]: audit 2024-04-25T23:39:49.823591+0000 mon.a (mon.0) 906 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:39:50.740 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:39:50 smithi087 bash[21583]: audit 2024-04-25T23:39:49.828583+0000 mon.a (mon.0) 907 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:39:52.645 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:39:52 smithi161 bash[22340]: cluster 2024-04-25T23:39:51.093052+0000 mgr.a (mgr.14152) 354 : cluster 0 pgmap v311: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:39:52.664 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:39:52 smithi157 bash[22215]: cluster 2024-04-25T23:39:51.093052+0000 mgr.a (mgr.14152) 354 : cluster 0 pgmap v311: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:39:52.739 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:39:52 smithi087 bash[21583]: cluster 2024-04-25T23:39:51.093052+0000 mgr.a (mgr.14152) 354 : cluster 0 pgmap v311: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:39:54.124 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:39:53 smithi161 bash[22340]: audit 2024-04-25T23:39:52.881593+0000 mon.a (mon.0) 908 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:39:54.124 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:39:53 smithi161 bash[22340]: audit 2024-04-25T23:39:52.888090+0000 mon.a (mon.0) 909 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:39:54.124 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:39:53 smithi161 bash[22340]: audit 2024-04-25T23:39:52.895088+0000 mon.a (mon.0) 910 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:39:54.124 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:39:53 smithi161 bash[22340]: cluster 2024-04-25T23:39:53.093636+0000 mgr.a (mgr.14152) 355 : cluster 0 pgmap v312: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:39:54.164 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:39:53 smithi157 bash[22215]: audit 2024-04-25T23:39:52.881593+0000 mon.a (mon.0) 908 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:39:54.165 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:39:53 smithi157 bash[22215]: audit 2024-04-25T23:39:52.888090+0000 mon.a (mon.0) 909 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:39:54.165 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:39:53 smithi157 bash[22215]: audit 2024-04-25T23:39:52.895088+0000 mon.a (mon.0) 910 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:39:54.165 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:39:53 smithi157 bash[22215]: cluster 2024-04-25T23:39:53.093636+0000 mgr.a (mgr.14152) 355 : cluster 0 pgmap v312: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:39:54.240 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:39:53 smithi087 bash[21583]: audit 2024-04-25T23:39:52.881593+0000 mon.a (mon.0) 908 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:39:54.240 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:39:53 smithi087 bash[21583]: audit 2024-04-25T23:39:52.888090+0000 mon.a (mon.0) 909 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:39:54.240 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:39:53 smithi087 bash[21583]: audit 2024-04-25T23:39:52.895088+0000 mon.a (mon.0) 910 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:39:54.240 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:39:53 smithi087 bash[21583]: cluster 2024-04-25T23:39:53.093636+0000 mgr.a (mgr.14152) 355 : cluster 0 pgmap v312: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:39:55.473 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/7567fb78-035b-11ef-bc93-c7b262605968/mon.a/config 2024-04-25T23:39:56.395 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:39:56 smithi161 bash[22340]: cluster 2024-04-25T23:39:55.094224+0000 mgr.a (mgr.14152) 356 : cluster 0 pgmap v313: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:39:56.405 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:39:56 smithi087 bash[21583]: cluster 2024-04-25T23:39:55.094224+0000 mgr.a (mgr.14152) 356 : cluster 0 pgmap v313: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:39:56.414 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:39:56 smithi157 bash[22215]: cluster 2024-04-25T23:39:55.094224+0000 mgr.a (mgr.14152) 356 : cluster 0 pgmap v313: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:39:58.173 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-04-25T23:39:58.174 INFO:teuthology.orchestra.run.smithi087.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-04-25T23:39:58.395 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:39:58 smithi161 bash[22340]: cluster 2024-04-25T23:39:57.094682+0000 mgr.a (mgr.14152) 357 : cluster 0 pgmap v314: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:39:58.414 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:39:58 smithi157 bash[22215]: cluster 2024-04-25T23:39:57.094682+0000 mgr.a (mgr.14152) 357 : cluster 0 pgmap v314: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:39:58.432 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:39:58 smithi087 bash[21583]: cluster 2024-04-25T23:39:57.094682+0000 mgr.a (mgr.14152) 357 : cluster 0 pgmap v314: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:39:58.893 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-04-25T23:39:58.894 INFO:tasks.cephadm:Setup complete, yielding 2024-04-25T23:39:58.894 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-04-25T23:39:58.911 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi087.front.sepia.ceph.com 2024-04-25T23:39:58.914 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d2c45d977142e024a59b68a8f1dce8f0b9840551 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7567fb78-035b-11ef-bc93-c7b262605968 -- bash -c 'set -ex 2024-04-25T23:39:58.914 DEBUG:teuthology.orchestra.run.smithi087:> HOSTNAMES=$(ceph orch host ls --format json | jq -r '"'"'.[] | .hostname'"'"') 2024-04-25T23:39:58.914 DEBUG:teuthology.orchestra.run.smithi087:> for host in $HOSTNAMES; do 2024-04-25T23:39:58.914 DEBUG:teuthology.orchestra.run.smithi087:> # find the hostname for "host.c" which will have no mgr 2024-04-25T23:39:58.914 DEBUG:teuthology.orchestra.run.smithi087:> HAS_MGRS=$(ceph orch ps --hostname ${host} --format json | jq '"'"'any(.daemon_type == "mgr")'"'"') 2024-04-25T23:39:58.914 DEBUG:teuthology.orchestra.run.smithi087:> if [ "$HAS_MGRS" == "false" ]; then 2024-04-25T23:39:58.914 DEBUG:teuthology.orchestra.run.smithi087:> HOST_C="${host}" 2024-04-25T23:39:58.915 DEBUG:teuthology.orchestra.run.smithi087:> fi 2024-04-25T23:39:58.915 DEBUG:teuthology.orchestra.run.smithi087:> done 2024-04-25T23:39:58.915 DEBUG:teuthology.orchestra.run.smithi087:> # One last thing to worry about before draining the host 2024-04-25T23:39:58.915 DEBUG:teuthology.orchestra.run.smithi087:> # is that the teuthology test tends to put the explicit 2024-04-25T23:39:58.915 DEBUG:teuthology.orchestra.run.smithi087:> # hostnames in the placement for the mon service. 2024-04-25T23:39:58.916 DEBUG:teuthology.orchestra.run.smithi087:> # We want to make sure we can drain without providing 2024-04-25T23:39:58.916 DEBUG:teuthology.orchestra.run.smithi087:> # --force and there is a check for the host being removed 2024-04-25T23:39:58.916 DEBUG:teuthology.orchestra.run.smithi087:> # being listed explicitly in the placements. Therefore, 2024-04-25T23:39:58.916 DEBUG:teuthology.orchestra.run.smithi087:> # we should remove it from the mon placement. 2024-04-25T23:39:58.916 DEBUG:teuthology.orchestra.run.smithi087:> ceph orch ls mon --export > mon.yaml 2024-04-25T23:39:58.916 DEBUG:teuthology.orchestra.run.smithi087:> sed /"$HOST_C"/d mon.yaml > mon_adjusted.yaml 2024-04-25T23:39:58.916 DEBUG:teuthology.orchestra.run.smithi087:> ceph orch apply -i mon_adjusted.yaml 2024-04-25T23:39:58.917 DEBUG:teuthology.orchestra.run.smithi087:> # now drain that host 2024-04-25T23:39:58.917 DEBUG:teuthology.orchestra.run.smithi087:> ceph orch host drain $HOST_C --zap-osd-devices 2024-04-25T23:39:58.917 DEBUG:teuthology.orchestra.run.smithi087:> # wait for drain to complete 2024-04-25T23:39:58.917 DEBUG:teuthology.orchestra.run.smithi087:> HOST_C_DAEMONS=$(ceph orch ps --hostname $HOST_C) 2024-04-25T23:39:58.917 DEBUG:teuthology.orchestra.run.smithi087:> while [ "$HOST_C_DAEMONS" != "No daemons reported" ]; do 2024-04-25T23:39:58.917 DEBUG:teuthology.orchestra.run.smithi087:> sleep 15 2024-04-25T23:39:58.917 DEBUG:teuthology.orchestra.run.smithi087:> HOST_C_DAEMONS=$(ceph orch ps --hostname $HOST_C) 2024-04-25T23:39:58.918 DEBUG:teuthology.orchestra.run.smithi087:> done 2024-04-25T23:39:58.918 DEBUG:teuthology.orchestra.run.smithi087:> # we want to check the ability to remove the host from 2024-04-25T23:39:58.918 DEBUG:teuthology.orchestra.run.smithi087:> # the CRUSH map, so we should first verify the host is in 2024-04-25T23:39:58.918 DEBUG:teuthology.orchestra.run.smithi087:> # the CRUSH map. 2024-04-25T23:39:58.918 DEBUG:teuthology.orchestra.run.smithi087:> ceph osd getcrushmap -o compiled-crushmap 2024-04-25T23:39:58.918 DEBUG:teuthology.orchestra.run.smithi087:> crushtool -d compiled-crushmap -o crushmap.txt 2024-04-25T23:39:58.918 DEBUG:teuthology.orchestra.run.smithi087:> CRUSH_MAP=$(cat crushmap.txt) 2024-04-25T23:39:58.919 DEBUG:teuthology.orchestra.run.smithi087:> if ! grep -q "$HOST_C" <<< "$CRUSH_MAP"; then 2024-04-25T23:39:58.919 DEBUG:teuthology.orchestra.run.smithi087:> printf "Expected to see $HOST_C in CRUSH map. Saw:\n\n$CRUSH_MAP" 2024-04-25T23:39:58.919 DEBUG:teuthology.orchestra.run.smithi087:> exit 1 2024-04-25T23:39:58.919 DEBUG:teuthology.orchestra.run.smithi087:> fi 2024-04-25T23:39:58.919 DEBUG:teuthology.orchestra.run.smithi087:> # If the drain was successful, we should be able to remove the 2024-04-25T23:39:58.919 DEBUG:teuthology.orchestra.run.smithi087:> # host without force with no issues. If there are still daemons 2024-04-25T23:39:58.920 DEBUG:teuthology.orchestra.run.smithi087:> # we will get a response telling us to drain the host and a 2024-04-25T23:39:58.920 DEBUG:teuthology.orchestra.run.smithi087:> # non-zero return code 2024-04-25T23:39:58.920 DEBUG:teuthology.orchestra.run.smithi087:> ceph orch host rm $HOST_C --rm-crush-entry 2024-04-25T23:39:58.920 DEBUG:teuthology.orchestra.run.smithi087:> # verify we'"'"'ve successfully removed the host from the CRUSH map 2024-04-25T23:39:58.920 DEBUG:teuthology.orchestra.run.smithi087:> sleep 30 2024-04-25T23:39:58.920 DEBUG:teuthology.orchestra.run.smithi087:> ceph osd getcrushmap -o compiled-crushmap 2024-04-25T23:39:58.921 DEBUG:teuthology.orchestra.run.smithi087:> crushtool -d compiled-crushmap -o crushmap.txt 2024-04-25T23:39:58.921 DEBUG:teuthology.orchestra.run.smithi087:> CRUSH_MAP=$(cat crushmap.txt) 2024-04-25T23:39:58.921 DEBUG:teuthology.orchestra.run.smithi087:> if grep -q "$HOST_C" <<< "$CRUSH_MAP"; then 2024-04-25T23:39:58.921 DEBUG:teuthology.orchestra.run.smithi087:> printf "Saw $HOST_C in CRUSH map after it should have been removed.\n\n$CRUSH_MAP" 2024-04-25T23:39:58.921 DEBUG:teuthology.orchestra.run.smithi087:> exit 1 2024-04-25T23:39:58.921 DEBUG:teuthology.orchestra.run.smithi087:> fi 2024-04-25T23:39:58.921 DEBUG:teuthology.orchestra.run.smithi087:> ' 2024-04-25T23:39:59.239 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:39:59 smithi087 bash[21583]: audit 2024-04-25T23:39:58.193149+0000 mon.a (mon.0) 911 : audit 0 from='client.? 172.21.15.87:0/993091683' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-04-25T23:39:59.395 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:39:59 smithi161 bash[22340]: audit 2024-04-25T23:39:58.193149+0000 mon.a (mon.0) 911 : audit 0 from='client.? 172.21.15.87:0/993091683' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-04-25T23:39:59.414 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:39:59 smithi157 bash[22215]: audit 2024-04-25T23:39:58.193149+0000 mon.a (mon.0) 911 : audit 0 from='client.? 172.21.15.87:0/993091683' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-04-25T23:40:00.418 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:00 smithi157 bash[22215]: cluster 2024-04-25T23:39:59.095192+0000 mgr.a (mgr.14152) 358 : cluster 0 pgmap v315: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:40:00.419 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:00 smithi157 bash[22215]: cluster 2024-04-25T23:40:00.000110+0000 mon.a (mon.0) 912 : cluster 1 overall HEALTH_OK 2024-04-25T23:40:00.489 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:00 smithi087 bash[21583]: cluster 2024-04-25T23:39:59.095192+0000 mgr.a (mgr.14152) 358 : cluster 0 pgmap v315: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:40:00.490 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:00 smithi087 bash[21583]: cluster 2024-04-25T23:40:00.000110+0000 mon.a (mon.0) 912 : cluster 1 overall HEALTH_OK 2024-04-25T23:40:00.645 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:40:00 smithi161 bash[22340]: cluster 2024-04-25T23:39:59.095192+0000 mgr.a (mgr.14152) 358 : cluster 0 pgmap v315: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:40:00.645 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:40:00 smithi161 bash[22340]: cluster 2024-04-25T23:40:00.000110+0000 mon.a (mon.0) 912 : cluster 1 overall HEALTH_OK 2024-04-25T23:40:02.395 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:40:02 smithi161 bash[22340]: cluster 2024-04-25T23:40:01.095764+0000 mgr.a (mgr.14152) 359 : cluster 0 pgmap v316: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:40:02.395 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:40:02 smithi161 bash[22340]: audit 2024-04-25T23:40:01.976526+0000 mon.a (mon.0) 913 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:40:02.395 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:40:02 smithi161 bash[22340]: audit 2024-04-25T23:40:01.985504+0000 mon.a (mon.0) 914 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:40:02.396 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:40:02 smithi161 bash[22340]: audit 2024-04-25T23:40:01.995598+0000 mon.a (mon.0) 915 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:40:02.414 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:02 smithi157 bash[22215]: cluster 2024-04-25T23:40:01.095764+0000 mgr.a (mgr.14152) 359 : cluster 0 pgmap v316: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:40:02.415 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:02 smithi157 bash[22215]: audit 2024-04-25T23:40:01.976526+0000 mon.a (mon.0) 913 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:40:02.415 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:02 smithi157 bash[22215]: audit 2024-04-25T23:40:01.985504+0000 mon.a (mon.0) 914 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:40:02.415 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:02 smithi157 bash[22215]: audit 2024-04-25T23:40:01.995598+0000 mon.a (mon.0) 915 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:40:02.489 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:02 smithi087 bash[21583]: cluster 2024-04-25T23:40:01.095764+0000 mgr.a (mgr.14152) 359 : cluster 0 pgmap v316: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:40:02.490 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:02 smithi087 bash[21583]: audit 2024-04-25T23:40:01.976526+0000 mon.a (mon.0) 913 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:40:02.490 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:02 smithi087 bash[21583]: audit 2024-04-25T23:40:01.985504+0000 mon.a (mon.0) 914 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:40:02.490 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:02 smithi087 bash[21583]: audit 2024-04-25T23:40:01.995598+0000 mon.a (mon.0) 915 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:40:03.652 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/7567fb78-035b-11ef-bc93-c7b262605968/mon.a/config 2024-04-25T23:40:04.414 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:04 smithi157 bash[22215]: cluster 2024-04-25T23:40:03.096247+0000 mgr.a (mgr.14152) 360 : cluster 0 pgmap v317: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:40:04.489 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:04 smithi087 bash[21583]: cluster 2024-04-25T23:40:03.096247+0000 mgr.a (mgr.14152) 360 : cluster 0 pgmap v317: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:40:04.645 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:40:04 smithi161 bash[22340]: cluster 2024-04-25T23:40:03.096247+0000 mgr.a (mgr.14152) 360 : cluster 0 pgmap v317: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:40:05.414 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:05 smithi157 bash[22215]: audit 2024-04-25T23:40:04.824501+0000 mon.a (mon.0) 916 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T23:40:05.415 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:05 smithi157 bash[22215]: audit 2024-04-25T23:40:04.830453+0000 mon.a (mon.0) 917 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:40:05.415 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:05 smithi157 bash[22215]: audit 2024-04-25T23:40:04.832112+0000 mon.a (mon.0) 918 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T23:40:05.415 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:05 smithi157 bash[22215]: audit 2024-04-25T23:40:04.842201+0000 mon.a (mon.0) 919 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:40:05.489 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:05 smithi087 bash[21583]: audit 2024-04-25T23:40:04.824501+0000 mon.a (mon.0) 916 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T23:40:05.490 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:05 smithi087 bash[21583]: audit 2024-04-25T23:40:04.830453+0000 mon.a (mon.0) 917 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:40:05.490 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:05 smithi087 bash[21583]: audit 2024-04-25T23:40:04.832112+0000 mon.a (mon.0) 918 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T23:40:05.490 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:05 smithi087 bash[21583]: audit 2024-04-25T23:40:04.842201+0000 mon.a (mon.0) 919 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:40:05.645 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:40:05 smithi161 bash[22340]: audit 2024-04-25T23:40:04.824501+0000 mon.a (mon.0) 916 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T23:40:05.645 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:40:05 smithi161 bash[22340]: audit 2024-04-25T23:40:04.830453+0000 mon.a (mon.0) 917 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:40:05.645 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:40:05 smithi161 bash[22340]: audit 2024-04-25T23:40:04.832112+0000 mon.a (mon.0) 918 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T23:40:05.645 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:40:05 smithi161 bash[22340]: audit 2024-04-25T23:40:04.842201+0000 mon.a (mon.0) 919 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:40:06.160 INFO:teuthology.orchestra.run.smithi087.stderr:++ ceph orch host ls --format json 2024-04-25T23:40:06.160 INFO:teuthology.orchestra.run.smithi087.stderr:++ jq -r '.[] | .hostname' 2024-04-25T23:40:06.414 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:06 smithi157 bash[22215]: cluster 2024-04-25T23:40:05.096858+0000 mgr.a (mgr.14152) 361 : cluster 0 pgmap v318: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:40:06.489 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:06 smithi087 bash[21583]: cluster 2024-04-25T23:40:05.096858+0000 mgr.a (mgr.14152) 361 : cluster 0 pgmap v318: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:40:06.513 INFO:teuthology.orchestra.run.smithi087.stderr:+ HOSTNAMES='smithi087 2024-04-25T23:40:06.513 INFO:teuthology.orchestra.run.smithi087.stderr:smithi157 2024-04-25T23:40:06.513 INFO:teuthology.orchestra.run.smithi087.stderr:smithi161' 2024-04-25T23:40:06.513 INFO:teuthology.orchestra.run.smithi087.stderr:+ for host in $HOSTNAMES 2024-04-25T23:40:06.513 INFO:teuthology.orchestra.run.smithi087.stderr:++ ceph orch ps --hostname smithi087 --format json 2024-04-25T23:40:06.513 INFO:teuthology.orchestra.run.smithi087.stderr:++ jq 'any(.daemon_type == "mgr")' 2024-04-25T23:40:06.645 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:40:06 smithi161 bash[22340]: cluster 2024-04-25T23:40:05.096858+0000 mgr.a (mgr.14152) 361 : cluster 0 pgmap v318: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:40:06.882 INFO:teuthology.orchestra.run.smithi087.stderr:+ HAS_MGRS=true 2024-04-25T23:40:06.882 INFO:teuthology.orchestra.run.smithi087.stderr:+ '[' true == false ']' 2024-04-25T23:40:06.882 INFO:teuthology.orchestra.run.smithi087.stderr:+ for host in $HOSTNAMES 2024-04-25T23:40:06.883 INFO:teuthology.orchestra.run.smithi087.stderr:++ ceph orch ps --hostname smithi157 --format json 2024-04-25T23:40:06.883 INFO:teuthology.orchestra.run.smithi087.stderr:++ jq 'any(.daemon_type == "mgr")' 2024-04-25T23:40:07.254 INFO:teuthology.orchestra.run.smithi087.stderr:+ HAS_MGRS=true 2024-04-25T23:40:07.255 INFO:teuthology.orchestra.run.smithi087.stderr:+ '[' true == false ']' 2024-04-25T23:40:07.255 INFO:teuthology.orchestra.run.smithi087.stderr:+ for host in $HOSTNAMES 2024-04-25T23:40:07.255 INFO:teuthology.orchestra.run.smithi087.stderr:++ ceph orch ps --hostname smithi161 --format json 2024-04-25T23:40:07.255 INFO:teuthology.orchestra.run.smithi087.stderr:++ jq 'any(.daemon_type == "mgr")' 2024-04-25T23:40:07.419 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:07 smithi157 bash[22215]: audit 2024-04-25T23:40:06.517964+0000 mgr.a (mgr.14152) 362 : audit 0 from='client.14439 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-25T23:40:07.489 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:07 smithi087 bash[21583]: audit 2024-04-25T23:40:06.517964+0000 mgr.a (mgr.14152) 362 : audit 0 from='client.14439 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-25T23:40:07.608 INFO:teuthology.orchestra.run.smithi087.stderr:+ HAS_MGRS=false 2024-04-25T23:40:07.608 INFO:teuthology.orchestra.run.smithi087.stderr:+ '[' false == false ']' 2024-04-25T23:40:07.608 INFO:teuthology.orchestra.run.smithi087.stderr:+ HOST_C=smithi161 2024-04-25T23:40:07.608 INFO:teuthology.orchestra.run.smithi087.stderr:+ ceph orch ls mon --export 2024-04-25T23:40:07.645 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:40:07 smithi161 bash[22340]: audit 2024-04-25T23:40:06.517964+0000 mgr.a (mgr.14152) 362 : audit 0 from='client.14439 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-25T23:40:07.969 INFO:teuthology.orchestra.run.smithi087.stderr:+ sed /smithi161/d mon.yaml 2024-04-25T23:40:07.970 INFO:teuthology.orchestra.run.smithi087.stderr:+ ceph orch apply -i mon_adjusted.yaml 2024-04-25T23:40:08.330 INFO:teuthology.orchestra.run.smithi087.stdout:Scheduled mon update... 2024-04-25T23:40:08.345 INFO:teuthology.orchestra.run.smithi087.stderr:+ ceph orch host drain smithi161 --zap-osd-devices 2024-04-25T23:40:08.414 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:08 smithi157 bash[22215]: audit 2024-04-25T23:40:06.877856+0000 mgr.a (mgr.14152) 363 : audit 0 from='client.14445 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi087", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-25T23:40:08.415 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:08 smithi157 bash[22215]: cluster 2024-04-25T23:40:07.097399+0000 mgr.a (mgr.14152) 364 : cluster 0 pgmap v319: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:40:08.415 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:08 smithi157 bash[22215]: audit 2024-04-25T23:40:07.250257+0000 mgr.a (mgr.14152) 365 : audit 0 from='client.14451 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi157", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-25T23:40:08.415 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:08 smithi157 bash[22215]: audit 2024-04-25T23:40:07.604848+0000 mgr.a (mgr.14152) 366 : audit 0 from='client.14457 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi161", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-25T23:40:08.418 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:40:08 smithi161 bash[22340]: audit 2024-04-25T23:40:06.877856+0000 mgr.a (mgr.14152) 363 : audit 0 from='client.14445 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi087", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-25T23:40:08.418 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:40:08 smithi161 bash[22340]: cluster 2024-04-25T23:40:07.097399+0000 mgr.a (mgr.14152) 364 : cluster 0 pgmap v319: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:40:08.418 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:40:08 smithi161 bash[22340]: audit 2024-04-25T23:40:07.250257+0000 mgr.a (mgr.14152) 365 : audit 0 from='client.14451 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi157", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-25T23:40:08.418 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:40:08 smithi161 bash[22340]: audit 2024-04-25T23:40:07.604848+0000 mgr.a (mgr.14152) 366 : audit 0 from='client.14457 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi161", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-25T23:40:08.489 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:08 smithi087 bash[21583]: audit 2024-04-25T23:40:06.877856+0000 mgr.a (mgr.14152) 363 : audit 0 from='client.14445 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi087", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-25T23:40:08.489 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:08 smithi087 bash[21583]: cluster 2024-04-25T23:40:07.097399+0000 mgr.a (mgr.14152) 364 : cluster 0 pgmap v319: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:40:08.489 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:08 smithi087 bash[21583]: audit 2024-04-25T23:40:07.250257+0000 mgr.a (mgr.14152) 365 : audit 0 from='client.14451 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi157", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-25T23:40:08.489 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:08 smithi087 bash[21583]: audit 2024-04-25T23:40:07.604848+0000 mgr.a (mgr.14152) 366 : audit 0 from='client.14457 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi161", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-25T23:40:09.645 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:40:09 smithi161 systemd[1]: ceph-7567fb78-035b-11ef-bc93-c7b262605968@mon.c.service: Deactivated successfully. 2024-04-25T23:40:10.490 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:10 smithi087 bash[21583]: audit 2024-04-25T23:40:07.971048+0000 mgr.a (mgr.14152) 367 : audit 0 from='client.14463 -' entity='client.admin' cmd=[{"prefix": "orch ls", "service_type": "mon", "export": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T23:40:10.490 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:10 smithi087 bash[21583]: audit 2024-04-25T23:40:08.339431+0000 mgr.a (mgr.14152) 368 : audit 0 from='client.14469 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T23:40:10.490 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:10 smithi087 bash[21583]: cephadm 2024-04-25T23:40:08.343013+0000 mgr.a (mgr.14152) 369 : cephadm 1 Saving service mon spec with placement smithi087:172.21.15.87=a;smithi157:172.21.15.157=b;count:3 2024-04-25T23:40:10.491 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:10 smithi087 bash[21583]: cephadm 2024-04-25T23:40:08.384936+0000 mgr.a (mgr.14152) 370 : cephadm 1 Safe to remove mon.c: new quorum should be ['a', 'b'] (from ['a', 'b']) 2024-04-25T23:40:10.491 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:10 smithi087 bash[21583]: cephadm 2024-04-25T23:40:08.385035+0000 mgr.a (mgr.14152) 371 : cephadm 1 Removing monitor c from monmap... 2024-04-25T23:40:10.491 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:10 smithi087 bash[21583]: audit 2024-04-25T23:40:08.386851+0000 mon.a (mon.0) 928 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd='[{"prefix": "mon rm", "name": "c"}]': finished 2024-04-25T23:40:10.491 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:10 smithi087 bash[21583]: audit 2024-04-25T23:40:08.390171+0000 mon.a (mon.0) 929 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-25T23:40:10.491 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:10 smithi087 bash[21583]: audit 2024-04-25T23:40:08.391102+0000 mon.a (mon.0) 930 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-25T23:40:10.492 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:10 smithi087 bash[21583]: cluster 2024-04-25T23:40:08.393977+0000 mon.b (mon.1) 16 : cluster 1 mon.b calling monitor election 2024-04-25T23:40:10.492 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:10 smithi087 bash[21583]: cluster 2024-04-25T23:40:09.098009+0000 mgr.a (mgr.14152) 372 : cluster 0 pgmap v320: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:40:10.492 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:10 smithi087 bash[21583]: cluster 2024-04-25T23:40:10.390906+0000 mon.a (mon.0) 931 : cluster 1 mon.a calling monitor election 2024-04-25T23:40:10.492 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:10 smithi087 bash[21583]: cluster 2024-04-25T23:40:10.412998+0000 mon.a (mon.0) 932 : cluster 1 mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-04-25T23:40:10.492 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:10 smithi087 bash[21583]: cluster 2024-04-25T23:40:10.419885+0000 mon.a (mon.0) 933 : cluster 0 monmap epoch 4 2024-04-25T23:40:10.492 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:10 smithi087 bash[21583]: cluster 2024-04-25T23:40:10.419941+0000 mon.a (mon.0) 934 : cluster 0 fsid 7567fb78-035b-11ef-bc93-c7b262605968 2024-04-25T23:40:10.492 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:10 smithi087 bash[21583]: cluster 2024-04-25T23:40:10.419977+0000 mon.a (mon.0) 935 : cluster 0 last_changed 2024-04-25T23:40:08.385442+0000 2024-04-25T23:40:10.492 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:10 smithi087 bash[21583]: cluster 2024-04-25T23:40:10.420021+0000 mon.a (mon.0) 936 : cluster 0 created 2024-04-25T23:29:34.198083+0000 2024-04-25T23:40:10.492 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:10 smithi087 bash[21583]: cluster 2024-04-25T23:40:10.420068+0000 mon.a (mon.0) 937 : cluster 0 min_mon_release 19 (squid) 2024-04-25T23:40:10.492 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:10 smithi087 bash[21583]: cluster 2024-04-25T23:40:10.420112+0000 mon.a (mon.0) 938 : cluster 0 election_strategy: 1 2024-04-25T23:40:10.492 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:10 smithi087 bash[21583]: cluster 2024-04-25T23:40:10.420158+0000 mon.a (mon.0) 939 : cluster 0 0: [v2:172.21.15.87:3300/0,v1:172.21.15.87:6789/0] mon.a 2024-04-25T23:40:10.493 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:10 smithi087 bash[21583]: cluster 2024-04-25T23:40:10.420199+0000 mon.a (mon.0) 940 : cluster 0 1: [v2:172.21.15.157:3300/0,v1:172.21.15.157:6789/0] mon.b 2024-04-25T23:40:10.493 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:10 smithi087 bash[21583]: cluster 2024-04-25T23:40:10.421242+0000 mon.a (mon.0) 941 : cluster 0 fsmap 2024-04-25T23:40:10.493 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:10 smithi087 bash[21583]: cluster 2024-04-25T23:40:10.421331+0000 mon.a (mon.0) 942 : cluster 0 osdmap e45: 6 total, 6 up, 6 in 2024-04-25T23:40:10.493 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:10 smithi087 bash[21583]: cluster 2024-04-25T23:40:10.422087+0000 mon.a (mon.0) 943 : cluster 0 mgrmap e15: a(active, since 9m), standbys: b 2024-04-25T23:40:10.493 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:10 smithi087 bash[21583]: cluster 2024-04-25T23:40:10.422433+0000 mon.a (mon.0) 944 : cluster 1 overall HEALTH_OK 2024-04-25T23:40:10.493 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:10 smithi087 bash[21583]: audit 2024-04-25T23:40:10.431746+0000 mon.a (mon.0) 945 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:40:10.493 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:10 smithi087 bash[21583]: audit 2024-04-25T23:40:10.439055+0000 mon.a (mon.0) 946 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:40:10.493 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:10 smithi087 bash[21583]: audit 2024-04-25T23:40:10.447061+0000 mon.a (mon.0) 947 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:40:10.915 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:10 smithi157 bash[22215]: audit 2024-04-25T23:40:07.971048+0000 mgr.a (mgr.14152) 367 : audit 0 from='client.14463 -' entity='client.admin' cmd=[{"prefix": "orch ls", "service_type": "mon", "export": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T23:40:10.915 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:10 smithi157 bash[22215]: audit 2024-04-25T23:40:08.339431+0000 mgr.a (mgr.14152) 368 : audit 0 from='client.14469 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T23:40:10.915 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:10 smithi157 bash[22215]: cephadm 2024-04-25T23:40:08.343013+0000 mgr.a (mgr.14152) 369 : cephadm 1 Saving service mon spec with placement smithi087:172.21.15.87=a;smithi157:172.21.15.157=b;count:3 2024-04-25T23:40:10.915 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:10 smithi157 bash[22215]: cephadm 2024-04-25T23:40:08.384936+0000 mgr.a (mgr.14152) 370 : cephadm 1 Safe to remove mon.c: new quorum should be ['a', 'b'] (from ['a', 'b']) 2024-04-25T23:40:10.916 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:10 smithi157 bash[22215]: cephadm 2024-04-25T23:40:08.385035+0000 mgr.a (mgr.14152) 371 : cephadm 1 Removing monitor c from monmap... 2024-04-25T23:40:10.916 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:10 smithi157 bash[22215]: audit 2024-04-25T23:40:08.386851+0000 mon.a (mon.0) 928 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd='[{"prefix": "mon rm", "name": "c"}]': finished 2024-04-25T23:40:10.916 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:10 smithi157 bash[22215]: audit 2024-04-25T23:40:08.390171+0000 mon.a (mon.0) 929 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-25T23:40:10.916 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:10 smithi157 bash[22215]: audit 2024-04-25T23:40:08.391102+0000 mon.a (mon.0) 930 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-25T23:40:10.916 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:10 smithi157 bash[22215]: cluster 2024-04-25T23:40:08.393977+0000 mon.b (mon.1) 16 : cluster 1 mon.b calling monitor election 2024-04-25T23:40:10.916 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:10 smithi157 bash[22215]: cluster 2024-04-25T23:40:09.098009+0000 mgr.a (mgr.14152) 372 : cluster 0 pgmap v320: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:40:10.916 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:10 smithi157 bash[22215]: cluster 2024-04-25T23:40:10.390906+0000 mon.a (mon.0) 931 : cluster 1 mon.a calling monitor election 2024-04-25T23:40:10.916 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:10 smithi157 bash[22215]: cluster 2024-04-25T23:40:10.412998+0000 mon.a (mon.0) 932 : cluster 1 mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-04-25T23:40:10.916 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:10 smithi157 bash[22215]: cluster 2024-04-25T23:40:10.419885+0000 mon.a (mon.0) 933 : cluster 0 monmap epoch 4 2024-04-25T23:40:10.916 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:10 smithi157 bash[22215]: cluster 2024-04-25T23:40:10.419941+0000 mon.a (mon.0) 934 : cluster 0 fsid 7567fb78-035b-11ef-bc93-c7b262605968 2024-04-25T23:40:10.916 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:10 smithi157 bash[22215]: cluster 2024-04-25T23:40:10.419977+0000 mon.a (mon.0) 935 : cluster 0 last_changed 2024-04-25T23:40:08.385442+0000 2024-04-25T23:40:10.916 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:10 smithi157 bash[22215]: cluster 2024-04-25T23:40:10.420021+0000 mon.a (mon.0) 936 : cluster 0 created 2024-04-25T23:29:34.198083+0000 2024-04-25T23:40:10.916 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:10 smithi157 bash[22215]: cluster 2024-04-25T23:40:10.420068+0000 mon.a (mon.0) 937 : cluster 0 min_mon_release 19 (squid) 2024-04-25T23:40:10.917 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:10 smithi157 bash[22215]: cluster 2024-04-25T23:40:10.420112+0000 mon.a (mon.0) 938 : cluster 0 election_strategy: 1 2024-04-25T23:40:10.917 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:10 smithi157 bash[22215]: cluster 2024-04-25T23:40:10.420158+0000 mon.a (mon.0) 939 : cluster 0 0: [v2:172.21.15.87:3300/0,v1:172.21.15.87:6789/0] mon.a 2024-04-25T23:40:10.917 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:10 smithi157 bash[22215]: cluster 2024-04-25T23:40:10.420199+0000 mon.a (mon.0) 940 : cluster 0 1: [v2:172.21.15.157:3300/0,v1:172.21.15.157:6789/0] mon.b 2024-04-25T23:40:10.917 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:10 smithi157 bash[22215]: cluster 2024-04-25T23:40:10.421242+0000 mon.a (mon.0) 941 : cluster 0 fsmap 2024-04-25T23:40:10.917 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:10 smithi157 bash[22215]: cluster 2024-04-25T23:40:10.421331+0000 mon.a (mon.0) 942 : cluster 0 osdmap e45: 6 total, 6 up, 6 in 2024-04-25T23:40:10.917 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:10 smithi157 bash[22215]: cluster 2024-04-25T23:40:10.422087+0000 mon.a (mon.0) 943 : cluster 0 mgrmap e15: a(active, since 9m), standbys: b 2024-04-25T23:40:10.917 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:10 smithi157 bash[22215]: cluster 2024-04-25T23:40:10.422433+0000 mon.a (mon.0) 944 : cluster 1 overall HEALTH_OK 2024-04-25T23:40:10.917 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:10 smithi157 bash[22215]: audit 2024-04-25T23:40:10.431746+0000 mon.a (mon.0) 945 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:40:10.917 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:10 smithi157 bash[22215]: audit 2024-04-25T23:40:10.439055+0000 mon.a (mon.0) 946 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:40:10.917 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:10 smithi157 bash[22215]: audit 2024-04-25T23:40:10.447061+0000 mon.a (mon.0) 947 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:40:11.728 INFO:teuthology.orchestra.run.smithi087.stdout:Scheduled to remove the following daemons from host 'smithi161' 2024-04-25T23:40:11.728 INFO:teuthology.orchestra.run.smithi087.stdout:type id 2024-04-25T23:40:11.728 INFO:teuthology.orchestra.run.smithi087.stdout:-------------------- --------------- 2024-04-25T23:40:11.728 INFO:teuthology.orchestra.run.smithi087.stdout:agent smithi161 2024-04-25T23:40:11.729 INFO:teuthology.orchestra.run.smithi087.stdout:mon c 2024-04-25T23:40:11.729 INFO:teuthology.orchestra.run.smithi087.stdout:osd 4 2024-04-25T23:40:11.729 INFO:teuthology.orchestra.run.smithi087.stdout:osd 5 2024-04-25T23:40:11.739 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:11 smithi087 bash[21583]: cephadm 2024-04-25T23:40:10.426451+0000 mgr.a (mgr.14152) 373 : cephadm 1 Removing daemon mon.c from smithi161 -- ports [] 2024-04-25T23:40:11.742 INFO:teuthology.orchestra.run.smithi087.stderr:++ ceph orch ps --hostname smithi161 2024-04-25T23:40:11.749 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:11 smithi157 bash[22215]: cephadm 2024-04-25T23:40:10.426451+0000 mgr.a (mgr.14152) 373 : cephadm 1 Removing daemon mon.c from smithi161 -- ports [] 2024-04-25T23:40:12.100 INFO:teuthology.orchestra.run.smithi087.stderr:+ HOST_C_DAEMONS='NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-25T23:40:12.100 INFO:teuthology.orchestra.run.smithi087.stderr:agent.smithi161 smithi161 running 10s ago 8m - - 2024-04-25T23:40:12.100 INFO:teuthology.orchestra.run.smithi087.stderr:mon.c smithi161 running (7m) 10s ago 7m 33.8M 2048M 19.0.0-2445-gd2c45d97 f68e37b807ef 5b42210f0afd 2024-04-25T23:40:12.100 INFO:teuthology.orchestra.run.smithi087.stderr:osd.4 smithi161 running (3m) 10s ago 3m 44.6M 9.93G 19.0.0-2445-gd2c45d97 f68e37b807ef 759972d45f3e 2024-04-25T23:40:12.100 INFO:teuthology.orchestra.run.smithi087.stderr:osd.5 smithi161 running (2m) 10s ago 2m 45.7M 9.93G 19.0.0-2445-gd2c45d97 f68e37b807ef c2c984f0b358 ' 2024-04-25T23:40:12.100 INFO:teuthology.orchestra.run.smithi087.stderr:+ '[' 'NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-25T23:40:12.100 INFO:teuthology.orchestra.run.smithi087.stderr:agent.smithi161 smithi161 running 10s ago 8m - - 2024-04-25T23:40:12.100 INFO:teuthology.orchestra.run.smithi087.stderr:mon.c smithi161 running (7m) 10s ago 7m 33.8M 2048M 19.0.0-2445-gd2c45d97 f68e37b807ef 5b42210f0afd 2024-04-25T23:40:12.100 INFO:teuthology.orchestra.run.smithi087.stderr:osd.4 smithi161 running (3m) 10s ago 3m 44.6M 9.93G 19.0.0-2445-gd2c45d97 f68e37b807ef 759972d45f3e 2024-04-25T23:40:12.100 INFO:teuthology.orchestra.run.smithi087.stderr:osd.5 smithi161 running (2m) 10s ago 2m 45.7M 9.93G 19.0.0-2445-gd2c45d97 f68e37b807ef c2c984f0b358 ' '!=' 'No daemons reported' ']' 2024-04-25T23:40:12.100 INFO:teuthology.orchestra.run.smithi087.stderr:+ sleep 15 2024-04-25T23:40:12.739 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:12 smithi087 bash[21583]: cluster 2024-04-25T23:40:11.098604+0000 mgr.a (mgr.14152) 374 : cluster 0 pgmap v321: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:40:12.739 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:12 smithi087 bash[21583]: audit 2024-04-25T23:40:11.740161+0000 mon.a (mon.0) 948 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:40:12.739 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:12 smithi087 bash[21583]: audit 2024-04-25T23:40:11.744647+0000 mon.a (mon.0) 949 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:40:12.739 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:12 smithi087 bash[21583]: audit 2024-04-25T23:40:11.746095+0000 mon.a (mon.0) 950 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd crush tree", "format": "json"}]: dispatch 2024-04-25T23:40:12.740 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:12 smithi087 bash[21583]: audit 2024-04-25T23:40:11.747522+0000 mon.a (mon.0) 951 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd crush tree", "format": "json"}]: dispatch 2024-04-25T23:40:12.915 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:12 smithi157 bash[22215]: cluster 2024-04-25T23:40:11.098604+0000 mgr.a (mgr.14152) 374 : cluster 0 pgmap v321: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:40:12.915 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:12 smithi157 bash[22215]: audit 2024-04-25T23:40:11.740161+0000 mon.a (mon.0) 948 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:40:12.915 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:12 smithi157 bash[22215]: audit 2024-04-25T23:40:11.744647+0000 mon.a (mon.0) 949 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:40:12.915 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:12 smithi157 bash[22215]: audit 2024-04-25T23:40:11.746095+0000 mon.a (mon.0) 950 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd crush tree", "format": "json"}]: dispatch 2024-04-25T23:40:12.915 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:12 smithi157 bash[22215]: audit 2024-04-25T23:40:11.747522+0000 mon.a (mon.0) 951 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd crush tree", "format": "json"}]: dispatch 2024-04-25T23:40:13.741 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:13 smithi087 bash[21583]: audit 2024-04-25T23:40:11.735705+0000 mgr.a (mgr.14152) 375 : audit 0 from='client.14472 -' entity='client.admin' cmd=[{"prefix": "orch host drain", "hostname": "smithi161", "zap_osd_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T23:40:13.742 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:13 smithi087 bash[21583]: cephadm 2024-04-25T23:40:11.740593+0000 mgr.a (mgr.14152) 376 : cephadm 1 Added label _no_schedule to host smithi161 2024-04-25T23:40:13.742 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:13 smithi087 bash[21583]: cephadm 2024-04-25T23:40:11.745031+0000 mgr.a (mgr.14152) 377 : cephadm 1 Added label _no_conf_keyring to host smithi161 2024-04-25T23:40:13.742 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:13 smithi087 bash[21583]: cephadm 2024-04-25T23:40:11.746778+0000 mgr.a (mgr.14152) 378 : cephadm 1 osd.4 crush weight is 0.0872955322265625 2024-04-25T23:40:13.742 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:13 smithi087 bash[21583]: cephadm 2024-04-25T23:40:11.748169+0000 mgr.a (mgr.14152) 379 : cephadm 1 osd.5 crush weight is 0.0872955322265625 2024-04-25T23:40:13.742 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:13 smithi087 bash[21583]: audit 2024-04-25T23:40:12.097036+0000 mgr.a (mgr.14152) 380 : audit 0 from='client.14476 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi161", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T23:40:13.742 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:13 smithi087 bash[21583]: audit 2024-04-25T23:40:13.048161+0000 mon.a (mon.0) 952 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:40:13.742 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:13 smithi087 bash[21583]: audit 2024-04-25T23:40:13.054291+0000 mon.a (mon.0) 953 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:40:13.742 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:13 smithi087 bash[21583]: audit 2024-04-25T23:40:13.060205+0000 mon.a (mon.0) 954 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:40:13.915 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:13 smithi157 bash[22215]: audit 2024-04-25T23:40:11.735705+0000 mgr.a (mgr.14152) 375 : audit 0 from='client.14472 -' entity='client.admin' cmd=[{"prefix": "orch host drain", "hostname": "smithi161", "zap_osd_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T23:40:13.915 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:13 smithi157 bash[22215]: cephadm 2024-04-25T23:40:11.740593+0000 mgr.a (mgr.14152) 376 : cephadm 1 Added label _no_schedule to host smithi161 2024-04-25T23:40:13.915 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:13 smithi157 bash[22215]: cephadm 2024-04-25T23:40:11.745031+0000 mgr.a (mgr.14152) 377 : cephadm 1 Added label _no_conf_keyring to host smithi161 2024-04-25T23:40:13.915 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:13 smithi157 bash[22215]: cephadm 2024-04-25T23:40:11.746778+0000 mgr.a (mgr.14152) 378 : cephadm 1 osd.4 crush weight is 0.0872955322265625 2024-04-25T23:40:13.915 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:13 smithi157 bash[22215]: cephadm 2024-04-25T23:40:11.748169+0000 mgr.a (mgr.14152) 379 : cephadm 1 osd.5 crush weight is 0.0872955322265625 2024-04-25T23:40:13.915 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:13 smithi157 bash[22215]: audit 2024-04-25T23:40:12.097036+0000 mgr.a (mgr.14152) 380 : audit 0 from='client.14476 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi161", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T23:40:13.915 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:13 smithi157 bash[22215]: audit 2024-04-25T23:40:13.048161+0000 mon.a (mon.0) 952 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:40:13.915 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:13 smithi157 bash[22215]: audit 2024-04-25T23:40:13.054291+0000 mon.a (mon.0) 953 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:40:13.915 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:13 smithi157 bash[22215]: audit 2024-04-25T23:40:13.060205+0000 mon.a (mon.0) 954 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:40:14.739 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:14 smithi087 bash[21583]: cluster 2024-04-25T23:40:13.099100+0000 mgr.a (mgr.14152) 381 : cluster 0 pgmap v322: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:40:14.914 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:14 smithi157 bash[22215]: cluster 2024-04-25T23:40:13.099100+0000 mgr.a (mgr.14152) 381 : cluster 0 pgmap v322: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:40:16.145 INFO:journalctl@ceph.mon.c.smithi161.stdout:Apr 25 23:40:16 smithi161 systemd[1]: /etc/systemd/system/ceph-7567fb78-035b-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-25T23:40:16.145 INFO:journalctl@ceph.osd.4.smithi161.stdout:Apr 25 23:40:15 smithi161 systemd[1]: /etc/systemd/system/ceph-7567fb78-035b-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-25T23:40:16.145 INFO:journalctl@ceph.osd.5.smithi161.stdout:Apr 25 23:40:15 smithi161 systemd[1]: /etc/systemd/system/ceph-7567fb78-035b-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-25T23:40:16.739 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:16 smithi087 bash[21583]: cluster 2024-04-25T23:40:15.099706+0000 mgr.a (mgr.14152) 382 : cluster 0 pgmap v323: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:40:16.739 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:16 smithi087 bash[21583]: audit 2024-04-25T23:40:16.163625+0000 mon.a (mon.0) 955 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:40:16.739 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:16 smithi087 bash[21583]: audit 2024-04-25T23:40:16.171378+0000 mon.a (mon.0) 956 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:40:16.739 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:16 smithi087 bash[21583]: audit 2024-04-25T23:40:16.272599+0000 mon.a (mon.0) 957 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T23:40:16.739 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:16 smithi087 bash[21583]: audit 2024-04-25T23:40:16.440178+0000 mon.a (mon.0) 958 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:40:16.915 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:16 smithi157 bash[22215]: cluster 2024-04-25T23:40:15.099706+0000 mgr.a (mgr.14152) 382 : cluster 0 pgmap v323: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:40:16.915 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:16 smithi157 bash[22215]: audit 2024-04-25T23:40:16.163625+0000 mon.a (mon.0) 955 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:40:16.915 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:16 smithi157 bash[22215]: audit 2024-04-25T23:40:16.171378+0000 mon.a (mon.0) 956 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:40:16.915 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:16 smithi157 bash[22215]: audit 2024-04-25T23:40:16.272599+0000 mon.a (mon.0) 957 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T23:40:16.915 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:16 smithi157 bash[22215]: audit 2024-04-25T23:40:16.440178+0000 mon.a (mon.0) 958 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:40:18.739 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:18 smithi087 bash[21583]: cluster 2024-04-25T23:40:17.100232+0000 mgr.a (mgr.14152) 383 : cluster 0 pgmap v324: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:40:18.914 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:18 smithi157 bash[22215]: cluster 2024-04-25T23:40:17.100232+0000 mgr.a (mgr.14152) 383 : cluster 0 pgmap v324: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:40:20.914 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:20 smithi157 bash[22215]: cluster 2024-04-25T23:40:19.100754+0000 mgr.a (mgr.14152) 384 : cluster 0 pgmap v325: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:40:20.989 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:20 smithi087 bash[21583]: cluster 2024-04-25T23:40:19.100754+0000 mgr.a (mgr.14152) 384 : cluster 0 pgmap v325: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:40:22.918 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:22 smithi157 bash[22215]: cluster 2024-04-25T23:40:21.101308+0000 mgr.a (mgr.14152) 385 : cluster 0 pgmap v326: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:40:22.919 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:22 smithi157 bash[22215]: audit 2024-04-25T23:40:21.516301+0000 mon.a (mon.0) 959 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:40:22.919 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:22 smithi157 bash[22215]: audit 2024-04-25T23:40:21.530077+0000 mon.a (mon.0) 960 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:40:22.919 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:22 smithi157 bash[22215]: audit 2024-04-25T23:40:22.007298+0000 mon.a (mon.0) 961 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:40:22.919 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:22 smithi157 bash[22215]: audit 2024-04-25T23:40:22.017178+0000 mon.a (mon.0) 962 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:40:22.919 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:22 smithi157 bash[22215]: audit 2024-04-25T23:40:22.191359+0000 mon.a (mon.0) 963 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:40:22.919 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:22 smithi157 bash[22215]: audit 2024-04-25T23:40:22.201791+0000 mon.a (mon.0) 964 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:40:22.920 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:22 smithi157 bash[22215]: audit 2024-04-25T23:40:22.213674+0000 mon.a (mon.0) 965 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:40:22.989 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:22 smithi087 bash[21583]: cluster 2024-04-25T23:40:21.101308+0000 mgr.a (mgr.14152) 385 : cluster 0 pgmap v326: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:40:22.990 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:22 smithi087 bash[21583]: audit 2024-04-25T23:40:21.516301+0000 mon.a (mon.0) 959 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:40:22.990 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:22 smithi087 bash[21583]: audit 2024-04-25T23:40:21.530077+0000 mon.a (mon.0) 960 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:40:22.990 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:22 smithi087 bash[21583]: audit 2024-04-25T23:40:22.007298+0000 mon.a (mon.0) 961 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:40:22.990 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:22 smithi087 bash[21583]: audit 2024-04-25T23:40:22.017178+0000 mon.a (mon.0) 962 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:40:22.990 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:22 smithi087 bash[21583]: audit 2024-04-25T23:40:22.191359+0000 mon.a (mon.0) 963 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:40:22.990 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:22 smithi087 bash[21583]: audit 2024-04-25T23:40:22.201791+0000 mon.a (mon.0) 964 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:40:22.990 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:22 smithi087 bash[21583]: audit 2024-04-25T23:40:22.213674+0000 mon.a (mon.0) 965 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:40:24.915 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:24 smithi157 bash[22215]: cluster 2024-04-25T23:40:23.101855+0000 mgr.a (mgr.14152) 386 : cluster 0 pgmap v327: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:40:24.915 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:24 smithi157 bash[22215]: audit 2024-04-25T23:40:23.606420+0000 mon.a (mon.0) 966 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:40:24.915 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:24 smithi157 bash[22215]: audit 2024-04-25T23:40:23.616516+0000 mon.a (mon.0) 967 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:40:24.915 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:24 smithi157 bash[22215]: audit 2024-04-25T23:40:23.628243+0000 mon.a (mon.0) 968 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:40:24.989 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:24 smithi087 bash[21583]: cluster 2024-04-25T23:40:23.101855+0000 mgr.a (mgr.14152) 386 : cluster 0 pgmap v327: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:40:24.989 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:24 smithi087 bash[21583]: audit 2024-04-25T23:40:23.606420+0000 mon.a (mon.0) 966 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:40:24.989 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:24 smithi087 bash[21583]: audit 2024-04-25T23:40:23.616516+0000 mon.a (mon.0) 967 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:40:24.989 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:24 smithi087 bash[21583]: audit 2024-04-25T23:40:23.628243+0000 mon.a (mon.0) 968 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:40:26.914 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:26 smithi157 bash[22215]: cluster 2024-04-25T23:40:25.102422+0000 mgr.a (mgr.14152) 387 : cluster 0 pgmap v328: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:40:26.989 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:26 smithi087 bash[21583]: cluster 2024-04-25T23:40:25.102422+0000 mgr.a (mgr.14152) 387 : cluster 0 pgmap v328: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:40:27.102 INFO:teuthology.orchestra.run.smithi087.stderr:++ ceph orch ps --hostname smithi161 2024-04-25T23:40:27.481 INFO:teuthology.orchestra.run.smithi087.stderr:+ HOST_C_DAEMONS='NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-25T23:40:27.481 INFO:teuthology.orchestra.run.smithi087.stderr:agent.smithi161 smithi161 running 3s ago 8m - - 2024-04-25T23:40:27.481 INFO:teuthology.orchestra.run.smithi087.stderr:osd.4 smithi161 running (3m) 3s ago 3m 45.0M 9.93G 19.0.0-2445-gd2c45d97 f68e37b807ef 759972d45f3e 2024-04-25T23:40:27.481 INFO:teuthology.orchestra.run.smithi087.stderr:osd.5 smithi161 running (2m) 3s ago 2m 45.9M 9.93G 19.0.0-2445-gd2c45d97 f68e37b807ef c2c984f0b358 ' 2024-04-25T23:40:27.481 INFO:teuthology.orchestra.run.smithi087.stderr:+ '[' 'NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-25T23:40:27.481 INFO:teuthology.orchestra.run.smithi087.stderr:agent.smithi161 smithi161 running 3s ago 8m - - 2024-04-25T23:40:27.481 INFO:teuthology.orchestra.run.smithi087.stderr:osd.4 smithi161 running (3m) 3s ago 3m 45.0M 9.93G 19.0.0-2445-gd2c45d97 f68e37b807ef 759972d45f3e 2024-04-25T23:40:27.481 INFO:teuthology.orchestra.run.smithi087.stderr:osd.5 smithi161 running (2m) 3s ago 2m 45.9M 9.93G 19.0.0-2445-gd2c45d97 f68e37b807ef c2c984f0b358 ' '!=' 'No daemons reported' ']' 2024-04-25T23:40:27.481 INFO:teuthology.orchestra.run.smithi087.stderr:+ sleep 15 2024-04-25T23:40:28.664 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:28 smithi157 bash[22215]: cluster 2024-04-25T23:40:27.102917+0000 mgr.a (mgr.14152) 388 : cluster 0 pgmap v329: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:40:28.665 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:28 smithi157 bash[22215]: audit 2024-04-25T23:40:27.473634+0000 mgr.a (mgr.14152) 389 : audit 0 from='client.14480 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi161", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T23:40:28.949 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:28 smithi087 bash[21583]: cluster 2024-04-25T23:40:27.102917+0000 mgr.a (mgr.14152) 388 : cluster 0 pgmap v329: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:40:28.950 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:28 smithi087 bash[21583]: audit 2024-04-25T23:40:27.473634+0000 mgr.a (mgr.14152) 389 : audit 0 from='client.14480 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi161", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T23:40:30.914 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:30 smithi157 bash[22215]: cluster 2024-04-25T23:40:29.103513+0000 mgr.a (mgr.14152) 390 : cluster 0 pgmap v330: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:40:30.915 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:30 smithi157 bash[22215]: audit 2024-04-25T23:40:30.366747+0000 mon.a (mon.0) 969 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:40:30.915 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:30 smithi157 bash[22215]: audit 2024-04-25T23:40:30.376727+0000 mon.a (mon.0) 970 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:40:30.915 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:30 smithi157 bash[22215]: audit 2024-04-25T23:40:30.378610+0000 mon.a (mon.0) 971 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:40:30.915 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:30 smithi157 bash[22215]: audit 2024-04-25T23:40:30.380672+0000 mon.a (mon.0) 972 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T23:40:30.915 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:30 smithi157 bash[22215]: audit 2024-04-25T23:40:30.586425+0000 mon.a (mon.0) 973 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:40:30.915 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:30 smithi157 bash[22215]: audit 2024-04-25T23:40:30.592930+0000 mon.a (mon.0) 974 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:40:30.915 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:30 smithi157 bash[22215]: audit 2024-04-25T23:40:30.599997+0000 mon.a (mon.0) 975 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:40:30.989 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:30 smithi087 bash[21583]: cluster 2024-04-25T23:40:29.103513+0000 mgr.a (mgr.14152) 390 : cluster 0 pgmap v330: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:40:30.989 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:30 smithi087 bash[21583]: audit 2024-04-25T23:40:30.366747+0000 mon.a (mon.0) 969 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:40:30.989 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:30 smithi087 bash[21583]: audit 2024-04-25T23:40:30.376727+0000 mon.a (mon.0) 970 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:40:30.989 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:30 smithi087 bash[21583]: audit 2024-04-25T23:40:30.378610+0000 mon.a (mon.0) 971 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:40:30.989 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:30 smithi087 bash[21583]: audit 2024-04-25T23:40:30.380672+0000 mon.a (mon.0) 972 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T23:40:30.990 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:30 smithi087 bash[21583]: audit 2024-04-25T23:40:30.586425+0000 mon.a (mon.0) 973 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:40:30.990 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:30 smithi087 bash[21583]: audit 2024-04-25T23:40:30.592930+0000 mon.a (mon.0) 974 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:40:30.990 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:30 smithi087 bash[21583]: audit 2024-04-25T23:40:30.599997+0000 mon.a (mon.0) 975 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:40:31.915 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:31 smithi157 bash[22215]: cephadm 2024-04-25T23:40:30.357413+0000 mgr.a (mgr.14152) 391 : cephadm 1 Detected new or changed devices on smithi161 2024-04-25T23:40:31.915 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:31 smithi157 bash[22215]: cephadm 2024-04-25T23:40:30.383606+0000 mgr.a (mgr.14152) 392 : cephadm 1 Updating smithi087:/etc/ceph/ceph.conf 2024-04-25T23:40:31.915 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:31 smithi157 bash[22215]: cephadm 2024-04-25T23:40:30.384433+0000 mgr.a (mgr.14152) 393 : cephadm 1 Updating smithi157:/etc/ceph/ceph.conf 2024-04-25T23:40:31.916 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:31 smithi157 bash[22215]: cephadm 2024-04-25T23:40:30.384833+0000 mgr.a (mgr.14152) 394 : cephadm 1 Removing smithi161:/var/lib/ceph/7567fb78-035b-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-25T23:40:31.916 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:31 smithi157 bash[22215]: cephadm 2024-04-25T23:40:30.500539+0000 mgr.a (mgr.14152) 395 : cephadm 1 Removing smithi161:/etc/ceph/ceph.client.admin.keyring 2024-04-25T23:40:31.916 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:31 smithi157 bash[22215]: cephadm 2024-04-25T23:40:30.564967+0000 mgr.a (mgr.14152) 396 : cephadm 1 Removing smithi161:/var/lib/ceph/7567fb78-035b-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-25T23:40:31.916 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:31 smithi157 bash[22215]: audit 2024-04-25T23:40:30.635418+0000 mon.a (mon.0) 976 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:40:31.916 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:31 smithi157 bash[22215]: audit 2024-04-25T23:40:30.640843+0000 mon.a (mon.0) 977 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:40:31.916 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:31 smithi157 bash[22215]: cephadm 2024-04-25T23:40:30.700080+0000 mgr.a (mgr.14152) 397 : cephadm 1 Updating smithi087:/var/lib/ceph/7567fb78-035b-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-25T23:40:31.916 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:31 smithi157 bash[22215]: cephadm 2024-04-25T23:40:30.700972+0000 mgr.a (mgr.14152) 398 : cephadm 1 Updating smithi157:/var/lib/ceph/7567fb78-035b-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-25T23:40:31.916 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:31 smithi157 bash[22215]: audit 2024-04-25T23:40:30.869699+0000 mon.a (mon.0) 978 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:40:31.916 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:31 smithi157 bash[22215]: audit 2024-04-25T23:40:30.874759+0000 mon.a (mon.0) 979 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:40:31.916 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:31 smithi157 bash[22215]: audit 2024-04-25T23:40:30.922582+0000 mon.a (mon.0) 980 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:40:31.916 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:31 smithi157 bash[22215]: audit 2024-04-25T23:40:30.929173+0000 mon.a (mon.0) 981 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:40:31.916 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:31 smithi157 bash[22215]: audit 2024-04-25T23:40:30.933517+0000 mon.a (mon.0) 982 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-25T23:40:31.917 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:31 smithi157 bash[22215]: audit 2024-04-25T23:40:30.936288+0000 mon.a (mon.0) 983 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-25T23:40:31.917 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:31 smithi157 bash[22215]: audit 2024-04-25T23:40:30.938933+0000 mon.a (mon.0) 984 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"]}]: dispatch 2024-04-25T23:40:31.917 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:31 smithi157 bash[22215]: audit 2024-04-25T23:40:30.941118+0000 mon.a (mon.0) 985 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0}]: dispatch 2024-04-25T23:40:31.924 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:31 smithi087 bash[21583]: cephadm 2024-04-25T23:40:30.357413+0000 mgr.a (mgr.14152) 391 : cephadm 1 Detected new or changed devices on smithi161 2024-04-25T23:40:31.924 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:31 smithi087 bash[21583]: cephadm 2024-04-25T23:40:30.383606+0000 mgr.a (mgr.14152) 392 : cephadm 1 Updating smithi087:/etc/ceph/ceph.conf 2024-04-25T23:40:31.924 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:31 smithi087 bash[21583]: cephadm 2024-04-25T23:40:30.384433+0000 mgr.a (mgr.14152) 393 : cephadm 1 Updating smithi157:/etc/ceph/ceph.conf 2024-04-25T23:40:31.924 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:31 smithi087 bash[21583]: cephadm 2024-04-25T23:40:30.384833+0000 mgr.a (mgr.14152) 394 : cephadm 1 Removing smithi161:/var/lib/ceph/7567fb78-035b-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-25T23:40:31.924 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:31 smithi087 bash[21583]: cephadm 2024-04-25T23:40:30.500539+0000 mgr.a (mgr.14152) 395 : cephadm 1 Removing smithi161:/etc/ceph/ceph.client.admin.keyring 2024-04-25T23:40:31.924 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:31 smithi087 bash[21583]: cephadm 2024-04-25T23:40:30.564967+0000 mgr.a (mgr.14152) 396 : cephadm 1 Removing smithi161:/var/lib/ceph/7567fb78-035b-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-25T23:40:31.925 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:31 smithi087 bash[21583]: audit 2024-04-25T23:40:30.635418+0000 mon.a (mon.0) 976 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:40:31.925 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:31 smithi087 bash[21583]: audit 2024-04-25T23:40:30.640843+0000 mon.a (mon.0) 977 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:40:31.925 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:31 smithi087 bash[21583]: cephadm 2024-04-25T23:40:30.700080+0000 mgr.a (mgr.14152) 397 : cephadm 1 Updating smithi087:/var/lib/ceph/7567fb78-035b-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-25T23:40:31.925 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:31 smithi087 bash[21583]: cephadm 2024-04-25T23:40:30.700972+0000 mgr.a (mgr.14152) 398 : cephadm 1 Updating smithi157:/var/lib/ceph/7567fb78-035b-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-25T23:40:31.925 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:31 smithi087 bash[21583]: audit 2024-04-25T23:40:30.869699+0000 mon.a (mon.0) 978 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:40:31.925 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:31 smithi087 bash[21583]: audit 2024-04-25T23:40:30.874759+0000 mon.a (mon.0) 979 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:40:31.925 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:31 smithi087 bash[21583]: audit 2024-04-25T23:40:30.922582+0000 mon.a (mon.0) 980 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:40:31.925 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:31 smithi087 bash[21583]: audit 2024-04-25T23:40:30.929173+0000 mon.a (mon.0) 981 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:40:31.925 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:31 smithi087 bash[21583]: audit 2024-04-25T23:40:30.933517+0000 mon.a (mon.0) 982 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-25T23:40:31.925 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:31 smithi087 bash[21583]: audit 2024-04-25T23:40:30.936288+0000 mon.a (mon.0) 983 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-25T23:40:31.925 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:31 smithi087 bash[21583]: audit 2024-04-25T23:40:30.938933+0000 mon.a (mon.0) 984 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"]}]: dispatch 2024-04-25T23:40:31.926 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:31 smithi087 bash[21583]: audit 2024-04-25T23:40:30.941118+0000 mon.a (mon.0) 985 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0}]: dispatch 2024-04-25T23:40:31.926 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:31 smithi087 bash[21583]: debug 2024-04-25T23:40:31.943+0000 7f816ce0b700 -1 mon.a@0(leader).osd e46 definitely_dead 0 2024-04-25T23:40:32.915 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:32 smithi157 bash[22215]: audit 2024-04-25T23:40:30.933899+0000 mgr.a (mgr.14152) 399 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-25T23:40:32.915 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:32 smithi157 bash[22215]: audit 2024-04-25T23:40:30.936651+0000 mgr.a (mgr.14152) 400 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-25T23:40:32.915 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:32 smithi157 bash[22215]: audit 2024-04-25T23:40:30.939264+0000 mgr.a (mgr.14152) 401 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"]}]: dispatch 2024-04-25T23:40:32.915 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:32 smithi157 bash[22215]: cluster 2024-04-25T23:40:31.104128+0000 mgr.a (mgr.14152) 402 : cluster 0 pgmap v331: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:40:32.915 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:32 smithi157 bash[22215]: audit 2024-04-25T23:40:31.929865+0000 mon.a (mon.0) 986 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd='[{"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0}]': finished 2024-04-25T23:40:32.915 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:32 smithi157 bash[22215]: cluster 2024-04-25T23:40:31.935409+0000 mon.a (mon.0) 987 : cluster 0 osdmap e46: 6 total, 6 up, 6 in 2024-04-25T23:40:32.915 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:32 smithi157 bash[22215]: audit 2024-04-25T23:40:31.939892+0000 mon.a (mon.0) 988 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-25T23:40:32.915 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:32 smithi157 bash[22215]: audit 2024-04-25T23:40:31.942018+0000 mon.a (mon.0) 989 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["4"]}]: dispatch 2024-04-25T23:40:32.915 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:32 smithi157 bash[22215]: audit 2024-04-25T23:40:31.943831+0000 mon.a (mon.0) 990 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd down", "ids": ["4"]}]: dispatch 2024-04-25T23:40:32.989 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:32 smithi087 bash[21583]: audit 2024-04-25T23:40:30.933899+0000 mgr.a (mgr.14152) 399 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-25T23:40:32.989 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:32 smithi087 bash[21583]: audit 2024-04-25T23:40:30.936651+0000 mgr.a (mgr.14152) 400 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-25T23:40:32.989 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:32 smithi087 bash[21583]: audit 2024-04-25T23:40:30.939264+0000 mgr.a (mgr.14152) 401 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"]}]: dispatch 2024-04-25T23:40:32.990 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:32 smithi087 bash[21583]: cluster 2024-04-25T23:40:31.104128+0000 mgr.a (mgr.14152) 402 : cluster 0 pgmap v331: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:40:32.990 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:32 smithi087 bash[21583]: audit 2024-04-25T23:40:31.929865+0000 mon.a (mon.0) 986 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd='[{"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0}]': finished 2024-04-25T23:40:32.990 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:32 smithi087 bash[21583]: cluster 2024-04-25T23:40:31.935409+0000 mon.a (mon.0) 987 : cluster 0 osdmap e46: 6 total, 6 up, 6 in 2024-04-25T23:40:32.990 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:32 smithi087 bash[21583]: audit 2024-04-25T23:40:31.939892+0000 mon.a (mon.0) 988 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-25T23:40:32.990 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:32 smithi087 bash[21583]: audit 2024-04-25T23:40:31.942018+0000 mon.a (mon.0) 989 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["4"]}]: dispatch 2024-04-25T23:40:32.990 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:32 smithi087 bash[21583]: audit 2024-04-25T23:40:31.943831+0000 mon.a (mon.0) 990 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd down", "ids": ["4"]}]: dispatch 2024-04-25T23:40:33.645 INFO:journalctl@ceph.osd.4.smithi161.stdout:Apr 25 23:40:33 smithi161 systemd[1]: Stopping Ceph osd.4 for 7567fb78-035b-11ef-bc93-c7b262605968... 2024-04-25T23:40:33.645 INFO:journalctl@ceph.osd.4.smithi161.stdout:Apr 25 23:40:33 smithi161 bash[28714]: debug 2024-04-25T23:40:33.519+0000 7f1fc774a700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.4 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-04-25T23:40:33.645 INFO:journalctl@ceph.osd.4.smithi161.stdout:Apr 25 23:40:33 smithi161 bash[28714]: debug 2024-04-25T23:40:33.519+0000 7f1fc774a700 -1 osd.4 46 *** Got signal Terminated *** 2024-04-25T23:40:33.645 INFO:journalctl@ceph.osd.4.smithi161.stdout:Apr 25 23:40:33 smithi161 bash[28714]: debug 2024-04-25T23:40:33.519+0000 7f1fc774a700 -1 osd.4 46 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-25T23:40:33.915 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:33 smithi157 bash[22215]: cephadm 2024-04-25T23:40:31.936964+0000 mgr.a (mgr.14152) 403 : cephadm 1 osd.5 weight is now 0.0 2024-04-25T23:40:33.915 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:33 smithi157 bash[22215]: audit 2024-04-25T23:40:31.940174+0000 mgr.a (mgr.14152) 404 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-25T23:40:33.915 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:33 smithi157 bash[22215]: audit 2024-04-25T23:40:31.942255+0000 mgr.a (mgr.14152) 405 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["4"]}]: dispatch 2024-04-25T23:40:33.915 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:33 smithi157 bash[22215]: cluster 2024-04-25T23:40:32.937737+0000 mon.a (mon.0) 991 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2024-04-25T23:40:33.916 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:33 smithi157 bash[22215]: audit 2024-04-25T23:40:32.940068+0000 mon.a (mon.0) 992 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["4"]}]': finished 2024-04-25T23:40:33.916 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:33 smithi157 bash[22215]: cluster 2024-04-25T23:40:32.945746+0000 mon.a (mon.0) 993 : cluster 0 osdmap e47: 6 total, 5 up, 6 in 2024-04-25T23:40:33.916 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:33 smithi157 bash[22215]: audit 2024-04-25T23:40:33.230446+0000 mon.a (mon.0) 994 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:40:33.916 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:33 smithi157 bash[22215]: audit 2024-04-25T23:40:33.238401+0000 mon.a (mon.0) 995 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:40:33.916 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:33 smithi157 bash[22215]: audit 2024-04-25T23:40:33.243575+0000 mon.a (mon.0) 996 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:40:33.989 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:33 smithi087 bash[21583]: cephadm 2024-04-25T23:40:31.936964+0000 mgr.a (mgr.14152) 403 : cephadm 1 osd.5 weight is now 0.0 2024-04-25T23:40:33.990 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:33 smithi087 bash[21583]: audit 2024-04-25T23:40:31.940174+0000 mgr.a (mgr.14152) 404 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-25T23:40:33.990 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:33 smithi087 bash[21583]: audit 2024-04-25T23:40:31.942255+0000 mgr.a (mgr.14152) 405 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["4"]}]: dispatch 2024-04-25T23:40:33.990 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:33 smithi087 bash[21583]: cluster 2024-04-25T23:40:32.937737+0000 mon.a (mon.0) 991 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2024-04-25T23:40:33.990 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:33 smithi087 bash[21583]: audit 2024-04-25T23:40:32.940068+0000 mon.a (mon.0) 992 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["4"]}]': finished 2024-04-25T23:40:33.990 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:33 smithi087 bash[21583]: cluster 2024-04-25T23:40:32.945746+0000 mon.a (mon.0) 993 : cluster 0 osdmap e47: 6 total, 5 up, 6 in 2024-04-25T23:40:33.990 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:33 smithi087 bash[21583]: audit 2024-04-25T23:40:33.230446+0000 mon.a (mon.0) 994 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:40:33.990 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:33 smithi087 bash[21583]: audit 2024-04-25T23:40:33.238401+0000 mon.a (mon.0) 995 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:40:33.990 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:33 smithi087 bash[21583]: audit 2024-04-25T23:40:33.243575+0000 mon.a (mon.0) 996 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:40:34.894 INFO:journalctl@ceph.osd.4.smithi161.stdout:Apr 25 23:40:34 smithi161 bash[37967]: ceph-7567fb78-035b-11ef-bc93-c7b262605968-osd-4 2024-04-25T23:40:34.894 INFO:journalctl@ceph.osd.4.smithi161.stdout:Apr 25 23:40:34 smithi161 bash[38031]: Error response from daemon: No such container: ceph-7567fb78-035b-11ef-bc93-c7b262605968-osd-4 2024-04-25T23:40:34.914 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:34 smithi157 bash[22215]: cephadm 2024-04-25T23:40:32.947282+0000 mgr.a (mgr.14152) 406 : cephadm 1 osd.4 now down 2024-04-25T23:40:34.915 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:34 smithi157 bash[22215]: cephadm 2024-04-25T23:40:32.947874+0000 mgr.a (mgr.14152) 407 : cephadm 1 Removing daemon osd.4 from smithi161 -- ports [] 2024-04-25T23:40:34.915 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:34 smithi157 bash[22215]: cluster 2024-04-25T23:40:33.104659+0000 mgr.a (mgr.14152) 408 : cluster 0 pgmap v334: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:40:34.915 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:34 smithi157 bash[22215]: cluster 2024-04-25T23:40:33.952266+0000 mon.a (mon.0) 997 : cluster 0 osdmap e48: 6 total, 5 up, 6 in 2024-04-25T23:40:34.989 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:34 smithi087 bash[21583]: cephadm 2024-04-25T23:40:32.947282+0000 mgr.a (mgr.14152) 406 : cephadm 1 osd.4 now down 2024-04-25T23:40:34.989 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:34 smithi087 bash[21583]: cephadm 2024-04-25T23:40:32.947874+0000 mgr.a (mgr.14152) 407 : cephadm 1 Removing daemon osd.4 from smithi161 -- ports [] 2024-04-25T23:40:34.989 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:34 smithi087 bash[21583]: cluster 2024-04-25T23:40:33.104659+0000 mgr.a (mgr.14152) 408 : cluster 0 pgmap v334: 1 pgs: 1 active+clean; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:40:34.989 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:34 smithi087 bash[21583]: cluster 2024-04-25T23:40:33.952266+0000 mon.a (mon.0) 997 : cluster 0 osdmap e48: 6 total, 5 up, 6 in 2024-04-25T23:40:36.239 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:35 smithi087 bash[21583]: cluster 2024-04-25T23:40:34.954987+0000 mon.a (mon.0) 998 : cluster 0 osdmap e49: 6 total, 5 up, 6 in 2024-04-25T23:40:36.239 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:35 smithi087 bash[21583]: cluster 2024-04-25T23:40:35.105218+0000 mgr.a (mgr.14152) 409 : cluster 0 pgmap v337: 1 pgs: 1 remapped+peering; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:40:36.414 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:35 smithi157 bash[22215]: cluster 2024-04-25T23:40:34.954987+0000 mon.a (mon.0) 998 : cluster 0 osdmap e49: 6 total, 5 up, 6 in 2024-04-25T23:40:36.415 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:35 smithi157 bash[22215]: cluster 2024-04-25T23:40:35.105218+0000 mgr.a (mgr.14152) 409 : cluster 0 pgmap v337: 1 pgs: 1 remapped+peering; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:40:37.507 INFO:journalctl@ceph.osd.4.smithi161.stdout:Apr 25 23:40:37 smithi161 systemd[1]: ceph-7567fb78-035b-11ef-bc93-c7b262605968@osd.4.service: Deactivated successfully. 2024-04-25T23:40:37.507 INFO:journalctl@ceph.osd.4.smithi161.stdout:Apr 25 23:40:37 smithi161 systemd[1]: Stopped Ceph osd.4 for 7567fb78-035b-11ef-bc93-c7b262605968. 2024-04-25T23:40:37.507 INFO:journalctl@ceph.osd.4.smithi161.stdout:Apr 25 23:40:37 smithi161 systemd[1]: /etc/systemd/system/ceph-7567fb78-035b-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-25T23:40:37.508 INFO:journalctl@ceph.osd.5.smithi161.stdout:Apr 25 23:40:37 smithi161 systemd[1]: /etc/systemd/system/ceph-7567fb78-035b-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-25T23:40:38.415 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:38 smithi157 bash[22215]: cluster 2024-04-25T23:40:37.105777+0000 mgr.a (mgr.14152) 410 : cluster 0 pgmap v338: 1 pgs: 1 remapped+peering; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:40:38.415 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:38 smithi157 bash[22215]: cephadm 2024-04-25T23:40:37.625797+0000 mgr.a (mgr.14152) 411 : cephadm 1 Removing key for osd.4 2024-04-25T23:40:38.415 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:38 smithi157 bash[22215]: audit 2024-04-25T23:40:37.626379+0000 mon.a (mon.0) 999 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "osd.4"}]: dispatch 2024-04-25T23:40:38.415 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:38 smithi157 bash[22215]: audit 2024-04-25T23:40:37.629074+0000 mon.a (mon.0) 1000 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.4"}]': finished 2024-04-25T23:40:38.415 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:38 smithi157 bash[22215]: cephadm 2024-04-25T23:40:37.634170+0000 mgr.a (mgr.14152) 412 : cephadm 1 Successfully removed osd.4 on smithi161 2024-04-25T23:40:38.415 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:38 smithi157 bash[22215]: audit 2024-04-25T23:40:37.634791+0000 mon.a (mon.0) 1001 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true}]: dispatch 2024-04-25T23:40:38.415 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:38 smithi157 bash[22215]: cluster 2024-04-25T23:40:37.636091+0000 mon.a (mon.0) 1002 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2024-04-25T23:40:38.415 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:38 smithi157 bash[22215]: cluster 2024-04-25T23:40:37.636142+0000 mon.a (mon.0) 1003 : cluster 1 Cluster is now healthy 2024-04-25T23:40:38.416 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:38 smithi157 bash[22215]: audit 2024-04-25T23:40:37.638095+0000 mon.a (mon.0) 1004 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true}]': finished 2024-04-25T23:40:38.416 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:38 smithi157 bash[22215]: cluster 2024-04-25T23:40:37.643222+0000 mon.a (mon.0) 1005 : cluster 0 osdmap e50: 5 total, 5 up, 5 in 2024-04-25T23:40:38.416 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:38 smithi157 bash[22215]: cephadm 2024-04-25T23:40:37.644616+0000 mgr.a (mgr.14152) 413 : cephadm 1 Successfully purged osd.4 on smithi161 2024-04-25T23:40:38.416 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:38 smithi157 bash[22215]: cephadm 2024-04-25T23:40:37.644774+0000 mgr.a (mgr.14152) 414 : cephadm 1 Zapping devices for osd.4 on smithi161 2024-04-25T23:40:38.489 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:38 smithi087 bash[21583]: cluster 2024-04-25T23:40:37.105777+0000 mgr.a (mgr.14152) 410 : cluster 0 pgmap v338: 1 pgs: 1 remapped+peering; 577 KiB data, 187 MiB used, 536 GiB / 536 GiB avail 2024-04-25T23:40:38.489 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:38 smithi087 bash[21583]: cephadm 2024-04-25T23:40:37.625797+0000 mgr.a (mgr.14152) 411 : cephadm 1 Removing key for osd.4 2024-04-25T23:40:38.489 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:38 smithi087 bash[21583]: audit 2024-04-25T23:40:37.626379+0000 mon.a (mon.0) 999 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "osd.4"}]: dispatch 2024-04-25T23:40:38.490 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:38 smithi087 bash[21583]: audit 2024-04-25T23:40:37.629074+0000 mon.a (mon.0) 1000 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.4"}]': finished 2024-04-25T23:40:38.490 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:38 smithi087 bash[21583]: cephadm 2024-04-25T23:40:37.634170+0000 mgr.a (mgr.14152) 412 : cephadm 1 Successfully removed osd.4 on smithi161 2024-04-25T23:40:38.490 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:38 smithi087 bash[21583]: audit 2024-04-25T23:40:37.634791+0000 mon.a (mon.0) 1001 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true}]: dispatch 2024-04-25T23:40:38.490 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:38 smithi087 bash[21583]: cluster 2024-04-25T23:40:37.636091+0000 mon.a (mon.0) 1002 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2024-04-25T23:40:38.490 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:38 smithi087 bash[21583]: cluster 2024-04-25T23:40:37.636142+0000 mon.a (mon.0) 1003 : cluster 1 Cluster is now healthy 2024-04-25T23:40:38.490 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:38 smithi087 bash[21583]: audit 2024-04-25T23:40:37.638095+0000 mon.a (mon.0) 1004 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true}]': finished 2024-04-25T23:40:38.490 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:38 smithi087 bash[21583]: cluster 2024-04-25T23:40:37.643222+0000 mon.a (mon.0) 1005 : cluster 0 osdmap e50: 5 total, 5 up, 5 in 2024-04-25T23:40:38.490 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:38 smithi087 bash[21583]: cephadm 2024-04-25T23:40:37.644616+0000 mgr.a (mgr.14152) 413 : cephadm 1 Successfully purged osd.4 on smithi161 2024-04-25T23:40:38.490 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:38 smithi087 bash[21583]: cephadm 2024-04-25T23:40:37.644774+0000 mgr.a (mgr.14152) 414 : cephadm 1 Zapping devices for osd.4 on smithi161 2024-04-25T23:40:39.914 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:39 smithi157 bash[22215]: cluster 2024-04-25T23:40:38.645712+0000 mon.a (mon.0) 1006 : cluster 0 osdmap e51: 5 total, 5 up, 5 in 2024-04-25T23:40:39.990 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:39 smithi087 bash[21583]: cluster 2024-04-25T23:40:38.645712+0000 mon.a (mon.0) 1006 : cluster 0 osdmap e51: 5 total, 5 up, 5 in 2024-04-25T23:40:40.914 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:40 smithi157 bash[22215]: cluster 2024-04-25T23:40:39.106259+0000 mgr.a (mgr.14152) 415 : cluster 0 pgmap v341: 1 pgs: 1 remapped+peering; 577 KiB data, 156 MiB used, 447 GiB / 447 GiB avail 2024-04-25T23:40:40.915 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:40 smithi157 bash[22215]: cluster 2024-04-25T23:40:39.654508+0000 mon.a (mon.0) 1007 : cluster 0 osdmap e52: 5 total, 5 up, 5 in 2024-04-25T23:40:40.989 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:40 smithi087 bash[21583]: cluster 2024-04-25T23:40:39.106259+0000 mgr.a (mgr.14152) 415 : cluster 0 pgmap v341: 1 pgs: 1 remapped+peering; 577 KiB data, 156 MiB used, 447 GiB / 447 GiB avail 2024-04-25T23:40:40.989 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:40 smithi087 bash[21583]: cluster 2024-04-25T23:40:39.654508+0000 mon.a (mon.0) 1007 : cluster 0 osdmap e52: 5 total, 5 up, 5 in 2024-04-25T23:40:41.914 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:41 smithi157 bash[22215]: cluster 2024-04-25T23:40:40.662958+0000 mon.a (mon.0) 1008 : cluster 0 osdmap e53: 5 total, 5 up, 5 in 2024-04-25T23:40:41.989 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:41 smithi087 bash[21583]: cluster 2024-04-25T23:40:40.662958+0000 mon.a (mon.0) 1008 : cluster 0 osdmap e53: 5 total, 5 up, 5 in 2024-04-25T23:40:42.483 INFO:teuthology.orchestra.run.smithi087.stderr:++ ceph orch ps --hostname smithi161 2024-04-25T23:40:42.862 INFO:teuthology.orchestra.run.smithi087.stderr:+ HOST_C_DAEMONS='NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-25T23:40:42.863 INFO:teuthology.orchestra.run.smithi087.stderr:agent.smithi161 smithi161 running 19s ago 8m - - 2024-04-25T23:40:42.863 INFO:teuthology.orchestra.run.smithi087.stderr:osd.5 smithi161 running (2m) 19s ago 2m 45.9M 9.93G 19.0.0-2445-gd2c45d97 f68e37b807ef c2c984f0b358 ' 2024-04-25T23:40:42.863 INFO:teuthology.orchestra.run.smithi087.stderr:+ '[' 'NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-25T23:40:42.863 INFO:teuthology.orchestra.run.smithi087.stderr:agent.smithi161 smithi161 running 19s ago 8m - - 2024-04-25T23:40:42.863 INFO:teuthology.orchestra.run.smithi087.stderr:osd.5 smithi161 running (2m) 19s ago 2m 45.9M 9.93G 19.0.0-2445-gd2c45d97 f68e37b807ef c2c984f0b358 ' '!=' 'No daemons reported' ']' 2024-04-25T23:40:42.863 INFO:teuthology.orchestra.run.smithi087.stderr:+ sleep 15 2024-04-25T23:40:42.914 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:42 smithi157 bash[22215]: cluster 2024-04-25T23:40:41.106782+0000 mgr.a (mgr.14152) 416 : cluster 0 pgmap v344: 1 pgs: 1 remapped+peering; 577 KiB data, 156 MiB used, 447 GiB / 447 GiB avail 2024-04-25T23:40:42.915 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:42 smithi157 bash[22215]: cluster 2024-04-25T23:40:41.675444+0000 mon.a (mon.0) 1009 : cluster 0 osdmap e54: 5 total, 5 up, 5 in 2024-04-25T23:40:42.989 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:42 smithi087 bash[21583]: cluster 2024-04-25T23:40:41.106782+0000 mgr.a (mgr.14152) 416 : cluster 0 pgmap v344: 1 pgs: 1 remapped+peering; 577 KiB data, 156 MiB used, 447 GiB / 447 GiB avail 2024-04-25T23:40:42.989 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:42 smithi087 bash[21583]: cluster 2024-04-25T23:40:41.675444+0000 mon.a (mon.0) 1009 : cluster 0 osdmap e54: 5 total, 5 up, 5 in 2024-04-25T23:40:44.915 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:44 smithi157 bash[22215]: audit 2024-04-25T23:40:42.858509+0000 mgr.a (mgr.14152) 417 : audit 0 from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi161", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T23:40:44.915 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:44 smithi157 bash[22215]: cluster 2024-04-25T23:40:43.107298+0000 mgr.a (mgr.14152) 418 : cluster 0 pgmap v346: 1 pgs: 1 remapped+peering; 577 KiB data, 157 MiB used, 447 GiB / 447 GiB avail 2024-04-25T23:40:44.915 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:44 smithi157 bash[22215]: audit 2024-04-25T23:40:43.811541+0000 mon.a (mon.0) 1010 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:40:44.915 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:44 smithi157 bash[22215]: audit 2024-04-25T23:40:43.821458+0000 mon.a (mon.0) 1011 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:40:44.915 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:44 smithi157 bash[22215]: audit 2024-04-25T23:40:43.833141+0000 mon.a (mon.0) 1012 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:40:44.989 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:44 smithi087 bash[21583]: audit 2024-04-25T23:40:42.858509+0000 mgr.a (mgr.14152) 417 : audit 0 from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi161", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T23:40:44.989 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:44 smithi087 bash[21583]: cluster 2024-04-25T23:40:43.107298+0000 mgr.a (mgr.14152) 418 : cluster 0 pgmap v346: 1 pgs: 1 remapped+peering; 577 KiB data, 157 MiB used, 447 GiB / 447 GiB avail 2024-04-25T23:40:44.989 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:44 smithi087 bash[21583]: audit 2024-04-25T23:40:43.811541+0000 mon.a (mon.0) 1010 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:40:44.989 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:44 smithi087 bash[21583]: audit 2024-04-25T23:40:43.821458+0000 mon.a (mon.0) 1011 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:40:44.989 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:44 smithi087 bash[21583]: audit 2024-04-25T23:40:43.833141+0000 mon.a (mon.0) 1012 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:40:46.239 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:45 smithi087 bash[21583]: debug 2024-04-25T23:40:45.986+0000 7f816ce0b700 -1 mon.a@0(leader).osd e54 definitely_dead 0 2024-04-25T23:40:46.989 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:46 smithi087 bash[21583]: cluster 2024-04-25T23:40:45.107864+0000 mgr.a (mgr.14152) 419 : cluster 0 pgmap v347: 1 pgs: 1 active+clean; 577 KiB data, 156 MiB used, 447 GiB / 447 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-04-25T23:40:46.989 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:46 smithi087 bash[21583]: audit 2024-04-25T23:40:45.981848+0000 mon.a (mon.0) 1013 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-25T23:40:46.989 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:46 smithi087 bash[21583]: audit 2024-04-25T23:40:45.984970+0000 mon.a (mon.0) 1014 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-04-25T23:40:46.989 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:46 smithi087 bash[21583]: audit 2024-04-25T23:40:45.987531+0000 mon.a (mon.0) 1015 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd down", "ids": ["5"]}]: dispatch 2024-04-25T23:40:47.164 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:46 smithi157 bash[22215]: cluster 2024-04-25T23:40:45.107864+0000 mgr.a (mgr.14152) 419 : cluster 0 pgmap v347: 1 pgs: 1 active+clean; 577 KiB data, 156 MiB used, 447 GiB / 447 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-04-25T23:40:47.165 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:46 smithi157 bash[22215]: audit 2024-04-25T23:40:45.981848+0000 mon.a (mon.0) 1013 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-25T23:40:47.165 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:46 smithi157 bash[22215]: audit 2024-04-25T23:40:45.984970+0000 mon.a (mon.0) 1014 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-04-25T23:40:47.165 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:46 smithi157 bash[22215]: audit 2024-04-25T23:40:45.987531+0000 mon.a (mon.0) 1015 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd down", "ids": ["5"]}]: dispatch 2024-04-25T23:40:47.395 INFO:journalctl@ceph.osd.5.smithi161.stdout:Apr 25 23:40:47 smithi161 systemd[1]: Stopping Ceph osd.5 for 7567fb78-035b-11ef-bc93-c7b262605968... 2024-04-25T23:40:47.395 INFO:journalctl@ceph.osd.5.smithi161.stdout:Apr 25 23:40:47 smithi161 bash[32505]: debug 2024-04-25T23:40:47.263+0000 7f3501b8a700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.5 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-04-25T23:40:47.395 INFO:journalctl@ceph.osd.5.smithi161.stdout:Apr 25 23:40:47 smithi161 bash[32505]: debug 2024-04-25T23:40:47.263+0000 7f3501b8a700 -1 osd.5 54 *** Got signal Terminated *** 2024-04-25T23:40:47.395 INFO:journalctl@ceph.osd.5.smithi161.stdout:Apr 25 23:40:47 smithi161 bash[32505]: debug 2024-04-25T23:40:47.263+0000 7f3501b8a700 -1 osd.5 54 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-25T23:40:47.989 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:47 smithi087 bash[21583]: cephadm 2024-04-25T23:40:45.981144+0000 mgr.a (mgr.14152) 420 : cephadm 1 Successfully zapped devices for osd.4 on smithi161 2024-04-25T23:40:47.989 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:47 smithi087 bash[21583]: audit 2024-04-25T23:40:45.982286+0000 mgr.a (mgr.14152) 421 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-25T23:40:47.989 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:47 smithi087 bash[21583]: audit 2024-04-25T23:40:45.985353+0000 mgr.a (mgr.14152) 422 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-04-25T23:40:47.990 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:47 smithi087 bash[21583]: cluster 2024-04-25T23:40:46.686362+0000 mon.a (mon.0) 1016 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2024-04-25T23:40:47.990 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:47 smithi087 bash[21583]: cluster 2024-04-25T23:40:46.686416+0000 mon.a (mon.0) 1017 : cluster 3 Health check failed: 1 host (1 osds) down (OSD_HOST_DOWN) 2024-04-25T23:40:47.990 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:47 smithi087 bash[21583]: audit 2024-04-25T23:40:46.688433+0000 mon.a (mon.0) 1018 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["5"]}]': finished 2024-04-25T23:40:47.990 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:47 smithi087 bash[21583]: cluster 2024-04-25T23:40:46.693641+0000 mon.a (mon.0) 1019 : cluster 0 osdmap e55: 5 total, 4 up, 5 in 2024-04-25T23:40:47.990 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:47 smithi087 bash[21583]: cephadm 2024-04-25T23:40:46.695088+0000 mgr.a (mgr.14152) 423 : cephadm 1 osd.5 now down 2024-04-25T23:40:47.990 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:47 smithi087 bash[21583]: cephadm 2024-04-25T23:40:46.695770+0000 mgr.a (mgr.14152) 424 : cephadm 1 Removing daemon osd.5 from smithi161 -- ports [] 2024-04-25T23:40:48.165 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:47 smithi157 bash[22215]: cephadm 2024-04-25T23:40:45.981144+0000 mgr.a (mgr.14152) 420 : cephadm 1 Successfully zapped devices for osd.4 on smithi161 2024-04-25T23:40:48.165 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:47 smithi157 bash[22215]: audit 2024-04-25T23:40:45.982286+0000 mgr.a (mgr.14152) 421 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-25T23:40:48.165 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:47 smithi157 bash[22215]: audit 2024-04-25T23:40:45.985353+0000 mgr.a (mgr.14152) 422 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-04-25T23:40:48.165 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:47 smithi157 bash[22215]: cluster 2024-04-25T23:40:46.686362+0000 mon.a (mon.0) 1016 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2024-04-25T23:40:48.165 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:47 smithi157 bash[22215]: cluster 2024-04-25T23:40:46.686416+0000 mon.a (mon.0) 1017 : cluster 3 Health check failed: 1 host (1 osds) down (OSD_HOST_DOWN) 2024-04-25T23:40:48.165 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:47 smithi157 bash[22215]: audit 2024-04-25T23:40:46.688433+0000 mon.a (mon.0) 1018 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["5"]}]': finished 2024-04-25T23:40:48.165 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:47 smithi157 bash[22215]: cluster 2024-04-25T23:40:46.693641+0000 mon.a (mon.0) 1019 : cluster 0 osdmap e55: 5 total, 4 up, 5 in 2024-04-25T23:40:48.165 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:47 smithi157 bash[22215]: cephadm 2024-04-25T23:40:46.695088+0000 mgr.a (mgr.14152) 423 : cephadm 1 osd.5 now down 2024-04-25T23:40:48.165 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:47 smithi157 bash[22215]: cephadm 2024-04-25T23:40:46.695770+0000 mgr.a (mgr.14152) 424 : cephadm 1 Removing daemon osd.5 from smithi161 -- ports [] 2024-04-25T23:40:48.644 INFO:journalctl@ceph.osd.5.smithi161.stdout:Apr 25 23:40:48 smithi161 bash[38644]: ceph-7567fb78-035b-11ef-bc93-c7b262605968-osd-5 2024-04-25T23:40:48.644 INFO:journalctl@ceph.osd.5.smithi161.stdout:Apr 25 23:40:48 smithi161 bash[38807]: ceph-7567fb78-035b-11ef-bc93-c7b262605968-osd-5 2024-04-25T23:40:48.990 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:48 smithi087 bash[21583]: cluster 2024-04-25T23:40:47.108354+0000 mgr.a (mgr.14152) 425 : cluster 0 pgmap v349: 1 pgs: 1 active+clean; 577 KiB data, 156 MiB used, 447 GiB / 447 GiB avail; 89 KiB/s, 0 objects/s recovering 2024-04-25T23:40:48.990 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:48 smithi087 bash[21583]: audit 2024-04-25T23:40:47.936630+0000 mon.a (mon.0) 1020 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:40:48.990 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:48 smithi087 bash[21583]: audit 2024-04-25T23:40:47.944311+0000 mon.a (mon.0) 1021 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:40:48.991 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:48 smithi087 bash[21583]: cluster 2024-04-25T23:40:47.945607+0000 mgr.a (mgr.14152) 426 : cluster 0 pgmap v350: 1 pgs: 1 active+clean; 577 KiB data, 156 MiB used, 447 GiB / 447 GiB avail; 84 KiB/s, 0 objects/s recovering 2024-04-25T23:40:48.991 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:48 smithi087 bash[21583]: audit 2024-04-25T23:40:47.955795+0000 mon.a (mon.0) 1022 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:40:49.027 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:48 smithi157 bash[22215]: cluster 2024-04-25T23:40:47.108354+0000 mgr.a (mgr.14152) 425 : cluster 0 pgmap v349: 1 pgs: 1 active+clean; 577 KiB data, 156 MiB used, 447 GiB / 447 GiB avail; 89 KiB/s, 0 objects/s recovering 2024-04-25T23:40:49.028 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:48 smithi157 bash[22215]: audit 2024-04-25T23:40:47.936630+0000 mon.a (mon.0) 1020 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:40:49.028 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:48 smithi157 bash[22215]: audit 2024-04-25T23:40:47.944311+0000 mon.a (mon.0) 1021 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:40:49.028 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:48 smithi157 bash[22215]: cluster 2024-04-25T23:40:47.945607+0000 mgr.a (mgr.14152) 426 : cluster 0 pgmap v350: 1 pgs: 1 active+clean; 577 KiB data, 156 MiB used, 447 GiB / 447 GiB avail; 84 KiB/s, 0 objects/s recovering 2024-04-25T23:40:49.028 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:48 smithi157 bash[22215]: audit 2024-04-25T23:40:47.955795+0000 mon.a (mon.0) 1022 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:40:49.989 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:49 smithi087 bash[21583]: cluster 2024-04-25T23:40:48.940783+0000 mon.a (mon.0) 1023 : cluster 3 Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-04-25T23:40:50.164 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:49 smithi157 bash[22215]: cluster 2024-04-25T23:40:48.940783+0000 mon.a (mon.0) 1023 : cluster 3 Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-04-25T23:40:50.394 INFO:journalctl@ceph.osd.5.smithi161.stdout:Apr 25 23:40:50 smithi161 systemd[1]: ceph-7567fb78-035b-11ef-bc93-c7b262605968@osd.5.service: Deactivated successfully. 2024-04-25T23:40:50.394 INFO:journalctl@ceph.osd.5.smithi161.stdout:Apr 25 23:40:50 smithi161 systemd[1]: Stopped Ceph osd.5 for 7567fb78-035b-11ef-bc93-c7b262605968. 2024-04-25T23:40:50.395 INFO:journalctl@ceph.osd.5.smithi161.stdout:Apr 25 23:40:50 smithi161 systemd[1]: /etc/systemd/system/ceph-7567fb78-035b-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-25T23:40:50.914 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:50 smithi157 bash[22215]: cluster 2024-04-25T23:40:49.946196+0000 mgr.a (mgr.14152) 427 : cluster 0 pgmap v351: 1 pgs: 1 active+clean; 577 KiB data, 156 MiB used, 447 GiB / 447 GiB avail; 70 KiB/s, 0 objects/s recovering 2024-04-25T23:40:50.915 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:50 smithi157 bash[22215]: cephadm 2024-04-25T23:40:50.423650+0000 mgr.a (mgr.14152) 428 : cephadm 1 Removing key for osd.5 2024-04-25T23:40:50.915 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:50 smithi157 bash[22215]: audit 2024-04-25T23:40:50.424366+0000 mon.a (mon.0) 1024 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "osd.5"}]: dispatch 2024-04-25T23:40:50.915 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:50 smithi157 bash[22215]: audit 2024-04-25T23:40:50.427535+0000 mon.a (mon.0) 1025 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.5"}]': finished 2024-04-25T23:40:50.915 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:50 smithi157 bash[22215]: cephadm 2024-04-25T23:40:50.433330+0000 mgr.a (mgr.14152) 429 : cephadm 1 Successfully removed osd.5 on smithi161 2024-04-25T23:40:50.915 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:50 smithi157 bash[22215]: audit 2024-04-25T23:40:50.433942+0000 mon.a (mon.0) 1026 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd purge-actual", "id": 5, "yes_i_really_mean_it": true}]: dispatch 2024-04-25T23:40:50.915 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:50 smithi157 bash[22215]: cluster 2024-04-25T23:40:50.435274+0000 mon.a (mon.0) 1027 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2024-04-25T23:40:50.915 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:50 smithi157 bash[22215]: cluster 2024-04-25T23:40:50.435327+0000 mon.a (mon.0) 1028 : cluster 1 Health check cleared: OSD_HOST_DOWN (was: 1 host (1 osds) down) 2024-04-25T23:40:50.915 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:50 smithi157 bash[22215]: audit 2024-04-25T23:40:50.437294+0000 mon.a (mon.0) 1029 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 5, "yes_i_really_mean_it": true}]': finished 2024-04-25T23:40:50.915 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:50 smithi157 bash[22215]: cluster 2024-04-25T23:40:50.442273+0000 mon.a (mon.0) 1030 : cluster 0 osdmap e56: 4 total, 4 up, 4 in 2024-04-25T23:40:50.915 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:50 smithi157 bash[22215]: cephadm 2024-04-25T23:40:50.443600+0000 mgr.a (mgr.14152) 430 : cephadm 1 Successfully purged osd.5 on smithi161 2024-04-25T23:40:50.915 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:50 smithi157 bash[22215]: cephadm 2024-04-25T23:40:50.443853+0000 mgr.a (mgr.14152) 431 : cephadm 1 Zapping devices for osd.5 on smithi161 2024-04-25T23:40:50.968 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:50 smithi087 bash[21583]: cluster 2024-04-25T23:40:49.946196+0000 mgr.a (mgr.14152) 427 : cluster 0 pgmap v351: 1 pgs: 1 active+clean; 577 KiB data, 156 MiB used, 447 GiB / 447 GiB avail; 70 KiB/s, 0 objects/s recovering 2024-04-25T23:40:50.968 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:50 smithi087 bash[21583]: cephadm 2024-04-25T23:40:50.423650+0000 mgr.a (mgr.14152) 428 : cephadm 1 Removing key for osd.5 2024-04-25T23:40:50.968 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:50 smithi087 bash[21583]: audit 2024-04-25T23:40:50.424366+0000 mon.a (mon.0) 1024 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "osd.5"}]: dispatch 2024-04-25T23:40:50.969 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:50 smithi087 bash[21583]: audit 2024-04-25T23:40:50.427535+0000 mon.a (mon.0) 1025 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.5"}]': finished 2024-04-25T23:40:50.969 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:50 smithi087 bash[21583]: cephadm 2024-04-25T23:40:50.433330+0000 mgr.a (mgr.14152) 429 : cephadm 1 Successfully removed osd.5 on smithi161 2024-04-25T23:40:50.969 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:50 smithi087 bash[21583]: audit 2024-04-25T23:40:50.433942+0000 mon.a (mon.0) 1026 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd purge-actual", "id": 5, "yes_i_really_mean_it": true}]: dispatch 2024-04-25T23:40:50.969 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:50 smithi087 bash[21583]: cluster 2024-04-25T23:40:50.435274+0000 mon.a (mon.0) 1027 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2024-04-25T23:40:50.969 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:50 smithi087 bash[21583]: cluster 2024-04-25T23:40:50.435327+0000 mon.a (mon.0) 1028 : cluster 1 Health check cleared: OSD_HOST_DOWN (was: 1 host (1 osds) down) 2024-04-25T23:40:50.969 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:50 smithi087 bash[21583]: audit 2024-04-25T23:40:50.437294+0000 mon.a (mon.0) 1029 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 5, "yes_i_really_mean_it": true}]': finished 2024-04-25T23:40:50.969 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:50 smithi087 bash[21583]: cluster 2024-04-25T23:40:50.442273+0000 mon.a (mon.0) 1030 : cluster 0 osdmap e56: 4 total, 4 up, 4 in 2024-04-25T23:40:50.969 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:50 smithi087 bash[21583]: cephadm 2024-04-25T23:40:50.443600+0000 mgr.a (mgr.14152) 430 : cephadm 1 Successfully purged osd.5 on smithi161 2024-04-25T23:40:50.969 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:50 smithi087 bash[21583]: cephadm 2024-04-25T23:40:50.443853+0000 mgr.a (mgr.14152) 431 : cephadm 1 Zapping devices for osd.5 on smithi161 2024-04-25T23:40:51.989 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:51 smithi087 bash[21583]: audit 2024-04-25T23:40:50.719591+0000 mon.a (mon.0) 1031 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:40:51.989 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:51 smithi087 bash[21583]: audit 2024-04-25T23:40:50.726070+0000 mon.a (mon.0) 1032 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:40:51.989 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:51 smithi087 bash[21583]: cluster 2024-04-25T23:40:50.726841+0000 mgr.a (mgr.14152) 432 : cluster 0 pgmap v353: 1 pgs: 1 active+clean; 577 KiB data, 126 MiB used, 357 GiB / 358 GiB avail 2024-04-25T23:40:51.989 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:51 smithi087 bash[21583]: audit 2024-04-25T23:40:50.732811+0000 mon.a (mon.0) 1033 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:40:52.164 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:51 smithi157 bash[22215]: audit 2024-04-25T23:40:50.719591+0000 mon.a (mon.0) 1031 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:40:52.165 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:51 smithi157 bash[22215]: audit 2024-04-25T23:40:50.726070+0000 mon.a (mon.0) 1032 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:40:52.165 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:51 smithi157 bash[22215]: cluster 2024-04-25T23:40:50.726841+0000 mgr.a (mgr.14152) 432 : cluster 0 pgmap v353: 1 pgs: 1 active+clean; 577 KiB data, 126 MiB used, 357 GiB / 358 GiB avail 2024-04-25T23:40:52.165 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:51 smithi157 bash[22215]: audit 2024-04-25T23:40:50.732811+0000 mon.a (mon.0) 1033 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:40:52.955 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:52 smithi087 bash[21583]: cluster 2024-04-25T23:40:51.727792+0000 mon.a (mon.0) 1034 : cluster 1 Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-04-25T23:40:52.955 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:52 smithi087 bash[21583]: cluster 2024-04-25T23:40:51.727819+0000 mon.a (mon.0) 1035 : cluster 1 Cluster is now healthy 2024-04-25T23:40:53.164 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:52 smithi157 bash[22215]: cluster 2024-04-25T23:40:51.727792+0000 mon.a (mon.0) 1034 : cluster 1 Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-04-25T23:40:53.165 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:52 smithi157 bash[22215]: cluster 2024-04-25T23:40:51.727819+0000 mon.a (mon.0) 1035 : cluster 1 Cluster is now healthy 2024-04-25T23:40:54.739 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:54 smithi087 bash[21583]: cluster 2024-04-25T23:40:52.727432+0000 mgr.a (mgr.14152) 433 : cluster 0 pgmap v354: 1 pgs: 1 active+clean; 577 KiB data, 126 MiB used, 357 GiB / 358 GiB avail 2024-04-25T23:40:54.739 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:54 smithi087 bash[21583]: audit 2024-04-25T23:40:53.448523+0000 mon.a (mon.0) 1036 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:40:54.739 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:54 smithi087 bash[21583]: audit 2024-04-25T23:40:53.456059+0000 mon.a (mon.0) 1037 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:40:54.739 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:54 smithi087 bash[21583]: audit 2024-04-25T23:40:53.465381+0000 mon.a (mon.0) 1038 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:40:54.915 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:54 smithi157 bash[22215]: cluster 2024-04-25T23:40:52.727432+0000 mgr.a (mgr.14152) 433 : cluster 0 pgmap v354: 1 pgs: 1 active+clean; 577 KiB data, 126 MiB used, 357 GiB / 358 GiB avail 2024-04-25T23:40:54.915 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:54 smithi157 bash[22215]: audit 2024-04-25T23:40:53.448523+0000 mon.a (mon.0) 1036 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:40:54.915 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:54 smithi157 bash[22215]: audit 2024-04-25T23:40:53.456059+0000 mon.a (mon.0) 1037 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:40:54.915 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:54 smithi157 bash[22215]: audit 2024-04-25T23:40:53.465381+0000 mon.a (mon.0) 1038 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:40:56.739 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:56 smithi087 bash[21583]: cluster 2024-04-25T23:40:54.728046+0000 mgr.a (mgr.14152) 434 : cluster 0 pgmap v355: 1 pgs: 1 active+clean; 577 KiB data, 126 MiB used, 357 GiB / 358 GiB avail 2024-04-25T23:40:56.914 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:56 smithi157 bash[22215]: cluster 2024-04-25T23:40:54.728046+0000 mgr.a (mgr.14152) 434 : cluster 0 pgmap v355: 1 pgs: 1 active+clean; 577 KiB data, 126 MiB used, 357 GiB / 358 GiB avail 2024-04-25T23:40:57.864 INFO:teuthology.orchestra.run.smithi087.stderr:++ ceph orch ps --hostname smithi161 2024-04-25T23:40:57.989 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:57 smithi087 bash[21583]: cephadm 2024-04-25T23:40:56.725490+0000 mgr.a (mgr.14152) 435 : cephadm 1 Successfully zapped devices for osd.5 on smithi161 2024-04-25T23:40:57.989 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:57 smithi087 bash[21583]: cluster 2024-04-25T23:40:56.728522+0000 mgr.a (mgr.14152) 436 : cluster 0 pgmap v356: 1 pgs: 1 active+clean; 577 KiB data, 126 MiB used, 357 GiB / 358 GiB avail 2024-04-25T23:40:57.989 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:57 smithi087 bash[21583]: audit 2024-04-25T23:40:56.733738+0000 mon.a (mon.0) 1039 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:40:57.989 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:57 smithi087 bash[21583]: cephadm 2024-04-25T23:40:56.737217+0000 mgr.a (mgr.14152) 437 : cephadm 1 Removing daemon agent.smithi161 from smithi161 -- ports [] 2024-04-25T23:40:57.989 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:57 smithi087 bash[21583]: cephadm 2024-04-25T23:40:57.455060+0000 mgr.a (mgr.14152) 438 : cephadm 1 Removing key for client.agent.smithi161 2024-04-25T23:40:57.989 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:57 smithi087 bash[21583]: audit 2024-04-25T23:40:57.458857+0000 mon.a (mon.0) 1040 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "client.agent.smithi161"}]: dispatch 2024-04-25T23:40:57.989 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:57 smithi087 bash[21583]: audit 2024-04-25T23:40:57.463230+0000 mon.a (mon.0) 1041 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "client.agent.smithi161"}]': finished 2024-04-25T23:40:57.989 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:57 smithi087 bash[21583]: audit 2024-04-25T23:40:57.476216+0000 mon.a (mon.0) 1042 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:40:57.989 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:57 smithi087 bash[21583]: audit 2024-04-25T23:40:57.485137+0000 mon.a (mon.0) 1043 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:40:57.990 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:57 smithi087 bash[21583]: audit 2024-04-25T23:40:57.590162+0000 mon.a (mon.0) 1044 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T23:40:58.165 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:57 smithi157 bash[22215]: cephadm 2024-04-25T23:40:56.725490+0000 mgr.a (mgr.14152) 435 : cephadm 1 Successfully zapped devices for osd.5 on smithi161 2024-04-25T23:40:58.165 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:57 smithi157 bash[22215]: cluster 2024-04-25T23:40:56.728522+0000 mgr.a (mgr.14152) 436 : cluster 0 pgmap v356: 1 pgs: 1 active+clean; 577 KiB data, 126 MiB used, 357 GiB / 358 GiB avail 2024-04-25T23:40:58.165 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:57 smithi157 bash[22215]: audit 2024-04-25T23:40:56.733738+0000 mon.a (mon.0) 1039 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:40:58.165 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:57 smithi157 bash[22215]: cephadm 2024-04-25T23:40:56.737217+0000 mgr.a (mgr.14152) 437 : cephadm 1 Removing daemon agent.smithi161 from smithi161 -- ports [] 2024-04-25T23:40:58.165 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:57 smithi157 bash[22215]: cephadm 2024-04-25T23:40:57.455060+0000 mgr.a (mgr.14152) 438 : cephadm 1 Removing key for client.agent.smithi161 2024-04-25T23:40:58.165 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:57 smithi157 bash[22215]: audit 2024-04-25T23:40:57.458857+0000 mon.a (mon.0) 1040 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "client.agent.smithi161"}]: dispatch 2024-04-25T23:40:58.165 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:57 smithi157 bash[22215]: audit 2024-04-25T23:40:57.463230+0000 mon.a (mon.0) 1041 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "client.agent.smithi161"}]': finished 2024-04-25T23:40:58.165 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:57 smithi157 bash[22215]: audit 2024-04-25T23:40:57.476216+0000 mon.a (mon.0) 1042 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:40:58.165 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:57 smithi157 bash[22215]: audit 2024-04-25T23:40:57.485137+0000 mon.a (mon.0) 1043 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:40:58.165 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:57 smithi157 bash[22215]: audit 2024-04-25T23:40:57.590162+0000 mon.a (mon.0) 1044 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T23:40:58.245 INFO:teuthology.orchestra.run.smithi087.stderr:+ HOST_C_DAEMONS='No daemons reported' 2024-04-25T23:40:58.245 INFO:teuthology.orchestra.run.smithi087.stderr:+ '[' 'No daemons reported' '!=' 'No daemons reported' ']' 2024-04-25T23:40:58.245 INFO:teuthology.orchestra.run.smithi087.stderr:+ ceph osd getcrushmap -o compiled-crushmap 2024-04-25T23:40:58.558 INFO:teuthology.orchestra.run.smithi087.stderr:17 2024-04-25T23:40:58.568 INFO:teuthology.orchestra.run.smithi087.stderr:+ crushtool -d compiled-crushmap -o crushmap.txt 2024-04-25T23:40:58.582 INFO:teuthology.orchestra.run.smithi087.stderr:++ cat crushmap.txt 2024-04-25T23:40:58.584 INFO:teuthology.orchestra.run.smithi087.stderr:+ CRUSH_MAP='# begin crush map 2024-04-25T23:40:58.584 INFO:teuthology.orchestra.run.smithi087.stderr:tunable choose_local_tries 0 2024-04-25T23:40:58.584 INFO:teuthology.orchestra.run.smithi087.stderr:tunable choose_local_fallback_tries 0 2024-04-25T23:40:58.584 INFO:teuthology.orchestra.run.smithi087.stderr:tunable choose_total_tries 50 2024-04-25T23:40:58.584 INFO:teuthology.orchestra.run.smithi087.stderr:tunable chooseleaf_descend_once 1 2024-04-25T23:40:58.584 INFO:teuthology.orchestra.run.smithi087.stderr:tunable chooseleaf_vary_r 1 2024-04-25T23:40:58.584 INFO:teuthology.orchestra.run.smithi087.stderr:tunable chooseleaf_stable 1 2024-04-25T23:40:58.584 INFO:teuthology.orchestra.run.smithi087.stderr:tunable straw_calc_version 1 2024-04-25T23:40:58.584 INFO:teuthology.orchestra.run.smithi087.stderr:tunable allowed_bucket_algs 54 2024-04-25T23:40:58.585 INFO:teuthology.orchestra.run.smithi087.stderr: 2024-04-25T23:40:58.585 INFO:teuthology.orchestra.run.smithi087.stderr:# devices 2024-04-25T23:40:58.585 INFO:teuthology.orchestra.run.smithi087.stderr:device 0 osd.0 class ssd 2024-04-25T23:40:58.585 INFO:teuthology.orchestra.run.smithi087.stderr:device 1 osd.1 class ssd 2024-04-25T23:40:58.585 INFO:teuthology.orchestra.run.smithi087.stderr:device 2 osd.2 class ssd 2024-04-25T23:40:58.585 INFO:teuthology.orchestra.run.smithi087.stderr:device 3 osd.3 class ssd 2024-04-25T23:40:58.585 INFO:teuthology.orchestra.run.smithi087.stderr: 2024-04-25T23:40:58.585 INFO:teuthology.orchestra.run.smithi087.stderr:# types 2024-04-25T23:40:58.585 INFO:teuthology.orchestra.run.smithi087.stderr:type 0 osd 2024-04-25T23:40:58.585 INFO:teuthology.orchestra.run.smithi087.stderr:type 1 host 2024-04-25T23:40:58.585 INFO:teuthology.orchestra.run.smithi087.stderr:type 2 chassis 2024-04-25T23:40:58.585 INFO:teuthology.orchestra.run.smithi087.stderr:type 3 rack 2024-04-25T23:40:58.585 INFO:teuthology.orchestra.run.smithi087.stderr:type 4 row 2024-04-25T23:40:58.585 INFO:teuthology.orchestra.run.smithi087.stderr:type 5 pdu 2024-04-25T23:40:58.586 INFO:teuthology.orchestra.run.smithi087.stderr:type 6 pod 2024-04-25T23:40:58.586 INFO:teuthology.orchestra.run.smithi087.stderr:type 7 room 2024-04-25T23:40:58.586 INFO:teuthology.orchestra.run.smithi087.stderr:type 8 datacenter 2024-04-25T23:40:58.586 INFO:teuthology.orchestra.run.smithi087.stderr:type 9 zone 2024-04-25T23:40:58.586 INFO:teuthology.orchestra.run.smithi087.stderr:type 10 region 2024-04-25T23:40:58.586 INFO:teuthology.orchestra.run.smithi087.stderr:type 11 root 2024-04-25T23:40:58.586 INFO:teuthology.orchestra.run.smithi087.stderr: 2024-04-25T23:40:58.586 INFO:teuthology.orchestra.run.smithi087.stderr:# buckets 2024-04-25T23:40:58.586 INFO:teuthology.orchestra.run.smithi087.stderr:host smithi087 { 2024-04-25T23:40:58.586 INFO:teuthology.orchestra.run.smithi087.stderr: id -3 # do not change unnecessarily 2024-04-25T23:40:58.586 INFO:teuthology.orchestra.run.smithi087.stderr: id -4 class ssd # do not change unnecessarily 2024-04-25T23:40:58.586 INFO:teuthology.orchestra.run.smithi087.stderr: # weight 0.17459 2024-04-25T23:40:58.586 INFO:teuthology.orchestra.run.smithi087.stderr: alg straw2 2024-04-25T23:40:58.587 INFO:teuthology.orchestra.run.smithi087.stderr: hash 0 # rjenkins1 2024-04-25T23:40:58.587 INFO:teuthology.orchestra.run.smithi087.stderr: item osd.0 weight 0.08730 2024-04-25T23:40:58.587 INFO:teuthology.orchestra.run.smithi087.stderr: item osd.1 weight 0.08730 2024-04-25T23:40:58.587 INFO:teuthology.orchestra.run.smithi087.stderr:} 2024-04-25T23:40:58.587 INFO:teuthology.orchestra.run.smithi087.stderr:host smithi157 { 2024-04-25T23:40:58.587 INFO:teuthology.orchestra.run.smithi087.stderr: id -5 # do not change unnecessarily 2024-04-25T23:40:58.587 INFO:teuthology.orchestra.run.smithi087.stderr: id -6 class ssd # do not change unnecessarily 2024-04-25T23:40:58.587 INFO:teuthology.orchestra.run.smithi087.stderr: # weight 0.17459 2024-04-25T23:40:58.587 INFO:teuthology.orchestra.run.smithi087.stderr: alg straw2 2024-04-25T23:40:58.587 INFO:teuthology.orchestra.run.smithi087.stderr: hash 0 # rjenkins1 2024-04-25T23:40:58.587 INFO:teuthology.orchestra.run.smithi087.stderr: item osd.2 weight 0.08730 2024-04-25T23:40:58.588 INFO:teuthology.orchestra.run.smithi087.stderr: item osd.3 weight 0.08730 2024-04-25T23:40:58.588 INFO:teuthology.orchestra.run.smithi087.stderr:} 2024-04-25T23:40:58.588 INFO:teuthology.orchestra.run.smithi087.stderr:host smithi161 { 2024-04-25T23:40:58.588 INFO:teuthology.orchestra.run.smithi087.stderr: id -7 # do not change unnecessarily 2024-04-25T23:40:58.588 INFO:teuthology.orchestra.run.smithi087.stderr: id -8 class ssd # do not change unnecessarily 2024-04-25T23:40:58.588 INFO:teuthology.orchestra.run.smithi087.stderr: # weight 0.00000 2024-04-25T23:40:58.588 INFO:teuthology.orchestra.run.smithi087.stderr: alg straw2 2024-04-25T23:40:58.588 INFO:teuthology.orchestra.run.smithi087.stderr: hash 0 # rjenkins1 2024-04-25T23:40:58.588 INFO:teuthology.orchestra.run.smithi087.stderr:} 2024-04-25T23:40:58.588 INFO:teuthology.orchestra.run.smithi087.stderr:root default { 2024-04-25T23:40:58.589 INFO:teuthology.orchestra.run.smithi087.stderr: id -1 # do not change unnecessarily 2024-04-25T23:40:58.589 INFO:teuthology.orchestra.run.smithi087.stderr: id -2 class ssd # do not change unnecessarily 2024-04-25T23:40:58.589 INFO:teuthology.orchestra.run.smithi087.stderr: # weight 0.34918 2024-04-25T23:40:58.589 INFO:teuthology.orchestra.run.smithi087.stderr: alg straw2 2024-04-25T23:40:58.589 INFO:teuthology.orchestra.run.smithi087.stderr: hash 0 # rjenkins1 2024-04-25T23:40:58.589 INFO:teuthology.orchestra.run.smithi087.stderr: item smithi087 weight 0.17459 2024-04-25T23:40:58.589 INFO:teuthology.orchestra.run.smithi087.stderr: item smithi157 weight 0.17459 2024-04-25T23:40:58.589 INFO:teuthology.orchestra.run.smithi087.stderr: item smithi161 weight 0.00000 2024-04-25T23:40:58.589 INFO:teuthology.orchestra.run.smithi087.stderr:} 2024-04-25T23:40:58.589 INFO:teuthology.orchestra.run.smithi087.stderr: 2024-04-25T23:40:58.589 INFO:teuthology.orchestra.run.smithi087.stderr:# rules 2024-04-25T23:40:58.589 INFO:teuthology.orchestra.run.smithi087.stderr:rule replicated_rule { 2024-04-25T23:40:58.589 INFO:teuthology.orchestra.run.smithi087.stderr: id 0 2024-04-25T23:40:58.589 INFO:teuthology.orchestra.run.smithi087.stderr: type replicated 2024-04-25T23:40:58.590 INFO:teuthology.orchestra.run.smithi087.stderr: step take default 2024-04-25T23:40:58.590 INFO:teuthology.orchestra.run.smithi087.stderr: step choose firstn 0 type osd 2024-04-25T23:40:58.590 INFO:teuthology.orchestra.run.smithi087.stderr: step emit 2024-04-25T23:40:58.590 INFO:teuthology.orchestra.run.smithi087.stderr:} 2024-04-25T23:40:58.590 INFO:teuthology.orchestra.run.smithi087.stderr: 2024-04-25T23:40:58.590 INFO:teuthology.orchestra.run.smithi087.stderr:# end crush map' 2024-04-25T23:40:58.590 INFO:teuthology.orchestra.run.smithi087.stderr:+ grep -q smithi161 2024-04-25T23:40:58.590 INFO:teuthology.orchestra.run.smithi087.stderr:+ ceph orch host rm smithi161 --rm-crush-entry 2024-04-25T23:40:59.141 INFO:teuthology.orchestra.run.smithi087.stdout:Removed host 'smithi161' 2024-04-25T23:40:59.158 INFO:teuthology.orchestra.run.smithi087.stderr:+ sleep 30 2024-04-25T23:40:59.414 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:59 smithi157 bash[22215]: audit 2024-04-25T23:40:58.116842+0000 mon.a (mon.0) 1045 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:40:59.415 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:59 smithi157 bash[22215]: audit 2024-04-25T23:40:58.121022+0000 mon.a (mon.0) 1046 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:40:59.415 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:59 smithi157 bash[22215]: audit 2024-04-25T23:40:58.244393+0000 mgr.a (mgr.14152) 439 : audit 0 from='client.14488 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi161", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T23:40:59.415 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:59 smithi157 bash[22215]: audit 2024-04-25T23:40:58.574660+0000 mon.a (mon.0) 1047 : audit 0 from='client.? 172.21.15.87:0/1524381264' entity='client.admin' cmd=[{"prefix": "osd getcrushmap"}]: dispatch 2024-04-25T23:40:59.415 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:40:59 smithi157 bash[22215]: audit 2024-04-25T23:40:58.924550+0000 mon.a (mon.0) 1048 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd crush remove", "name": "smithi161"}]: dispatch 2024-04-25T23:40:59.489 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:59 smithi087 bash[21583]: audit 2024-04-25T23:40:58.116842+0000 mon.a (mon.0) 1045 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:40:59.489 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:59 smithi087 bash[21583]: audit 2024-04-25T23:40:58.121022+0000 mon.a (mon.0) 1046 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:40:59.489 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:59 smithi087 bash[21583]: audit 2024-04-25T23:40:58.244393+0000 mgr.a (mgr.14152) 439 : audit 0 from='client.14488 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi161", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T23:40:59.489 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:59 smithi087 bash[21583]: audit 2024-04-25T23:40:58.574660+0000 mon.a (mon.0) 1047 : audit 0 from='client.? 172.21.15.87:0/1524381264' entity='client.admin' cmd=[{"prefix": "osd getcrushmap"}]: dispatch 2024-04-25T23:40:59.489 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:40:59 smithi087 bash[21583]: audit 2024-04-25T23:40:58.924550+0000 mon.a (mon.0) 1048 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "osd crush remove", "name": "smithi161"}]: dispatch 2024-04-25T23:41:00.415 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:41:00 smithi157 bash[22215]: cluster 2024-04-25T23:40:58.728837+0000 mgr.a (mgr.14152) 440 : cluster 0 pgmap v357: 1 pgs: 1 active+clean; 577 KiB data, 126 MiB used, 357 GiB / 358 GiB avail 2024-04-25T23:41:00.415 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:41:00 smithi157 bash[22215]: audit 2024-04-25T23:40:58.923810+0000 mgr.a (mgr.14152) 441 : audit 0 from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch host rm", "hostname": "smithi161", "rm_crush_entry": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T23:41:00.415 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:41:00 smithi157 bash[22215]: audit 2024-04-25T23:40:59.127477+0000 mon.a (mon.0) 1049 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:41:00.416 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:41:00 smithi157 bash[22215]: audit 2024-04-25T23:40:59.130223+0000 mon.a (mon.0) 1050 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd='[{"prefix": "osd crush remove", "name": "smithi161"}]': finished 2024-04-25T23:41:00.416 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:41:00 smithi157 bash[22215]: cluster 2024-04-25T23:40:59.134365+0000 mon.a (mon.0) 1051 : cluster 0 osdmap e57: 4 total, 4 up, 4 in 2024-04-25T23:41:00.416 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:41:00 smithi157 bash[22215]: audit 2024-04-25T23:40:59.139442+0000 mon.a (mon.0) 1052 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:41:00.416 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:41:00 smithi157 bash[22215]: audit 2024-04-25T23:40:59.145687+0000 mon.a (mon.0) 1053 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:41:00.416 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:41:00 smithi157 bash[22215]: audit 2024-04-25T23:40:59.146330+0000 mon.a (mon.0) 1054 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:41:00.416 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:41:00 smithi157 bash[22215]: audit 2024-04-25T23:40:59.146892+0000 mon.a (mon.0) 1055 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/host.smithi161"}]: dispatch 2024-04-25T23:41:00.416 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:41:00 smithi157 bash[22215]: audit 2024-04-25T23:40:59.148627+0000 mon.a (mon.0) 1056 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T23:41:00.416 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:41:00 smithi157 bash[22215]: audit 2024-04-25T23:40:59.152456+0000 mon.a (mon.0) 1057 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/host.smithi161"}]': finished 2024-04-25T23:41:00.416 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:41:00 smithi157 bash[22215]: cluster 2024-04-25T23:40:59.157435+0000 mgr.a (mgr.14152) 442 : cluster 0 pgmap v359: 1 pgs: 1 active+clean; 577 KiB data, 126 MiB used, 357 GiB / 358 GiB avail 2024-04-25T23:41:00.416 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:41:00 smithi157 bash[22215]: cluster 2024-04-25T23:40:59.159060+0000 mgr.a (mgr.14152) 443 : cluster 0 pgmap v360: 1 pgs: 1 active+clean; 577 KiB data, 126 MiB used, 357 GiB / 358 GiB avail 2024-04-25T23:41:00.416 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:41:00 smithi157 bash[22215]: cephadm 2024-04-25T23:40:59.161353+0000 mgr.a (mgr.14152) 444 : cephadm 1 Removed host smithi161 2024-04-25T23:41:00.416 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:41:00 smithi157 bash[22215]: audit 2024-04-25T23:40:59.166275+0000 mon.a (mon.0) 1058 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:41:00.416 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:41:00 smithi157 bash[22215]: cephadm 2024-04-25T23:40:59.233905+0000 mgr.a (mgr.14152) 445 : cephadm 1 Reconfiguring mon.a (monmap changed)... 2024-04-25T23:41:00.417 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:41:00 smithi157 bash[22215]: audit 2024-04-25T23:40:59.234412+0000 mon.a (mon.0) 1059 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-25T23:41:00.417 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:41:00 smithi157 bash[22215]: audit 2024-04-25T23:40:59.235536+0000 mon.a (mon.0) 1060 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-25T23:41:00.417 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:41:00 smithi157 bash[22215]: audit 2024-04-25T23:40:59.236471+0000 mon.a (mon.0) 1061 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:41:00.417 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:41:00 smithi157 bash[22215]: cephadm 2024-04-25T23:40:59.237926+0000 mgr.a (mgr.14152) 446 : cephadm 1 Reconfiguring daemon mon.a on smithi087 2024-04-25T23:41:00.450 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:41:00 smithi087 bash[21583]: cluster 2024-04-25T23:40:58.728837+0000 mgr.a (mgr.14152) 440 : cluster 0 pgmap v357: 1 pgs: 1 active+clean; 577 KiB data, 126 MiB used, 357 GiB / 358 GiB avail 2024-04-25T23:41:00.451 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:41:00 smithi087 bash[21583]: audit 2024-04-25T23:40:58.923810+0000 mgr.a (mgr.14152) 441 : audit 0 from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch host rm", "hostname": "smithi161", "rm_crush_entry": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T23:41:00.451 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:41:00 smithi087 bash[21583]: audit 2024-04-25T23:40:59.127477+0000 mon.a (mon.0) 1049 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:41:00.451 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:41:00 smithi087 bash[21583]: audit 2024-04-25T23:40:59.130223+0000 mon.a (mon.0) 1050 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd='[{"prefix": "osd crush remove", "name": "smithi161"}]': finished 2024-04-25T23:41:00.451 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:41:00 smithi087 bash[21583]: cluster 2024-04-25T23:40:59.134365+0000 mon.a (mon.0) 1051 : cluster 0 osdmap e57: 4 total, 4 up, 4 in 2024-04-25T23:41:00.451 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:41:00 smithi087 bash[21583]: audit 2024-04-25T23:40:59.139442+0000 mon.a (mon.0) 1052 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:41:00.451 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:41:00 smithi087 bash[21583]: audit 2024-04-25T23:40:59.145687+0000 mon.a (mon.0) 1053 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:41:00.451 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:41:00 smithi087 bash[21583]: audit 2024-04-25T23:40:59.146330+0000 mon.a (mon.0) 1054 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:41:00.451 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:41:00 smithi087 bash[21583]: audit 2024-04-25T23:40:59.146892+0000 mon.a (mon.0) 1055 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/host.smithi161"}]: dispatch 2024-04-25T23:41:00.451 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:41:00 smithi087 bash[21583]: audit 2024-04-25T23:40:59.148627+0000 mon.a (mon.0) 1056 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T23:41:00.451 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:41:00 smithi087 bash[21583]: audit 2024-04-25T23:40:59.152456+0000 mon.a (mon.0) 1057 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/host.smithi161"}]': finished 2024-04-25T23:41:00.451 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:41:00 smithi087 bash[21583]: cluster 2024-04-25T23:40:59.157435+0000 mgr.a (mgr.14152) 442 : cluster 0 pgmap v359: 1 pgs: 1 active+clean; 577 KiB data, 126 MiB used, 357 GiB / 358 GiB avail 2024-04-25T23:41:00.452 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:41:00 smithi087 bash[21583]: cluster 2024-04-25T23:40:59.159060+0000 mgr.a (mgr.14152) 443 : cluster 0 pgmap v360: 1 pgs: 1 active+clean; 577 KiB data, 126 MiB used, 357 GiB / 358 GiB avail 2024-04-25T23:41:00.452 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:41:00 smithi087 bash[21583]: cephadm 2024-04-25T23:40:59.161353+0000 mgr.a (mgr.14152) 444 : cephadm 1 Removed host smithi161 2024-04-25T23:41:00.452 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:41:00 smithi087 bash[21583]: audit 2024-04-25T23:40:59.166275+0000 mon.a (mon.0) 1058 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:41:00.452 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:41:00 smithi087 bash[21583]: cephadm 2024-04-25T23:40:59.233905+0000 mgr.a (mgr.14152) 445 : cephadm 1 Reconfiguring mon.a (monmap changed)... 2024-04-25T23:41:00.452 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:41:00 smithi087 bash[21583]: audit 2024-04-25T23:40:59.234412+0000 mon.a (mon.0) 1059 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-25T23:41:00.452 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:41:00 smithi087 bash[21583]: audit 2024-04-25T23:40:59.235536+0000 mon.a (mon.0) 1060 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-25T23:41:00.452 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:41:00 smithi087 bash[21583]: audit 2024-04-25T23:40:59.236471+0000 mon.a (mon.0) 1061 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:41:00.452 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:41:00 smithi087 bash[21583]: cephadm 2024-04-25T23:40:59.237926+0000 mgr.a (mgr.14152) 446 : cephadm 1 Reconfiguring daemon mon.a on smithi087 2024-04-25T23:41:01.414 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:41:01 smithi157 bash[22215]: cluster 2024-04-25T23:41:00.149046+0000 mon.a (mon.0) 1062 : cluster 3 Health check failed: failed to probe daemons or devices (CEPHADM_REFRESH_FAILED) 2024-04-25T23:41:01.415 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:41:01 smithi157 bash[22215]: cluster 2024-04-25T23:41:00.149106+0000 mon.a (mon.0) 1063 : cluster 3 Health check failed: 1 stray host(s) with 1 daemon(s) not managed by cephadm (CEPHADM_STRAY_HOST) 2024-04-25T23:41:01.489 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:41:01 smithi087 bash[21583]: cluster 2024-04-25T23:41:00.149046+0000 mon.a (mon.0) 1062 : cluster 3 Health check failed: failed to probe daemons or devices (CEPHADM_REFRESH_FAILED) 2024-04-25T23:41:01.489 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:41:01 smithi087 bash[21583]: cluster 2024-04-25T23:41:00.149106+0000 mon.a (mon.0) 1063 : cluster 3 Health check failed: 1 stray host(s) with 1 daemon(s) not managed by cephadm (CEPHADM_STRAY_HOST) 2024-04-25T23:41:02.481 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:41:02 smithi087 bash[21583]: cluster 2024-04-25T23:41:01.159623+0000 mgr.a (mgr.14152) 447 : cluster 0 pgmap v361: 1 pgs: 1 active+clean; 577 KiB data, 126 MiB used, 357 GiB / 358 GiB avail 2024-04-25T23:41:02.481 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:41:02 smithi087 bash[21583]: audit 2024-04-25T23:41:01.232608+0000 mon.a (mon.0) 1064 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:41:02.481 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:41:02 smithi087 bash[21583]: audit 2024-04-25T23:41:01.238648+0000 mon.a (mon.0) 1065 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:41:02.481 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:41:02 smithi087 bash[21583]: cephadm 2024-04-25T23:41:01.256804+0000 mgr.a (mgr.14152) 448 : cephadm 1 Reconfiguring mgr.a (monmap changed)... 2024-04-25T23:41:02.481 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:41:02 smithi087 bash[21583]: audit 2024-04-25T23:41:01.257503+0000 mon.a (mon.0) 1066 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-25T23:41:02.481 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:41:02 smithi087 bash[21583]: audit 2024-04-25T23:41:01.259282+0000 mon.a (mon.0) 1067 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-25T23:41:02.481 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:41:02 smithi087 bash[21583]: audit 2024-04-25T23:41:01.260554+0000 mon.a (mon.0) 1068 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:41:02.481 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:41:02 smithi087 bash[21583]: cephadm 2024-04-25T23:41:01.262404+0000 mgr.a (mgr.14152) 449 : cephadm 1 Reconfiguring daemon mgr.a on smithi087 2024-04-25T23:41:02.481 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:41:02 smithi087 bash[21583]: audit 2024-04-25T23:41:01.449945+0000 mon.a (mon.0) 1069 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:41:02.665 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:41:02 smithi157 bash[22215]: cluster 2024-04-25T23:41:01.159623+0000 mgr.a (mgr.14152) 447 : cluster 0 pgmap v361: 1 pgs: 1 active+clean; 577 KiB data, 126 MiB used, 357 GiB / 358 GiB avail 2024-04-25T23:41:02.741 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:41:02 smithi157 bash[22215]: audit 2024-04-25T23:41:01.232608+0000 mon.a (mon.0) 1064 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:41:02.741 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:41:02 smithi157 bash[22215]: audit 2024-04-25T23:41:01.238648+0000 mon.a (mon.0) 1065 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:41:02.741 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:41:02 smithi157 bash[22215]: cephadm 2024-04-25T23:41:01.256804+0000 mgr.a (mgr.14152) 448 : cephadm 1 Reconfiguring mgr.a (monmap changed)... 2024-04-25T23:41:02.741 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:41:02 smithi157 bash[22215]: audit 2024-04-25T23:41:01.257503+0000 mon.a (mon.0) 1066 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-25T23:41:02.741 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:41:02 smithi157 bash[22215]: audit 2024-04-25T23:41:01.259282+0000 mon.a (mon.0) 1067 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-25T23:41:02.742 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:41:02 smithi157 bash[22215]: audit 2024-04-25T23:41:01.260554+0000 mon.a (mon.0) 1068 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:41:02.742 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:41:02 smithi157 bash[22215]: cephadm 2024-04-25T23:41:01.262404+0000 mgr.a (mgr.14152) 449 : cephadm 1 Reconfiguring daemon mgr.a on smithi087 2024-04-25T23:41:02.742 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:41:02 smithi157 bash[22215]: audit 2024-04-25T23:41:01.449945+0000 mon.a (mon.0) 1069 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:41:04.540 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:41:04 smithi087 bash[21583]: cluster 2024-04-25T23:41:03.160175+0000 mgr.a (mgr.14152) 450 : cluster 0 pgmap v362: 1 pgs: 1 active+clean; 577 KiB data, 126 MiB used, 357 GiB / 358 GiB avail 2024-04-25T23:41:04.540 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:41:04 smithi087 bash[21583]: audit 2024-04-25T23:41:03.278729+0000 mon.a (mon.0) 1070 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:41:04.540 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:41:04 smithi087 bash[21583]: audit 2024-04-25T23:41:03.286662+0000 mon.a (mon.0) 1071 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:41:04.540 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:41:04 smithi087 bash[21583]: cephadm 2024-04-25T23:41:03.332049+0000 mgr.a (mgr.14152) 451 : cephadm 1 Reconfiguring osd.0 (monmap changed)... 2024-04-25T23:41:04.540 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:41:04 smithi087 bash[21583]: audit 2024-04-25T23:41:03.332741+0000 mon.a (mon.0) 1072 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-25T23:41:04.540 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:41:04 smithi087 bash[21583]: audit 2024-04-25T23:41:03.334522+0000 mon.a (mon.0) 1073 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:41:04.540 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:41:04 smithi087 bash[21583]: cephadm 2024-04-25T23:41:03.337255+0000 mgr.a (mgr.14152) 452 : cephadm 1 Reconfiguring daemon osd.0 on smithi087 2024-04-25T23:41:04.664 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:41:04 smithi157 bash[22215]: cluster 2024-04-25T23:41:03.160175+0000 mgr.a (mgr.14152) 450 : cluster 0 pgmap v362: 1 pgs: 1 active+clean; 577 KiB data, 126 MiB used, 357 GiB / 358 GiB avail 2024-04-25T23:41:04.665 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:41:04 smithi157 bash[22215]: audit 2024-04-25T23:41:03.278729+0000 mon.a (mon.0) 1070 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:41:04.665 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:41:04 smithi157 bash[22215]: audit 2024-04-25T23:41:03.286662+0000 mon.a (mon.0) 1071 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:41:04.665 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:41:04 smithi157 bash[22215]: cephadm 2024-04-25T23:41:03.332049+0000 mgr.a (mgr.14152) 451 : cephadm 1 Reconfiguring osd.0 (monmap changed)... 2024-04-25T23:41:04.665 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:41:04 smithi157 bash[22215]: audit 2024-04-25T23:41:03.332741+0000 mon.a (mon.0) 1072 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-25T23:41:04.665 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:41:04 smithi157 bash[22215]: audit 2024-04-25T23:41:03.334522+0000 mon.a (mon.0) 1073 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:41:04.665 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:41:04 smithi157 bash[22215]: cephadm 2024-04-25T23:41:03.337255+0000 mgr.a (mgr.14152) 452 : cephadm 1 Reconfiguring daemon osd.0 on smithi087 2024-04-25T23:41:06.552 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:41:06 smithi087 bash[21583]: cluster 2024-04-25T23:41:05.160745+0000 mgr.a (mgr.14152) 453 : cluster 0 pgmap v363: 1 pgs: 1 active+clean; 577 KiB data, 126 MiB used, 357 GiB / 358 GiB avail 2024-04-25T23:41:06.552 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:41:06 smithi087 bash[21583]: audit 2024-04-25T23:41:05.286570+0000 mon.a (mon.0) 1074 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:41:06.552 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:41:06 smithi087 bash[21583]: audit 2024-04-25T23:41:05.292654+0000 mon.a (mon.0) 1075 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:41:06.553 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:41:06 smithi087 bash[21583]: cephadm 2024-04-25T23:41:05.305314+0000 mgr.a (mgr.14152) 454 : cephadm 1 Reconfiguring osd.1 (monmap changed)... 2024-04-25T23:41:06.553 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:41:06 smithi087 bash[21583]: audit 2024-04-25T23:41:05.305962+0000 mon.a (mon.0) 1076 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-04-25T23:41:06.553 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:41:06 smithi087 bash[21583]: audit 2024-04-25T23:41:05.307400+0000 mon.a (mon.0) 1077 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:41:06.553 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:41:06 smithi087 bash[21583]: cephadm 2024-04-25T23:41:05.309899+0000 mgr.a (mgr.14152) 455 : cephadm 1 Reconfiguring daemon osd.1 on smithi087 2024-04-25T23:41:06.664 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:41:06 smithi157 bash[22215]: cluster 2024-04-25T23:41:05.160745+0000 mgr.a (mgr.14152) 453 : cluster 0 pgmap v363: 1 pgs: 1 active+clean; 577 KiB data, 126 MiB used, 357 GiB / 358 GiB avail 2024-04-25T23:41:06.665 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:41:06 smithi157 bash[22215]: audit 2024-04-25T23:41:05.286570+0000 mon.a (mon.0) 1074 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:41:06.665 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:41:06 smithi157 bash[22215]: audit 2024-04-25T23:41:05.292654+0000 mon.a (mon.0) 1075 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:41:06.665 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:41:06 smithi157 bash[22215]: cephadm 2024-04-25T23:41:05.305314+0000 mgr.a (mgr.14152) 454 : cephadm 1 Reconfiguring osd.1 (monmap changed)... 2024-04-25T23:41:06.665 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:41:06 smithi157 bash[22215]: audit 2024-04-25T23:41:05.305962+0000 mon.a (mon.0) 1076 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-04-25T23:41:06.665 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:41:06 smithi157 bash[22215]: audit 2024-04-25T23:41:05.307400+0000 mon.a (mon.0) 1077 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:41:06.665 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:41:06 smithi157 bash[22215]: cephadm 2024-04-25T23:41:05.309899+0000 mgr.a (mgr.14152) 455 : cephadm 1 Reconfiguring daemon osd.1 on smithi087 2024-04-25T23:41:08.479 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:41:08 smithi157 bash[22215]: cluster 2024-04-25T23:41:07.161327+0000 mgr.a (mgr.14152) 456 : cluster 0 pgmap v364: 1 pgs: 1 active+clean; 577 KiB data, 126 MiB used, 357 GiB / 358 GiB avail 2024-04-25T23:41:08.479 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:41:08 smithi157 bash[22215]: audit 2024-04-25T23:41:07.228412+0000 mon.a (mon.0) 1078 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:41:08.479 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:41:08 smithi157 bash[22215]: audit 2024-04-25T23:41:07.236142+0000 mon.a (mon.0) 1079 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:41:08.479 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:41:08 smithi157 bash[22215]: cephadm 2024-04-25T23:41:07.278309+0000 mgr.a (mgr.14152) 457 : cephadm 1 Reconfiguring mon.b (monmap changed)... 2024-04-25T23:41:08.479 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:41:08 smithi157 bash[22215]: audit 2024-04-25T23:41:07.278949+0000 mon.a (mon.0) 1080 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-25T23:41:08.480 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:41:08 smithi157 bash[22215]: audit 2024-04-25T23:41:07.280522+0000 mon.a (mon.0) 1081 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-25T23:41:08.480 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:41:08 smithi157 bash[22215]: audit 2024-04-25T23:41:07.282126+0000 mon.a (mon.0) 1082 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:41:08.480 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:41:08 smithi157 bash[22215]: cephadm 2024-04-25T23:41:07.283977+0000 mgr.a (mgr.14152) 458 : cephadm 1 Reconfiguring daemon mon.b on smithi157 2024-04-25T23:41:08.489 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:41:08 smithi087 bash[21583]: cluster 2024-04-25T23:41:07.161327+0000 mgr.a (mgr.14152) 456 : cluster 0 pgmap v364: 1 pgs: 1 active+clean; 577 KiB data, 126 MiB used, 357 GiB / 358 GiB avail 2024-04-25T23:41:08.489 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:41:08 smithi087 bash[21583]: audit 2024-04-25T23:41:07.228412+0000 mon.a (mon.0) 1078 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:41:08.489 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:41:08 smithi087 bash[21583]: audit 2024-04-25T23:41:07.236142+0000 mon.a (mon.0) 1079 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:41:08.489 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:41:08 smithi087 bash[21583]: cephadm 2024-04-25T23:41:07.278309+0000 mgr.a (mgr.14152) 457 : cephadm 1 Reconfiguring mon.b (monmap changed)... 2024-04-25T23:41:08.489 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:41:08 smithi087 bash[21583]: audit 2024-04-25T23:41:07.278949+0000 mon.a (mon.0) 1080 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-25T23:41:08.489 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:41:08 smithi087 bash[21583]: audit 2024-04-25T23:41:07.280522+0000 mon.a (mon.0) 1081 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-25T23:41:08.489 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:41:08 smithi087 bash[21583]: audit 2024-04-25T23:41:07.282126+0000 mon.a (mon.0) 1082 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:41:08.490 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:41:08 smithi087 bash[21583]: cephadm 2024-04-25T23:41:07.283977+0000 mgr.a (mgr.14152) 458 : cephadm 1 Reconfiguring daemon mon.b on smithi157 2024-04-25T23:41:10.265 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:41:10 smithi157 bash[22215]: cluster 2024-04-25T23:41:09.161891+0000 mgr.a (mgr.14152) 459 : cluster 0 pgmap v365: 1 pgs: 1 active+clean; 577 KiB data, 126 MiB used, 357 GiB / 358 GiB avail 2024-04-25T23:41:10.265 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:41:10 smithi157 bash[22215]: audit 2024-04-25T23:41:09.255700+0000 mon.a (mon.0) 1083 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:41:10.265 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:41:10 smithi157 bash[22215]: audit 2024-04-25T23:41:09.266343+0000 mon.a (mon.0) 1084 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:41:10.265 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:41:10 smithi157 bash[22215]: cephadm 2024-04-25T23:41:09.303845+0000 mgr.a (mgr.14152) 460 : cephadm 1 Reconfiguring mgr.b (monmap changed)... 2024-04-25T23:41:10.265 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:41:10 smithi157 bash[22215]: audit 2024-04-25T23:41:09.304552+0000 mon.a (mon.0) 1085 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-25T23:41:10.265 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:41:10 smithi157 bash[22215]: audit 2024-04-25T23:41:09.306471+0000 mon.a (mon.0) 1086 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-25T23:41:10.265 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:41:10 smithi157 bash[22215]: audit 2024-04-25T23:41:09.308027+0000 mon.a (mon.0) 1087 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:41:10.265 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:41:10 smithi157 bash[22215]: cephadm 2024-04-25T23:41:09.309946+0000 mgr.a (mgr.14152) 461 : cephadm 1 Reconfiguring daemon mgr.b on smithi157 2024-04-25T23:41:10.489 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:41:10 smithi087 bash[21583]: cluster 2024-04-25T23:41:09.161891+0000 mgr.a (mgr.14152) 459 : cluster 0 pgmap v365: 1 pgs: 1 active+clean; 577 KiB data, 126 MiB used, 357 GiB / 358 GiB avail 2024-04-25T23:41:10.489 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:41:10 smithi087 bash[21583]: audit 2024-04-25T23:41:09.255700+0000 mon.a (mon.0) 1083 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:41:10.489 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:41:10 smithi087 bash[21583]: audit 2024-04-25T23:41:09.266343+0000 mon.a (mon.0) 1084 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:41:10.490 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:41:10 smithi087 bash[21583]: cephadm 2024-04-25T23:41:09.303845+0000 mgr.a (mgr.14152) 460 : cephadm 1 Reconfiguring mgr.b (monmap changed)... 2024-04-25T23:41:10.490 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:41:10 smithi087 bash[21583]: audit 2024-04-25T23:41:09.304552+0000 mon.a (mon.0) 1085 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-25T23:41:10.490 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:41:10 smithi087 bash[21583]: audit 2024-04-25T23:41:09.306471+0000 mon.a (mon.0) 1086 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-25T23:41:10.490 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:41:10 smithi087 bash[21583]: audit 2024-04-25T23:41:09.308027+0000 mon.a (mon.0) 1087 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:41:10.490 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:41:10 smithi087 bash[21583]: cephadm 2024-04-25T23:41:09.309946+0000 mgr.a (mgr.14152) 461 : cephadm 1 Reconfiguring daemon mgr.b on smithi157 2024-04-25T23:41:11.989 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:41:11 smithi087 bash[21583]: audit 2024-04-25T23:41:10.904961+0000 mon.a (mon.0) 1088 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:41:11.989 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:41:11 smithi087 bash[21583]: audit 2024-04-25T23:41:10.913837+0000 mon.a (mon.0) 1089 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:41:11.989 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:41:11 smithi087 bash[21583]: audit 2024-04-25T23:41:10.923898+0000 mon.a (mon.0) 1090 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:41:11.989 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:41:11 smithi087 bash[21583]: cluster 2024-04-25T23:41:11.162423+0000 mgr.a (mgr.14152) 462 : cluster 0 pgmap v366: 1 pgs: 1 active+clean; 577 KiB data, 126 MiB used, 357 GiB / 358 GiB avail 2024-04-25T23:41:11.989 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:41:11 smithi087 bash[21583]: audit 2024-04-25T23:41:11.836089+0000 mon.a (mon.0) 1091 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:41:11.990 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:41:11 smithi087 bash[21583]: audit 2024-04-25T23:41:11.844725+0000 mon.a (mon.0) 1092 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:41:11.990 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:41:11 smithi087 bash[21583]: audit 2024-04-25T23:41:11.883299+0000 mon.a (mon.0) 1093 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-04-25T23:41:11.990 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:41:11 smithi087 bash[21583]: audit 2024-04-25T23:41:11.884968+0000 mon.a (mon.0) 1094 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:41:12.164 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:41:11 smithi157 bash[22215]: audit 2024-04-25T23:41:10.904961+0000 mon.a (mon.0) 1088 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:41:12.165 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:41:11 smithi157 bash[22215]: audit 2024-04-25T23:41:10.913837+0000 mon.a (mon.0) 1089 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:41:12.165 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:41:11 smithi157 bash[22215]: audit 2024-04-25T23:41:10.923898+0000 mon.a (mon.0) 1090 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:41:12.165 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:41:11 smithi157 bash[22215]: cluster 2024-04-25T23:41:11.162423+0000 mgr.a (mgr.14152) 462 : cluster 0 pgmap v366: 1 pgs: 1 active+clean; 577 KiB data, 126 MiB used, 357 GiB / 358 GiB avail 2024-04-25T23:41:12.165 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:41:11 smithi157 bash[22215]: audit 2024-04-25T23:41:11.836089+0000 mon.a (mon.0) 1091 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:41:12.165 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:41:11 smithi157 bash[22215]: audit 2024-04-25T23:41:11.844725+0000 mon.a (mon.0) 1092 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:41:12.165 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:41:11 smithi157 bash[22215]: audit 2024-04-25T23:41:11.883299+0000 mon.a (mon.0) 1093 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-04-25T23:41:12.165 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:41:11 smithi157 bash[22215]: audit 2024-04-25T23:41:11.884968+0000 mon.a (mon.0) 1094 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:41:13.164 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:41:12 smithi157 bash[22215]: cephadm 2024-04-25T23:41:11.882654+0000 mgr.a (mgr.14152) 463 : cephadm 1 Reconfiguring osd.2 (monmap changed)... 2024-04-25T23:41:13.164 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:41:12 smithi157 bash[22215]: cephadm 2024-04-25T23:41:11.887820+0000 mgr.a (mgr.14152) 464 : cephadm 1 Reconfiguring daemon osd.2 on smithi157 2024-04-25T23:41:13.239 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:41:12 smithi087 bash[21583]: cephadm 2024-04-25T23:41:11.882654+0000 mgr.a (mgr.14152) 463 : cephadm 1 Reconfiguring osd.2 (monmap changed)... 2024-04-25T23:41:13.239 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:41:12 smithi087 bash[21583]: cephadm 2024-04-25T23:41:11.887820+0000 mgr.a (mgr.14152) 464 : cephadm 1 Reconfiguring daemon osd.2 on smithi157 2024-04-25T23:41:14.727 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:41:14 smithi157 bash[22215]: cluster 2024-04-25T23:41:13.162965+0000 mgr.a (mgr.14152) 465 : cluster 0 pgmap v367: 1 pgs: 1 active+clean; 577 KiB data, 126 MiB used, 357 GiB / 358 GiB avail 2024-04-25T23:41:14.728 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:41:14 smithi157 bash[22215]: audit 2024-04-25T23:41:13.615995+0000 mon.a (mon.0) 1095 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:41:14.728 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:41:14 smithi157 bash[22215]: audit 2024-04-25T23:41:13.624180+0000 mon.a (mon.0) 1096 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:41:14.728 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:41:14 smithi157 bash[22215]: audit 2024-04-25T23:41:13.633031+0000 mon.a (mon.0) 1097 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:41:14.989 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:41:14 smithi087 bash[21583]: cluster 2024-04-25T23:41:13.162965+0000 mgr.a (mgr.14152) 465 : cluster 0 pgmap v367: 1 pgs: 1 active+clean; 577 KiB data, 126 MiB used, 357 GiB / 358 GiB avail 2024-04-25T23:41:14.990 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:41:14 smithi087 bash[21583]: audit 2024-04-25T23:41:13.615995+0000 mon.a (mon.0) 1095 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:41:14.990 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:41:14 smithi087 bash[21583]: audit 2024-04-25T23:41:13.624180+0000 mon.a (mon.0) 1096 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:41:14.990 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:41:14 smithi087 bash[21583]: audit 2024-04-25T23:41:13.633031+0000 mon.a (mon.0) 1097 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:41:16.847 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:41:16 smithi157 bash[22215]: cluster 2024-04-25T23:41:15.163650+0000 mgr.a (mgr.14152) 466 : cluster 0 pgmap v368: 1 pgs: 1 active+clean; 577 KiB data, 126 MiB used, 357 GiB / 358 GiB avail 2024-04-25T23:41:16.847 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:41:16 smithi157 bash[22215]: audit 2024-04-25T23:41:15.606478+0000 mon.a (mon.0) 1098 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:41:16.847 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:41:16 smithi157 bash[22215]: audit 2024-04-25T23:41:15.617187+0000 mon.a (mon.0) 1099 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:41:16.848 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:41:16 smithi157 bash[22215]: cephadm 2024-04-25T23:41:15.660817+0000 mgr.a (mgr.14152) 467 : cephadm 1 Reconfiguring osd.3 (monmap changed)... 2024-04-25T23:41:16.848 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:41:16 smithi157 bash[22215]: audit 2024-04-25T23:41:15.661451+0000 mon.a (mon.0) 1100 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-04-25T23:41:16.848 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:41:16 smithi157 bash[22215]: audit 2024-04-25T23:41:15.663206+0000 mon.a (mon.0) 1101 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:41:16.848 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:41:16 smithi157 bash[22215]: cephadm 2024-04-25T23:41:15.666043+0000 mgr.a (mgr.14152) 468 : cephadm 1 Reconfiguring daemon osd.3 on smithi157 2024-04-25T23:41:16.989 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:41:16 smithi087 bash[21583]: cluster 2024-04-25T23:41:15.163650+0000 mgr.a (mgr.14152) 466 : cluster 0 pgmap v368: 1 pgs: 1 active+clean; 577 KiB data, 126 MiB used, 357 GiB / 358 GiB avail 2024-04-25T23:41:16.989 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:41:16 smithi087 bash[21583]: audit 2024-04-25T23:41:15.606478+0000 mon.a (mon.0) 1098 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:41:16.989 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:41:16 smithi087 bash[21583]: audit 2024-04-25T23:41:15.617187+0000 mon.a (mon.0) 1099 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:41:16.989 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:41:16 smithi087 bash[21583]: cephadm 2024-04-25T23:41:15.660817+0000 mgr.a (mgr.14152) 467 : cephadm 1 Reconfiguring osd.3 (monmap changed)... 2024-04-25T23:41:16.989 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:41:16 smithi087 bash[21583]: audit 2024-04-25T23:41:15.661451+0000 mon.a (mon.0) 1100 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-04-25T23:41:16.989 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:41:16 smithi087 bash[21583]: audit 2024-04-25T23:41:15.663206+0000 mon.a (mon.0) 1101 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:41:16.989 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:41:16 smithi087 bash[21583]: cephadm 2024-04-25T23:41:15.666043+0000 mgr.a (mgr.14152) 468 : cephadm 1 Reconfiguring daemon osd.3 on smithi157 2024-04-25T23:41:18.914 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:41:18 smithi157 bash[22215]: cluster 2024-04-25T23:41:17.164279+0000 mgr.a (mgr.14152) 469 : cluster 0 pgmap v369: 1 pgs: 1 active+clean; 577 KiB data, 126 MiB used, 357 GiB / 358 GiB avail 2024-04-25T23:41:18.915 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:41:18 smithi157 bash[22215]: audit 2024-04-25T23:41:17.746148+0000 mon.a (mon.0) 1102 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:41:18.915 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:41:18 smithi157 bash[22215]: audit 2024-04-25T23:41:17.755102+0000 mon.a (mon.0) 1103 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:41:18.915 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:41:18 smithi157 bash[22215]: audit 2024-04-25T23:41:17.785824+0000 mon.a (mon.0) 1104 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T23:41:18.915 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:41:18 smithi157 bash[22215]: audit 2024-04-25T23:41:17.790972+0000 mon.a (mon.0) 1105 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:41:18.915 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:41:18 smithi157 bash[22215]: audit 2024-04-25T23:41:17.792770+0000 mon.a (mon.0) 1106 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T23:41:18.915 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:41:18 smithi157 bash[22215]: audit 2024-04-25T23:41:17.804248+0000 mon.a (mon.0) 1107 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:41:18.989 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:41:18 smithi087 bash[21583]: cluster 2024-04-25T23:41:17.164279+0000 mgr.a (mgr.14152) 469 : cluster 0 pgmap v369: 1 pgs: 1 active+clean; 577 KiB data, 126 MiB used, 357 GiB / 358 GiB avail 2024-04-25T23:41:18.989 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:41:18 smithi087 bash[21583]: audit 2024-04-25T23:41:17.746148+0000 mon.a (mon.0) 1102 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:41:18.989 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:41:18 smithi087 bash[21583]: audit 2024-04-25T23:41:17.755102+0000 mon.a (mon.0) 1103 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:41:18.989 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:41:18 smithi087 bash[21583]: audit 2024-04-25T23:41:17.785824+0000 mon.a (mon.0) 1104 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T23:41:18.989 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:41:18 smithi087 bash[21583]: audit 2024-04-25T23:41:17.790972+0000 mon.a (mon.0) 1105 : audit 0 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T23:41:18.989 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:41:18 smithi087 bash[21583]: audit 2024-04-25T23:41:17.792770+0000 mon.a (mon.0) 1106 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T23:41:18.989 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:41:18 smithi087 bash[21583]: audit 2024-04-25T23:41:17.804248+0000 mon.a (mon.0) 1107 : audit 1 from='mgr.14152 172.21.15.87:0/4255022084' entity='mgr.a' 2024-04-25T23:41:19.915 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:41:19 smithi157 bash[22215]: cluster 2024-04-25T23:41:17.795822+0000 mgr.a (mgr.14152) 470 : cluster 0 pgmap v370: 1 pgs: 1 active+clean; 577 KiB data, 126 MiB used, 357 GiB / 358 GiB avail 2024-04-25T23:41:19.915 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:41:19 smithi157 bash[22215]: cluster 2024-04-25T23:41:17.796232+0000 mgr.a (mgr.14152) 471 : cluster 0 pgmap v371: 1 pgs: 1 active+clean; 577 KiB data, 126 MiB used, 357 GiB / 358 GiB avail 2024-04-25T23:41:19.915 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:41:19 smithi157 bash[22215]: cluster 2024-04-25T23:41:17.796838+0000 mgr.a (mgr.14152) 472 : cluster 0 pgmap v372: 1 pgs: 1 active+clean; 577 KiB data, 126 MiB used, 357 GiB / 358 GiB avail 2024-04-25T23:41:19.915 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:41:19 smithi157 bash[22215]: cluster 2024-04-25T23:41:18.751560+0000 mon.a (mon.0) 1108 : cluster 1 Health check cleared: CEPHADM_REFRESH_FAILED (was: failed to probe daemons or devices) 2024-04-25T23:41:19.992 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:41:19 smithi087 bash[21583]: cluster 2024-04-25T23:41:17.795822+0000 mgr.a (mgr.14152) 470 : cluster 0 pgmap v370: 1 pgs: 1 active+clean; 577 KiB data, 126 MiB used, 357 GiB / 358 GiB avail 2024-04-25T23:41:19.992 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:41:19 smithi087 bash[21583]: cluster 2024-04-25T23:41:17.796232+0000 mgr.a (mgr.14152) 471 : cluster 0 pgmap v371: 1 pgs: 1 active+clean; 577 KiB data, 126 MiB used, 357 GiB / 358 GiB avail 2024-04-25T23:41:19.992 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:41:19 smithi087 bash[21583]: cluster 2024-04-25T23:41:17.796838+0000 mgr.a (mgr.14152) 472 : cluster 0 pgmap v372: 1 pgs: 1 active+clean; 577 KiB data, 126 MiB used, 357 GiB / 358 GiB avail 2024-04-25T23:41:19.992 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:41:19 smithi087 bash[21583]: cluster 2024-04-25T23:41:18.751560+0000 mon.a (mon.0) 1108 : cluster 1 Health check cleared: CEPHADM_REFRESH_FAILED (was: failed to probe daemons or devices) 2024-04-25T23:41:21.914 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:41:21 smithi157 bash[22215]: cluster 2024-04-25T23:41:19.797405+0000 mgr.a (mgr.14152) 473 : cluster 0 pgmap v373: 1 pgs: 1 active+clean; 577 KiB data, 126 MiB used, 357 GiB / 358 GiB avail 2024-04-25T23:41:21.989 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:41:21 smithi087 bash[21583]: cluster 2024-04-25T23:41:19.797405+0000 mgr.a (mgr.14152) 473 : cluster 0 pgmap v373: 1 pgs: 1 active+clean; 577 KiB data, 126 MiB used, 357 GiB / 358 GiB avail 2024-04-25T23:41:23.914 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:41:23 smithi157 bash[22215]: cluster 2024-04-25T23:41:21.797957+0000 mgr.a (mgr.14152) 474 : cluster 0 pgmap v374: 1 pgs: 1 active+clean; 577 KiB data, 126 MiB used, 357 GiB / 358 GiB avail 2024-04-25T23:41:23.989 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:41:23 smithi087 bash[21583]: cluster 2024-04-25T23:41:21.797957+0000 mgr.a (mgr.14152) 474 : cluster 0 pgmap v374: 1 pgs: 1 active+clean; 577 KiB data, 126 MiB used, 357 GiB / 358 GiB avail 2024-04-25T23:41:25.914 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:41:25 smithi157 bash[22215]: cluster 2024-04-25T23:41:23.798532+0000 mgr.a (mgr.14152) 475 : cluster 0 pgmap v375: 1 pgs: 1 active+clean; 577 KiB data, 126 MiB used, 357 GiB / 358 GiB avail 2024-04-25T23:41:25.989 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:41:25 smithi087 bash[21583]: cluster 2024-04-25T23:41:23.798532+0000 mgr.a (mgr.14152) 475 : cluster 0 pgmap v375: 1 pgs: 1 active+clean; 577 KiB data, 126 MiB used, 357 GiB / 358 GiB avail 2024-04-25T23:41:27.917 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:41:27 smithi157 bash[22215]: cluster 2024-04-25T23:41:25.799103+0000 mgr.a (mgr.14152) 476 : cluster 0 pgmap v376: 1 pgs: 1 active+clean; 577 KiB data, 126 MiB used, 357 GiB / 358 GiB avail 2024-04-25T23:41:27.989 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:41:27 smithi087 bash[21583]: cluster 2024-04-25T23:41:25.799103+0000 mgr.a (mgr.14152) 476 : cluster 0 pgmap v376: 1 pgs: 1 active+clean; 577 KiB data, 126 MiB used, 357 GiB / 358 GiB avail 2024-04-25T23:41:29.161 INFO:teuthology.orchestra.run.smithi087.stderr:+ ceph osd getcrushmap -o compiled-crushmap 2024-04-25T23:41:29.505 INFO:teuthology.orchestra.run.smithi087.stderr:18 2024-04-25T23:41:29.516 INFO:teuthology.orchestra.run.smithi087.stderr:+ crushtool -d compiled-crushmap -o crushmap.txt 2024-04-25T23:41:29.534 INFO:teuthology.orchestra.run.smithi087.stderr:++ cat crushmap.txt 2024-04-25T23:41:29.535 INFO:teuthology.orchestra.run.smithi087.stderr:+ CRUSH_MAP='# begin crush map 2024-04-25T23:41:29.535 INFO:teuthology.orchestra.run.smithi087.stderr:tunable choose_local_tries 0 2024-04-25T23:41:29.535 INFO:teuthology.orchestra.run.smithi087.stderr:tunable choose_local_fallback_tries 0 2024-04-25T23:41:29.535 INFO:teuthology.orchestra.run.smithi087.stderr:tunable choose_total_tries 50 2024-04-25T23:41:29.535 INFO:teuthology.orchestra.run.smithi087.stderr:tunable chooseleaf_descend_once 1 2024-04-25T23:41:29.536 INFO:teuthology.orchestra.run.smithi087.stderr:tunable chooseleaf_vary_r 1 2024-04-25T23:41:29.536 INFO:teuthology.orchestra.run.smithi087.stderr:tunable chooseleaf_stable 1 2024-04-25T23:41:29.536 INFO:teuthology.orchestra.run.smithi087.stderr:tunable straw_calc_version 1 2024-04-25T23:41:29.536 INFO:teuthology.orchestra.run.smithi087.stderr:tunable allowed_bucket_algs 54 2024-04-25T23:41:29.536 INFO:teuthology.orchestra.run.smithi087.stderr: 2024-04-25T23:41:29.536 INFO:teuthology.orchestra.run.smithi087.stderr:# devices 2024-04-25T23:41:29.536 INFO:teuthology.orchestra.run.smithi087.stderr:device 0 osd.0 class ssd 2024-04-25T23:41:29.536 INFO:teuthology.orchestra.run.smithi087.stderr:device 1 osd.1 class ssd 2024-04-25T23:41:29.536 INFO:teuthology.orchestra.run.smithi087.stderr:device 2 osd.2 class ssd 2024-04-25T23:41:29.536 INFO:teuthology.orchestra.run.smithi087.stderr:device 3 osd.3 class ssd 2024-04-25T23:41:29.536 INFO:teuthology.orchestra.run.smithi087.stderr: 2024-04-25T23:41:29.536 INFO:teuthology.orchestra.run.smithi087.stderr:# types 2024-04-25T23:41:29.536 INFO:teuthology.orchestra.run.smithi087.stderr:type 0 osd 2024-04-25T23:41:29.536 INFO:teuthology.orchestra.run.smithi087.stderr:type 1 host 2024-04-25T23:41:29.536 INFO:teuthology.orchestra.run.smithi087.stderr:type 2 chassis 2024-04-25T23:41:29.537 INFO:teuthology.orchestra.run.smithi087.stderr:type 3 rack 2024-04-25T23:41:29.537 INFO:teuthology.orchestra.run.smithi087.stderr:type 4 row 2024-04-25T23:41:29.537 INFO:teuthology.orchestra.run.smithi087.stderr:type 5 pdu 2024-04-25T23:41:29.537 INFO:teuthology.orchestra.run.smithi087.stderr:type 6 pod 2024-04-25T23:41:29.537 INFO:teuthology.orchestra.run.smithi087.stderr:type 7 room 2024-04-25T23:41:29.537 INFO:teuthology.orchestra.run.smithi087.stderr:type 8 datacenter 2024-04-25T23:41:29.537 INFO:teuthology.orchestra.run.smithi087.stderr:type 9 zone 2024-04-25T23:41:29.537 INFO:teuthology.orchestra.run.smithi087.stderr:type 10 region 2024-04-25T23:41:29.537 INFO:teuthology.orchestra.run.smithi087.stderr:type 11 root 2024-04-25T23:41:29.537 INFO:teuthology.orchestra.run.smithi087.stderr: 2024-04-25T23:41:29.537 INFO:teuthology.orchestra.run.smithi087.stderr:# buckets 2024-04-25T23:41:29.537 INFO:teuthology.orchestra.run.smithi087.stderr:host smithi087 { 2024-04-25T23:41:29.537 INFO:teuthology.orchestra.run.smithi087.stderr: id -3 # do not change unnecessarily 2024-04-25T23:41:29.537 INFO:teuthology.orchestra.run.smithi087.stderr: id -4 class ssd # do not change unnecessarily 2024-04-25T23:41:29.537 INFO:teuthology.orchestra.run.smithi087.stderr: # weight 0.17459 2024-04-25T23:41:29.538 INFO:teuthology.orchestra.run.smithi087.stderr: alg straw2 2024-04-25T23:41:29.538 INFO:teuthology.orchestra.run.smithi087.stderr: hash 0 # rjenkins1 2024-04-25T23:41:29.538 INFO:teuthology.orchestra.run.smithi087.stderr: item osd.0 weight 0.08730 2024-04-25T23:41:29.538 INFO:teuthology.orchestra.run.smithi087.stderr: item osd.1 weight 0.08730 2024-04-25T23:41:29.538 INFO:teuthology.orchestra.run.smithi087.stderr:} 2024-04-25T23:41:29.538 INFO:teuthology.orchestra.run.smithi087.stderr:host smithi157 { 2024-04-25T23:41:29.538 INFO:teuthology.orchestra.run.smithi087.stderr: id -5 # do not change unnecessarily 2024-04-25T23:41:29.538 INFO:teuthology.orchestra.run.smithi087.stderr: id -6 class ssd # do not change unnecessarily 2024-04-25T23:41:29.538 INFO:teuthology.orchestra.run.smithi087.stderr: # weight 0.17459 2024-04-25T23:41:29.538 INFO:teuthology.orchestra.run.smithi087.stderr: alg straw2 2024-04-25T23:41:29.538 INFO:teuthology.orchestra.run.smithi087.stderr: hash 0 # rjenkins1 2024-04-25T23:41:29.538 INFO:teuthology.orchestra.run.smithi087.stderr: item osd.2 weight 0.08730 2024-04-25T23:41:29.538 INFO:teuthology.orchestra.run.smithi087.stderr: item osd.3 weight 0.08730 2024-04-25T23:41:29.538 INFO:teuthology.orchestra.run.smithi087.stderr:} 2024-04-25T23:41:29.539 INFO:teuthology.orchestra.run.smithi087.stderr:root default { 2024-04-25T23:41:29.539 INFO:teuthology.orchestra.run.smithi087.stderr: id -1 # do not change unnecessarily 2024-04-25T23:41:29.539 INFO:teuthology.orchestra.run.smithi087.stderr: id -2 class ssd # do not change unnecessarily 2024-04-25T23:41:29.539 INFO:teuthology.orchestra.run.smithi087.stderr: # weight 0.34918 2024-04-25T23:41:29.539 INFO:teuthology.orchestra.run.smithi087.stderr: alg straw2 2024-04-25T23:41:29.539 INFO:teuthology.orchestra.run.smithi087.stderr: hash 0 # rjenkins1 2024-04-25T23:41:29.539 INFO:teuthology.orchestra.run.smithi087.stderr: item smithi087 weight 0.17459 2024-04-25T23:41:29.539 INFO:teuthology.orchestra.run.smithi087.stderr: item smithi157 weight 0.17459 2024-04-25T23:41:29.539 INFO:teuthology.orchestra.run.smithi087.stderr:} 2024-04-25T23:41:29.539 INFO:teuthology.orchestra.run.smithi087.stderr: 2024-04-25T23:41:29.539 INFO:teuthology.orchestra.run.smithi087.stderr:# rules 2024-04-25T23:41:29.539 INFO:teuthology.orchestra.run.smithi087.stderr:rule replicated_rule { 2024-04-25T23:41:29.539 INFO:teuthology.orchestra.run.smithi087.stderr: id 0 2024-04-25T23:41:29.539 INFO:teuthology.orchestra.run.smithi087.stderr: type replicated 2024-04-25T23:41:29.539 INFO:teuthology.orchestra.run.smithi087.stderr: step take default 2024-04-25T23:41:29.540 INFO:teuthology.orchestra.run.smithi087.stderr: step choose firstn 0 type osd 2024-04-25T23:41:29.540 INFO:teuthology.orchestra.run.smithi087.stderr: step emit 2024-04-25T23:41:29.540 INFO:teuthology.orchestra.run.smithi087.stderr:} 2024-04-25T23:41:29.540 INFO:teuthology.orchestra.run.smithi087.stderr: 2024-04-25T23:41:29.540 INFO:teuthology.orchestra.run.smithi087.stderr:# end crush map' 2024-04-25T23:41:29.540 INFO:teuthology.orchestra.run.smithi087.stderr:+ grep -q smithi161 2024-04-25T23:41:29.914 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:41:29 smithi157 bash[22215]: cluster 2024-04-25T23:41:27.799656+0000 mgr.a (mgr.14152) 477 : cluster 0 pgmap v377: 1 pgs: 1 active+clean; 577 KiB data, 126 MiB used, 357 GiB / 358 GiB avail 2024-04-25T23:41:29.915 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:41:29 smithi157 bash[22215]: audit 2024-04-25T23:41:29.522255+0000 mon.a (mon.0) 1109 : audit 0 from='client.? 172.21.15.87:0/620259654' entity='client.admin' cmd=[{"prefix": "osd getcrushmap"}]: dispatch 2024-04-25T23:41:29.989 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:41:29 smithi087 bash[21583]: cluster 2024-04-25T23:41:27.799656+0000 mgr.a (mgr.14152) 477 : cluster 0 pgmap v377: 1 pgs: 1 active+clean; 577 KiB data, 126 MiB used, 357 GiB / 358 GiB avail 2024-04-25T23:41:29.989 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:41:29 smithi087 bash[21583]: audit 2024-04-25T23:41:29.522255+0000 mon.a (mon.0) 1109 : audit 0 from='client.? 172.21.15.87:0/620259654' entity='client.admin' cmd=[{"prefix": "osd getcrushmap"}]: dispatch 2024-04-25T23:41:30.227 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-04-25T23:41:30.236 INFO:tasks.cephadm:Teardown begin 2024-04-25T23:41:30.237 DEBUG:teuthology.orchestra.run.smithi087:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-25T23:41:30.251 DEBUG:teuthology.orchestra.run.smithi157:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-25T23:41:30.266 DEBUG:teuthology.orchestra.run.smithi161:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-25T23:41:30.281 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-04-25T23:41:30.281 DEBUG:teuthology.orchestra.run.smithi087:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-25T23:41:30.300 DEBUG:teuthology.orchestra.run.smithi157:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-25T23:41:30.316 DEBUG:teuthology.orchestra.run.smithi161:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-25T23:41:30.328 INFO:tasks.cephadm:Stopping all daemons... 2024-04-25T23:41:30.328 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-04-25T23:41:30.328 DEBUG:teuthology.orchestra.run.smithi087:> sudo systemctl stop ceph-7567fb78-035b-11ef-bc93-c7b262605968@mon.a 2024-04-25T23:41:30.489 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:41:30 smithi087 systemd[1]: Stopping Ceph mon.a for 7567fb78-035b-11ef-bc93-c7b262605968... 2024-04-25T23:41:30.620 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:41:30 smithi087 bash[21583]: debug 2024-04-25T23:41:30.505+0000 7f8172616700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-04-25T23:41:30.620 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:41:30 smithi087 bash[21583]: debug 2024-04-25T23:41:30.505+0000 7f8172616700 -1 mon.a@0(leader) e4 *** Got Signal Terminated *** 2024-04-25T23:41:31.356 DEBUG:teuthology.orchestra.run.smithi087:> sudo pkill -f 'journalctl -f -n 0 -u ceph-7567fb78-035b-11ef-bc93-c7b262605968@mon.a.service' 2024-04-25T23:41:31.470 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:41:31 smithi087 bash[46666]: ceph-7567fb78-035b-11ef-bc93-c7b262605968-mon-a 2024-04-25T23:41:31.470 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:41:31 smithi087 bash[46726]: ceph-7567fb78-035b-11ef-bc93-c7b262605968-mon-a 2024-04-25T23:41:31.470 INFO:journalctl@ceph.mon.a.smithi087.stdout:Apr 25 23:41:31 smithi087 systemd[1]: ceph-7567fb78-035b-11ef-bc93-c7b262605968@mon.a.service: Deactivated successfully. 2024-04-25T23:41:31.542 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-25T23:41:31.542 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-04-25T23:41:31.542 INFO:tasks.cephadm.mon.c:Stopping mon.b... 2024-04-25T23:41:31.542 DEBUG:teuthology.orchestra.run.smithi157:> sudo systemctl stop ceph-7567fb78-035b-11ef-bc93-c7b262605968@mon.b 2024-04-25T23:41:31.914 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:41:31 smithi157 systemd[1]: Stopping Ceph mon.b for 7567fb78-035b-11ef-bc93-c7b262605968... 2024-04-25T23:41:31.914 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:41:31 smithi157 bash[22215]: debug 2024-04-25T23:41:31.804+0000 7f38fe064700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.b -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-04-25T23:41:31.915 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:41:31 smithi157 bash[22215]: debug 2024-04-25T23:41:31.804+0000 7f38fe064700 -1 mon.b@1(peon) e4 *** Got Signal Terminated *** 2024-04-25T23:41:32.873 DEBUG:teuthology.orchestra.run.smithi157:> sudo pkill -f 'journalctl -f -n 0 -u ceph-7567fb78-035b-11ef-bc93-c7b262605968@mon.b.service' 2024-04-25T23:41:32.882 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:41:32 smithi157 bash[36345]: ceph-7567fb78-035b-11ef-bc93-c7b262605968-mon-b 2024-04-25T23:41:32.882 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:41:32 smithi157 bash[36422]: Error response from daemon: No such container: ceph-7567fb78-035b-11ef-bc93-c7b262605968-mon-b 2024-04-25T23:41:32.882 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:41:32 smithi157 systemd[1]: ceph-7567fb78-035b-11ef-bc93-c7b262605968@mon.b.service: Deactivated successfully. 2024-04-25T23:41:32.883 INFO:journalctl@ceph.mon.b.smithi157.stdout:Apr 25 23:41:32 smithi157 systemd[1]: Stopped Ceph mon.b for 7567fb78-035b-11ef-bc93-c7b262605968. 2024-04-25T23:41:32.906 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-25T23:41:32.906 INFO:tasks.cephadm.mon.c:Stopped mon.b 2024-04-25T23:41:32.906 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2024-04-25T23:41:32.907 DEBUG:teuthology.orchestra.run.smithi161:> sudo systemctl stop ceph-7567fb78-035b-11ef-bc93-c7b262605968@mon.c 2024-04-25T23:41:32.937 DEBUG:teuthology.orchestra.run.smithi161:> sudo pkill -f 'journalctl -f -n 0 -u ceph-7567fb78-035b-11ef-bc93-c7b262605968@mon.c.service' 2024-04-25T23:41:33.015 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-25T23:41:33.015 INFO:tasks.cephadm.mon.c:Stopped mon.c 2024-04-25T23:41:33.015 INFO:tasks.cephadm.mgr.a:Stopping mgr.a... 2024-04-25T23:41:33.015 DEBUG:teuthology.orchestra.run.smithi087:> sudo systemctl stop ceph-7567fb78-035b-11ef-bc93-c7b262605968@mgr.a 2024-04-25T23:41:33.374 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 25 23:41:33 smithi087 systemd[1]: Stopping Ceph mgr.a for 7567fb78-035b-11ef-bc93-c7b262605968... 2024-04-25T23:41:33.739 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 25 23:41:33 smithi087 bash[21836]: debug 2024-04-25T23:41:33.389+0000 7f4765867700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mgr -n mgr.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-04-25T23:41:33.739 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 25 23:41:33 smithi087 bash[21836]: debug 2024-04-25T23:41:33.389+0000 7f4765867700 -1 mgr handle_mgr_signal *** Got signal Terminated *** 2024-04-25T23:41:34.460 INFO:journalctl@ceph.mgr.a.smithi087.stdout:Apr 25 23:41:34 smithi087 bash[46851]: ceph-7567fb78-035b-11ef-bc93-c7b262605968-mgr-a 2024-04-25T23:41:34.478 DEBUG:teuthology.orchestra.run.smithi087:> sudo pkill -f 'journalctl -f -n 0 -u ceph-7567fb78-035b-11ef-bc93-c7b262605968@mgr.a.service' 2024-04-25T23:41:34.498 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-25T23:41:34.498 INFO:tasks.cephadm.mgr.a:Stopped mgr.a 2024-04-25T23:41:34.498 INFO:tasks.cephadm.mgr.b:Stopping mgr.b... 2024-04-25T23:41:34.498 DEBUG:teuthology.orchestra.run.smithi157:> sudo systemctl stop ceph-7567fb78-035b-11ef-bc93-c7b262605968@mgr.b 2024-04-25T23:41:34.856 INFO:journalctl@ceph.mgr.b.smithi157.stdout:Apr 25 23:41:34 smithi157 systemd[1]: Stopping Ceph mgr.b for 7567fb78-035b-11ef-bc93-c7b262605968... 2024-04-25T23:41:35.271 DEBUG:teuthology.orchestra.run.smithi157:> sudo pkill -f 'journalctl -f -n 0 -u ceph-7567fb78-035b-11ef-bc93-c7b262605968@mgr.b.service' 2024-04-25T23:41:35.293 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-25T23:41:35.293 INFO:tasks.cephadm.mgr.b:Stopped mgr.b 2024-04-25T23:41:35.293 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-04-25T23:41:35.293 DEBUG:teuthology.orchestra.run.smithi087:> sudo systemctl stop ceph-7567fb78-035b-11ef-bc93-c7b262605968@osd.0 2024-04-25T23:41:35.489 INFO:journalctl@ceph.osd.0.smithi087.stdout:Apr 25 23:41:35 smithi087 systemd[1]: Stopping Ceph osd.0 for 7567fb78-035b-11ef-bc93-c7b262605968... 2024-04-25T23:41:35.989 INFO:journalctl@ceph.osd.0.smithi087.stdout:Apr 25 23:41:35 smithi087 bash[31853]: debug 2024-04-25T23:41:35.597+0000 7fa3707ac700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.0 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-04-25T23:41:35.989 INFO:journalctl@ceph.osd.0.smithi087.stdout:Apr 25 23:41:35 smithi087 bash[31853]: debug 2024-04-25T23:41:35.597+0000 7fa3707ac700 -1 osd.0 57 *** Got signal Terminated *** 2024-04-25T23:41:35.989 INFO:journalctl@ceph.osd.0.smithi087.stdout:Apr 25 23:41:35 smithi087 bash[31853]: debug 2024-04-25T23:41:35.597+0000 7fa3707ac700 -1 osd.0 57 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-25T23:41:41.739 INFO:journalctl@ceph.osd.0.smithi087.stdout:Apr 25 23:41:41 smithi087 bash[47077]: ceph-7567fb78-035b-11ef-bc93-c7b262605968-osd-0 2024-04-25T23:41:41.739 INFO:journalctl@ceph.osd.0.smithi087.stdout:Apr 25 23:41:41 smithi087 bash[47205]: Error response from daemon: No such container: ceph-7567fb78-035b-11ef-bc93-c7b262605968-osd-0 2024-04-25T23:41:43.361 DEBUG:teuthology.orchestra.run.smithi087:> sudo pkill -f 'journalctl -f -n 0 -u ceph-7567fb78-035b-11ef-bc93-c7b262605968@osd.0.service' 2024-04-25T23:41:43.389 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-25T23:41:43.390 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-04-25T23:41:43.390 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-04-25T23:41:43.390 DEBUG:teuthology.orchestra.run.smithi087:> sudo systemctl stop ceph-7567fb78-035b-11ef-bc93-c7b262605968@osd.1 2024-04-25T23:41:43.739 INFO:journalctl@ceph.osd.1.smithi087.stdout:Apr 25 23:41:43 smithi087 systemd[1]: Stopping Ceph osd.1 for 7567fb78-035b-11ef-bc93-c7b262605968... 2024-04-25T23:41:43.739 INFO:journalctl@ceph.osd.1.smithi087.stdout:Apr 25 23:41:43 smithi087 bash[35700]: debug 2024-04-25T23:41:43.569+0000 7f2fcf7f9700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.1 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-04-25T23:41:43.739 INFO:journalctl@ceph.osd.1.smithi087.stdout:Apr 25 23:41:43 smithi087 bash[35700]: debug 2024-04-25T23:41:43.573+0000 7f2fcf7f9700 -1 osd.1 57 *** Got signal Terminated *** 2024-04-25T23:41:43.740 INFO:journalctl@ceph.osd.1.smithi087.stdout:Apr 25 23:41:43 smithi087 bash[35700]: debug 2024-04-25T23:41:43.573+0000 7f2fcf7f9700 -1 osd.1 57 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-25T23:41:49.989 INFO:journalctl@ceph.osd.1.smithi087.stdout:Apr 25 23:41:49 smithi087 bash[47558]: ceph-7567fb78-035b-11ef-bc93-c7b262605968-osd-1 2024-04-25T23:41:49.989 INFO:journalctl@ceph.osd.1.smithi087.stdout:Apr 25 23:41:49 smithi087 bash[47625]: Error response from daemon: No such container: ceph-7567fb78-035b-11ef-bc93-c7b262605968-osd-1 2024-04-25T23:41:51.402 DEBUG:teuthology.orchestra.run.smithi087:> sudo pkill -f 'journalctl -f -n 0 -u ceph-7567fb78-035b-11ef-bc93-c7b262605968@osd.1.service' 2024-04-25T23:41:51.440 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-25T23:41:51.441 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-04-25T23:41:51.441 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-04-25T23:41:51.441 DEBUG:teuthology.orchestra.run.smithi157:> sudo systemctl stop ceph-7567fb78-035b-11ef-bc93-c7b262605968@osd.2 2024-04-25T23:41:51.853 INFO:journalctl@ceph.osd.2.smithi157.stdout:Apr 25 23:41:51 smithi157 systemd[1]: Stopping Ceph osd.2 for 7567fb78-035b-11ef-bc93-c7b262605968... 2024-04-25T23:41:52.164 INFO:journalctl@ceph.osd.2.smithi157.stdout:Apr 25 23:41:51 smithi157 bash[27440]: debug 2024-04-25T23:41:51.868+0000 7f2305967700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.2 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-04-25T23:41:52.165 INFO:journalctl@ceph.osd.2.smithi157.stdout:Apr 25 23:41:51 smithi157 bash[27440]: debug 2024-04-25T23:41:51.868+0000 7f2305967700 -1 osd.2 57 *** Got signal Terminated *** 2024-04-25T23:41:52.165 INFO:journalctl@ceph.osd.2.smithi157.stdout:Apr 25 23:41:51 smithi157 bash[27440]: debug 2024-04-25T23:41:51.868+0000 7f2305967700 -1 osd.2 57 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-25T23:41:57.914 INFO:journalctl@ceph.osd.2.smithi157.stdout:Apr 25 23:41:57 smithi157 bash[36989]: ceph-7567fb78-035b-11ef-bc93-c7b262605968-osd-2 2024-04-25T23:41:57.914 INFO:journalctl@ceph.osd.2.smithi157.stdout:Apr 25 23:41:57 smithi157 bash[37178]: Error response from daemon: No such container: ceph-7567fb78-035b-11ef-bc93-c7b262605968-osd-2 2024-04-25T23:41:59.590 DEBUG:teuthology.orchestra.run.smithi157:> sudo pkill -f 'journalctl -f -n 0 -u ceph-7567fb78-035b-11ef-bc93-c7b262605968@osd.2.service' 2024-04-25T23:41:59.614 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-25T23:41:59.615 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-04-25T23:41:59.615 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2024-04-25T23:41:59.615 DEBUG:teuthology.orchestra.run.smithi157:> sudo systemctl stop ceph-7567fb78-035b-11ef-bc93-c7b262605968@osd.3 2024-04-25T23:41:59.914 INFO:journalctl@ceph.osd.3.smithi157.stdout:Apr 25 23:41:59 smithi157 systemd[1]: Stopping Ceph osd.3 for 7567fb78-035b-11ef-bc93-c7b262605968... 2024-04-25T23:41:59.915 INFO:journalctl@ceph.osd.3.smithi157.stdout:Apr 25 23:41:59 smithi157 bash[31332]: debug 2024-04-25T23:41:59.783+0000 7ff959b01700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.3 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-04-25T23:41:59.915 INFO:journalctl@ceph.osd.3.smithi157.stdout:Apr 25 23:41:59 smithi157 bash[31332]: debug 2024-04-25T23:41:59.783+0000 7ff959b01700 -1 osd.3 57 *** Got signal Terminated *** 2024-04-25T23:41:59.915 INFO:journalctl@ceph.osd.3.smithi157.stdout:Apr 25 23:41:59 smithi157 bash[31332]: debug 2024-04-25T23:41:59.783+0000 7ff959b01700 -1 osd.3 57 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-25T23:42:06.164 INFO:journalctl@ceph.osd.3.smithi157.stdout:Apr 25 23:42:05 smithi157 bash[37374]: ceph-7567fb78-035b-11ef-bc93-c7b262605968-osd-3 2024-04-25T23:42:06.164 INFO:journalctl@ceph.osd.3.smithi157.stdout:Apr 25 23:42:05 smithi157 bash[37680]: ceph-7567fb78-035b-11ef-bc93-c7b262605968-osd-3 2024-04-25T23:42:07.623 DEBUG:teuthology.orchestra.run.smithi157:> sudo pkill -f 'journalctl -f -n 0 -u ceph-7567fb78-035b-11ef-bc93-c7b262605968@osd.3.service' 2024-04-25T23:42:07.663 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-25T23:42:07.664 INFO:tasks.cephadm.osd.3:Stopped osd.3 2024-04-25T23:42:07.664 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2024-04-25T23:42:07.664 DEBUG:teuthology.orchestra.run.smithi161:> sudo systemctl stop ceph-7567fb78-035b-11ef-bc93-c7b262605968@osd.4 2024-04-25T23:42:07.697 DEBUG:teuthology.orchestra.run.smithi161:> sudo pkill -f 'journalctl -f -n 0 -u ceph-7567fb78-035b-11ef-bc93-c7b262605968@osd.4.service' 2024-04-25T23:42:07.763 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-25T23:42:07.763 INFO:tasks.cephadm.osd.4:Stopped osd.4 2024-04-25T23:42:07.764 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2024-04-25T23:42:07.764 DEBUG:teuthology.orchestra.run.smithi161:> sudo systemctl stop ceph-7567fb78-035b-11ef-bc93-c7b262605968@osd.5 2024-04-25T23:42:07.838 DEBUG:teuthology.orchestra.run.smithi161:> sudo pkill -f 'journalctl -f -n 0 -u ceph-7567fb78-035b-11ef-bc93-c7b262605968@osd.5.service' 2024-04-25T23:42:07.916 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-25T23:42:07.916 INFO:tasks.cephadm.osd.5:Stopped osd.5 2024-04-25T23:42:07.917 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 7567fb78-035b-11ef-bc93-c7b262605968 --force --keep-logs 2024-04-25T23:42:08.084 INFO:teuthology.orchestra.run.smithi087.stdout:Deleting cluster with fsid: 7567fb78-035b-11ef-bc93-c7b262605968 2024-04-25T23:42:10.770 DEBUG:teuthology.orchestra.run.smithi157:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 7567fb78-035b-11ef-bc93-c7b262605968 --force --keep-logs 2024-04-25T23:42:10.925 INFO:teuthology.orchestra.run.smithi157.stdout:Deleting cluster with fsid: 7567fb78-035b-11ef-bc93-c7b262605968 2024-04-25T23:42:14.049 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 7567fb78-035b-11ef-bc93-c7b262605968 --force --keep-logs 2024-04-25T23:42:14.217 INFO:teuthology.orchestra.run.smithi161.stdout:Deleting cluster with fsid: 7567fb78-035b-11ef-bc93-c7b262605968 2024-04-25T23:42:15.729 DEBUG:teuthology.orchestra.run.smithi087:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-25T23:42:15.743 DEBUG:teuthology.orchestra.run.smithi157:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-25T23:42:15.757 DEBUG:teuthology.orchestra.run.smithi161:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-25T23:42:15.769 INFO:tasks.cephadm:Archiving crash dumps... 2024-04-25T23:42:15.771 DEBUG:teuthology.misc:Transferring archived files from smithi087:/var/lib/ceph/7567fb78-035b-11ef-bc93-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-04-25_21:00:03-rados-squid-distro-default-smithi/7673795/remote/smithi087/crash 2024-04-25T23:42:15.772 DEBUG:teuthology.orchestra.run.smithi087:> sudo tar c -f - -C /var/lib/ceph/7567fb78-035b-11ef-bc93-c7b262605968/crash -- . 2024-04-25T23:42:15.798 INFO:teuthology.orchestra.run.smithi087.stderr:tar: /var/lib/ceph/7567fb78-035b-11ef-bc93-c7b262605968/crash: Cannot open: No such file or directory 2024-04-25T23:42:15.798 INFO:teuthology.orchestra.run.smithi087.stderr:tar: Error is not recoverable: exiting now 2024-04-25T23:42:15.800 DEBUG:teuthology.misc:Transferring archived files from smithi157:/var/lib/ceph/7567fb78-035b-11ef-bc93-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-04-25_21:00:03-rados-squid-distro-default-smithi/7673795/remote/smithi157/crash 2024-04-25T23:42:15.801 DEBUG:teuthology.orchestra.run.smithi157:> sudo tar c -f - -C /var/lib/ceph/7567fb78-035b-11ef-bc93-c7b262605968/crash -- . 2024-04-25T23:42:15.812 INFO:teuthology.orchestra.run.smithi157.stderr:tar: /var/lib/ceph/7567fb78-035b-11ef-bc93-c7b262605968/crash: Cannot open: No such file or directory 2024-04-25T23:42:15.812 INFO:teuthology.orchestra.run.smithi157.stderr:tar: Error is not recoverable: exiting now 2024-04-25T23:42:15.814 DEBUG:teuthology.misc:Transferring archived files from smithi161:/var/lib/ceph/7567fb78-035b-11ef-bc93-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-04-25_21:00:03-rados-squid-distro-default-smithi/7673795/remote/smithi161/crash 2024-04-25T23:42:15.815 DEBUG:teuthology.orchestra.run.smithi161:> sudo tar c -f - -C /var/lib/ceph/7567fb78-035b-11ef-bc93-c7b262605968/crash -- . 2024-04-25T23:42:15.825 INFO:teuthology.orchestra.run.smithi161.stderr:tar: /var/lib/ceph/7567fb78-035b-11ef-bc93-c7b262605968/crash: Cannot open: No such file or directory 2024-04-25T23:42:15.825 INFO:teuthology.orchestra.run.smithi161.stderr:tar: Error is not recoverable: exiting now 2024-04-25T23:42:15.827 INFO:tasks.cephadm:Checking cluster log for badness... 2024-04-25T23:42:15.827 DEBUG:teuthology.orchestra.run.smithi087:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/7567fb78-035b-11ef-bc93-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | head -n 1 2024-04-25T23:42:15.857 INFO:tasks.cephadm:Compressing logs... 2024-04-25T23:42:15.857 DEBUG:teuthology.orchestra.run.smithi087:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-04-25T23:42:15.901 DEBUG:teuthology.orchestra.run.smithi157:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-04-25T23:42:15.904 DEBUG:teuthology.orchestra.run.smithi161:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-04-25T23:42:15.911 INFO:teuthology.orchestra.run.smithi087.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-04-25T23:42:15.914 INFO:teuthology.orchestra.run.smithi157.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-04-25T23:42:15.917 INFO:teuthology.orchestra.run.smithi161.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-04-25T23:42:15.930 INFO:teuthology.orchestra.run.smithi157.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-25T23:42:15.931 INFO:teuthology.orchestra.run.smithi157.stderr:gzip -5 --verbose -- /var/log/ceph/7567fb78-035b-11ef-bc93-c7b262605968/ceph-osd.2.log 2024-04-25T23:42:15.931 INFO:teuthology.orchestra.run.smithi157.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/7567fb78-035b-11ef-bc93-c7b262605968/ceph.cephadm.log 2024-04-25T23:42:15.932 INFO:teuthology.orchestra.run.smithi087.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-25T23:42:15.932 INFO:teuthology.orchestra.run.smithi087.stderr:gzip -5 --verbose -- /var/log/ceph/7567fb78-035b-11ef-bc93-c7b262605968/ceph-osd.0.log 2024-04-25T23:42:15.932 INFO:teuthology.orchestra.run.smithi087.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/7567fb78-035b-11ef-bc93-c7b262605968/ceph-mon.a.log 2024-04-25T23:42:15.932 INFO:teuthology.orchestra.run.smithi087.stderr:/var/log/ceph/7567fb78-035b-11ef-bc93-c7b262605968/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/7567fb78-035b-11ef-bc93-c7b262605968/ceph.cephadm.log 2024-04-25T23:42:15.936 INFO:teuthology.orchestra.run.smithi157.stderr:/var/log/ceph/7567fb78-035b-11ef-bc93-c7b262605968/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/7567fb78-035b-11ef-bc93-c7b262605968/ceph-osd.3.log 2024-04-25T23:42:15.936 INFO:teuthology.orchestra.run.smithi157.stderr:gzip -5 --verbose -- /var/log/ceph/7567fb78-035b-11ef-bc93-c7b262605968/ceph.log 2024-04-25T23:42:15.936 INFO:teuthology.orchestra.run.smithi157.stderr:/var/log/ceph/7567fb78-035b-11ef-bc93-c7b262605968/ceph.cephadm.log: /var/log/ceph/7567fb78-035b-11ef-bc93-c7b262605968/ceph-osd.3.log: gzip -5 --verbose -- /var/log/ceph/7567fb78-035b-11ef-bc93-c7b262605968/ceph-volume.log 2024-04-25T23:42:15.936 INFO:teuthology.orchestra.run.smithi157.stderr: 82.7% -- replaced with /var/log/ceph/7567fb78-035b-11ef-bc93-c7b262605968/ceph.cephadm.log.gz 2024-04-25T23:42:15.936 INFO:teuthology.orchestra.run.smithi157.stderr:/var/log/ceph/7567fb78-035b-11ef-bc93-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/7567fb78-035b-11ef-bc93-c7b262605968/ceph-mgr.b.log 2024-04-25T23:42:15.936 INFO:teuthology.orchestra.run.smithi157.stderr:/var/log/ceph/7567fb78-035b-11ef-bc93-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/7567fb78-035b-11ef-bc93-c7b262605968/ceph.audit.log 2024-04-25T23:42:15.936 INFO:teuthology.orchestra.run.smithi157.stderr: 86.4% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-25T23:42:15.936 INFO:teuthology.orchestra.run.smithi157.stderr:/var/log/ceph/7567fb78-035b-11ef-bc93-c7b262605968/ceph-mgr.b.log: gzip -5 --verbose -- /var/log/ceph/7567fb78-035b-11ef-bc93-c7b262605968/ceph-mon.b.log 2024-04-25T23:42:15.937 INFO:teuthology.orchestra.run.smithi157.stderr: 86.6% -- replaced with /var/log/ceph/7567fb78-035b-11ef-bc93-c7b262605968/ceph.log.gz 2024-04-25T23:42:15.937 INFO:teuthology.orchestra.run.smithi087.stderr:/var/log/ceph/7567fb78-035b-11ef-bc93-c7b262605968/ceph-mon.a.log: gzip -5 --verbose -- /var/log/ceph/7567fb78-035b-11ef-bc93-c7b262605968/ceph-osd.1.log 2024-04-25T23:42:15.937 INFO:teuthology.orchestra.run.smithi087.stderr:/var/log/ceph/7567fb78-035b-11ef-bc93-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/7567fb78-035b-11ef-bc93-c7b262605968/ceph.log 2024-04-25T23:42:15.938 INFO:teuthology.orchestra.run.smithi087.stderr:/var/log/ceph/7567fb78-035b-11ef-bc93-c7b262605968/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/7567fb78-035b-11ef-bc93-c7b262605968/ceph-volume.log 2024-04-25T23:42:15.938 INFO:teuthology.orchestra.run.smithi087.stderr: 83.1% -- replaced with /var/log/ceph/7567fb78-035b-11ef-bc93-c7b262605968/ceph.cephadm.log.gz 2024-04-25T23:42:15.938 INFO:teuthology.orchestra.run.smithi087.stderr:/var/log/ceph/7567fb78-035b-11ef-bc93-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/7567fb78-035b-11ef-bc93-c7b262605968/ceph.audit.log 2024-04-25T23:42:15.938 INFO:teuthology.orchestra.run.smithi087.stderr:/var/log/ceph/7567fb78-035b-11ef-bc93-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/7567fb78-035b-11ef-bc93-c7b262605968/ceph-mgr.a.log 2024-04-25T23:42:15.938 INFO:teuthology.orchestra.run.smithi087.stderr:/var/log/ceph/7567fb78-035b-11ef-bc93-c7b262605968/ceph.audit.log: /var/log/ceph/7567fb78-035b-11ef-bc93-c7b262605968/ceph-mgr.a.log: 86.7% -- replaced with /var/log/ceph/7567fb78-035b-11ef-bc93-c7b262605968/ceph.log.gz 2024-04-25T23:42:15.938 INFO:teuthology.orchestra.run.smithi087.stderr: 87.4% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-25T23:42:15.938 INFO:teuthology.orchestra.run.smithi087.stderr: 90.2% -- replaced with /var/log/ceph/7567fb78-035b-11ef-bc93-c7b262605968/ceph.audit.log.gz 2024-04-25T23:42:15.939 INFO:teuthology.orchestra.run.smithi157.stderr:/var/log/ceph/7567fb78-035b-11ef-bc93-c7b262605968/ceph.audit.log: /var/log/ceph/7567fb78-035b-11ef-bc93-c7b262605968/ceph-mon.b.log: 90.3% -- replaced with /var/log/ceph/7567fb78-035b-11ef-bc93-c7b262605968/ceph.audit.log.gz 2024-04-25T23:42:15.939 INFO:teuthology.orchestra.run.smithi157.stderr: 91.7% -- replaced with /var/log/ceph/7567fb78-035b-11ef-bc93-c7b262605968/ceph-mgr.b.log.gz 2024-04-25T23:42:15.966 INFO:teuthology.orchestra.run.smithi087.stderr: 91.7% -- replaced with /var/log/ceph/7567fb78-035b-11ef-bc93-c7b262605968/ceph-volume.log.gz 2024-04-25T23:42:15.968 INFO:teuthology.orchestra.run.smithi157.stderr: 91.8% -- replaced with /var/log/ceph/7567fb78-035b-11ef-bc93-c7b262605968/ceph-volume.log.gz 2024-04-25T23:42:15.981 INFO:teuthology.orchestra.run.smithi161.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-25T23:42:15.982 INFO:teuthology.orchestra.run.smithi161.stderr:gzip -5 --verbose -- /var/log/ceph/7567fb78-035b-11ef-bc93-c7b262605968/ceph.cephadm.log 2024-04-25T23:42:15.984 INFO:teuthology.orchestra.run.smithi161.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/7567fb78-035b-11ef-bc93-c7b262605968/ceph-osd.5.log 2024-04-25T23:42:15.984 INFO:teuthology.orchestra.run.smithi161.stderr:gzip -5 --verbose -- /var/log/ceph/7567fb78-035b-11ef-bc93-c7b262605968/ceph.log 2024-04-25T23:42:15.984 INFO:teuthology.orchestra.run.smithi161.stderr:/var/log/ceph/7567fb78-035b-11ef-bc93-c7b262605968/ceph.cephadm.log: /var/log/ceph/7567fb78-035b-11ef-bc93-c7b262605968/ceph-osd.5.log: gzip 81.6% -5 --verbose -- replaced with /var/log/ceph/7567fb78-035b-11ef-bc93-c7b262605968/ceph.cephadm.log.gz -- 2024-04-25T23:42:15.984 INFO:teuthology.orchestra.run.smithi161.stderr: /var/log/ceph/7567fb78-035b-11ef-bc93-c7b262605968/ceph-volume.log 2024-04-25T23:42:15.984 INFO:teuthology.orchestra.run.smithi161.stderr:/var/log/ceph/7567fb78-035b-11ef-bc93-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/7567fb78-035b-11ef-bc93-c7b262605968/ceph-mon.c.log 2024-04-25T23:42:15.985 INFO:teuthology.orchestra.run.smithi161.stderr:/var/log/ceph/7567fb78-035b-11ef-bc93-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/7567fb78-035b-11ef-bc93-c7b262605968/ceph.audit.log 2024-04-25T23:42:15.985 INFO:teuthology.orchestra.run.smithi161.stderr:/var/log/ceph/7567fb78-035b-11ef-bc93-c7b262605968/ceph-mon.c.log: gzip -5 --verbose -- /var/log/ceph/7567fb78-035b-11ef-bc93-c7b262605968/ceph-osd.4.log 2024-04-25T23:42:15.985 INFO:teuthology.orchestra.run.smithi161.stderr: 86.9% -- replaced with /var/log/ceph/7567fb78-035b-11ef-bc93-c7b262605968/ceph.log.gz 2024-04-25T23:42:15.985 INFO:teuthology.orchestra.run.smithi161.stderr: 85.5% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-25T23:42:15.986 INFO:teuthology.orchestra.run.smithi161.stderr:/var/log/ceph/7567fb78-035b-11ef-bc93-c7b262605968/ceph.audit.log: /var/log/ceph/7567fb78-035b-11ef-bc93-c7b262605968/ceph-osd.4.log: 90.4% -- replaced with /var/log/ceph/7567fb78-035b-11ef-bc93-c7b262605968/ceph.audit.log.gz 2024-04-25T23:42:15.997 INFO:teuthology.orchestra.run.smithi157.stderr: 92.8% -- replaced with /var/log/ceph/7567fb78-035b-11ef-bc93-c7b262605968/ceph-osd.3.log.gz 2024-04-25T23:42:15.998 INFO:teuthology.orchestra.run.smithi087.stderr: 93.2% -- replaced with /var/log/ceph/7567fb78-035b-11ef-bc93-c7b262605968/ceph-osd.1.log.gz 2024-04-25T23:42:16.004 INFO:teuthology.orchestra.run.smithi087.stderr: 93.1% -- replaced with /var/log/ceph/7567fb78-035b-11ef-bc93-c7b262605968/ceph-osd.0.log.gz 2024-04-25T23:42:16.015 INFO:teuthology.orchestra.run.smithi161.stderr: 91.7% -- replaced with /var/log/ceph/7567fb78-035b-11ef-bc93-c7b262605968/ceph-volume.log.gz 2024-04-25T23:42:16.017 INFO:teuthology.orchestra.run.smithi161.stderr: 92.6% -- replaced with /var/log/ceph/7567fb78-035b-11ef-bc93-c7b262605968/ceph-osd.5.log.gz 2024-04-25T23:42:16.025 INFO:teuthology.orchestra.run.smithi161.stderr: 92.8% -- replaced with /var/log/ceph/7567fb78-035b-11ef-bc93-c7b262605968/ceph-osd.4.log.gz 2024-04-25T23:42:16.034 INFO:teuthology.orchestra.run.smithi157.stderr: 93.3% -- replaced with /var/log/ceph/7567fb78-035b-11ef-bc93-c7b262605968/ceph-osd.2.log.gz 2024-04-25T23:42:16.056 INFO:teuthology.orchestra.run.smithi157.stderr: 92.7% -- replaced with /var/log/ceph/7567fb78-035b-11ef-bc93-c7b262605968/ceph-mon.b.log.gz 2024-04-25T23:42:16.058 INFO:teuthology.orchestra.run.smithi157.stderr: 2024-04-25T23:42:16.059 INFO:teuthology.orchestra.run.smithi157.stderr:real 0m0.152s 2024-04-25T23:42:16.059 INFO:teuthology.orchestra.run.smithi157.stderr:user 0m0.322s 2024-04-25T23:42:16.059 INFO:teuthology.orchestra.run.smithi157.stderr:sys 0m0.041s 2024-04-25T23:42:16.065 INFO:teuthology.orchestra.run.smithi087.stderr: 87.5% -- replaced with /var/log/ceph/7567fb78-035b-11ef-bc93-c7b262605968/ceph-mgr.a.log.gz 2024-04-25T23:42:16.079 INFO:teuthology.orchestra.run.smithi161.stderr: 92.9% -- replaced with /var/log/ceph/7567fb78-035b-11ef-bc93-c7b262605968/ceph-mon.c.log.gz 2024-04-25T23:42:16.080 INFO:teuthology.orchestra.run.smithi161.stderr: 2024-04-25T23:42:16.081 INFO:teuthology.orchestra.run.smithi161.stderr:real 0m0.173s 2024-04-25T23:42:16.081 INFO:teuthology.orchestra.run.smithi161.stderr:user 0m0.213s 2024-04-25T23:42:16.081 INFO:teuthology.orchestra.run.smithi161.stderr:sys 0m0.022s 2024-04-25T23:42:16.291 INFO:teuthology.orchestra.run.smithi087.stderr: 91.2% -- replaced with /var/log/ceph/7567fb78-035b-11ef-bc93-c7b262605968/ceph-mon.a.log.gz 2024-04-25T23:42:16.292 INFO:teuthology.orchestra.run.smithi087.stderr: 2024-04-25T23:42:16.292 INFO:teuthology.orchestra.run.smithi087.stderr:real 0m0.389s 2024-04-25T23:42:16.292 INFO:teuthology.orchestra.run.smithi087.stderr:user 0m0.647s 2024-04-25T23:42:16.292 INFO:teuthology.orchestra.run.smithi087.stderr:sys 0m0.046s 2024-04-25T23:42:16.293 INFO:tasks.cephadm:Archiving logs... 2024-04-25T23:42:16.293 DEBUG:teuthology.misc:Transferring archived files from smithi087:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-04-25_21:00:03-rados-squid-distro-default-smithi/7673795/remote/smithi087/log 2024-04-25T23:42:16.294 DEBUG:teuthology.orchestra.run.smithi087:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-25T23:42:16.448 DEBUG:teuthology.misc:Transferring archived files from smithi157:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-04-25_21:00:03-rados-squid-distro-default-smithi/7673795/remote/smithi157/log 2024-04-25T23:42:16.449 DEBUG:teuthology.orchestra.run.smithi157:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-25T23:42:16.506 DEBUG:teuthology.misc:Transferring archived files from smithi161:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-04-25_21:00:03-rados-squid-distro-default-smithi/7673795/remote/smithi161/log 2024-04-25T23:42:16.507 DEBUG:teuthology.orchestra.run.smithi161:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-25T23:42:16.546 INFO:tasks.cephadm:Removing cluster... 2024-04-25T23:42:16.546 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 7567fb78-035b-11ef-bc93-c7b262605968 --force 2024-04-25T23:42:16.709 INFO:teuthology.orchestra.run.smithi087.stdout:Deleting cluster with fsid: 7567fb78-035b-11ef-bc93-c7b262605968 2024-04-25T23:42:18.041 DEBUG:teuthology.orchestra.run.smithi157:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 7567fb78-035b-11ef-bc93-c7b262605968 --force 2024-04-25T23:42:18.209 INFO:teuthology.orchestra.run.smithi157.stdout:Deleting cluster with fsid: 7567fb78-035b-11ef-bc93-c7b262605968 2024-04-25T23:42:19.545 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 7567fb78-035b-11ef-bc93-c7b262605968 --force 2024-04-25T23:42:19.714 INFO:teuthology.orchestra.run.smithi161.stdout:Deleting cluster with fsid: 7567fb78-035b-11ef-bc93-c7b262605968 2024-04-25T23:42:21.043 INFO:tasks.cephadm:Removing cephadm ... 2024-04-25T23:42:21.043 DEBUG:teuthology.orchestra.run.smithi087:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-25T23:42:21.049 DEBUG:teuthology.orchestra.run.smithi157:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-25T23:42:21.056 DEBUG:teuthology.orchestra.run.smithi161:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-25T23:42:21.061 INFO:tasks.cephadm:Teardown complete 2024-04-25T23:42:21.062 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-04-25T23:42:21.072 INFO:teuthology.task.install.util:Removing shipped files: /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer... 2024-04-25T23:42:21.072 DEBUG:teuthology.orchestra.run.smithi087:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-25T23:42:21.092 DEBUG:teuthology.orchestra.run.smithi157:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-25T23:42:21.099 DEBUG:teuthology.orchestra.run.smithi161:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-25T23:42:21.181 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-04-25T23:42:21.202 INFO:teuthology.task.clock:Checking final clock skew... 2024-04-25T23:42:21.203 DEBUG:teuthology.orchestra.run.smithi087:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-25T23:42:21.205 DEBUG:teuthology.orchestra.run.smithi157:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-25T23:42:21.208 DEBUG:teuthology.orchestra.run.smithi161:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-25T23:42:21.215 INFO:teuthology.orchestra.run.smithi087.stdout: remote refid st t when poll reach delay offset jitter 2024-04-25T23:42:21.215 INFO:teuthology.orchestra.run.smithi087.stdout:============================================================================== 2024-04-25T23:42:21.215 INFO:teuthology.orchestra.run.smithi087.stdout:*hv01.front.sepi 67.205.162.81 3 u 55 64 377 0.103 -6.363 2.955 2024-04-25T23:42:21.215 INFO:teuthology.orchestra.run.smithi087.stdout:+hv02.front.sepi 63.231.80.2 3 u 57 64 377 0.079 +0.222 2.953 2024-04-25T23:42:21.215 INFO:teuthology.orchestra.run.smithi087.stdout:+hv03.front.sepi 74.6.168.72 3 u 51 64 377 0.093 -4.474 2.262 2024-04-25T23:42:21.215 INFO:teuthology.orchestra.run.smithi087.stdout: hv04.front.sepi .INIT. 16 u - 256 0 0.000 +0.000 0.000 2024-04-25T23:42:21.216 INFO:teuthology.orchestra.run.smithi157.stdout: remote refid st t when poll reach delay offset jitter 2024-04-25T23:42:21.217 INFO:teuthology.orchestra.run.smithi157.stdout:============================================================================== 2024-04-25T23:42:21.217 INFO:teuthology.orchestra.run.smithi157.stdout:*hv01.front.sepi 67.205.162.81 3 u 54 64 377 0.099 -4.301 0.990 2024-04-25T23:42:21.217 INFO:teuthology.orchestra.run.smithi157.stdout:+hv02.front.sepi 63.231.80.2 3 u 55 64 377 0.094 -3.689 1.117 2024-04-25T23:42:21.217 INFO:teuthology.orchestra.run.smithi157.stdout:+hv03.front.sepi 74.6.168.72 3 u 53 64 377 0.069 -3.063 1.103 2024-04-25T23:42:21.217 INFO:teuthology.orchestra.run.smithi157.stdout: hv04.front.sepi .INIT. 16 u - 256 0 0.000 +0.000 0.000 2024-04-25T23:42:21.221 INFO:teuthology.orchestra.run.smithi161.stdout: remote refid st t when poll reach delay offset jitter 2024-04-25T23:42:21.221 INFO:teuthology.orchestra.run.smithi161.stdout:============================================================================== 2024-04-25T23:42:21.221 INFO:teuthology.orchestra.run.smithi161.stdout:*hv01.front.sepi 67.205.162.81 3 u 61 64 377 0.082 -2.788 1.582 2024-04-25T23:42:21.221 INFO:teuthology.orchestra.run.smithi161.stdout:+hv02.front.sepi 63.231.80.2 3 u 54 64 377 0.084 -2.274 1.261 2024-04-25T23:42:21.221 INFO:teuthology.orchestra.run.smithi161.stdout:+hv03.front.sepi 74.6.168.72 3 u 55 64 377 0.077 -3.792 1.487 2024-04-25T23:42:21.222 INFO:teuthology.orchestra.run.smithi161.stdout: hv04.front.sepi .INIT. 16 u - 256 0 0.000 +0.000 0.000 2024-04-25T23:42:21.222 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-04-25T23:42:21.300 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-04-25T23:42:21.300 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-04-25T23:42:21.350 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-04-25T23:42:21.413 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-04-25T23:42:21.494 INFO:teuthology.task.internal:Duration was 1408.894065 seconds 2024-04-25T23:42:21.494 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-04-25T23:42:21.543 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-04-25T23:42:21.543 DEBUG:teuthology.orchestra.run.smithi087:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-25T23:42:21.546 DEBUG:teuthology.orchestra.run.smithi157:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-25T23:42:21.548 DEBUG:teuthology.orchestra.run.smithi161:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-25T23:42:21.584 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-04-25T23:42:21.585 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi087.front.sepia.ceph.com 2024-04-25T23:42:21.585 DEBUG:teuthology.orchestra.run.smithi087:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-04-25T23:42:21.632 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi157.front.sepia.ceph.com 2024-04-25T23:42:21.632 DEBUG:teuthology.orchestra.run.smithi157:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-04-25T23:42:21.641 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi161.front.sepia.ceph.com 2024-04-25T23:42:21.642 DEBUG:teuthology.orchestra.run.smithi161:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-04-25T23:42:21.651 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-04-25T23:42:21.652 DEBUG:teuthology.orchestra.run.smithi087:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-25T23:42:21.676 DEBUG:teuthology.orchestra.run.smithi157:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-25T23:42:21.684 DEBUG:teuthology.orchestra.run.smithi161:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-25T23:42:21.732 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-04-25T23:42:21.732 DEBUG:teuthology.orchestra.run.smithi087:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-25T23:42:21.756 DEBUG:teuthology.orchestra.run.smithi157:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-25T23:42:21.759 DEBUG:teuthology.orchestra.run.smithi161:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-25T23:42:21.854 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-04-25T23:42:21.864 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-04-25T23:42:21.864 DEBUG:teuthology.orchestra.run.smithi087:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-25T23:42:21.879 DEBUG:teuthology.orchestra.run.smithi157:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-25T23:42:21.890 DEBUG:teuthology.orchestra.run.smithi161:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-25T23:42:21.902 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-04-25T23:42:21.915 DEBUG:teuthology.orchestra.run.smithi087:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-04-25T23:42:21.924 DEBUG:teuthology.orchestra.run.smithi157:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-04-25T23:42:21.933 INFO:teuthology.orchestra.run.smithi087.stdout:kernel.core_pattern = core 2024-04-25T23:42:21.935 DEBUG:teuthology.orchestra.run.smithi161:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-04-25T23:42:21.942 INFO:teuthology.orchestra.run.smithi157.stdout:kernel.core_pattern = core 2024-04-25T23:42:21.951 INFO:teuthology.orchestra.run.smithi161.stdout:kernel.core_pattern = core 2024-04-25T23:42:22.278 DEBUG:teuthology.orchestra.run.smithi087:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-25T23:42:22.282 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-25T23:42:22.283 DEBUG:teuthology.orchestra.run.smithi157:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-25T23:42:22.288 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-25T23:42:22.288 DEBUG:teuthology.orchestra.run.smithi161:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-25T23:42:22.323 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-25T23:42:22.323 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-04-25T23:42:22.334 INFO:teuthology.task.internal:Transferring archived files... 2024-04-25T23:42:22.334 DEBUG:teuthology.misc:Transferring archived files from smithi087:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-04-25_21:00:03-rados-squid-distro-default-smithi/7673795/remote/smithi087 2024-04-25T23:42:22.335 DEBUG:teuthology.orchestra.run.smithi087:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-25T23:42:22.360 DEBUG:teuthology.misc:Transferring archived files from smithi157:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-04-25_21:00:03-rados-squid-distro-default-smithi/7673795/remote/smithi157 2024-04-25T23:42:22.360 DEBUG:teuthology.orchestra.run.smithi157:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-25T23:42:22.384 DEBUG:teuthology.misc:Transferring archived files from smithi161:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-04-25_21:00:03-rados-squid-distro-default-smithi/7673795/remote/smithi161 2024-04-25T23:42:22.384 DEBUG:teuthology.orchestra.run.smithi161:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-25T23:42:22.410 INFO:teuthology.task.internal:Removing archive directory... 2024-04-25T23:42:22.410 DEBUG:teuthology.orchestra.run.smithi087:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-25T23:42:22.413 DEBUG:teuthology.orchestra.run.smithi157:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-25T23:42:22.424 DEBUG:teuthology.orchestra.run.smithi161:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-25T23:42:22.456 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-04-25T23:42:22.467 INFO:teuthology.task.internal:Not uploading archives. 2024-04-25T23:42:22.467 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-04-25T23:42:22.550 INFO:teuthology.task.internal:Tidying up after the test... 2024-04-25T23:42:22.551 DEBUG:teuthology.orchestra.run.smithi087:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-25T23:42:22.554 DEBUG:teuthology.orchestra.run.smithi157:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-25T23:42:22.557 DEBUG:teuthology.orchestra.run.smithi161:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-25T23:42:22.558 INFO:teuthology.orchestra.run.smithi087.stdout: 658637 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 25 23:42 /home/ubuntu/cephtest 2024-04-25T23:42:22.561 INFO:teuthology.orchestra.run.smithi157.stdout: 658637 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 25 23:42 /home/ubuntu/cephtest 2024-04-25T23:42:22.563 INFO:teuthology.orchestra.run.smithi161.stdout: 655475 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 25 23:42 /home/ubuntu/cephtest 2024-04-25T23:42:22.565 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-04-25T23:42:22.584 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-04-25T23:42:22.733 INFO:teuthology.run:Summary data: description: rados/cephadm/workunits/{0-distro/ubuntu_22.04 agent/on mon_election/classic task/test_host_drain} duration: 1408.8940649032593 flavor: default owner: scheduled_teuthology@teuthology success: true 2024-04-25T23:42:22.734 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-25T23:42:22.817 INFO:teuthology.run:pass